gammapInv | R Documentation |
gammapInv and gammapInva: Inverses of normalized gammap function
gammapInv(a, p) gammapInva(x, p)
a |
The numeric 'a' parameter in the upper incomplete gamma |
p |
The numeric 'p' parameter in the upper incomplete gamma |
x |
The numeric 'x' parameter in the upper incomplete gamma |
With the equation:
p = gammap(a, x)
The 'gammapInv' function returns a value 'x' that satisfies the equation above
The 'gammapInva' function returns a value 'q' that satisfies the equation above
NOTE: gammapInva is slow
inverse gammap results
Matthew L. Fidler
gammapInv(1:3, 0.5) gammapInv(1, 1:3 / 3.1) gammapInv(1:3, 1:3 / 3.1) gammapInva(1:3, 1:3 / 3.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.