sim_error: Simulate the dynamic model and record the agreement with the...

Description Usage Arguments Value References Examples

View source: R/simulation_functions.R

Description

This function generates simulations and corresponding errors.

Usage

1
2
sim_error(datHMF = NULL, Nr = NULL, tlen = NULL, rateConst = NULL,
  ic = NULL, dt = NULL, epsilon = NULL, numPar = NULL)

Arguments

datHMF

The data matrix with scaled measurements measurements. Scaled center measurements are provided for each measurement/annotation (e.g., gene/organ) combination. This format is produced by scale_zeroOne(). Defaults to datHMF.

Nr

Number of annotations (e.g., organs).

tlen

Duration of simulation time.

rateConst

Rate constant matrix.

ic

Initial conditions.

dt

Time step.

epsilon

Term for computing error.

numPar

Number of parameters.

Value

Simulation errors.

References

https://www.jstatsoft.org/article/view/v033i09

Examples

1
MLAM[indLam,5] <- sim_error(datHMF,Nr,tlen,rateConst,ic,dt,epsilon,numPar)

WarrenDavidAnderson/dynamicNetworkID documentation built on May 23, 2019, 4:23 p.m.