coxprocess_gibbsflow_ep_proposal: Compute Gibbs flow for Cox process model with EP Gaussian...

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Compute Gibbs flow for Cox process model with EP Gaussian proposal initialization

Usage

1
2
3
4
5
6
7
8
coxprocess_gibbsflow_ep_proposal(
  stepsize,
  lambda,
  derivative_lambda,
  xparticles,
  logdensity,
  counts
)

Arguments

stepsize

numerical integration step size

lambda

tempering level

derivative_lambda

time derivative of tempering schedule

xparticles

particle locations

logdensity

corresponding log density values

counts

dataset

Value

list with keys: xparticles new particle locations, log_jacobian_dets log Jacobian determinant of the flow


jeremyhengjm/GibbsFlow documentation built on Feb. 14, 2021, 9:21 p.m.