You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat & fix: add some features (#38)
## Features
* calc_mbe: mean bias error
* calc_threshold_hit_ratio
## Fix
* drop_nan: The problem that if input as list, the result is unexpect.
## Tests
* add test for:
* calc_mae
* calc_mbe
* calc_threshold_hit_ratio
* calc_threshold_false_alarm_ratio
* calc_threshold_ts
* calc_linregress