Gaussian

The gaussian class provides an implementation of the gaussian function:

\[y(t)= \alpha e^{ -\frac{ (t-\beta)^2 }{ 2\gamma^2 } }\]

The class allows for dynamically changing the \(\alpha\), \(\beta\), and \(\gamma\) parameters.

API Reference