.intervalIGamma {RGAP} | R Documentation |
Computes confidence interval of Inverse Gamma distributed variable with given mean and standard deviation.
Description
Computes confidence interval of Inverse Gamma distributed variable with given mean and standard deviation.
Usage
.intervalIGamma(mu, sd, qlower = 0.025, qupper = 1 - qlower)
Arguments
mu |
A |
sd |
A |
qlower |
A |
qupper |
A |
Value
A 2 x k
matrix containing the lower and upper bounds of the intervals.
[Package RGAP version 0.1.1 Index]