photo

Alejandra Pena-Ordieres

MathWorks

Last seen: 1 month 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
12 个回答

排名
7,915
of 300,037

声誉
6

贡献数
0 个提问
12 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,862

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,106

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • Revival Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Portfolio optimization -- estimateCustomObjectivePortfolio equivalent in R2021b?
Hello, Since target duration can be added as a linear equality constraint, you can still use the Portfolio object. You won't ne...

6 months 前 | 0

已回答
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...

10 months 前 | 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 ...

10 months 前 | 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...

10 months 前 | 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. ...

1 year 前 | 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...

1 year 前 | 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...

1 year 前 | 0

已回答
For loop with moving window
Hello, You might want to consider using the backtesting workflow available in the Financial Toolbox, Backtest Investment Strate...

1 year 前 | 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 前 | 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...

4 years 前 | 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...

4 years 前 | 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...

4 years 前 | 1

| 已接受