get_allStat
obtain a structure with all pars and stats for all entries
Contents
Syntax
allStat = get_allStat (T, f)
Description
Gets lineage, model, MRE, SMSE, CLOMPLETE, author, date_subm, date_acc, all parameters and statistics and biblist of all entries. It does so by directory-hopping using ../../entries, which must contain all entries, and visiting the results_my_pet.mat files. This assumes that the content of this .mat file is consistent with the mydata_my_pet and the pars_init_my_pet files. Parameters are always expressed at T_ref, i.e. C2K(20), irrespective of input T.
Input:
- T: optional scalar with body temperature in Kelvin for ststistics (default T_typical, which is entry-specific)
- f: optional scalar with scaled functional response (default 1)
Output:
- allStat: structure with all parameters and statistics values
Remarks
- Statistics are given at T_typical or T.
- Meant to be used in combination with write_allStat and read_allStat.
- Since running this function takes some time, progress is written to screen.
- Units and labels are given in the static structures AmPdata/allUnits and allLabel
Example of use
allStat = get_allStat; see mydata_shstat