Rev Language Reference


fnDiscretizeLognormalQuadrature

Usage

fnDiscretizeLognormalQuadrature(Real mean, RealPos sd, Integer numCats)

Arguments

mean : Real (pass by const reference)
The mean (in log-space) of the Lognormal distribution.
sd : RealPos (pass by const reference)
The standard deviation (in log-space) of the Lognormal distribution.
numCats : Integer (pass by value)
The number of categories.

Return Type