t_dist_rt
Student’s t right-tail CDF.
Syntax
Section titled “Syntax”v = t_dist_rt(x, deg_freedom)Description
Section titled “Description”Returns 1 - t_dist(x, df, true) — the probability that T ≥ x.
Example
Section titled “Example”t_dist_rt(2.0, 10) % ≈ 0.037