Method | Description | |
---|---|---|
CDF ( number $t, integer $ν ) | Cumulative distribution function Calculate the cumulative t value up to a point, left tail. | |
PDF ( number $x, integer $ν ) | Probability density function | |
inverse2Tails ( number $p, number $ν ) : number | Inverse 2 tails Find t such that the area greater than t and the area beneath -t is p. | |
mean ( number $ν ) : number | Mean of the distribution | |
median ( number $ν ) : number | Median of the distribution |