statsmodels.emplike.descriptive.DescStat#
- statsmodels.emplike.descriptive.DescStat(endog)[source]#
Return an instance to conduct inference on descriptive statistics
Uses empirical likelihood. See DescStatUV and DescStatMV for more information.
- Parameters:
- endogarray_like
Array of data
- Returns:
DescStatUVorDescStatMVIf k=1, the function returns a univariate instance, DescStatUV. If k>1, the function returns a multivariate instance, DescStatMV.