StableDistributionBaseParameterConversionS1ToS0 Method |
Converts the location parameter from the S1 parametrization to the S0 parametrization.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void ParameterConversionS1ToS0(
double alpha,
double beta,
double sigma1,
double mu1,
out double mu0
)
Parameters
- alpha Double
- The characteristic exponent.
- beta Double
- The skewness parameter.
- sigma1 Double
- The S1 scale parameter.
- mu1 Double
- The S1 location parameter.
- mu0 Double
- On return, the S0 location parameter.
See Also