estimates3 | R Documentation |
Parameters estimation of 3-parameter BBBVPA distribution.
estimates3(
I,
a0.int,
a1.int,
a2.int,
tol.est = 1e-05,
MxIter.no = 2000,
condition = "log.L"
)
I |
bivariate observations. |
a0.int |
initial choice of |
a1.int |
initial choice of |
a2.int |
initial choice of |
tol.est |
convergence tolerance, |
MxIter.no |
maximum number of iterations, |
condition |
convergence criterion, |
Object of class "bbbvpa3
", a list consisting of
alpha0, alpha1, alpha2, iter.no |
estimates of parameters and number of iteration. |
data |
the supplied data |
Biplab Paul <paul.biplab497@gmail.com> and Arabin Kumar Dey <arabin@iitg.ac.in>
dat <- rbb.bvpa(500, 0, 0, 1.0, 1.0, 2.0, 0.4, 0.5)
estimates3(dat, 2.4, 0.3, 0.6)[-5]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.