Package: support
Type: Package
Title: Support Points
Version: 0.1.2
Author: Simon Mak
Maintainer: Simon Mak <smak6@gatech.edu>
Description: Provides the function sp() for generating the support points proposed in Mak and Joseph (2017)
    <arXiv:1609.01811>. Support points are representative points of a possibly non-uniform 
    distribution, and can be used as optimal sampling or integration points for a distribution of choice. The provided
    function sp() can be used to generate support points for standard distributions or for reducing big data
    (e.g., from Markov-chain Monte Carlo methods). This work was supported by USARO grant W911NF-14-1-0024 and NSF DMS grant 1712642.
License: GPL (>= 2)
LazyData: TRUE
Imports: Rcpp (>= 0.12.4), randtoolbox, matrixStats, doParallel,
        nloptr, MHadaptive
LinkingTo: Rcpp, RcppArmadillo, BH
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-07-22 20:23:54 UTC; smak6
Repository: CRAN
Date/Publication: 2018-07-22 20:50:02 UTC
