statsmodels.sandbox.tsa.fftarma.ArmaFft.generate_sample
ArmaFft.generate_sample(nsample=100, scale=1.0, distrvs=None, axis=0, burnin=0)
generate ARMA samples Parameters:
nsample : int or tuple of ints If nsample is an integer, then this creates a 1d timeseries of length size. If nsample is a tuple, then the timeseries is along axis. All other axis have independent arma samples. scale : float standard deviation of noise distrvs : function, random number generator function that generates