View source: R/percentileFun.R
pctl.fun | R Documentation |
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
.
pctl.fun(z, n, a0, a1, a2, pct, select = 1)
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 |
return a function.
Biplab Paul <paul.biplab497@gmail.com> and Arabin Kumar Dey <arabin@iitg.ac.in>
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]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.