lpoly_random_dynamic: LPoly random dynamics generator

Description Usage Arguments

View source: R/system.specs.R

Description

Generates an lpoly_system_type object representing a polynomial dynamic with randomly generated coefficients.

Usage

1
2
lpoly_random_dynamic(d, ord = 1:2, scale.factor = 1, damp.factor = 0.02,
  pzero = 0.8, model.size = NULL, porder.decay = 0.5)

Arguments

d

Dimension of the system

ord

Polynomial orders to include: array

scale.factor

Scaling for normally distributed polynomial coefficients

damp.factor

Scaling for the damping terms

pzero

Probability of removing terms from the set of possible terms

porder.decay

Exponential reduction of coefficients w.r.t. order


rossklin/SimpleSDESampler documentation built on May 27, 2019, 11:37 p.m.