generate.marginslist: Generate a list of margins

Description Usage Arguments Value Author(s) Examples

Description

Generate iteratively a list of margins for the same set of subspaces with a particular volatility (not used currently)

Usage

1
2
generate.marginslist(subspaces, nstep = 10, volatility = 0.1,
  values = c(0.1, 0.2, 0.3, 0.4, 0.5, 0.8, 0.7, 0.9))

Arguments

subspaces

A list of generated subspaces.

nstep

Number of steps for which we generate new margin values.

volatility

Percentage of subspaces to replace at each step.

values

A vector of valid values for subspace margins.

Value

A list containing lists of margins for each step

Author(s)

Edouard Fouché, edouard.fouche@kit.edu

Examples

1
generate.marginslist(list(c(1,2,3), c(4,5), c(5,6), c(7,8)), nstep=3, volatility=0.5)

edouardfouche/R-streamgenerator documentation built on May 15, 2019, 11:02 p.m.