tidy-finance/website

Figure 2 (Optimal allocation for different strategies) omits weights for reg-t constraints

Closed this issue · 1 comments

Not evaluated the code in detail yet but I see that the input to the figure is

tibble(
  `No short-sale` = w_no_short_sale$solution,
  `Minimum Variance` = w_mvp,
  `Efficient portfolio` = compute_efficient_weight(Sigma, mu),
  `Regulation-T` = w_reg_t$par,
  Industry = colnames(industry_returns)
)

At the same time, the resulting figure omits the "Regulation-T" column.