View source: R/estimation_param.R
| emp_vario | R Documentation |
Estimates the variogram of the Huesler-Reiss distribution empirically.
emp_vario(data, k = NULL, p = NULL)
emp_vario_pairwise(data, k = NULL, p = NULL, verbose = FALSE)
data |
Numeric \nxd matrix, where |
k |
Integer between 1 and |
p |
Numeric between 0 and 1 or |
verbose |
Print verbose progress information |
emp_vario_pairwise calls emp_vario for each pair of observations.
This is more robust if the data contains many NAs, but can take rather long.
Numeric \dxd matrix. The estimated variogram of the Huesler-Reiss distribution.
Other parameter estimation methods:
data2mpareto(),
emp_chi(),
emp_chi_multdim(),
emtp2(),
fmpareto_HR_MLE(),
fmpareto_graph_HR(),
loglik_HR()
G <- generate_random_Gamma(d=5)
y <- rmpareto(n=100, par=G)
Ghat <- emp_vario(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.