|
Class Summary |
| LinearRateModel |
Providing methods for a rate model based on linear differential
equations. |
| MultiplicativeRateModel |
Providing methods for a rate model based on multiplicative differential
equations. |
| Polynomial |
A class that represents a polynomial. |
| PolynomialSqrDiff |
A function that equals the total squared difference between a polynomial
and some target values at a set of points, treating the coefficients of
the polynomial as the variables. |
| RateModel |
Providing methods for a rate model based on differential equations. |
| RateModelSqrDiff |
A function that equals the total squared difference between the
predicted value of a differential equation rate model and some target
values at a set of time points, treating the parameters of the model as
the variables. |
| SigmoidalRateModel |
Providing methods for a rate model based on sigmoidal differential
equations. |