powered by
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" )
Object of class "bbbvpa3", a list consisting of
bbbvpa3
estimates of parameters and number of iteration.
the supplied data I.
I
bivariate observations.
initial choice of \(\alpha_0\).
initial choice of \(\alpha_1\).
initial choice of \(\alpha_2\).
convergence tolerance, 0.0001 (default).
0.0001
maximum number of iterations, 2000 (default).
2000
convergence criterion, "log.L" (default) and "p.logL".
"log.L"
"p.logL"
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]
Run the code above in your browser using DataLab