Click or drag to resize

StableDistributionBaseParameterConversionS1ToFeller Method

Converts parameters from the S1 parametrization to Feller's parametrization.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void ParameterConversionS1ToFeller(
	double alpha,
	double beta,
	double abe,
	double sigma1,
	double mu1,
	out double gamma,
	out double aga,
	out double sigmaf,
	out double muf
)

Parameters

alpha  Double
The characteristic exponent.
beta  Double
The skewness parameter.
abe  Double
The alternative beta helper value.
sigma1  Double
The S1 scale parameter.
mu1  Double
The S1 location parameter.
gamma  Double
On return, the Feller gamma parameter.
aga  Double
On return, the alternative gamma helper value.
sigmaf  Double
On return, the Feller scale parameter.
muf  Double
On return, the Feller location parameter.
See Also