StudentTRV

constructor(dof: Double, streamNum: Int)

Constructs a StudentT distribution dof degrees of freedom

Parameters

dof

degrees of freedom

streamNum

the stream number


constructor(degreesOfFreedom: Double, stream: RNStreamIfc = KSLRandom.nextRNStream())

Parameters

degreesOfFreedom

degrees of freedom, must be greater than or equal to 1.0

stream

the random number generator