Community Profile

photo

tilfani oussama


Last seen: meer dan een jaar ago Active since 2016

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Question


loop on matrix array
I would like to make a loop that computes a distance between all matrix arrays, and save them in a distance matrix. The distance...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


The use of MFE toolbox in DCC GARCH
I would like to perform a DCC GARCH model to a time series, with MFE toolbox. For simplicity, let say a bivariate case. I would ...

meer dan 4 jaar ago | 0 answers | 0

0

answers

Question


Multiobjective optimization portfolio selection NSGA II
I would ike to use the algorithm described here https://www.mathworks.com/matlabcentral/fileexchange/53143-portfolio-optimizatio...

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


Using new objective function in existing nsga ii matlab code
I took a matlab codefor NSGA II from this link http://yarpiz.com/56/ypea120-nsga2, i would like to use this code for a new objec...

meer dan 5 jaar ago | 0 answers | 0

0

answers

Question


tranlsate a matriciel expression in matlab language
I have the following equation, wich can be writted in matrciel form as : R= w'C + w'βRm where Rm is a scalar, w C and β are col...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


Error with parfor loop
I have the following code ft=zeros(1000,1); gt=zeros(1000,1); FT=zeros(1000,1) ; Gt=zeros(1000,1) ; CovXY=zeros...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


reduce execution time in matlab
I have a matlab programm with a loop, it takes with a machine of 16GO RAM, 7 hours to be executed. The aim is to compute a cros...

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


Mean column with step
I have a column vector of n elements, i would like to calculate the mean with a step of 10 (the mean of 10th, 20th, and so on). ...

meer dan 5 jaar ago | 2 answers | 0

2

answers

Answered
solve quadratic set of equations
Let me expose the problem from the beginning. My aim is to solve for w=(w1,...,wn)' an optimization problem, the probelm can be ...

meer dan 5 jaar ago | 0

| accepted

Question


solve quadratic set of equations
I have a system of equation which i would like to solven this systme can be expressed as : w=(w1,...,wn)' and let consider a ...

meer dan 5 jaar ago | 1 answer | 0

1

answer

Answered
plot graph with values of y axis on the begining and the end
I would like to get a graph similar to those in figure 1 in the attched file (not necessary the shaded area)

meer dan 5 jaar ago | 0

| accepted

Question


plot graph with values of y axis on the begining and the end
I have three array vectors, beta, betal and betau, i would like to plot them on the same grpah. The x axis is scale ranging from...

meer dan 5 jaar ago | 3 answers | 0

3

answers

Question


How to convert R code to matlab?
Hy I would like to convert an R code into matlab, can someone help me to do? this the R code.

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


Variance and covariances in multiscale
I want to code for DFA and DCCA based regression, to do i would like to code a detrended scale covariance and variance, as descr...

bijna 6 jaar ago | 0 answers | 0

0

answers

Answered
How to estimate standard errors?
ALso my question is only about SE of coefficient estimated in the simple

bijna 6 jaar ago | 0

Question


How to estimate standard errors?
I'm using a code to estimate a hurst coefficient MFDFA procedure, Hurst coefficient is the slope of logFq(s) vs log(s) for q=2, ...

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


plot graph of time series
Hi I have a matlab 2015a, i would like to plot a time series with dates on the x axis andd values on the y axis.

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Question


VAR model estimation function
I would like to estimate a VAR (vector autoregression) model, i have matlab 2015a version. If someone have a code function to es...

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Question


Code to calculate a cross correlation function for many scales
I would like to calculate a cross correlation function on many scales, in the file attached chapter 2 Multiscale correlation fun...

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Answered
Code to calculate a cross correlation function for many scales
this is the paper of reference, look at paragraph 2 Multiscale cross correlation

ongeveer 6 jaar ago | 0

Question


Vector Autoregressive model matlab R2015a
I would like to estimate a VAR(p) model with matlab, the command "Mdl=varm" is not defined in matlab R2015a. Can i have a code/...

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Question


optimize time calculations program
I have a program, composed on a function and a loop (function enclosed and loop below), which takes a lot fo time to be perform...

ongeveer 6 jaar ago | 0 answers | 0

0

answers

Answered
code execution take time
The function Chaostest is enclosed, the loop please look below x is a column vector (1:3500) n=length(x); for j=1:n-499 ...

ongeveer 6 jaar ago | 0

Question


code execution take time
I run a code, which computes chaos degree in a series, the code whithin a loop take more than 7 hours. there is a way to perfo...

ongeveer 6 jaar ago | 2 answers | 0

2

answers

Answered
Synchronize two time series matlab R2015a
That works with [D1,S1,R1] = xlsread('SP dated.xls'); [D2,S2,R2] = xlsread('CAC40 dated.xls'); S1ds = R1(2:end,:); ...

ongeveer 6 jaar ago | 0

Question


Error when synchronizing two time series
I have two time series, i would like to synchronize them, in each series i have two columns (the first with date and second with...

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Answered
Synchronise two time series
Can you give more elements, i tried with but i fail, please find attached my series

ongeveer 6 jaar ago | 0

Question


Synchronize two time series matlab R2015a
I have two time series SP and CAC40 returns, i would like to save only equal dates values, i have a matlab 2015a. Bests

ongeveer 6 jaar ago | 2 answers | 0

2

answers

Question


Synchronise two time series
I have two dated time series, i import the with readtable command, i would like to synchronize them. taking only values with equ...

ongeveer 6 jaar ago | 2 answers | 0

2

answers

Question


Time series with date
Hello I have two time series Xt and Yt ranging from 2005 to 2012 on daily basis (two rows one indicate the date and the second ...

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Load more