GaussianCPDF:
---------------------------------------------------------------------------
Compute the cumulative probability density function for
a Gaussian distribution. That is it computes the probability that
X is between x(1,:) and x(2,:). If x is entered as a 1-by-n array
then it will compute the probabilty that X is between +x(1,:) and
-x(1,:)
---------------------------------------------------------------------------
Form:
f = GaussianCPDF( x, mu, sigma, tol )
---------------------------------------------------------------------------
------
Inputs
------
x (2,:) Limits
mu (1,1) Mean
sigma (1,1) Standard deviation
tol (1,1) Integration tolerance
-------
Outputs
-------
f (1,:) Value
---------------------------------------------------------------------------
Children:
Common: Graphics/Plot2D