emplike.descriptive.DescStat()

statsmodels.emplike.descriptive.DescStat

statsmodels.emplike.descriptive.DescStat(endog) [source]

Returns an instance to conduct inference on descriptive statistics via empirical likelihood. See DescStatUV and DescStatMV for more information.

Parameters:

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.

doc_statsmodels
2017-01-18 16:08:32
Comments
Leave a Comment

Please login to continue.