Statistics Toolbox | ![]() ![]() |
Lognormal cumulative distribution function
Syntax
Description
computes the lognormal cdf at each of the values in P = logncdf(X,MU,SIGMA)
X
using the corresponding means in MU
and standard deviations in SIGMA
. Vector or matrix inputs for X
, MU
, and SIGMA
must have the same size, which is also the size of P
. A scalar input for X
, MU
, or SIGMA
is expanded to a constant matrix with the same dimensions as the other inputs.
Example
Reference
[1] Evans, M., N. Hastings, and B. Peacock, Statistical Distributions, Second Edition, John Wiley and Sons, 1993. p. 102-105.
See Also
cdf
, logninv
, lognpdf
, lognrnd
, lognstat
![]() | linkage | logninv | ![]() |