Events
Types
MarineHeatwaves.MEvents — Type
MEvents{TE}Abstract type for CS and HW Events.
MarineHeatwaves.EventCS — Type
EventCS{TE}Event wrapper for cold spell.
MarineHeatwaves.EventHW — Type
EventHW{TE}Event wrapper for heatwaves.
MarineHeatwaves.Events — Type
Events{TE}(means, mini/max, onset, decline, duration,
sums, categorys, anomaly, threshanomaly, dt::MEvents)Functions and methods
MarineHeatwaves.mhlabel — Function
sts_ends = mhlabel(ms::MExtreme, minimum_duration, maximum_gap)Return a tuple of the start positions, stop positions and pixel columns at which events were detected.
MarineHeatwaves.anomsa — Function
evt = anomsa(me::MExtreme, sts_ends)::EventsCompute the anomaly of the events in each pixel and return the Event.
MarineHeatwaves.mevents — Function
Return tuple of means, sums, maximums and durations
evt, sts_ends = mevents(ms::MExtreme, min_duration, max_gap)Return the Events and the labels (starts and end positions) of the events.
MarineHeatwaves.decline — Function
Return the rate of decline for each event.
MarineHeatwaves.onset — Function
Return the rate of onset for each event.