fun chisquare(df: Double): Double
(source)
Draw samples from a chi-square distribution.
fun chisquare(df: DoubleArray): KtNDArray<Double>
(source)fun chisquare(df: Double, vararg size: Int): KtNDArray<Double>
(source)fun chisquare(df: DoubleArray, vararg size: Int): KtNDArray<Double>
(source)