File tree Expand file tree Collapse file tree 3 files changed +162
-150
lines changed Expand file tree Collapse file tree 3 files changed +162
-150
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Entropy Pooling is a powerful method for implementing subjective views and
2929performing stress-tests for fully general Monte Carlo distributions. It was first
3030introduced by [ Meucci (2008)] ( https://ssrn.com/abstract=1213325 ) and refined
3131with sequential algorithms by [ Vorobets (2021)] ( https://ssrn.com/abstract=3936392 ) .
32+ For a quick introduction to Entropy Pooling intuition, watch [ this YouTube video] ( https://youtu.be/qk_5l4ICXfY ) .
3233
3334The original Entropy Pooling approach solves the minimum relative entropy problem
3435
@@ -38,8 +39,8 @@ subject to the constraints
3839
3940$$ Gx\leq h \quad \text{and} \quad Ax=b. $$
4041
41- The constraints matrices $A$ and $G$ contain transformations of the Monte Carlo
42- simulation that allow you to implement subjective views and stress-tests by
42+ The constraints matrices $A$ and $G$ contain functions of the Monte Carlo
43+ simulation $R$ that allow you to implement subjective views and stress-tests by
4344changing the joint scenario probabilities from a prior probability vector $p$
4445to a posterior probability vector $q$.
4546
You can’t perform that action at this time.
0 commit comments