PDF

class turbustat.statistics.PDF(img, min_val=0.0, bins=None, weights=None, norm=False)[source] [edit on github]

Bases: object

Create the PDF of a given array.

Attributes Summary

bins
ecdf
pdf

Methods Summary

Attributes Documentation

bins
ecdf
pdf

Methods Documentation

make_ecdf()[source] [edit on github]

Create the ECDF.

make_pdf(bins=None)[source] [edit on github]

Create the PDF.

run(verbose=False)[source] [edit on github]

Run the whole thing.