summary#

pycafee.sample.sample.Sample.summary(self, show=True)#

This function prints a table with a summary of the sample, which contains the mean, the variance, the standard deviation, the estimated confidence interval with alpha significance level, and the coefficient of variation.

Parameters
showbool, optional

This parameter defines whether the results will be printed (True) or not (False).

Returns
dfDataFrame

A DataFrame with the summarized data.