Real

Calculation of a double trajectorie. The element creates a trajectory with the name of the element and the type of double.

Attributes

Attribute Default Description Required
name
name of the element yes
noiseAmplitude
expr
Mathematical formula defining a double. This attribute can be used instead of defining the formula as elements content.
debug
visible
not used
includes
comma seperated list of switches
excludes
calibrateIncludes
calibrateExcludes
average
(in Mean umbenennen)
Additional calculation of the trial average. The value is saved as a parameter with the name of the element and "Average" as a suffix: <name of the element>Average
meanStd
(in MeanStd umbennen)
If set to true, mean average is calculated and saved in the parameter <name>MeanStd.
differentiations
0 If this attribute is set to a integer value bigger than 0, the differentiations of the trajectorie <name> are calculated in the after step by step calculation  (calculateOnCompleteTrajectories())

Calculated variables

Parameters calculated by calibration trial, if calibration is used or one or both of the flags "average" and "meanStd" are set to "true":

variable name type description trial parameter model
parameter
trajectorie Verfügbarkeit
<name>
double
X For each trial if calibration is not used. Only for the calibration trial if calibration is used.
X If calibration is used in the postprocess-phase of the calibration trial and after calibration for all of the following trials.
<name>Temp
double
Do not use it. It is only for internal use. X Only in the process-phase of a calibration trial
<name>Average

double
X  if the  average="true" or meanStd="true"
(besser in <name>Mean umbenennen)
<name>MeanStd
double
X
only if the  meanStd="true"

Examples

<Real name="A">B+C</Real>