PowerDistributionCDF(Double, Double, Double) Method |
Calculates the cumulative distribution function at the specified x.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double CDF(
double x,
double k,
double a
)
Parameters
- x Double
- The value at which to evaluate the CDF.
- k Double
- The domain parameter k.
- a Double
- The shape parameter a.
Return Value
Double
The probability that the random variable is less than or equal to
x.
See Also