NormalPValue[x]
零平均,単位分散の正規分布において x を超える累積密度を返す.
NormalPValue
NormalPValue[x]
零平均,単位分散の正規分布において x を超える累積密度を返す.
詳細とオプション
- NormalPValueを使うためには,まず仮説検定パッケージをロードしなくてはならない.それにはNeeds["HypothesisTesting`"]を実行する必要がある.
- x<0のときの片側
値はCDF[NormalDistribution[0,1],x]であり,x≥0のときは1-CDF[NormalDistribution[0,1],x]である. - 両側
値は片側
値の2倍である. - 次のオプションを使うことができる:
-
TwoSided False 両側検定を行うかどうか
テクニカルノート
関連するガイド
テキスト
Wolfram Research (2007), NormalPValue, Wolfram言語関数, https://reference.wolfram.com/language/HypothesisTesting/ref/NormalPValue.html.
CMS
Wolfram Language. 2007. "NormalPValue." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/HypothesisTesting/ref/NormalPValue.html.
APA
Wolfram Language. (2007). NormalPValue. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/HypothesisTesting/ref/NormalPValue.html
BibTeX
@misc{reference.wolfram_2025_normalpvalue, author="Wolfram Research", title="{NormalPValue}", year="2007", howpublished="\url{https://reference.wolfram.com/language/HypothesisTesting/ref/NormalPValue.html}", note=[Accessed: 30-April-2026]}
BibLaTeX
@online{reference.wolfram_2025_normalpvalue, organization={Wolfram Research}, title={NormalPValue}, year={2007}, url={https://reference.wolfram.com/language/HypothesisTesting/ref/NormalPValue.html}, note=[Accessed: 30-April-2026]}