Behold! the power of the Heaviside step function
\begin{equation*}
\theta(t) = \left\{
\begin{array}{ll}
0 & \quad t < 0 \\
1 & \quad t \geq 0
\end{array}
\right\}
\;\;\;\;\; where \;t \in \mathbb{R}
\end{equation*}
Date: Mar 21, 2021 Version: 1.0.10
Repo & Issues: Repository | Issues & Ideas
HotStepper is a Numpy based step function analysis and exploration library that trys (not always) to follow general patterns established by Numpy in order to implement step and smoothing functions by way of a linear algebra approach. Some use cases for the HotStepper package are the analysis of count and discontinuous data (queues, forex, trips etc.). It’s all about tools that just work and no need for extensive knowledge of Pandas or Numpy or whatever, just HotStepper. Analysis and exploration should take less code!