R/hw_B.R

Defines functions ahw_B

ahw_B<-function(t0, tn, a){
  b=(1-exp(-a*(tn-t0)))/a
  return(b)
}
veldanie/SuraInvestmentAnalytics documentation built on April 14, 2024, 10:29 p.m.