Name

logt_pdf — logistic probability distribution

CALLING SEQUENCE

[pdf]=logt_pdf(x)

PARAMETERS

Input

• x = a (rxc) matrix or scalar argument

Output

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

DESCRIPTION

Calculates the pdf of the logistic distribution at x.

EXAMPLE

x=logt_pdf([1 2 3 4])

               

AUTHOR

Eric Dubois 2002