Skip to content
Snippets Groups Projects
Commit e75ce135 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

Update BreakDetection.md

parent 33175f2e
No related branches found
No related tags found
1 merge request!14WIP: Expose the function parameter 'field' to the config
Pipeline #2532 passed with stage
in 7 minutes and 4 seconds
...@@ -6,10 +6,11 @@ ...@@ -6,10 +6,11 @@
## breaks_spektrumBased ## breaks_spektrumBased
``` ```
breaks_spektrumBased(thresh_rel=0.1, thresh_abs=0.01, breaks_spektrumBased( thresh_rel=0.1, thresh_abs=0.01,
first_der_factor=10, first_der_window="12h", first_der_factor=10, first_der_window="12h",
scnd_der_ratio_range=0.05, scnd_der_ratio_thresh=10, scnd_der_ratio_range=0.05, scnd_der_ratio_thresh=10,
smooth=True, smooth_window="3h", smooth_poly_deg=2,) smooth=True, smooth_window=None, smooth_poly_deg=2)
``` ```
| parameter | data type | default value | description | | parameter | data type | default value | description |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment