jit: Jitter runs

View source: R/run.R

jitR Documentation

Jitter runs

Description

Jitter runs

Usage

jit(data, conf, par = defpar(data, conf), nojit = 10, sd = 0.25,
  ncores = detectCores(), parallell = TRUE, ...)

Arguments

data

data to fit a model

conf

model configuration

par

initial values to jitter around. The defaule ones are returned from the defpar function

nojit

a list of vectors. Each element in the list specifies a run where the fleets mentioned are omitted

sd

the standard deviation used to jitter the initial values (most parameters are on a log scale, so similar to cv)

ncores

the number of cores to attemp to use

Details

...

Value

A "ccamset" object, which is basically a list of ccam fits


elisvb/CCAM documentation built on March 13, 2023, 6:55 a.m.