From f6accde6ea2270baf4d21f1bf6c395f882c94686 Mon Sep 17 00:00:00 2001 From: Elena Pascal Date: Wed, 21 Sep 2022 16:55:12 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e69de29..3ac58a8 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,4 @@ +# Fit discrete distributions to a given data set + +Given a set of discrete data fit a number of discrete distributions are return natural log of PMF as goodness of fit statistics. +The fit is done by scipy.fit which from 1.9 allows the fitting of discrete distributions.