ChiSquaredRV

constructor(degreesOfFreedom: Double, streamNum: Int, name: String? = null)

Parameters

degreesOfFreedom

the degrees of freedom for the random variable, must be greater than 0.0

streamNum

the random number stream number


constructor(degreesOfFreedom: Double, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)

Parameters

degreesOfFreedom

the degrees of freedom for the random variable, must be greater than 0.0

stream

the random number stream