You cannot do it unless you know the type of distribution. Usually, it is possible to write the exact formula of probability density function (PDF) using the mean and standard deviation. For example, if mean and standard deviation is given, and the distribution is normal distribution, the PDF is
To find the probability that random variable x is less then certain value X, we need to calculate
This function is called cumulative distribution function (CDF).
As an example, for normal distribution CDF is
where erf() is called error function with tabulated values for different arguments (it can be calculated numerically in different softwares as well).
Also,
Comments