You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > LogisticCDF Method > Probabilities.LogisticCDF Method (double, double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.LogisticCDF Method (double, double, double)

Logistic cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double LogisticCDF(double x, double m, double b);
Parameters 
Description 
double x 
Function domain, real value. 
double m 
Distribution location parameter, real value. 
double b 
Distribution scale parameter, real positive value. 

the logistic cumulative distribution function (CDF) for value x using the parameters m and b. Both parameters must be positive, otherwise the result is NAN.

The logistic cumulative distribution function is defined by the following equation: 

 

The result of LogisticCDF is the probability that a single observation from a logistic distribution with parameters m and b will fall in the interval [-infinity,x].

Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!