Skip to content

Commit

Permalink
Fix references from HCAA to HERC
Browse files Browse the repository at this point in the history
  • Loading branch information
PanPip committed Jun 22, 2020
1 parent bed70f2 commit 81d9c89
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ Plotting
herc.allocate(asset_prices=stock_prices, risk_measure='equal_weighting')
# Plot Dendrogram
hcaa.plot_clusters(assets=stock_prices.columns)
herc.plot_clusters(assets=stock_prices.columns)
.. image:: portfolio_optimisation_images/dendrogram_hcaa.png
.. image:: portfolio_optimisation_images/dendrogram_herc.png

In the above image, the colors of assets corresponds to the cluster to which that asset belongs. Assets in the same cluster have the same color. Note that this coloring scheme may change based on the optimal number of clusters identified by the algorithm (or specified by the user).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Implementation
have -1 at the 3rd and 5th index. By default, a list of 1s will be initialised if no custom input is specified.

|h4| Different Linkage Methods |h4_|
HRP, by default, uses the single-linkage clustering algorithm. (See the tip under the HCAA algorithm for more details.)
HRP, by default, uses the single-linkage clustering algorithm. (See the tip under the HERC algorithm for more details.)



Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81d9c89

Please sign in to comment.