pseu.logL {bvpa} | R Documentation |
Pseudo log-likelihood function of Block-Basu Bivariate Pareto (BBBVPA) distribution
Description
Return the pseudo log likelihood value.
Usage
pseu.logL(I, mu1, mu2, s1, s2, a0, a1, a2)
Arguments
I |
baivariate observations. |
mu1 |
value of |
mu2 |
value of |
s1 |
value of |
s2 |
value of |
a0 |
value of |
a1 |
value of |
a2 |
value of |
Value
A scalar numeric, pseudo log likelihood of the model.
Author(s)
Biplab Paul <paul.biplab497@gmail.com> and Arabin Kumar Dey <arabin@iitg.ac.in>
Examples
dat <- rbb.bvpa(500, 0.1, 0.1, 0.8, 0.8, 2.0, 0.4, 0.5)
pseu.logL(dat, 0.1, 0.1, 0.8, 0.8, 2.0, 0.4, 0.5)
[Package bvpa version 1.0.0 Index]