Click or drag to resize

ProbabilityDistributionCDF Method

Gives the cumulative probability at x.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract double CDF(
	double x
)

Parameters

x  Double
Location.

Return Value

Double
Cumulative probability at x.
See Also