Chi Squared Distribution
class ChiSquaredDistribution(degreesOfFreedom: Double, name: String? = null) : Distribution, ContinuousDistributionIfc, InverseCDFIfc, RVParametersTypeIfc(source)
Functions
Link copied to clipboard
Link copied to clipboard
Gets the parameters
Sets the parameters
Link copied to clipboard
open override fun randomVariable(streamNumber: Int, streamProvider: RNStreamProviderIfc): ChiSquaredRV
Promises to return a random variable that uses the supplied stream number using the supplied stream provider