Team:Evry/LogisticFunctions
From 2013.igem.org
Line 18: | Line 18: | ||
<li><b>Q</b> : Magnitude.<br/> <i>The limit of g as x approaches infinity is Q.</i></li> | <li><b>Q</b> : Magnitude.<br/> <i>The limit of g as x approaches infinity is Q.</i></li> | ||
<li><b>d</b> : Threshold.<br/> <i>The value of x from which we consider the start of the phenomenon.</i></li> | <li><b>d</b> : Threshold.<br/> <i>The value of x from which we consider the start of the phenomenon.</i></li> | ||
- | <li><b>p</b> : Precision.<br/> <i> | + | <li><b>p</b> : Precision.<br/> <i><img src="https://static.igem.org/mediawiki/2013/3/3b/Gdp.jpg"/> Since the function never reaches 0 nor Q, we have to set an approximation for 0 or Q.</i></li> |
<li><b>k</b> : Efficiency.<br/> <i>This parameter influences the length of the phenomenon.</i></li> | <li><b>k</b> : Efficiency.<br/> <i>This parameter influences the length of the phenomenon.</i></li> | ||
</ul> | </ul> |
Revision as of 09:03, 2 October 2013
Logistic functions :
When we started to model biological behaviors, we realised very soon that we were going to need a function that simulates a non-exponential evolution, that would include a simple speed control and a maximum value. A smooth step function.
Such functions, named logistic functions were introduced around 1840 by M. Verhulst.
These functions looked perfect, but we needed more control : we needed to set a starting value and a precision.
Parameters:
- Q : Magnitude.
The limit of g as x approaches infinity is Q. - d : Threshold.
The value of x from which we consider the start of the phenomenon. - p : Precision.
Since the function never reaches 0 nor Q, we have to set an approximation for 0 or Q. - k : Efficiency.
This parameter influences the length of the phenomenon.
Differential form:
Let the following be a Cauchy problem:
The solution of this Cauchy problem is as below:
Here is our logistic function. Yet, differential equations are not always time-related.
Let x be a temporal function, and y be a x-related logistic function. In order to integrate y into a temporal ODE, we need to write it differently:
If is a continuous real function, then:
Finally,
References: