Learn R Programming

RGAP (version 0.1.1)

.intervalIGamma: 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)

Value

A 2 x k matrix containing the lower and upper bounds of the intervals.

Arguments

mu

A k x 1 vector of means.

sd

A k x 1 vector of standard deviations.

qlower

A k x 1 vector of lower quantiles.

qupper

A k x 1 vector of upper quantiles.