PCA ======================== .. currentmodule:: turbustat.statistics .. autoclass:: PCA :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~PCA.eigvals ~PCA.eigvecs ~PCA.gamma ~PCA.gamma_error_range ~PCA.index ~PCA.index_error_range ~PCA.intercept ~PCA.intercept_error_range ~PCA.n_eigs ~PCA.spatial_width ~PCA.spatial_width_error ~PCA.spectral_width ~PCA.spectral_width_error ~PCA.total_variance ~PCA.var_proportion .. rubric:: Methods Summary .. autosummary:: ~PCA.autocorr_images ~PCA.autocorr_spec ~PCA.compute_pca ~PCA.eigimages ~PCA.find_spatial_widths ~PCA.find_spectral_widths ~PCA.fit_plaw ~PCA.model ~PCA.noise_ACF ~PCA.run ~PCA.sonic_length .. rubric:: Attributes Documentation .. autoattribute:: eigvals .. autoattribute:: eigvecs .. autoattribute:: gamma .. autoattribute:: gamma_error_range .. autoattribute:: index .. autoattribute:: index_error_range .. autoattribute:: intercept .. autoattribute:: intercept_error_range .. autoattribute:: n_eigs .. autoattribute:: spatial_width .. autoattribute:: spatial_width_error .. autoattribute:: spectral_width .. autoattribute:: spectral_width_error .. autoattribute:: total_variance .. autoattribute:: var_proportion .. rubric:: Methods Documentation .. automethod:: autocorr_images .. automethod:: autocorr_spec .. automethod:: compute_pca .. automethod:: eigimages .. automethod:: find_spatial_widths .. automethod:: find_spectral_widths .. automethod:: fit_plaw .. automethod:: model .. automethod:: noise_ACF .. automethod:: run .. automethod:: sonic_length