We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9262ab commit a7bce18Copy full SHA for a7bce18
README.md
@@ -11,20 +11,19 @@ on the extreme quantile region estimator proposed in the article.
11
12
## Running the simulation
13
14
-1. Clone or unzip the repository, e.g,
+1. Clone or unzip the repository.
15
16
```
17
git clone https://github.com/perej1/elliptical-sim.git
18
19
20
-2. Install required packages by navigating to the project's root, and then, by
21
- running the following R command
+2. Install required packages by running the following R command in the project's
+ root folder.
22
23
24
-# install.packages("renv")
25
renv::restore()
26
27
-3. Lastly, run simulations with
+3. Run simulations.
28
29
30
bash plot-batch.sh
0 commit comments