TriangularDistributionCDF(Double, Double, Double, Double) Method |
Calculates the cumulative distribution function at the specified x.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double CDF(
double x,
double min,
double max,
double c
)
Parameters
- x Double
- The x.
- min Double
- The left boundary of the PDF.
- max Double
- The right boundary of the PDF.
- c Double
- The location of the maximum of the PDF (has to be inbetween (min, max).
Return Value
DoubleThe cumulative distribution function at x.
See Also