PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Hypothesis Testing Package
>
Hypothesis Testing
Package Symbol
Hypothesis Testing Package
Tutorials »
|
NormalCI
NormalDistribution
StudentTPValue
See Also »
|
Hypothesis Testing Package
More About »
NormalPValue
NormalPValue[
x
]
gives the cumulative density beyond
x
for a normal distribution with zero mean and unit variance.
MORE INFORMATION
To use
NormalPValue
, you first need to load the
Hypothesis Testing Package
using
Needs
["HypothesisTesting`"]
.
The one-sided
p
-value is
CDF
[
NormalDistribution
[0, 1],
x
]
for x<0, and
1-
CDF
[
NormalDistribution
[0, 1],
x
]
for
x
≥0
.
The two-sided
p
-value is twice the one-sided
p
-value.
The following options can be given:
TwoSided
False
whether to perform a two-sided test
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["HypothesisTesting`"]
The p-value for -2:
In[2]:=
Out[2]=
Options
(1)
SEE ALSO
NormalCI
NormalDistribution
StudentTPValue
TUTORIALS
Hypothesis Testing Package
MORE ABOUT
Hypothesis Testing Package
© 2008 Wolfram Research, Inc.