Skip to content
Snippets Groups Projects
Commit fb261158 authored by David Schäfer's avatar David Schäfer
Browse files

Update README.md

parent 622e83e1
No related branches found
No related tags found
No related merge requests found
......@@ -31,16 +31,11 @@
+ Number
+ if a value is flagged, so are the next n previously unflagged values
### Predifined Tests
### Predefined Tests
| name | required parameters | optional parameters | description |
|-------|---------------------|---------------------|-----------------------------------------|
| `mad` | `z`, `length` | `deriv = 1` | mean absolute deviation with measure of |
| | | | central tendency `z` and within an |
| | | | rolling window of size `z`. Optionally |
| | | | `deriv`'s derivate of the dataset is |
| | | | calculated first. |
|-------|---------------------|---------------------|-----------------------------------------|
| `mad` | `z`, `length` | `deriv = 1` | mean absolute deviation with measure of <br> central tendency `z` and an <br> rolling window of size `length`. Optionally <br> `deriv`'s derivate of the dataset is <br> calculated first. |
| | | | |
......
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