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
- show
bool, optional This parameter defines whether the results will be printed (
True) or not (False).
- show
- Returns
- dfDataFrame
A DataFrame with the summarized data.