An open API service indexing awesome lists of open source software.

https://github.com/epiforecasts/quantmod

Tools for quantile modeling
https://github.com/epiforecasts/quantmod

Last synced: 4 months ago
JSON representation

Tools for quantile modeling

Awesome Lists containing this project

README

          

# quantmod

Tools for quantile modeling: penalized quantile regression, time series,
cross-validation, and ensembles.

### Install the R package

To install the quantmod R package directly from github, run the following in R:

```{r}
library(devtools)
install_github(repo="cmu-delphi/quantmod", subdir="R-package/quantmod", ref="main")
```

### Install Gurobi for R

- First install the latest version of Gurobi optimizer
[here](https://www.gurobi.com/products/gurobi-optimizer/); for academics, you
can obtain a free license
[here](https://www.gurobi.com/academia/academic-program-and-licenses/).

- For R <= 3.6.1, you can then follow
[these instructions](https://www.gurobi.com/documentation/9.0/refman/ins_the_r_package.html)
to install the Gurobi R package.

- For R > 3.6.1, you will have to download the Gurobi R package directly from
[this link](https://upload.gurobi.com/gurobiR/gurobi9.0.2_R.tar.gz), and build
it yourself. (It is apparently not yet fully released/supported by Gurobi.)