Difference between revisions of "Manuals/calci/LOGNORMDIST"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''LOGNORMDIST( | + | <div style="font-size:30px">'''LOGNORMDIST(number,mean,standarddeviation)'''</div><br/> |
− | *<math> | + | *<math>number</math> is the value. |
− | * | + | *<math> mean </math> is the mean value of <math>log(x)</math>, |
+ | *<math> standarddeviation</math> is the standard deviation value of <math>log(x)</math>. | ||
+ | |||
==Description== | ==Description== | ||
− | |||
*This function gives the value of the cumulative log normal distribution. | *This function gives the value of the cumulative log normal distribution. | ||
*This distribution is the continuous probability distribution. | *This distribution is the continuous probability distribution. | ||
Line 17: | Line 18: | ||
*This function will give the result as error when | *This function will give the result as error when | ||
1. Any one of the argument is non-numeric. | 1. Any one of the argument is non-numeric. | ||
− | 2. Suppose <math> | + | 2. Suppose <math> number \le 0 </math> or <math> standarddeviation \le 0</math> |
+ | |||
+ | ==ZOS Section== | ||
+ | *The syntax is to calculate cumulative log normal distribution in ZOS is <math>LOGNORMDIST(number,mean,standarddeviation)</math>. | ||
+ | **<math>number</math> is the value. | ||
+ | **<math> mean </math> is the mean value of <math>log(x)</math>. | ||
+ | **<math> standarddeviation</math> is the standard deviation value of <math>log(x)</math>. | ||
+ | *For e.g.,LOGNORMDIST(10,8.002,4.501) | ||
+ | |||
==Examples== | ==Examples== |
Revision as of 23:13, 29 June 2014
LOGNORMDIST(number,mean,standarddeviation)
- is the value.
- is the mean value of ,
- is the standard deviation value of .
Description
- This function gives the value of the cumulative log normal distribution.
- This distribution is the continuous probability distribution.
- Lognomal distribution is also called Galton's distribution.
- A random variable which is log-normally distributed takes only positive real values.
- Suppose is Normally Distributed function, then also Normally Distributed
- also Normally Distributed.
- Let the Normal Distribution function and its Mean= , Standard Deviation =
- Then the lognormal cumulative distribution is calculated by:
where is the error function,. The error function (also called the Gauss error function) is a special function of sigmoid shape which occurs in probability, statistics and partial differential equations.
- And is the Cumulative Distribution function of the Standard Normal distribution.
- This function will give the result as error when
1. Any one of the argument is non-numeric. 2. Suppose or
ZOS Section
- The syntax is to calculate cumulative log normal distribution in ZOS is .
- is the value.
- is the mean value of .
- is the standard deviation value of .
- For e.g.,LOGNORMDIST(10,8.002,4.501)
Examples
- =LOGNORMDIST(2,5.4,2.76) = 0.044061652
- =LOGNORMDIST(10,24.05,12.95) = 0.046543186
- =LOGNORMDIST(50,87.0036,42.9784) = 0.026597569
- =LOGNORMDIST(-10,5,2) = NAN