Companion

object Companion

Properties

Link copied to clipboard

A default instance for easily computing Student-T values

Functions

Link copied to clipboard
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

Link copied to clipboard
fun invCDF(dof: Double, p: Double): Double

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