File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,23 @@ In above figure $Q_p$ denotes the true $(1-p)$-quantile region, $\bar Q_p$
9
9
denotes estimate based on sample quantile and $\hat Q_p$ denotes estimate based
10
10
on the extreme quantile region estimator proposed in the article.
11
11
12
- ## Prequisites
12
+ ## Running the simulation
13
+
14
+ 1 . Clone or unzip the repository, e.g,
13
15
14
- R packages needed for running the simulations can be found on file ` renv.lock ` .
15
- Notice that the package * extreme* can be only installed from the corresponding
16
- Github repository with
17
16
```
18
- devtools::install_github(" perej1/extreme")
17
+ git clone https://github.com/ perej1/extreme.git
19
18
```
20
19
21
- ## Running the simulation
20
+ 2 . Install required packages by navigating to the project's root, and then, by
21
+ running the following R command
22
+
23
+ ```
24
+ # install.packages("renv")
25
+ renv::restore()
26
+ ```
27
+ 3 . Lastly, run simulations with
22
28
23
- Run the following on bash command line
24
29
```
25
30
bash plot-batch.sh
26
31
```
You can’t perform that action at this time.
0 commit comments