cdf

fun cdf(dof: Double, x: Double): Double

A convenience method that uses defaultT to return the value of the CDF at the supplied x This method has the side effect of changing the degrees of freedom defaultT

Return

the CDF value

Parameters

dof

the degrees of freedom

x

the value to evaluate