Package: volesti 1.1.2-8
volesti: Volume Approximation and Sampling of Convex Polytopes
Provides an R interface for 'volesti' C++ package. 'volesti' computes estimations of volume of polytopes given by (i) a set of points, (ii) linear inequalities or (iii) Minkowski sum of segments (a.k.a. zonotopes). There are three algorithms for volume estimation as well as algorithms for sampling, rounding and rotating polytopes. Moreover, 'volesti' provides algorithms for estimating copulas useful in computational finance. Methods implemented in 'volesti' are described in A. Chalkis and V. Fisikopoulos (2022) <doi:10.32614/RJ-2021-077> and references therein.
Authors:
volesti_1.1.2-8.tar.gz
volesti_1.1.2-8.tar.gz(r-4.5-noble)volesti_1.1.2-8.tar.gz(r-4.4-noble)
volesti_1.1.2-8.tgz(r-4.4-emscripten)volesti_1.1.2-8.tgz(r-4.3-emscripten)
volesti.pdf |volesti.html✨
volesti/json (API)
NEWS
# Install 'volesti' in R: |
install.packages('volesti', repos = 'https://cloud.r-project.org') |
Bug tracker:https://github.com/geomscale/volesti/issues23 issues
Last updated 6 months agofrom:d15002e29e. Checks:3 OK. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 09 2025 |
R-4.5-linux-x86_64 | OK | Mar 09 2025 |
R-4.4-linux-x86_64 | OK | Mar 09 2025 |
Exports:compute_indicatorscopuladirect_samplingexact_volfrustum_of_simplexgen_crossgen_cubegen_prod_simplexgen_rand_hpolygen_rand_vpolygen_rand_zonotopegen_simplexgen_skinny_cubeHpolytopeinner_ballload_sdpa_format_filepoly_genread_sdpa_format_filerotate_polytoperotatinground_polytoperoundingsample_pointsSpectrahedronvolumeVpolytopeVpolytopeIntersectionwrite_sdpa_format_filezono_approxZonotopezonotope_approximation
Citation
To cite package ‘volesti’ in publications use:
Fisikopoulos V, Chalkis A (2024). volesti: Volume Approximation and Sampling of Convex Polytopes. R package version 1.1.2-8, https://CRAN.R-project.org/package=volesti.
Corresponding BibTeX entry:
@Manual{, title = {volesti: Volume Approximation and Sampling of Convex Polytopes}, author = {Vissarion Fisikopoulos and Apostolos Chalkis}, year = {2024}, note = {R package version 1.1.2-8}, url = {https://CRAN.R-project.org/package=volesti}, }
Readme and manuals
Volume computation and sampling
About
The volesti
package provides R with functions for volume estimation and sampling. In particular, it provides an R interface for the C++ library volesti.
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.
Download and install
-
The latest stable version is available from CRAN.
-
The latest development version is available on Github
www.github.com/GeomScale/volesti
-
Install
volesti
by running:
install.packages("volesti")
- The package-dependencies are:
Rcpp
,RcppEigen
,BH
.
Documentation
Credits
Copyright (c) 2012-2020 Vissarion Fisikopoulos Copyright (c) 2018-2020 Apostolos Chalkis
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.