R6 class, child class of SADistribution, defining a statistical lognormal distribution object
Super class
ospsuite.globalsensitivity::SADistribution -> LogNormalDistribution
Active bindings
typeis the type of the probability distribution.
meanThe mean of the lognormal distribution.
CVThe coefficient of variation of the lognormal distribution.
Methods
Method new()
Create a new LogNormalDistribution object.
Usage
LogNormalDistribution$new(mean, CV)Method quantilesToSample()
Maps a vector of quantiles to corresponding values from the lognormal distribution.