Path: Math/Probability
% Cumulative probability density function for a Gaussian 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 --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: Probability/GaussianPDF
Back to the Math Module page