emplike.descriptive.DescStatMV()

statsmodels.emplike.descriptive.DescStatMV

class statsmodels.emplike.descriptive.DescStatMV(endog) [source]

A class for conducting inference on multivariate means and correlation.

Parameters:

endog : ndarray

Data to be analyzed

Attributes

endog ndarray Data to be analyzed
nobs float Number of observations

Methods

ci_corr([sig, upper_bound, lower_bound]) Returns the confidence intervals for the correlation coefficient
mv_mean_contour(mu1_low, mu1_upp, mu2_low, ...) Creates a confidence region plot for the mean of bivariate data
mv_test_mean(mu_array[, return_weights]) Returns -2 x log likelihood and the p-value
test_corr(corr0[, return_weights]) Returns -2 x log-likelihood ratio and p-value for the
doc_statsmodels
2017-01-18 16:08:33
Comments
Leave a Comment

Please login to continue.