Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelhentschel/sifhrgmtmc
https://github.com/manuelhentschel/sifhrgmtmc
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/manuelhentschel/sifhrgmtmc
- Owner: ManuelHentschel
- Created: 2024-04-18T14:22:56.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-18T16:56:07.000Z (9 months ago)
- Last Synced: 2024-11-16T22:42:20.400Z (2 months ago)
- Language: R
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Reproducibility Materials
This repository contains the code used to reproduce the results from the paper
*"Statistical Inference for Hüsler–Reiss Graphical Models Through Matrix Completions"*.The code contains four parts:
- scripts to recreate small figures and examples,
- the analysis of the flights dataset,
- the analysis of the Danube river dataset,
- the simulation study.The file `main.R` will run each of these parts in order.
The file `prep.R` contains utility functions and configurations shared by all parts.
The file `setup.R` installs the R packages used into a local R library location.
Uncomment the corresponding line in `main.R` to run this script before the other files.The four parts are independent of each other, to skip some of them,
simply comment out the corresponding line in `main.R`.
Reproducing the results of the simulation study takes by far the longest time (ca 9h).
The other scripts usually finish in less than 1h.By default, tikz plots will be generated and placed in `./tikz/`.
In order to generate PDF plots, placed in `./pdf/`, set `FORCE_PDF <- TRUE` in `main.R`.The datasets are shipped with the **GitHub version** (!) of the R-package `graphicalExtremes`,
which can be installed using `remotes::install_github()`.