R6 class, child class of SADistribution, defining a statistical loguniform distribution object
Super class
ospsuite.globalsensitivity::SADistribution -> LogUniformDistribution
Active bindings
typeis the type of the probability distribution.
minimumThe maximum of the loguniform distribution.
maximumThe maximum of the loguniform distribution.
Methods
Method new()
Create a new LogUniformDistribution object.
Usage
LogUniformDistribution$new(minimum, maximum)Method quantilesToSample()
Maps a vector of quantiles to corresponding values from the loguniform distribution.