MANIFEST.in
README.md
setup.cfg
setup.py
pycafee/__init__.py
pycafee/version.py
pycafee.egg-info/PKG-INFO
pycafee.egg-info/SOURCES.txt
pycafee.egg-info/dependency_links.txt
pycafee.egg-info/requires.txt
pycafee.egg-info/top_level.txt
pycafee/data/__init__.py
pycafee/data/main_database.db
pycafee/database_management/__init__.py
pycafee/database_management/management.py
pycafee/functions/__init__.py
pycafee/functions/functions.py
pycafee/normalitycheck/__init__.py
pycafee/normalitycheck/abdimolin.py
pycafee/normalitycheck/andersondarling.py
pycafee/normalitycheck/comparison.py
pycafee/normalitycheck/densityplot.py
pycafee/normalitycheck/dotplot.py
pycafee/normalitycheck/gaussian.py
pycafee/normalitycheck/kolmogorovsmirnov.py
pycafee/normalitycheck/lilliefors.py
pycafee/normalitycheck/normalitycheck.py
pycafee/normalitycheck/shapirowilk.py
pycafee/sample/__init__.py
pycafee/sample/outliers.py
pycafee/sample/sample.py
pycafee/sample/studentdistribution.py
pycafee/utils/__init__.py
pycafee/utils/checkers.py
pycafee/utils/general.py
pycafee/utils/helpers.py
tests/__init__.py
tests/database_management/__init__.py
tests/database_management/test_management/__init__.py
tests/database_management/test_management/test__connecting_to_database.py
tests/database_management/test_management/test__get_all_available_languages.py
tests/database_management/test_management/test__get_all_languages_for_func.py
tests/database_management/test_management/test__get_current_default_language.py
tests/database_management/test_management/test__get_messages.py
tests/database_management/test_management/test__query_func_id.py
tests/database_management/test_management/test__set_default_language.py
tests/database_management/test_management/test_display_all_available_languages.py
tests/database_management/test_management/test_display_current_default_language.py
tests/functions/__init__.py
tests/functions/functions/__init__.py
tests/functions/functions/test_interquartile_range.py
tests/functions/functions/test_multimode.py
tests/normalitycheck/__init__.py
tests/normalitycheck/AbdiMolin/__init__.py
tests/normalitycheck/AbdiMolin/test_draw_critical_values.py
tests/normalitycheck/AbdiMolin/test_fit.py
tests/normalitycheck/AbdiMolin/test_fn_abdi_molin.py
tests/normalitycheck/AbdiMolin/test_get_critical_value.py
tests/normalitycheck/AbdiMolin/test_to_csv.py
tests/normalitycheck/AbdiMolin/test_to_xlsx.py
tests/normalitycheck/AndersonDarling/__init__.py
tests/normalitycheck/AndersonDarling/test_fit.py
tests/normalitycheck/AndersonDarling/test_to_csv.py
tests/normalitycheck/AndersonDarling/test_to_xlsx.py
tests/normalitycheck/DensityPlot/__init__.py
tests/normalitycheck/DensityPlot/test_draw.py
tests/normalitycheck/DotPlot/__init__.py
tests/normalitycheck/DotPlot/test_draw.py
tests/normalitycheck/Gaussian/__init__.py
tests/normalitycheck/Gaussian/test__kurtosis_summation.py
tests/normalitycheck/Gaussian/test__skewness_summation.py
tests/normalitycheck/Gaussian/test_kurtosis.py
tests/normalitycheck/Gaussian/test_skewness.py
tests/normalitycheck/KolmogorovSmirnov/__init__.py
tests/normalitycheck/KolmogorovSmirnov/test_draw_critical_values.py
tests/normalitycheck/KolmogorovSmirnov/test_fit.py
tests/normalitycheck/KolmogorovSmirnov/test_get_critical_value.py
tests/normalitycheck/KolmogorovSmirnov/test_to_csv.py
tests/normalitycheck/KolmogorovSmirnov/test_to_xlsx.py
tests/normalitycheck/Lilliefors/__init__.py
tests/normalitycheck/Lilliefors/test_draw_critical_values.py
tests/normalitycheck/Lilliefors/test_fit.py
tests/normalitycheck/Lilliefors/test_get_critical_value.py
tests/normalitycheck/Lilliefors/test_to_csv.py
tests/normalitycheck/Lilliefors/test_to_xlsx.py
tests/normalitycheck/NormalityCheck/__init__.py
tests/normalitycheck/NormalityCheck/test_fit.py
tests/normalitycheck/ShapiroWilk/__init__.py
tests/normalitycheck/ShapiroWilk/test_draw_critical_values.py
tests/normalitycheck/ShapiroWilk/test_fit.py
tests/normalitycheck/ShapiroWilk/test_get_critical_value.py
tests/normalitycheck/ShapiroWilk/test_to_csv.py
tests/normalitycheck/ShapiroWilk/test_to_xlsx.py
tests/sample/__init__.py
tests/sample/test_confidencial_interval.py
tests/sample/test_fit.py
tests/sample/test_normality_check.py
tests/sample/test_positional_summary.py
tests/sample/test_standard_interval.py
tests/sample/test_summary.py
tests/sample/StudentDistribution/__init__.py
tests/sample/StudentDistribution/test__check_which_param.py
tests/sample/StudentDistribution/test_compare_with_constant.py
tests/sample/StudentDistribution/test_draw.py
tests/sample/StudentDistribution/test_get_critical_value.py
tests/sample/outliers/__init__.py
tests/sample/outliers/test__check_dixon_division_by_zero.py
tests/sample/outliers/test__check_grubbs_division_by_zero.py
tests/sample/outliers/test_check_outermost_observation.py
tests/sample/outliers/Dixon/__init__.py
tests/sample/outliers/Dixon/test___repr__.py
tests/sample/outliers/Dixon/test___str__.py
tests/sample/outliers/Dixon/test__r10.py
tests/sample/outliers/Dixon/test__r11.py
tests/sample/outliers/Dixon/test__r12.py
tests/sample/outliers/Dixon/test__r20.py
tests/sample/outliers/Dixon/test__r21.py
tests/sample/outliers/Dixon/test__r22.py
tests/sample/outliers/Dixon/test_fit.py
tests/sample/outliers/Dixon/test_get_critical_value.py
tests/sample/outliers/Grubbs/__init__.py
tests/sample/outliers/Grubbs/test___repr__.py
tests/sample/outliers/Grubbs/test___str__.py
tests/sample/outliers/Grubbs/test__one.py
tests/sample/outliers/Grubbs/test__three.py
tests/sample/outliers/Grubbs/test__two.py
tests/sample/outliers/Grubbs/test_fit.py
tests/sample/outliers/Grubbs/test_get_critical_value.py
tests/sample/outliers/ModifiedZScore/__init__.py
tests/sample/outliers/ModifiedZScore/test___repr__.py
tests/sample/outliers/ModifiedZScore/test___str__.py
tests/sample/outliers/ModifiedZScore/test_fit.py
tests/sample/outliers/Tukey/__init__.py
tests/sample/outliers/Tukey/test___repr__.py
tests/sample/outliers/Tukey/test___str__.py
tests/sample/outliers/Tukey/test_fit.py
tests/sample/outliers/ZScore/__init__.py
tests/sample/outliers/ZScore/test___repr__.py
tests/sample/outliers/ZScore/test___str__.py
tests/sample/outliers/ZScore/test_fit.py
tests/utils/__init__.py
tests/utils/checkers/__init__.py
tests/utils/checkers/test__check_array_lower_size.py
tests/utils/checkers/test__check_data_in_range.py
tests/utils/checkers/test__check_is_bool.py
tests/utils/checkers/test__check_is_data_frame.py
tests/utils/checkers/test__check_is_dict.py
tests/utils/checkers/test__check_is_float.py
tests/utils/checkers/test__check_is_float_or_int.py
tests/utils/checkers/test__check_is_integer.py
tests/utils/checkers/test__check_is_list.py
tests/utils/checkers/test__check_is_numpy_1_D.py
tests/utils/checkers/test__check_is_positive.py
tests/utils/checkers/test__check_is_str.py
tests/utils/checkers/test__check_is_subplots.py
tests/utils/checkers/test__check_list_length.py
tests/utils/checkers/test__check_value_is_equal_or_higher_than.py
tests/utils/checkers/test__check_value_is_equal_or_lower_than.py
tests/utils/helpers/__init__.py
tests/utils/helpers/test_AlphaManagement.py
tests/utils/helpers/test_LanguageManagment.py
tests/utils/helpers/test_NDigitsManagement.py
tests/utils/helpers/test__change_decimal_separator_x_axis.py
tests/utils/helpers/test__change_decimal_separator_y_axis.py
tests/utils/helpers/test__change_locale.py
tests/utils/helpers/test__change_locale_back_to_default.py
tests/utils/helpers/test__check_blank_space.py
tests/utils/helpers/test__check_conflicting_filename.py
tests/utils/helpers/test__check_decimal_separator.py
tests/utils/helpers/test__check_figure_extension.py
tests/utils/helpers/test__check_file_exists.py
tests/utils/helpers/test__check_file_name_is_str.py
tests/utils/helpers/test__check_forbidden_character.py
tests/utils/helpers/test__check_plot_design.py
tests/utils/helpers/test__check_which_density_gaussian_kernal_plot.py
tests/utils/helpers/test__export_to_csv.py
tests/utils/helpers/test__export_to_xlsx.py
tests/utils/helpers/test__flat_list_of_lists.py
tests/utils/helpers/test__raises_when_fit_was_not_applied.py
tests/utils/helpers/test__replace_last_occurrence.py
tests/utils/helpers/test__sep_checker.py
tests/utils/helpers/test__truncate.py