swh:1:snp:c52071b2223e07255bd8e8c58eb50c86e06d1242
Raw File
Tip revision: f1cf3c91ce3c9bdcfe74f4fb168e73fc44f55c93 authored by Alireza Mahani on 25 October 2016, 10:31:12 UTC
version 1.1.2
Tip revision: f1cf3c9
DESCRIPTION
Package: sns
Type: Package
Title: Stochastic Newton Sampler (SNS)
Version: 1.1.2
Date: 2016-10-24
Author: Alireza S. Mahani, Asad Hasan, Marshall Jiang, Mansour T.A. Sharabiani 
Maintainer: Alireza Mahani <alireza.s.mahani@gmail.com>
Description: Stochastic Newton Sampler (SNS) is a Metropolis-Hastings-based, Markov Chain Monte Carlo sampler for twice differentiable, log-concave probability density functions (PDFs) 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. Numerical differentiation is available when analytical expressions for gradient and Hessian are not available. Facilities for validation and numerical differentiation of log-density are provided. 
License: GPL (>= 2)
Imports: mvtnorm, coda, numDeriv
Suggests: RegressionFactory, MfUSampler
NeedsCompilation: no
Repository: CRAN
Packaged: 2016-10-25 00:25:53 UTC; asmahani
Date/Publication: 2016-10-25 10:31:12
back to top