|
| int | avg = np.array(spectrum, dtype=np.float32) |
| |
| int | cnt = 1 |
| |
| | max = np.array(spectrum, dtype=np.float32) |
| |
| | min = np.array(spectrum, dtype=np.float32) |
| |
| | sum = np.array(spectrum, dtype=np.float64) |
| |
◆ __init__()
| Analysis.Stats.Metrics.__init__ |
( |
| self, |
|
|
| spectrum ) |
◆ update()
| Analysis.Stats.Metrics.update |
( |
| self, |
|
|
| spectrum ) |
◆ avg
| int Analysis.Stats.Metrics.avg = np.array(spectrum, dtype=np.float32) |
◆ cnt
| int Analysis.Stats.Metrics.cnt = 1 |
◆ max
| Analysis.Stats.Metrics.max = np.array(spectrum, dtype=np.float32) |
◆ min
| Analysis.Stats.Metrics.min = np.array(spectrum, dtype=np.float32) |
◆ sum
| Analysis.Stats.Metrics.sum = np.array(spectrum, dtype=np.float64) |
The documentation for this class was generated from the following file: