We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c03f1 commit cffa8f1Copy full SHA for cffa8f1
docs/src/similarity.md
@@ -22,6 +22,7 @@ plot(step.([P1, P2], 6), lab=["P1" "P2"])
22
```
23
They sure look very *similar*, don't they? If we observed some noisy data from an experiment that look something like this
24
```@example SIMILARITY
25
+using Random; Random.seed!(8) # hide
26
res = step(P1, 0:0.1:6)
27
scatter!(res.t, res.y' .+ 2 .* randn.(), lab="Noisy observed data")
28
0 commit comments