Test for logistic fit and minor fix to fit func
This commit is contained in:
parent
b192a2a76f
commit
25e001e855
3 changed files with 13 additions and 1 deletions
|
@ -11,3 +11,4 @@ def iterate_f(x, r, n_iterations):
|
|||
trajectory[i+1] = f(x, r)
|
||||
x = trajectory[i+1]
|
||||
return trajectory
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue