sky-uk/anticipy

In model_decay, adjust parameter boundaries

capelastegui opened this issue · 1 comments

model_decay formula:

    y = A * np.exp(B * (a_x + C)) + D

Parameter C can only be positive at the moment. Need to allow for positive+negative values, or maybe just negative.

Never mind - negative C can turn this into a positive exponential - we don't want that