R/FOMC.R

Defines functions FOMC

Documented in FOMC

FOMC <- function(t, parent.0, alpha, beta)
{
	parent = parent.0 / (t/beta + 1)^alpha
}

Try the kinfit package in your browser

Any scripts or data that you put into this service are public.

kinfit documentation built on May 30, 2017, 4:59 a.m.