We have the formule for a model with logistic growth:
$$ N_t = N_{t-1} + g\, N_{t-1}\left( 1 -\dfrac{N_{t-1}}{K}\right)$$
where $g$ defines the growth rate and $K$ is the carrying capacity.
Let's say we have the following data:
$N_0 = 10$, $N_1 = 18$, $N_2 = 29$, $N_3 = 47$, $N_4 = 71$, $N_5 = 119$, $N_6 = 175$, $N_7 = 257$, $N_8 = 351$, $N_9 = 441$, $N_{10} = 513$, $N_{11} = 560$, $N_{12} = 595$ ,$N_{13} = 630$ ,$N_{14} = 641$ ,$N_{15} = 651$ ,$N_{16} = 656$ ,$N_{17} = 660$ ,$N_{18} = 662$.
How can we get a good approximation for what $g$ should be using this data? I just tried to fill in 2 consecutive points but it obviously didn't work out because the function isn't linear and you get a different $g$ between every 2 consecutive points. So how should I approach this problem?