R/models.R

Defines functions model_solow

model_solow <- function(f, g = 0, n = 0, delta = 0) {
  f(x) - (g + n + delta) * x
}
kenjisato/macromodels documentation built on May 5, 2019, 6:59 p.m.