View source: R/initialization.R
intliz | R Documentation |
Return initial choice parameters of BBBVPA distribution.
intliz(
data,
ini.run = 100,
tol.ini = 0.001,
proc = "ML",
intv.s1 = c(0, 5),
intv.s2 = c(0, 5),
intv.a0 = c(0, 5),
intv.a1 = c(0, 5),
intv.a2 = c(0, 5),
...
)
data |
bivariate observations. |
ini.run |
number of random initializations. |
tol.ini |
convergence tolerance, |
proc |
different procedures, |
intv.s1 |
interval for random initialization of |
intv.s2 |
interval for random initialization of |
intv.a0 |
interval for random initialization of |
intv.a1 |
interval for random initialization of |
intv.a2 |
interval for random initialization of |
... |
further arguments to pass to |
numeric vector.
Biplab Paul <paul.biplab497@gmail.com> and Arabin Kumar Dey <arabin@iitg.ac.in>
# see the example of estimation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.