Student T
class StudentT(theDegreesOfFreedom: Double = 1.0, name: String? = null) : Distribution, ContinuousDistributionIfc, InverseCDFIfc, GetRVariableIfc(source)
The Student T distribution
See http://www.mth.kcl.ac.uk/~shaww/web_page/papers/Tdistribution06.pdf See http://en.wikipedia.org/wiki/Student's_t-distribution
This implementation limits the degrees of freedom to be greater than or equal to 1.0
Author
rossetti
Parameters
the Degrees Of Freedom
degrees of freedom
name
an optional name/label
Constructors
Properties
Functions
Link copied to clipboard
Gets the parameters
Sets the parameters
Link copied to clipboard
open override fun randomVariable(streamNumber: Int, streamProvider: RNStreamProviderIfc): StudentTRV
Promises to return a random variable that uses the supplied stream number using the supplied stream provider