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