mcmc: MCMC algorithm for Bayesian parameter estimation

Description Usage Arguments

View source: R/mcmc.R

Description

HELP PAGE TO WRITE –

Usage

1
2
3
4
5
6
7
8
9
mcmc(
  data = list(obs.data = obs.data, temp.data = temp.plants, var.names = var.names),
  temp.params = list(temp.min.cu = -10, temp.max.cu = 15, temp.min.fu = 5, temp.max.fu
    = 35),
  priors,
  control = list(proposal = "AdGl", size = 1e+05),
  continue = FALSE,
  last.state = NULL
)

Arguments

data

a list containing the plant and temperatures data

temp.params

a list with the fixed parameters giving the minimum and maximum temperatures for computing chilling and forcing units

priors

a list with the priors on the parameters

control

a list of options for the algorithm


baeyc/dormancy documentation built on May 7, 2021, 1:09 a.m.