Package: SI
Type: Package
Title: Stochastic Integrating
Version: 0.1.0
Author: Jinhong Du
Maintainer: Jinhong Du <jayduking@gmail.com>
Description: An implementation of four stochastic methods of integrating in R, including:
    1. Stochastic Point Method (or Monte Carlo Method); 
    2. Mean Value Method; 
    3. Important Sampling Method; 
    4. Stratified Sampling Method.
    It can be used to estimate one-dimension or multi-dimension integration by Monte Carlo methods. And the estimated variance (precision) is given.
    Reference: Caflisch, R. E. (1998) <doi:10.1017/S0962492900002804>.
License: GPL
Encoding: UTF-8
LazyData: true
Date: 2018-04-13
Depends: R (>= 3.0.1), stats (>= 3.3.2)
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-04-17 11:07:42 UTC; dujinhong
Repository: CRAN
Date/Publication: 2018-04-17 11:53:28 UTC
