StableDistributionS1GetAlt1GpParameter Method |
Gets integration parameters for an alternative integrand for alpha < 1 (positive branch).
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static void GetAlt1GpParameter(
double x,
double alpha,
double beta,
double abe,
out double? factorp,
out double? facdiv,
out double? dev,
out double? logPdfPrefactor
)
Parameters
- x Double
- Integration argument (positive).
- alpha Double
- Characteristic exponent of the distribution, in the range (0,2].
- beta Double
- Skewness parameter of the distribution, in the range [-1,1].
- abe Double
- Parameter to specify beta with higher accuracy around -1 and 1.
- factorp Double
- Receives the main factor (power term) used by the integrand.
- facdiv Double
- Receives the divisor part of the factor without the power.
- dev Double
- Receives the phase deviation term.
- logPdfPrefactor Double
- Receives the logarithm of the PDF prefactor.
See Also