setSd: Set the standard deviation of the measurements

Description Usage Arguments Value Examples

Description

With multiple measurements a standard deviation can be calculated for every point of measurement. The standard deviation is used to weigh the estimated data points in the cost function.

Usage

1
2
3
4
setSd(odeModel, sd)

## S4 method for signature 'odeModel'
setSd(odeModel, sd)

Arguments

odeModel

an object of the class odeModel

sd

a matrix with the standard deviations of the measurements

Value

an object of odeModel

Examples

1
2
3
4
5
6
data(uvbData)
data(uvbModel)

sd_uvb <- uvbData[,7:11]

newModel <- setSd(odeModel = uvbModel, sd = sd_uvb)

Newmi1988/seeds documentation built on Aug. 7, 2021, 8:22 p.m.