Log Logistic
class LogLogistic(theShape: Double = 1.0, theScale: Double = 1.0, name: String? = null) : Distribution, ContinuousDistributionIfc, InverseCDFIfc, GetRVariableIfc, RVParametersTypeIfc(source)
Author
rossetti
Parameters
the Shape
the shape parameter
the Scale
the scale parameter
name
an optional label/name
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Gets the parameters for the distribution
Sets the parameters for the distribution with shape = parameters0 and scale = parameters1
Link copied to clipboard
open override fun randomVariable(streamNumber: Int, streamProvider: RNStreamProviderIfc): LogLogisticRV
Promises to return a random variable that uses the supplied stream number using the supplied stream provider