Mean and Standard Deviation

A <MeanStd> element determines mean and std of a mathematical formula over all frames of all trials defined by includes/includes.

Attributes

Attribute Default Description Required
name
name of the element
Yes
mathtype

3d vector "real" Yes
x
0.0 if also y and z used all of these three attributes are usde to define the formula No
y
0.0 No
z
0.0 No
expr

alternativ to the use the child for defining the formula
No

Notes

Über alle Trials einer Gruppe zu rechnen ist nicht gut! Denn: Der bestimmte Parameter muss in ModelParameters gespeichert werden, da er ja nicht einem Trial zugeordnet werden kann. In der ModelParameters-Datei kann aber nicht festgehalten werden aus welcher Gruppe von Trials der Parameter stammt. In den ModelParameters sollten daher sinnvoller weise nur Parameter gespeichert werden die der Session als ganzes zugeordnet werden.

Calculated Parameter

name Description
<name>FramesCount
<name>Mean
<name>MeanStd

Examples

<MeanStd name="ABC"
includes="dynamic">c+d</MeanStd