|
1 | 1 | # Volume computation and sampling
|
2 | 2 |
|
3 |
| -## About |
4 |
| -The `volesti` package provides [R](https://www.r-project.org/) with functions for volume estimation and sampling. In particular, it provides an R interface for the C++ library [**volesti**](https://github.com/GeomScale/volume_approximation). |
| 3 | +## About |
| 4 | +The `volesti` package provides [R](https://www.r-project.org/) with functions for volume estimation and sampling. In particular, it provides an R interface for the C++ library [**volesti**](https://github.com/GeomScale/volesti). |
5 | 5 |
|
6 | 6 | `volesti` computes approximations of volume of polytopes given as a set of points or linear inequalities or as a Minkowski sum of segments (zonotopes). There are algorithms for volume approximation as well as algorithms for sampling, rounding and rotating polytopes. Last but not least, `volesti` provides implementations of geometric algorithms to compute the score of a portfolio given asset returns and to detect financial crises in stock markets.
|
7 | 7 |
|
8 |
| -## Download and install |
| 8 | +## Download and install |
9 | 9 |
|
10 | 10 | * The latest stable version is available from CRAN.
|
11 |
| -* The latest development version is available on Github `www.github.com/GeomScale/volume_approximation` |
| 11 | +* The latest development version is available on Github `www.github.com/GeomScale/volesti` |
12 | 12 |
|
13 |
| -* Install `volesti` by running: |
| 13 | +* Install `volesti` by running: |
14 | 14 | ```
|
15 | 15 | install.packages("volesti")
|
16 | 16 | ```
|
17 |
| -* The package-dependencies are: `Rcpp`, `RcppEigen`, `BH`. |
| 17 | +* The package-dependencies are: `Rcpp`, `RcppEigen`, `BH`. |
18 | 18 |
|
19 | 19 | ## Documentation
|
20 | 20 |
|
21 |
| -* [Using the R Interface](https://github.com/GeomScale/volume_approximation/blob/v1.1.1/doc/r_interface.md) |
22 |
| -* [Wikipage with Tutorials and Demos](https://github.com/GeomScale/volume_approximation/wiki) |
| 21 | +* [Using the R Interface](https://github.com/GeomScale/volesti/blob/v1.1.1/doc/r_interface.md) |
| 22 | +* [Wikipage with Tutorials and Demos](https://github.com/GeomScale/volesti/wiki) |
23 | 23 | * [Tutorial given to PyData meetup](https://vissarion.github.io/tutorials/volesti_tutorial_pydata.html)
|
24 | 24 |
|
25 | 25 |
|
26 | 26 | ## Credits
|
27 | 27 |
|
28 |
| -* [Contributors and Package History](https://github.com/GeomScale/volume_approximation/blob/v1.1.1/doc/credits.md) |
29 |
| -* [List of Publications](https://github.com/GeomScale/volume_approximation/blob/v1.1.1/doc/publications.md) |
| 28 | +* [Contributors and Package History](https://github.com/GeomScale/volesti/blob/v1.1.1/doc/credits.md) |
| 29 | +* [List of Publications](https://github.com/GeomScale/volesti/blob/v1.1.1/doc/publications.md) |
30 | 30 |
|
31 |
| -Copyright (c) 2012-2020 Vissarion Fisikopoulos |
32 |
| -Copyright (c) 2018-2020 Apostolos Chalkis |
| 31 | +Copyright (c) 2012-2020 Vissarion Fisikopoulos |
| 32 | +Copyright (c) 2018-2020 Apostolos Chalkis |
33 | 33 |
|
34 |
| -You may redistribute or modify the software under the GNU Lesser General Public License as published by Free Software Foundation, either version 3 of the License, or (at your option) any later version. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. |
| 34 | +You may redistribute or modify the software under the GNU Lesser General Public License as published by Free Software Foundation, either version 3 of the License, or (at your option) any later version. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. |
35 | 35 |
|
0 commit comments