~vincent-vincentdavis/statsmodels/sum-stats-devel3

« back to all changes in this revision

Viewing changes to scikits/statsmodels/sandbox/tests/test_tsa_tools.py

merge josef, mostly refactoring fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
import numpy as np
6
6
from numpy.testing import assert_array_almost_equal
7
7
import scikits.statsmodels as sm
8
 
from scikits.statsmodels.sandbox import tsa
 
8
import scikits.statsmodels.tsa.stattools as tsa
9
9
 
10
10
import savedrvs
11
11
from datamlw_tls import mlacf, mlccf, mlpacf, mlywar