t_dist_2t
Student’s t two-tailed CDF.
Syntax
Section titled “Syntax”v = t_dist_2t(x, deg_freedom)Description
Section titled “Description”Returns 2 * (1 - t_dist(|x|, df, true)) — the two-tailed probability that |T| ≥ x. x must be positive.
Example
Section titled “Example”t_dist_2t(2.0, 10) % ≈ 0.073