`generate_data.py` for processing and fitting statistical distributions to data.

'distributions.py' to create new dists to fit

'analysis_data.ipynb" notebook for data analysis
This commit is contained in:
2026-04-10 15:01:07 -03:00
parent aacfe3f977
commit 9aa97fc3d4
8 changed files with 973 additions and 3 deletions

View File

@@ -1,3 +1 @@
from .plots import stacked_plot, noise_mean, calculate_cdf, plot_cdfs
__all__ = ["stacked_plot", "noise_mean", "calculate_cdf", "plot_cdfs"]