Apologize first for a very rudimentary VBA question:
(1) I came across the following coding for a custom function "CurveUptakeA"
CurveUptakeA = CurveUptakeA + CurveUptake(ect, monthNumber(year, month, startYear, startMonth), 1, yearsToPeak, endY, peakTime, decayFactor)
"CuveUptake" as a separate custom function is defined separately.
Can anyone please help me understand what calculation the above equation is doing?
(2) Where can I find some good examples of custom functions to generate s-curves?
Thanks!