Metalog3PRV
constructor(a1: Double = 0.0, a2: Double = 1.0, a3: Double = 0.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
a3
the skewness coefficient
lower Bound
the lower bound, or negative infinity when unbounded below
upper Bound
the upper bound, or positive infinity when unbounded above
stream Num
the random number stream number, defaults to 0, which means the next stream
stream Provider
the provider of random number streams
name
an optional name