photo

Bruno


Ab Kin

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
2 Answers

RANK
287,967
of 299,168

REPUTATION
0

CONTRIBUTIONS
4 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,660

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,577

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

  • First Review

View badges

Feeds

View by

Answered
Optimization problem - max independent given a function value
http://www.mathworks.com/matlabcentral/newsreader/view_thread/341674

10 years ago | 0

| accepted

Question


Optimization problem - max independent given a function value
Hi I have the following: syms irr2 m_S s irr1=0.05; M=0.7; n=120; f=(symsum(1/(1+irr1)^s,s,1,n)-symsum(...

10 years ago | 3 answers | 0

3

answers

Question


Simulate regARIMA with AR, SMA and Betas ...Problem with presamples!!
Hello, I have a model, built with regARIMA, with the following: Intercept =0; AR(1); AR(2); AR(3); SMA(12); Beta1; Beta2; ...

11 years ago | 0 answers | 0

0

answers

Question


WRONG FUNCTION? - Partial Autocorrelation (PACF) - parcorr greater than 1 (>1)
How can it be ...? I have a time series named Y, 32 observations, and computing parcorr(Y) I get some results greater tha...

11 years ago | 3 answers | 0

3

answers

Answered
Problem with movavg "Not enough input arguments."
RESOLVED... the movavg.m prepared by Stuart Kazola conflicts with movavg.m Financial Toolbox R2013b

11 years ago | 0

| accepted

Question


Problem with movavg "Not enough input arguments."
Hello I am trying to calculate movavg as: [lead,lag]=movavg(close,5,30); I have the following: Error using movavg (line...

11 years ago | 1 answer | 0

1

answer