approximate_strauss_constant_PS: approximate Strauss constant using Path sampling

View source: R/approx_Z_path.R

approximate_strauss_constant_PSR Documentation

approximate Strauss constant using Path sampling

Description

The unconditonal constant, so you can't give n for this.

Usage

approximate_strauss_constant_PS(
  beta,
  gamma,
  range,
  bbox,
  nsim = 10,
  steps = 10,
  perfMaxIter = 1e+05,
  MHiter = 1000,
  ...
)

Arguments

nsim

number of sims for MC expectation

steps

grid reso for gamma

perfMaxIter

max iter for the first perfect pattern

MHiter

iterations per MH simulations starting from perfect pattern

...

passed on to rstrauss simulator

Value

Value is the natural log of Z(theta), unconditional.


antiphon/rstrauss documentation built on June 2, 2022, 7:19 a.m.