po.bhu: Perform Portfolio Optimization Using Clusters and LASSO
Description
This function performs portfolio optimization using clustering and LASSO regularization.
Usage
po.bhu(y0, x0, group, rep)
Value
A numeric vector of optimized portfolio weights.
Arguments
- y0
A numeric vector of response values.
- x0
A numeric matrix of predictors.
- group
A list of asset clusters.
- rep
The number of repetitions for optimization.