rChiSquared

fun rChiSquared(dof: Double, streamNum: Int): Double

Return

the random value

Parameters

dof

degrees of freedom, must be greater than 0

streamNum

the stream number from the stream provider to use


fun rChiSquared(dof: Double, rng: RNStreamIfc = defaultRNStream()): Double

Return

the random value

Parameters

dof

degrees of freedom, must be greater than 0

rng

the RNStreamIfc, must not be null