Skip to content

Commit

Permalink
Update portfolioMain.R
Browse files Browse the repository at this point in the history
  • Loading branch information
camdenHurdStBonas committed Jan 21, 2024
1 parent 18d9ef2 commit 7b34e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portfolioMain.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ port.obj <- portfolio(AAPL.df,MSFT.df,GOOGL.df,AMZN.df,names.list= names, RF= 0.
# portfolio statistics
port_stats <- port.obj$get.Stats()

# portfolio correlation
# portfolio covariance
port_cov <- port.obj$get.Cov()

# portfolio correlation
Expand All @@ -72,4 +72,4 @@ port.obj$plot.EF()
port.obj$plot.MVP()

# MVEP bar chart
port.obj$plot.MVEP()
port.obj$plot.MVEP()

0 comments on commit 7b34e48

Please sign in to comment.