photo

Barbab


Last seen: 12 mesi fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

18 Domande
0 Risposte

RANK
180.746
of 300.781

REPUTAZIONE
0

CONTRIBUTI
18 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
5.56%

VOTI RICEVUTI
0

RANK
 of 21.088

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.031

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Explorer
  • First Review

Visualizza badge

Feeds

Visto da

Domanda


How to Implement Time-Series Cross-Validation in MATLAB Lasso?
I am trying to apply rolling cross-validation (or expanding window cross-validation) in MATLAB using the lasso function for time...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


What are the pros and cons of using multivariate Filtered Historical Simulation with univariate GARCH models compared to a GARCH-DCC approach?
I am assessing the market risk of an equity portfolio and have come across an example in the MATLAB documentation that uses a mu...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


How to store and deal with very very large matrices?
% input variables T = 2274; N = 58; B = 10000; H = 250; K = 3; % I simulate matrices of similar size to give the idea of...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to speed up this code? How to improve its performance and efficiency?
% creating toy data rng('default') nsimul = 10; % in the actual code I would like to have at least nsumul = 1000; y = ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to get rid of this nested for cycles?
Here is my code: % simulating similar inputs: K = 3; H = 250; N = 50; B = 10; Q = cell(1,K); rng('default') Q = cellfun(...

oltre 2 anni fa | 3 risposte | 0

3

risposte

Domanda


Apply copulas for estimating a single missing marginal, is it possible?
Let's consider this example from matlab documentation (with little changes): load stockreturns x = stocks(:,1); y = stocks(...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How forecast function works for ARIMA-GARCH models?
In Matlab documentation forecast have the following outputs and inputs: % [Y,YMSE,V] = forecast(Mdl,numperiods,Y0,Name,Value) ...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Relatively easy optimization problem in Excel it's hard to implement on Matlab
rng('default') % creating fake data data = randi([-1000 +1000],30,500); yt = randi([-1000 1000],30,1); % creating fake m...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to define objective for this optimization problem?
My objective is: subject to: where and are two given vectors of size . For this objective I tried: x = optimvar('x',1,2...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Can't manage to set up an optimization problem in Matlab 2021b from Excel
Hi, I will use silly data to explain my problem. I would like to estimate the parameters (mu and sigma in my example) of a stati...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Dubt on gprnd function working dimension
I want to produce random generalized pareto numbers with the function: R = gprnd(K,sigma,theta,[m,n,...]) My question is: Thi...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to export live script to latex beamer document class?
Hello everyone, I was wandering if there is any way to export Matlab live script in latex beamer for presentations. It is too m...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Is there on Matlab any ToolBox or function such Amelia II for R for missing values imputation?
I am trying to fill missing values on a database, I know that the function fillmissing can do different types of interpolation, ...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Hypothesis test for the difference of two means, should I consider annualized or monthly returns?
I have 10 years monthly returns. I calculated annualized return multiplying the mean return over the period for 12. Then I calcu...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


How to get polynomial (2nd order) excel trend–line coefficents in matlab?
If I use [p,S,mu] = polyfit(X,y,2), the coefficents I get are very different from the ones I find in excel. Should I use another...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Portfolio optimization with rebalancing weights every specific time period
How could I optimizate portfolio, using matlab portfolio object, making the weights rebalanced every time period?

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Edit area graph legend data
I have this area graph: As you could see the legend refers to the x-axis data. How can I display the legend referring to the ...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


How can I create a for cycle replacing text in a string array?
Hi there, here's my problem, i have a vector such as: vector1=["Home1" "Home2"] a=5 for i=2:a vector1(i+1)= %"Home&i+1" –> ...

circa 7 anni fa | 1 risposta | 0

1

risposta