MATLAB: Find the Corresponding Cumulative Probability for a Data Point in a Normally Distributed Vector

cumulative probability

For a Vector that has a Normal Distribution with Mean mu and Standard Deviation s, how do I find the Cumulative Probability of any Data Point of interest in the Distribution? For example, assuming the Distribution has values below Zero, how do I determine the Cumulative Probability at Zero?

Best Answer

The Statistics Toolbox normcdf function will provide that probability.