Skip to contents

[Stable]

This class captures the trial simulations from DA based designs. In comparison to the parent class Simulations, it contains additional slots to capture the time to DLT fits, additional parameters and the trial duration.

Usage

DASimulations(trial_duration, ...)

.DefaultDASimulations()

Arguments

trial_duration

(numeric)
see DASimulations

...

additional parameters from Simulations

Slots

trial_duration

(numeric)
the vector of trial duration values for all simulations.

Note

Typically, end users will not use the .DefaultDASimulations() function.