Skip to content

Commit

Permalink
maybe fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed May 27, 2024
1 parent d87b845 commit 4fbd86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user_guide/estimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Then we can formally test our hypothesis by leveraging the multivariate Central
composed_result = compose((x, y, z) -> x - y - z, joint_estimate)
isapprox(
estimate(result₄),
estimate(composed_result),
first(estimate(composed_result)),
atol=0.1
)
```
Expand Down

0 comments on commit 4fbd86a

Please sign in to comment.