From 8452daa2015aa645dcc1eca3ec2bba5726603e4e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 22 Sep 2018 09:54:59 +0200 Subject: Add test and update docs --- man/PEC_FOMC_accu_rel.Rd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 man/PEC_FOMC_accu_rel.Rd (limited to 'man/PEC_FOMC_accu_rel.Rd') diff --git a/man/PEC_FOMC_accu_rel.Rd b/man/PEC_FOMC_accu_rel.Rd new file mode 100644 index 0000000..ab0ddd9 --- /dev/null +++ b/man/PEC_FOMC_accu_rel.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/PEC_soil.R +\name{PEC_FOMC_accu_rel} +\alias{PEC_FOMC_accu_rel} +\title{Get the relative accumulation of an FOMC model over multiples of an interval} +\usage{ +PEC_FOMC_accu_rel(n, interval, FOMC) +} +\arguments{ +\item{n}{number of applications} + +\item{interval}{Time between applications} + +\item{FOMC}{Named numeric vector containing the FOMC parameters alpha and beta} +} +\value{ +A numeric vector containing all n accumulation factors for the n applications +} +\description{ +Get the relative accumulation of an FOMC model over multiples of an interval +} -- cgit v1.2.1