mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
logistic.hpp File Reference

The logistic function. More...

The logistic function.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

Definition in file logistic.hpp.

Go to the source code of this file.

Namespaces

 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. More...
 
template<typename floatT >
floatT mx::math::func::logistic (floatT t, floatT t0=0, floatT a=1)
 Return the value of the logistic function. More...