| Field |
Content Type |
Description |
| version |
nx1 cell array of strings |
GCE Data Structure version (used
for validation) |
| title |
character array |
Title of the overall data set (derived from
data structure) |
| metadata |
nx3 cell array of strings |
Parseable array of general data
set metadata (i.e. variable-length array
of metadata category names, field names, field values) |
| history |
nx2 cell array of strings |
Processing history of the data structure
(list of dates and functions performed; continued from data structure
history) |
| analysisdate |
character array |
Date and time the stat structure was created |
| name |
1xm cell array of strings |
Name of each column (from data structure) |
| description |
1xm cell array of strings |
Descriptions of each column (from data
structure) |
| units |
1xm cell array of strings |
Units of values in each column (from data
structure) |
| datatype |
1xm cell array of strings |
Physical data type of each column (from data
structure) |
| variabletype |
1xm cell array of strings |
Variable type of each column (from data
structure) |
| numbertype |
1xm cell array of strings |
Numerical data type of each
column (from data structure) |
| precision |
1xm array of integers |
Decimal places to display for each column
(from data structure) |
| criteria |
1xm cell array of strings |
Flag criteria expressions for each column
(from data structure) |
| group |
1x4 cell array |
Name, units, data type, and precision of the
grouping variable (blanks if ungrouped) |
| groupvalue |
nx1 array of numbers or
nx1 cell array of strings |
Group values (empty cell array if ungrouped) |
| observations |
nxm array |
Total observations for each column (all data
types) |
| missing |
nxm array |
Total number of missing values for each
column (all data types) |
| valid |
nxm array |
Total number of non-missing observations for
each column (all data types) |
| flagged |
nxm array |
Total flagged values for each column (all
data types) |
| min |
nxm array |
Column or group minima (if
numeric data type, NaN otherwise) |
| max |
nxm array |
Column or group maxima (if
numeric data type, NaN otherwise) |
| total |
nxm array |
Column or group total (if
numeric data type, NaN otherwise) |
| median |
nxm array |
Column or group median (if
numeric data type, NaN otherwise) |
| mean |
nxm array |
Column or group mean (data type =
'f' or 'e',
variable type 'data' or 'calculation') |
| stddev |
nxm array |
Column or group sample standard deviation
(data type = 'f' or 'e', variable type 'data' or 'calculation') |
| se |
nxm array |
Column or group standard error (data type =
'f' or 'e', variable type 'data' or 'calculation') |