Description Usage Format Details Source
An artificial data set of size 1000 containing the bivariate response y1
, y2
, three covariates w1
, w2
, w3
.
1 |
A data frame with 1000 rows and 5 variables:
y1
,y2
The bivariate response variable.
w1
,w2
,w3
Three covariates.
This data set of size 1000 is artificially generated as following: first w1
, w2
, and w3
are simulated from Normal(0, 1)
.
Then the α1, α2, α3, β are generated via
α1 = exp(1 + 0.1 w1 + 0.3 w2)
α2 = exp(0.1 + 0.1 w2 + 0.1 w3)
α3 = exp(0.5 + 0.1 w1 + 0.2 w2 + 0.4 w3)
β = exp(0.2 + 0.1 w1 + 0.1 w2 + 0.2 w3)
For each set of parameters (α1, α2, α3, β) a random sample from this bivariate gamma distribution is simulated, i.e. y ~ BG(α1, α2, α3, β).
Hu, S., Murphy, T. B. and O'Hagan, A. (2019) Bivariate Gamma Mixture of Experts Models for Joint Claims Modeling. To appear.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.