Returns an instance to conduct inference on descriptive statistics via empirical likelihood. See DescStatUV and DescStatMV for more information.
endog : ndarray
Array of data
Returns : DescStat instance
If k=1, the function returns a univariate instance, DescStatUV. If k>1, the function returns a multivariate instance, DescStatMV.
statsmodels.emplike.descriptive.DescStatMV.test_corr
statsmodels.emplike.descriptive.DescStatUV
Enter search terms or a module, class or function name.