Normal Distribution (Not in Base Package)

Computes the one-sided probability, p, of the normally distributed random variable, x,

p = Prob {X <= x}

where X is standard Normally distributed, p is the probability, and x is the value. Details

x is the value of the normally distributed random variable.
probability must be greater than or equal to zero and less than or equal to one (0.0 <= p <= 1.0). If probability is out of range, the VI sets x to NaN and returns an error.

Normal Distribution Details

This function computes only the one-sided probability. You can obtain the two-sided probability

(p = Prob {–x X x}),

p1 using the following formula:

p1 = 1 – 2(1 – p) = 2p – 1 = 2Prob{X x} – 1