powered by
Return initial choice parameters of 3-parameter BBBVPA distribution.
intliz3( data, ini.run = 100, tol.ini = 0.001, proc = "ML", intv.a0 = c(0, 5), intv.a1 = c(0, 5), intv.a2 = c(0, 5), ... )
numeric vector.
bivariate observations.
number of random initializations.
convergence tolerance, 0.001 (default)..
0.001
different procedures, "ML" (default) and "S.EM".
"ML"
"S.EM"
interval for random initialization of \(\alpha_0\).
interval for random initialization of \(\alpha_1\).
interval for random initialization of \(\alpha_2\).
further arguments to pass to estimates3.
estimates3
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) intliz3(dat)
Run the code above in your browser using DataLab