Click or drag to resize

LogisticDistributionCDF Method

Returns the cumulative density function evaluated at a given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double CDF(
	double x
)

Parameters

x  Double
A position on the x-axis.

Return Value

Double
The cumulative density function evaluated at x.
Remarks
The value of the cumulative density function at a point x is probability that the value of a random variable having this density is less than or equal to x.
See Also