Skip to content

Commit

Permalink
doc pointer to IntervalArithmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Feb 13, 2020
1 parent 3fac618 commit 9b2ba39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Ideally, half of the particles should turn out negative and half positive when a
| Correlated quantities | Use MonteCarloMeasurements |
| Large uncertainties in input | Use MonteCarloMeasurements |
| Small uncertainties in input in relation to the curvature of the function | Use Measurements |
| Interested in low probability events / extremas | Use MonteCarloMeasurements |
| Interested in low probability events / extremas | Use MonteCarloMeasurements / [IntervalArithmetic.jl](https://github.com/JuliaIntervals/IntervalArithmetic.jl)|
| Limited computational budget | Use Measurements or [`StaticParticles`](@ref) with [`sigmapoints`](https://github.com/baggepinnen/MonteCarloMeasurements.jl#sigma-points). See benchmark below. |
| Non-Gaussian input distribution | Use MonteCarloMeasurements |
| Calculate tail integrals accurately | This requires some form of [importance sampling](https://en.wikipedia.org/wiki/Importance_sampling#Application_to_simulation), not yet fully supported |
Expand Down

0 comments on commit 9b2ba39

Please sign in to comment.