Difference between revisions of "Manuals/calci/LOGINV"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="font-size:30px">'''LOGINV(prob,m,sd)'''</div><br/>
+
<div style="font-size:30px">'''LOGINV(probability,mean,standarddev,accuracy,normdistaccuracy,recursivelimit)'''</div><br/>
*<math>prob</math> is the probability associated with lognormal distribution
+
*<math>probability</math> is the probability associated with lognormal distribution
*<math>m</math> is the mean value of ln(x)
+
*<math>mean</math> is the mean value of ln(x)
*<math>sd</math> is the standard deviation of ln(x)
+
*<math>standarddev</math> is the standard deviation of ln(x).
 +
*<math>accuracy</math> gives accurate value of the solution.
 +
 
 
==Description==
 
==Description==
 
*This function gives the inverse value of Log-normal Cumulative Distribution.
 
*This function gives the inverse value of Log-normal Cumulative Distribution.

Revision as of 04:09, 20 June 2014

LOGINV(probability,mean,standarddev,accuracy,normdistaccuracy,recursivelimit)


  • is the probability associated with lognormal distribution
  • is the mean value of ln(x)
  • is the standard deviation of ln(x).
  • gives accurate value of the solution.

Description

  • This function gives the inverse value of Log-normal Cumulative Distribution.
  • This distribution is the Continuous Probability Distribution.
  • Log-normal Distribution is also called Galton's distribution.
  • A random variable which is log-normally distributed takes only positive real values.
  • If , then .
  • This function will give the result as error when
Any one of the argument is non-numeric.
 or  or 

Examples

  1. LOGINV(0.039084,3.5,1.2) = 3.9957031
  2. LOGINV(0.24786,6.25,3.12) = NULL
  3. LOGINV(0.007543,5.82,2.9) = NULL

See Also

References

Log-normal Distribution