WLJS LogoWLJS Notebook

TsallisQExponentialDistribution

TsallisQExponentialDistribution[λ, q] represents a Tsallis q-exponential distribution with scale inversely proportional to parameter λ.

Examples

Create distribution:

dist = TsallisQExponentialDistribution[1, 1.5];

Plot PDF:

Plot[PDF[TsallisQExponentialDistribution[1, 1.5], x], {x, 0, 5}]

Random samples:

RandomVariate[TsallisQExponentialDistribution[2, 1.3], 10]

Please visit the official Wolfram Language Reference for more details.

On this page