Learn R Programming

HDShOP (version 0.1.5)

Class_MeanVar_portfolio: S3 class MeanVar_portfolio

Description

Class MeanVar_portfolio is designed to construct mean-variance portfolios with provided estimators of the mean vector, covariance matrix, and inverse covariance matrix. It includes the following elements:

Arguments

Slots

ElementDescription
callthe function call with which it was created
cov_mtrxthe sample covariance matrix of the asset returns
inv_cov_mtrxthe inverse of the sample covariance matrix
meanssample mean vector of the asset returns
weightsportfolio weights
Port_Varportfolio variance
Port_mean_returnexpected portfolio return
Sharpeportfolio Sharpe ratio

See Also

summary.MeanVar_portfolio summary method for the class, new_MeanVar_portfolio class constructor, validate_MeanVar_portfolio class validator, MeanVar_portfolio class helper.