![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19096605_1596024010469_DEF.jpg)
Alejandra Pena-Ordieres
MathWorks
Followers: 0 Following: 0
Statistics
0 Questions
11 Answers
RANK
7,895
of 297,016
REPUTATION
6
CONTRIBUTIONS
0 Questions
11 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
backtestStrategy non-sensical example under backtest investment strategies help center page
The backtest engine utilizes past data to estimate the mean and covariance matrix needed to find the maximum Sharpe ratio portfo...
2 months ago | 0
CVaR Portfolio Optimization without copulas
Hi Agne, The PortfolioCVaR object uses a sample of returns to compute the condiitonal value-at-risk of the portfolio. In other ...
3 months ago | 0
Active overweight constraint in portCons
Hi Deepak, First, I'd recommend using the Portfolio object instead of portcons. The Portfolio object is the most up-to-date fun...
3 months ago | 0
Portfolio Optimisation using a mean/ mean absolute deviation model (linear program)
You can use the PortfolioMAD functionality to compute optimal portfolios using the mean-absolute devaition as the risk measure. ...
5 months ago | 0
variance of portfolio as objective function
To set up the variance as the objective, you can use estimateFrontierLimits with the optional input 'min' or estimateFrontierByR...
5 months ago | 0
How to calculate minimum variance portfolio with constraints?
Hello, If you want to use a risk-free asset to leverage the portfolio, you can use the Portfolio object in MATLAB to achieve wh...
6 months ago | 0
For loop with moving window
Hello, You might want to consider using the backtesting workflow available in the Financial Toolbox, Backtest Investment Strate...
7 months ago | 0
How to Find a Portfolio with the Highest Sharpe Ratio?
Hello, The Financial Toolbox has a funtion that does exaclty what you are looking for, estimateMaxSharpeRatio. Your workflow wo...
2 years ago | 0
How do I find the global minimum variance portfolio?
Hi Calum, I understand that you want to find the minimum variance portfolio. You can do this in two ways. 1) The easiest way i...
3 years ago | 0
How to get the Minimum Variance Portfolio?
Hi Jean-Gabriel, I am not sure I fully understand the problem. If you impose an equally-weighted "hard" constraint to the mini...
3 years ago | 0
How to find tangency portfolio (maximize sharpe ratio) using quadprog
Hi Guro, I understand that you are trying to find the maximum Sharpe ratio portfolio using quadprog. Theoretically, the max Sha...
3 years ago | 1
| accepted