.. _f-tableformulastat: module ``homeblog.table_formula_stat`` ====================================== .. inheritance-diagram:: ensae_teaching_cs.homeblog.table_formula_stat Short summary +++++++++++++ module ``ensae_teaching_cs.homeblog.table_formula_stat`` Contains TableFormulaStat. :githublink:`%|py|6` Classes +++++++ +----------------------------------------------------------------------------------------------+-----------------------------------------+ | class | truncated documentation | +==============================================================================================+=========================================+ | :class:`_TableFormulaStat ` | Contains various statistical functions. | +----------------------------------------------------------------------------------------------+-----------------------------------------+ Methods +++++++ +---------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | method | truncated documentation | +=========================================================================================================+======================================================================================================================+ | :meth:`Gini ` | computes the Gini, it calls GiniCurve (:meth:`GiniCurve`), it takes the following parameters: | +---------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`GiniCurve ` | Computes the Gini curve, takes the following parameters. | +---------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`summary ` | produces a summary on each columns | +---------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | :meth:`summary_column ` | produces a summary of a column, it the column is numerical, it computes, the min, max, quantile, mean, med, std. ... | +---------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_teaching_cs.homeblog.table_formula_stat :members: :special-members: __init__ :show-inheritance: