R/hw_B.R

Defines functions ahw_B

ahw_B<-function(t0, tn, a){
  b=(1-exp(-a*(tn-t0)))/a
  return(b)
}
veldanie/CondorInvestmentAnalytics documentation built on April 5, 2025, 4:04 a.m.