Stats¶
- class kgpy.img.spikes.Stats(histogram, x_edges, y_edges, percentile_lower, percentile_upper)¶
Bases:
objectA class representing a statistical model of spikes in an image.
- Parameters:
- __init__(histogram, x_edges, y_edges, percentile_lower, percentile_upper)¶
Attributes
Methods
__init__(histogram, x_edges, y_edges, ...)plot(ax[, label])thresh_lower(x)thresh_upper(x)Inheritance Diagram
digraph inheritanceb0d1633f0d { bgcolor=transparent; rankdir=TB; size="8.0, 12.0"; "kgpy.img.spikes.Stats" [URL="kgpy.img.spikes.Stats.html#kgpy.img.spikes.Stats",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A class representing a statistical model of spikes in an image."]; }-
histogram:
numpy.ndarray¶
- property x¶
-
x_edges:
numpy.ndarray¶
- property y¶
-
y_edges:
numpy.ndarray¶