You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.LogisticCDF Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.LogisticCDF Function

Logistic cumulative distribution function (CDF).

Pascal
function LogisticCDF(x: double; m: double; b: double): double; overload;
Parameters 
Description 
Function domain, real value. 
Distribution location parameter, real value. 
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.

function LogisticPDF(x : single; m, b: single) : single; overload;  

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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!