simulationError: Compute simulation parameter errors.

Description Usage Arguments Value Examples

Description

Compute simulation parameter errors.

Usage

1
2
3
4
5
6
7
rmse(x, ...)

mae(x, ...)

bias(x, ...)

stateError(x)

Arguments

x

An object of class Simulate4M.

center.fun

What function should be used to comptue the center? Defaults to mean.

Value

Functions rmse and mae return a list of parameter errors. Function stateError returns a numeric vector containing the percentage of state estimates that are not correct.

Examples

1
2
3
4
5
6
sealData<- data4M(greyseal)
sealData<- interpolate(sealData,Time.Step = 1)
seal4M2<- fit(sealData)
sim4M2<- simulate(seal4M2,nsim = 5)
rmse(sim4M2)
stateError(sim4M2)

lawlerem/markmodmover documentation built on Feb. 12, 2020, 8:30 p.m.