monthly: Daily Calibration with Monthly Mean

View source: R/monthly.R

monthlyR Documentation

Daily Calibration with Monthly Mean

Description

Computes monthly mean de-biasing

Usage

monthly(fcst, obs, fcst.out = fcst, fc.time, fcout.time = fc.time, ...)

Arguments

fcst

n x m x k array of n lead times, m forecasts, of k ensemble members

obs

n x m matrix of veryfing observations

fcst.out

array of forecast values to which bias correction should be applied (defaults to fcst)

fc.time

forecast times as R-dates for monthly aggregation

fcout.time

forecast time for array to which bias correction is applied for back compatibility with leave-one-out cross-validation in debias

...

additional arguments for compatibility with other bias correction methods


jonasbhend/biascorrection documentation built on Nov. 11, 2023, 1:16 a.m.