t_dist
Student’s t left-tail PDF or CDF.
Syntax
Section titled “Syntax”v = t_dist(x, deg_freedom, cumulative)Description
Section titled “Description”Returns the PDF or left-tail CDF of Student’s t distribution with the given degrees of freedom.
Example
Section titled “Example”t_dist(2, 10, true) % ≈ 0.963