metrics¶
- max(array)¶
Jitted function to calculate the maximum along the last axis of a 3D array.
- mean(array)¶
Jitted function to calculate the mean along the last axis of a 3D array.
- median(array)¶
Jitted function to calculate the median along the last axis of a 3D array.
- min(array)¶
Jitted function to calculate the minimum along the last axis of a 3D array.
- q01(array)¶
Convenience function to calculate the 1st percentile along the last axis of a 3D array.
- q05(array)¶
Convenience function to calculate the 5th percentile along the last axis of a 3D array.
- q10(array)¶
Convenience function to calculate the 10th percentile along the last axis of a 3D array.
- q90(array)¶
Convenience function to calculate the 90th percentile along the last axis of a 3D array.
- q95(array)¶
Convenience function to calculate the 95th percentile along the last axis of a 3D array.
- q99(array)¶
Convenience function to calculate the 99th percentile along the last axis of a 3D array.