lambda.HR | R Documentation |
Given two parameters of the Husler-Reiss model, this function evaluates the range of values the third parameter can take to ensure a positive definite matrix in the model.
lambda.HR(lambda)
lambda |
A vector of length 3 containing one |
As indicated in Engelke et al. (2015), the matrix with zero diagonal and
squared lambda
parameters on the off-diagonal needs to be strictly
conditionally negative definite.
A 2 \times 3
matrix with, on the top, the lowest value of the parameter
corresponding to the NA
value in the input, and on the bottom the
largest value.
Simone Padoan, simone.padoan@unibocconi.it, https://faculty.unibocconi.it/simonepadoan/; Boris Beranger, borisberanger@gmail.com, https://www.borisberanger.com.
Engelke, S., Malinowski, A., Kabluchko, Z., and Schlather, M. (2015). Estimation of Husler-Reiss distributions and Brown-Resnick processes. Journal of the Royal Statistical Society: Series B (Methodological), 77, 239–265.
ls <- lambda.HR(c(1, 2, NA))
dExtDep(
x = c(0.1, 0.7, 0.2),
method = "Parametric",
model = "HR",
par = ls[1, ],
angular = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.