modify.timed.daoh.distribution: Modify a timed DAOH distribution.

View source: R/simulate.R

modify.timed.daoh.distributionR Documentation

Modify a timed DAOH distribution.

Description

If there is no split at time.begin and/or time.end, one will be inserted. Each period between mod.time.begin and mod.time.end will then be individually modified.

Usage

modify.timed.daoh.distribution(
  tsd,
  mod.time.begin,
  mod.time.end,
  target.quantile.val = NULL,
  relative.quantile.val = NULL,
  ...
)

Arguments

tsd

The Timed.Sampling.Distribution object.

mod.time.begin

The time to start the modification.

mod.time.end

The time at which to end the modification.

target.quantile.val

The target value for the quantile of interest (by default the median)

...

Arguments to be sent to modify.daoh.distribution


mattmoo/daohtools documentation built on Feb. 5, 2023, 5:38 a.m.