Metalog2PRV

constructor(a1: Double = 0.0, a2: Double = 1.0, lowerBound: Double = Double.NEGATIVE_INFINITY, upperBound: Double = Double.POSITIVE_INFINITY, streamNum: Int = 0, streamProvider: RNStreamProviderIfc = KSLRandom.DefaultRNStreamProvider, name: String? = null)(source)

Parameters

a1

the location, which is the median in fitting space

a2

the scale, which must be strictly positive

lowerBound

the lower bound, or negative infinity when unbounded below

upperBound

the upper bound, or positive infinity when unbounded above

streamNum

the random number stream number, defaults to 0, which means the next stream

streamProvider

the provider of random number streams

name

an optional name