Getting Started
User Guide
Reference Docs
Useful Links
hyppo.tools.
ts_sim
Time-series simulation generator.
Takes a simulation and the required parameters, and outputs the simulated data matrices.
sim (str) -- The name of the simulation (from the :mod:`hyppo.tools module) that is to be rotated.
str
n (int) -- The number of samples desired by the simulation (>= 3).
int
**kwargs -- Additional keyword arguements for the desired simulation.
x,y (ndarray) -- Simulated data matrices.
ndarray