Tag: Statistics
-
Student’s t-distribution CDF R base documentation
6 In the context of the Student’s t-distribution cumulative distribution function, R Version 4.3.1’s ?dt documentation highlights the following result: However, upon attempting to verify the accuracy of this formula, an inconsistency arises, as illustrated in the following code snippet: v <- 5 t <- -1 ## Student’s t-distribution cumulative distribution function pt(q = t,…