Test for logistic fit and minor fix to fit func

This commit is contained in:
ASPP Student 2025-09-23 18:44:31 +03:00
parent b192a2a76f
commit 25e001e855
3 changed files with 13 additions and 1 deletions

View file

@ -11,3 +11,4 @@ def iterate_f(x, r, n_iterations):
trajectory[i+1] = f(x, r)
x = trajectory[i+1]
return trajectory