Revision 73fc22e3677c96ccc076da467d525727842d6dca authored by Alireza Mahani on 30 January 2015, 00:00:00 UTC, committed by Gabor Csardi on 30 January 2015, 00:00:00 UTC
1 parent b3d1d3b
Raw File
DESCRIPTION
Package: sns
Type: Package
Title: Stochastic Newton Sampler (SNS)
Version: 1.0.0
Date: 2015-01-30
Author: Alireza S. Mahani, Asad Hasan, Marshall Jiang, Mansour T.A. Sharabiani 
Maintainer: Alireza Mahani <alireza.mahani@sentrana.com>
Description: Stochastic Newton Sampler (SNS) is a Metropolis-Hastings-based, Markov Chain Monte Carlo sampler for twice differentiable, log-concave probability densities where the proposal density function is a multivariate Gaussian resulting from a second-order Taylor-series expansion of log-density around the current point. The mean of the Gaussian proposal is the full Newton-Raphson step from the current point. A boolean flag allows for switching from SNS to Newton-Raphson optimization (by choosing the mean of proposal function as next point). This can be used during burn-in to get close to the mode of the pdf (which is unique due to concavity). For high-dimensional densities, mixing can be improved via 'state space partitioning' strategy, in which SNS is applied to disjoint subsets of state space, wrapped in a Gibbs cycle.
License: GPL (>= 2)
Imports: mvtnorm, coda
Suggests: RegressionFactory
Packaged: 2015-02-07 16:02:18 UTC; amahani
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-02-08 00:33:33
back to top