Learn R Programming

PFIM (version 5.0)

LogNormalDistribution-class: Class "LogNormalDistribution"

Description

Class LogNormalDistribution represent a Log-Normal distribution with mean mean_log_Gaussian and standard deviation sd_log_Gaussian.

Arguments

Objects from the Class

LogNormalDistribution objects are typically created by calls to \ {pfim} and contain the following slots:

mean_log_Gaussian:

A numeric givnig the mean of the log Normal Distribution.

sd_log_Gaussian:

A numeric giving the standard deviation of the log Normal Distribution.