Skip to content

Commit

Permalink
Update hierarchical_equal_risk_contribution.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Jun 21, 2020
1 parent 4816d36 commit fb7bdef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ Plotting
.. code-block::
# Instantiate HERC Class
hcaa = HierarchicalEqualRiskContribution()
hcaa.allocate(asset_prices=stock_prices, risk_measure='equal_weighting')
herc = HierarchicalEqualRiskContribution()
herc.allocate(asset_prices=stock_prices, risk_measure='equal_weighting')
# Plot Dendrogram
hcaa.plot_clusters(assets=stock_prices.columns)
Expand Down

0 comments on commit fb7bdef

Please sign in to comment.