conf.intv {bvpa} | R Documentation |
Observed Fisher information based confidence interval of Block-Basu Bivariate Pareto (BBBVPA) distribution
Description
Observed Fisher information based confidence interval of Bivariate BBBVPA distribution.
Usage
conf.intv(
object,
conf.lev = 0.95,
tol = 1e-04,
intv.m1 = c(0, 2),
intv.m2 = c(0, 2)
)
Arguments
object |
|
conf.lev |
confidence level, |
tol |
convergence tolerance for confidence intervals, |
intv.m1 |
interval related to confidence interval of |
intv.m2 |
interval related to confidence interval of |
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
# see the example of estimation
[Package bvpa version 1.0.0 Index]