conf.intv3 {bvpa}R Documentation

Observed Fisher information based confidence interval of 3-parameter Block-Basu Bivariate Pareto (BBBVPA) distribution

Description

Observed Fisher information based confidence interval of 3-parameter BBBVPA distribution.

Usage

conf.intv3(object, conf.lev = 0.95, tol = 1e-04)

Arguments

object

"bbbvpa" class object.

conf.lev

confidence level, 0.95 (default).

tol

convergence tolerance for confidence intervals, 0.0001 (default).

Value

A matrix of lower and upper confidence interval limits (in the first and second column respectively). The matrix rows are labeled by the parameter names (if any) and columns by the corresponding distribution quantiles.

Author(s)

Biplab Paul <paul.biplab497@gmail.com> and Arabin Kumar Dey <arabin@iitg.ac.in>

Examples

dat <- rbb.bvpa(500, 0, 0, 1.0, 1.0, 2.0, 0.4, 0.5)
conf.intv3(estimates3(dat, 2.4, 0.3, 0.6))


[Package bvpa version 1.0.0 Index]