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

Update README

parent 29664b33
No related branches found
No related tags found
No related merge requests found
......@@ -33,17 +33,15 @@
### Predifined 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 the |
| | | | `deriv`'s derivate of |
| | | | the dataset is calculated |
| | | | first. |
| ----- | ------------------- | ------------------- | ------------------------- |
| 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. |
|-------|---------------------|---------------------|-----------------------------------------|
| | | | |
### User Defined Test
......
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