StableDistributionS0PDF(Double, Double, Double, Double, Double, Double, Object, Double) Method |
Gets the probability density function (PDF) for the specified S0 parameters, scale, and location.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double PDF(
double x,
double alpha,
double beta,
double abe,
double sigma,
double mu,
ref Object?? tempStorage,
double precision
)
Parameters
- x Double
- The value where the density is evaluated.
- alpha Double
- Distribution parameter alpha (broadness exponent).
- beta Double
- Distribution parameter beta (skew).
- abe Double
-
Parameter to specify beta with higher accuracy around -1 and 1.
It is 1 - beta for beta >= 0 or 1 + beta for beta < 0.
- sigma Double
- Scale parameter.
- mu Double
- Location parameter.
- tempStorage Object
- Temporary storage that can be reused between calls.
- precision Double
- Goal for the relative precision.
Return Value
DoubleThe probability density at
x.
See Also