studentsTDistributionInv

Inverse of Student's t distribution

Given probability p and degrees of freedom nu, finds the argument t such that the one-sided studentsDistribution(nu,t) is equal to p.

real
studentsTDistributionInv
(
int nu
,
real p
)

Parameters

nu int

degrees of freedom. Must be >1

p real

probability. 0 < p < 1

Meta