powered by
Return the marginal log-liklihood value of variable \(X_2\).
mLf2(I, mu2, s2, a0, a1, a2)
A scalar numeric, the marginal log-liklihood value of variable \(X_2\).
baivariate observations.
value of \(\mu_2\).
value of \(\sigma_2\).
value of \(\alpha_0\).
value of \(\alpha_1\).
value of \(\alpha_2\).
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) mLf2(dat, 0.1, 0.8, 2.0, 0.4, 0.5)
Run the code above in your browser using DataLab