Click or drag to resize

StableDistributionBaseGenerateAsymmetricCaseS1_ANe1 Method

Generates random variates for the asymmetric S1 case when alpha is not equal to 1.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected double GenerateAsymmetricCaseS1_ANe1(
	double alpha,
	double t,
	double B,
	double S,
	double c
)

Parameters

alpha  Double
Characteristic exponent of the stable distribution.
t  Double
Precomputed tangent helper value.
B  Double
Precomputed shift helper value.
S  Double
Precomputed scale helper value.
c  Double
Scale parameter.

Return Value

Double
A generated random value for the general asymmetric S1 case.
See Also