Logistic
class Logistic(var location: Double = 0.0, scale: Double = 1.0, name: String? = null) : Distribution, ContinuousDistributionIfc, InverseCDFIfc, GetRVariableIfc, RVParametersTypeIfc, MomentsIfc(source)
Logistic(location, scale) distribution
Parameters
location
must be a real number
scale
must be greater than 0
name
an optional name/label
Constructors
Functions
Link copied to clipboard
params0 = location params1 = scale
Link copied to clipboard
open override fun randomVariable(streamNumber: Int, streamProvider: RNStreamProviderIfc): LogisticRV
Promises to return a random variable that uses the supplied stream number using the supplied stream provider