R/weighting.R

weighting <- function(t, T_max, t0) {
  return((T_max - t) / (T_max - t0))
}
BoC-PaymentsResearch/CPMI_stats documentation built on May 13, 2019, 1:14 p.m.