Comparison statistics¶
Extract comparions statistics such as BIAS,MAE,RMSE,MRAE
Parameters¶
- measuredstr
Name of the column representing the measure data.
- hindcaststr
Name of the column representing the hindcast data.
- args: dict
- Dictionnary with the folowing keys:
- folder out: str
Path to save the output
Examples:¶
>>> df=tf['test1']['dataframe'].Statistics.comparison_statistics(measured='U',hindcast='u',args={'folder out':'/tmp'})
>>>
Outputs:¶
MAE |
Mean Absolute Error |
|
|---|---|---|
RMSE |
Root Mean Square Error |
|
MRAE |
Mean Relative Absolute Error |
|
BIAS |
BIAS |
|
SI |
Scatter Index |
|
IOA |
Index of Agreement |