code for logistic function
This commit is contained in:
parent
9c3284cb98
commit
8ca3620a0b
1 changed files with 3 additions and 1 deletions
|
@ -1 +1,3 @@
|
||||||
# Your code goes here
|
|
||||||
|
def f(x, r):
|
||||||
|
return r * x * (1-x)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue