pctl.fun {bvpa} | R Documentation |
Survival functions of pivots of estimators of locations.
Description
Survival functions of pivots of estimators of locations \mu_1
and \mu_2
.
These are required to calculate the critical value of confidence intervals for \mu_1
and \mu_2
.
Usage
pctl.fun(z, n, a0, a1, a2, pct, select = 1)
Arguments
z |
quantiles. |
n |
number of observations. |
a0 |
value of |
a1 |
value of |
a2 |
value of |
pct |
probabilities. |
select |
Allows to select the function for different location parameters. a single model term to be selected for printing.
e.g. if you just want the function for |
Value
return a function.
Author(s)
Biplab Paul <paul.biplab497@gmail.com> and Arabin Kumar Dey <arabin@iitg.ac.in>
Examples
uniroot(pctl.fun, interval=c(0,2), n = 500, a0 = 2.0, a1 = 0.4, a2 = 0.5,
pct = 0.025, tol = 0.0001)[[1]]
[Package bvpa version 1.0.0 Index]