Click or drag to resize

StableDistributionBaseParameterConversionS0ToS1 Method

Converts the location parameter from the S0 parametrization to the S1 parametrization.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void ParameterConversionS0ToS1(
	double alpha,
	double beta,
	double sigma0,
	double mu0,
	out double mu1
)

Parameters

alpha  Double
The characteristic exponent.
beta  Double
The skewness parameter.
sigma0  Double
The S0 scale parameter.
mu0  Double
The S0 location parameter.
mu1  Double
On return, the S1 location parameter.
See Also