StudentTPValue[x,df]
gives the cumulative probability beyond x for Student's distribution with df degrees of freedom.


StudentTPValue
StudentTPValue[x,df]
gives the cumulative probability beyond x for Student's distribution with df degrees of freedom.
Details and Options
- To use StudentTPValue, you first need to load the Hypothesis Testing Package using Needs["HypothesisTesting`"].
- The one-sided
‐value is CDF[StudentTDistribution[df],teststat] for x<0, and 1-CDF[StudentTDistribution[df],teststat] for x≥0.
- The two-sided
‐value is twice the one-sided
‐value.
- The following option can be given:
-
TwoSided False whether to perform a two-sided test
See Also
Tech Notes
Related Guides
Text
Wolfram Research (2007), StudentTPValue, Wolfram Language function, https://reference.wolfram.com/language/HypothesisTesting/ref/StudentTPValue.html.
CMS
Wolfram Language. 2007. "StudentTPValue." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/HypothesisTesting/ref/StudentTPValue.html.
APA
Wolfram Language. (2007). StudentTPValue. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/HypothesisTesting/ref/StudentTPValue.html
BibTeX
@misc{reference.wolfram_2025_studenttpvalue, author="Wolfram Research", title="{StudentTPValue}", year="2007", howpublished="\url{https://reference.wolfram.com/language/HypothesisTesting/ref/StudentTPValue.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_studenttpvalue, organization={Wolfram Research}, title={StudentTPValue}, year={2007}, url={https://reference.wolfram.com/language/HypothesisTesting/ref/StudentTPValue.html}, note=[Accessed: 13-August-2025]}