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 fe0e7bc commit ca9b5b8Copy full SHA for ca9b5b8
README.md
@@ -32,11 +32,11 @@ with sequential algorithms by [Vorobets (2021)](https://ssrn.com/abstract=393639
32
33
The original Entropy Pooling approach solves the minimum relative entropy problem
34
35
-$$q=\text{argmin}\lbrace x'\left(\ln x-\ln p\right)\rbrace$$
+$$q=\underset{x}{\text{argmin}}\lbrace x^{T}\left(\ln x-\ln p\right)\rbrace$$
36
37
subject to the constraints
38
39
-$$Ax=b \quad \text{and} \quad Gx\leq h.$$
+$$Gx\leq h \quad \text{and} \quad Ax=b.$$
40
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
0 commit comments