addStat
adds all pars and stats to allStat.mat for a specified entry
Contents
Syntax
my_pet_st = addStat (my_pet, T, f)
Description
gets model, MRE, SMSE, CLOMPLETE, author, date_subm, date_acc, all parameters and statistics of a specified entry using results_my_pet.mat. Parameters are always expressed at T_ref, i.e. C2K(20), irrespective of input T.
Input:
- my_pet: string with name of entry to be added to allStat
- 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:
- my_pet_st: structure with all parameters and statistics values for my_pet
Remarks
- Statistics are given at T_typical or T.
- Meant to be used in combination with write_addStat, which checks presence in sister-directory entries.
- See get_addStat for all entries of select.
- The units and labels are given in AmPdata/allUnits and allLabel
Example of use
see write_addStat