mohammadimtiazz / python_histogramFeature

various Features that can be extracted from a histogram using pyhton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python_histogramFeature

various Features that can be extracted from a histogram using pyhton

features: mean sigma FWHM (full width half maximum) higest bin and total population ratio lowgest bin and total population ratio percentile20 -> 20% energy of a histogram percentile40 -> 40% energy of a histogram percentile50 -> 50% energy of a histogram percentile60 -> 60% energy of a histogram percentile80 -> 80% energy of a histogram RMS Max population Range

histFeatureNumpy.py - > here all the features have been measure using numpy histogram lib

About

various Features that can be extracted from a histogram using pyhton


Languages

Language:Python 100.0%