spim_pars_pmcmc_load: Load a set of parameters for the pmcmc

View source: R/pars.R

spim_pars_pmcmc_loadR Documentation

Load a set of parameters for the pmcmc

Description

Load the pmcmc parameters from disk. We expect three files; one for the overall parameters (info), one with details of the priors (prior) and one describing the proposal kernel (proposal).

Usage

spim_pars_pmcmc_load(
  path,
  info = "info.csv",
  prior = "prior.csv",
  proposal = "proposal.csv"
)

Arguments

path

Directory where the csv files are found.

info

Filename for the parameter info, relative to path

prior

Filename for the parameter priors, relative to path

proposal

Filename for the parameter proposal, relative to path

Value

A spim_pars_pmcmc object


mrc-ide/spimalot documentation built on Oct. 15, 2024, 12:15 p.m.