sefd_summary¶
Module Contents¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
Estimates and returns the mode of those input data that lie within the limits set by the parameters. |
|
Add two half circles to the axes ax (or the current axes) with the |
|
Find position in array x of value z; assumes x sorted in increasing order. |
|
|
|
|
|
Attributes¶
- sefd_summary.find_mode(data, parameters)[source]¶
Estimates and returns the mode of those input data that lie within the limits set by the parameters. The mode is determined by fitting a guassian function to the peak of the histogram of the logarithms of the values.
- Parameters:
data – np.array of real values
parameters – dictionary giving the data value bounds
- Returns:
- sefd_summary.dual_half_circle(center, radius, angle=0, ax=None, colors=('w', 'k'), **kwargs)[source]¶
Add two half circles to the axes ax (or the current axes) with the specified facecolors colors rotated at angle (in degrees).