R6 class, child class of SADistribution, defining a statistical normal distribution object
Super class
ospsuite.globalsensitivity::SADistribution -> NormalDistribution
Active bindings
typeis the type of the probability distribution.
meanThe mean of the normal distribution.
stdvThe standard deviation of the normal distribution.
Methods
Method new()
Create a new NormalDistribution object.
Usage
NormalDistribution$new(mean, stdv)Method quantilesToSample()
Maps a vector of quantiles to corresponding values from the normal distribution.