ADELE icon indicating copy to clipboard operation
ADELE copied to clipboard

Questions about def curve_func(x, a, b, c)

Open Ghttt345 opened this issue 1 year ago • 1 comments

Thansks for your great work! I got a question about your curve_func, a * (1 - np.exp(-1 / c * x ** b)), which is not the same as the func described in the paper

Ghttt345 avatar Apr 01 '23 09:04 Ghttt345

They are essentially the same, replace b in the paper with 1/c, c with b, and the same in the derivation() function

Yautoi avatar Apr 17 '23 16:04 Yautoi