Skip to content
Snippets Groups Projects
Commit 2e8626e4 authored by Keyser, Johannes's avatar Keyser, Johannes
Browse files

Add some explanation about the example.

parent 40c4a92d
No related branches found
No related tags found
No related merge requests found
...@@ -29,9 +29,11 @@ TODO: Add examples, and show some expected output. ...@@ -29,9 +29,11 @@ TODO: Add examples, and show some expected output.
### Example ### Example
You can see an example in [example.m](example.m). The script [example.m](example.m) simulates data based on known, true values.
It then fits and compares the Least-Squares with the Theil-Sen estimator.
Note how a few "unlucky" outliers can bias the least-squares estimate, but have little effect on the Theil-Sen estimator.
<img src="example.svg" alt="plot from example.m" width=200px /> <img src="example.svg" alt="plot from example.m" width=500px />
## Roadmap ## Roadmap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment