Difference between revisions of "Manuals/calci/GAMMAINV"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | <div style="font-size:30px">'''GAMMAINV( | + | <div style="font-size:30px">'''GAMMAINV (probability,alpha,beta,accuracy,somenumberofiterations)'''</div><br/> |
| − | *<math> | + | *<math>probability</math> is the probability value associated with gamma distribution |
| − | *<math>alpha(\alpha)</math> & <math>beta(\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. |
| + | *<math> accuracy </math> and <math> somenumberofiterations </math> are any positive integers. | ||
| + | |||
==Description== | ==Description== | ||
*This function gives the inverse value of Cumulative Gamma Probability Distribution. | *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 <math>\alpha</math> & <math>\beta</math>. | *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 <math>\alpha</math> & <math>\beta</math>. | ||
*It is used in Bayesian statistics. | *It is used in Bayesian statistics. | ||
| − | *In <math>GAMMAINV( | + | *In <math>GAMMAINV (probability,alpha,beta,accuracy,somenumberofiterations)</math> , <math> probability </math> is the probability value associated with Gamma Distribution,<math>alpha</math> is called shape parameter and <math>beta</math> is the rate parameter of the distribution. |
| − | *If <math>GAMMADIST(x,alpha,beta, | + | *If <math>GAMMADIST (x,alpha,beta,cumulative,accuracy)=prob</math>, then <math>GAMMAINV (probability,alpha,beta,accuracy,somenumberofiterations)= x</math>. |
*GAMMAINV use the iterating method to find the value of <math>x</math>. | *GAMMAINV use the iterating method to find the value of <math>x</math>. | ||
*Suppose the iteration has not converged after 100 searches, then the function gives the error result. | *Suppose the iteration has not converged after 100 searches, then the function gives the error result. | ||
Revision as of 12:34, 6 June 2018
GAMMAINV (probability,alpha,beta,accuracy,somenumberofiterations)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle probability} is the probability value associated with gamma distribution
- & Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle beta(\beta)} are the values of the shape and rate parameters.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle accuracy } and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle somenumberofiterations } are any positive integers.
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 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \alpha} & Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \beta} .
- It is used in Bayesian statistics.
- In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle GAMMAINV (probability,alpha,beta,accuracy,somenumberofiterations)} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle probability } is the probability value associated with Gamma Distribution,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle alpha} is called shape parameter and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle beta} is the rate parameter of the distribution.
- If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle GAMMADIST (x,alpha,beta,cumulative,accuracy)=prob} , then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle GAMMAINV (probability,alpha,beta,accuracy,somenumberofiterations)= x} .
- GAMMAINV use the iterating method to find the value of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x} .
- 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.Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle alpha \le 0 }
or Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle beta \le 0 }
3.Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle prob < 0}
or Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle prob > 1 }
Examples
- =GAMMAINV(0.65189,2,5) = 11.1335534510
- =GAMMAINV(0.006867292,5,7) = 8.155481331
- =GAMMAINV(0.1543869,9,3) = 18.0467153645
- =GAMMAINV(1,9,3) = 82.51739521528073
- =GAMMAINV(1.1,9,3) = NAN, because Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle prob>1 }
Related Videos
See Also
References