mLf1 | R Documentation |
Return the marginal log-liklihood value of variable X_1
.
mLf1(I, mu1, s1, a0, a1, a2)
I |
baivariate observations. |
mu1 |
value of |
s1 |
value of |
a0 |
value of |
a1 |
value of |
a2 |
value of |
A scalar numeric, the marginal log-liklihood value of variable X_1
.
Biplab Paul <paul.biplab497@gmail.com> and Arabin Kumar Dey <arabin@iitg.ac.in>
dat <- rbb.bvpa(500, 0.1, 0.1, 0.8, 0.8, 2.0, 0.4, 0.5)
mLf1(dat, 0.1, 0.8, 2.0, 0.4, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.