| dmgfd_detect_two_pulse_pattern | R Documentation |
Detect two-pulse pattern from fitted growth rate
dmgfd_detect_two_pulse_pattern(
rate,
x_pred,
peak_separation_min = 10,
valley_ratio_max = 0.4,
min_relative_peak = 0.05
)
rate |
Fitted growth-rate vector. |
x_pred |
Prediction season-day values. |
peak_separation_min |
Minimum separation between peaks. |
valley_ratio_max |
Maximum allowed valley-to-peak ratio. |
min_relative_peak |
Minimum relative peak height. |
List describing detected pulse pattern.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.