|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
The logistic function. More...
The logistic function.
Definition in file logistic.hpp.
Go to the source code of this file.
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |
Functions | |
| template<typename floatT > | |
| floatT | mx::math::func::logistic_param (floatT x, floatT thalf) |
| Return the logistic function parameter for a specified rise time. | |
| template<typename floatT > | |
| floatT | mx::math::func::logistic (floatT t, floatT t0=0, floatT a=1) |
| Return the value of the logistic function. | |