Set up

<<Statistics`

? Norm*

System`
Norm NormalGrouping NormalSelection
Normal Normalized NormFunction
Statistics`ConfidenceIntervals`
NormalCI
Statistics`HypothesisTests`
NormalPValue
Statistics`NormalDistribution`
NormalDistribution

NormalDistribution[mu, sigma] represents the normal (Gaussian) distribution with mean mu and standard deviation sigma. More…

The "p" in NormalPValue gives the area under the standard normal curve, but it goes to the left or right depending on whether z is negative or positive.

? NormalPValue

NormalPValue[teststat] returns the cumulative density beyond teststat for NormalDistribution[]. More…

Plot[OneSidedPValue/.NormalPValue[x], {x, -3, 3}, PlotRangeAll]

[Graphics:../HTMLFiles/normal_16.gif]

⁃Graphics⁃

The left side of the previous figure is the same as this "CDF" ( CumulativeDistributionFunction ).

Plot[CDF[NormalDistribution[0, 1], x], {x, -4, 4}]

[Graphics:../HTMLFiles/normal_19.gif]

⁃Graphics⁃


Created by Mathematica  (October 2, 2003)