3.11.15. statsmodels.stats.multivariate_tools

Tools for multivariate analysis

Author : Josef Perktold License : BSD-3

TODO:

  • names of functions, currently just “working titles”

3.11.15.1. Functions

cancorr(x1, x2[, demean, standardize]) canonical correlation coefficient beween 2 arrays
cc_ranktest(x1, x2[, demean, fullrank]) rank tests based on smallest canonical correlation coefficients
cc_stats(x1, x2[, demean]) MANOVA statistics based on canonical correlation coefficient
partial_project(endog, exog) helper function to get linear projection or partialling out of variables

3.11.15.2. Classes

Bunch(**kw)