Skip to content

Commit

Permalink
deploy: 7f250f8
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlan committed Nov 7, 2023
1 parent b97f67b commit 45d6bef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/notebooks/05/markowitz_portfolio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"id": "5f6de49c",
"metadata": {},
"source": [
"We now calculate the optimal investment strategy for a portfolio with $n=3$ assets, with expected returns $\\mu = (1.2, 1.1, 1.3)$ and a predefined covariance matrix. We set the risk parameter $\\gamma$ to $q$ and the risk-free return rate $R$ to $1.01$."
"We now calculate the optimal investment strategy for a portfolio with $n=3$ assets, with expected returns $\\mu = (1.2, 1.1, 1.3)$ and a predefined covariance matrix. We set the risk parameter $\\gamma$ to $1$ and the risk-free return rate $R$ to $1.01$."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/05/markowitz_portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ <h2>Problem description and model formulation<a class="headerlink" href="#proble
</div>
</div>
</div>
<p>We now calculate the optimal investment strategy for a portfolio with <span class="math notranslate nohighlight">\(n=3\)</span> assets, with expected returns <span class="math notranslate nohighlight">\(\mu = (1.2, 1.1, 1.3)\)</span> and a predefined covariance matrix. We set the risk parameter <span class="math notranslate nohighlight">\(\gamma\)</span> to <span class="math notranslate nohighlight">\(q\)</span> and the risk-free return rate <span class="math notranslate nohighlight">\(R\)</span> to <span class="math notranslate nohighlight">\(1.01\)</span>.</p>
<p>We now calculate the optimal investment strategy for a portfolio with <span class="math notranslate nohighlight">\(n=3\)</span> assets, with expected returns <span class="math notranslate nohighlight">\(\mu = (1.2, 1.1, 1.3)\)</span> and a predefined covariance matrix. We set the risk parameter <span class="math notranslate nohighlight">\(\gamma\)</span> to <span class="math notranslate nohighlight">\(1\)</span> and the risk-free return rate <span class="math notranslate nohighlight">\(R\)</span> to <span class="math notranslate nohighlight">\(1.01\)</span>.</p>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="c1"># Specify the initial capital, the risk threshold, and the guaranteed return rate.</span>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 45d6bef

Please sign in to comment.