Stats¶
- class kgpy.img.spikes.Stats(hist, hist_extent, x, thresh_pts_upper, thresh_pts_lower, fit_weights, poly_deg=1)¶
Bases:
objectA class representing a statistical model of spikes in an image.
- Parameters
- __init__(hist, hist_extent, x, thresh_pts_upper, thresh_pts_lower, fit_weights, poly_deg=1)¶
Attributes
Methods
__init__(hist, hist_extent, x, ...[, poly_deg])thresh_lower(x)thresh_upper(x)Inheritance Diagram
-
fit_weights:
numpy.ndarray¶
-
hist:
numpy.ndarray¶
-
hist_extent:
numpy.ndarray¶
-
thresh_pts_lower:
numpy.ndarray¶
-
thresh_pts_upper:
numpy.ndarray¶