Name

logt_cdf — logistic cumulative distribution

CALLING SEQUENCE

[cdf]=logt_cdf(x)

PARAMETERS

Input

• x = a (rxc) matrix or scalar argument

Output

• cdf = the (rxc) matrix of cdf of the logistic distribution

DESCRIPTION

Calcualtes the cumulative distribution function of the logistic distribution.

EXAMPLE

x=logt_cdf([1.5 ; 2 ; 2.5]

               

AUTHOR

Eric Dubois 2002