neurom.statsΒΆ

Statistical analysis helper functions

Nothing fancy. Just commonly used functions using scipy functionality.

Functions

fit Calculate the parameters of a fit of a distribution to a data set
fit_results_to_dict Create a JSON-comparible dict from a FitResults object
optimal_distribution Calculate the parameters of a fit of different distributions to a data set and returns the distribution of the minimal ks-distance.

Classes

FitResults