rPearsonType6

fun rPearsonType6(alpha1: Double, alpha2: Double, beta: Double, streamNum: Int): Double

Pearson Type 6

Return

the random value

Parameters

alpha1

alpha1 parameter

alpha2

alpha2 parameter

beta

the beta parameter, must be greater than 0

streamNum

the stream number from the stream provider to use


fun rPearsonType6(alpha1: Double, alpha2: Double, beta: Double, rng: RNStreamIfc = defaultRNStream()): Double

Pearson Type 6

Return

the random value

Parameters

alpha1

alpha1 parameter

alpha2

alpha2 parameter

beta

the beta parameter, must be greater than 0

rng

the RNStreamIfc, must not be null