You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @theano-xir has pointed out, the exp type is wrong. What is actually implemented is the 'CAGR' function. The equivalent woudl be a power function. However, cagr is much more intuitive for the use case.
power = a*b^x
cagr = x(1+a)^n
Todo
rename the type label
refactor all existing models.
The text was updated successfully, but these errors were encountered:
As @theano-xir has pointed out, the exp type is wrong. What is actually implemented is the 'CAGR' function. The equivalent woudl be a power function. However, cagr is much more intuitive for the use case.
Todo
The text was updated successfully, but these errors were encountered: