Variable QUALITY_NORMALIZATION_DEFAULTSConst

QUALITY_NORMALIZATION_DEFAULTS: {
    DELTA_MAX_REF: number;
    RMSE_MAX_REF: number;
    MAPE_MAX_REF: number;
    NASH_SUTCLIFFE_MIN_CLAMP: number;
    KGE_MIN_CLAMP: number;
} = ...

Default reference values for normalization in the rainfall domain.

Type declaration

  • DELTA_MAX_REF: number

    10 mm/h is considered maximum acceptable error

  • RMSE_MAX_REF: number

    10 mm/h RMSE is considered maximum acceptable

  • MAPE_MAX_REF: number

    100% error is considered maximum

  • NASH_SUTCLIFFE_MIN_CLAMP: number

    NSE raw values below 0 are clamped to 0 during normalization

  • KGE_MIN_CLAMP: number

    KGE raw values below 0 are clamped to 0 during normalization