.intervalIGamma | R Documentation |
Computes confidence interval of Inverse Gamma distributed variable with given mean and standard deviation.
.intervalIGamma(mu, sd, qlower = 0.025, qupper = 1 - qlower)
mu |
A |
sd |
A |
qlower |
A |
qupper |
A |
A 2 x k
matrix containing the lower and upper bounds of the intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.