Difference between revisions of "Manuals/calci/GAMMAINV"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<div style="font-size:30px">'''GAMMAINV(prob,alpha,beta)'''</div><br/>
 
<div style="font-size:30px">'''GAMMAINV(prob,alpha,beta)'''</div><br/>
 
*<math>prob</math> is the probability value associated with gamma distribution
 
*<math>prob</math> is the probability value associated with gamma distribution
*<math>alpha</math> & <math>beta</math> are the values of  the shape and rate parameters
+
*<math>alpha(\alpha)</math> & <math>beta(\beta)</math> are the values of  the shape and rate parameters
 
==Description==
 
==Description==
 
*This function gives the inverse value of Cumulative Gamma Probability Distribution.
 
*This function gives the inverse value of Cumulative Gamma Probability Distribution.

Revision as of 05:28, 4 December 2013

GAMMAINV(prob,alpha,beta)


  • is the probability value associated with gamma distribution
  • & are the values of the shape and rate parameters

Description

  • This function gives the inverse value of Cumulative Gamma Probability Distribution.
  • This distribution is the Continuous Probability Distribution on the positive real line and it is of the reciprocal of a variable distributed according to the gamma distribution with two parameters & .
  • It is used in Bayesian statistics.
  • In , is the probability value associated with Gamma Distribution, is called shape parameter and is the rate parameter of the distribution.
  • If , then .
  • GAMMAINV use the iterating method to find the value of .
  • Suppose the iteration has not converged after 100 searches, then the function gives the error result.
  • This function will give the error result when
1.Any one of the arguments are non-numeric
2. or 
3. or 

Examples

  1. =GAMMAINV(0.65189,2,5) = 11.1335534510
  2. =GAMMAINV(0.006867292,5,7) = 8.155481331
  3. =GAMMAINV(0.1543869,9,3) = 18.0467153645
  4. =GAMMAINV(1,9,3) = 82.51739521528073
  5. =GAMMAINV(1.1,9,3) = NAN, because

See Also

References

Gamma Distribution