Internal checks and helpers
This section documents the private functions used by mespy to validate inputs and centralize small calculation steps. They are important helpers for understanding the package behavior, but they are not part of the public API.
Why this section exists
shows where the most common errors are caught
makes internal dependencies between modules explicit
helps explain why the public functions behave consistently
Quick map
stats_utils
plot_utils
fit_utils
Important note
The fact that these functions are documented does not mean they are stable public interfaces. They are described for design clarity and to make maintenance of the package easier.