Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
statsmodels / sandbox / tools / __init__.py
Size: Mime:
'''some helper function for principal component and time series analysis


Status
------
pca : tested against matlab
pcasvd : tested against matlab
'''
__all__ = ["pca", "pcasvd"]
from .tools_pca import pca, pcasvd