% 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 }