Pearson Type6
class PearsonType6(theShape1: Double = 2.0, theShape2: Double = 3.0, theScale: Double = 1.0, name: String? = null) : Distribution, ContinuousDistributionIfc, InverseCDFIfc, GetRVariableIfc, RVParametersTypeIfc(source)
Represents a Pearson Type VI distribution, see Law (2007) Simulation Modeling and Analysis, McGraw-Hill, pg 294
Parameters
the Shape1
shape 1 must be greater than 0.0
the Shape2
shape 2 must be greater than 0.0
the Scale
scale must be greater than 0.0
name
an optional name/label
Properties
Functions
Link copied to clipboard
Link copied to clipboard
params0 = alpha1 params1 = alpha2 params2 = beta
Link copied to clipboard
open override fun randomVariable(streamNumber: Int, streamProvider: RNStreamProviderIfc): PearsonType6RV
Promises to return a random variable that uses the supplied stream number using the supplied stream provider
Link copied to clipboard
Link copied to clipboard