terance


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

9 Questions
4 Answers

RANK
146,002
of 300,365

REPUTATION
0

CONTRIBUTIONS
9 Questions
4 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

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

View by

Question


Fetch and store data from Yahoo finance
Hello! I have created script to download data form yahoo finance for several stocks. function fetchDataFromYahoo ...

12 years ago | 0 answers | 0

0

answers

Question


Code explanation, working with logical variables
Would you be so kind to clarify the following Matlab code: I= (thresh-r)<0; IU=[~1;I(1:end-1) & ~I(2:end)]; ? whe...

12 years ago | 1 answer | 0

1

answer

Question


Integrating MATLAB with Excel
Hello! I have a DCF model, which is Excel spread-sheet. I have put all assumptions of my model in separate sheet. I want ...

13 years ago | 1 answer | 0

1

answer

Question


Minimizing a tri-variate function
Hello! I have the following task - I need to find the minimum of the following function (using only fminsearch) F(X,Y,Z)=(X-a*Y...

14 years ago | 1 answer | 0

1

answer

Question


Vector derivetive symbolic how to calculate?
Hello! I have a function y=f(b1,...,b6) with six variables and I need to write function, which returns the vector derivative o...

14 years ago | 1 answer | 0

1

answer

Answered
estimation probability over the part of an array
problem is solved, here is the corrected code (thx god for debugging!=)) function y=pm(x,L) a=length(x); for i=1:...

14 years ago | 0

Answered
estimation probability over the part of an array
still isn't solved((

14 years ago | 0

Question


estimation probability over the part of an array
[EDIT: 20110524 10:11 CDT - reformat - WDR] Hello! I have an array of data and I want to estimate the mean probability over th...

14 years ago | 4 answers | 0

4

answers

Answered
GARCH model with threshold?
problem is solved, sorry for interruption^^

14 years ago | 0

Question


GARCH model with threshold?
I need to estimate the following model: * r_t=c+teta*x_{t-1}+delta*sigma_t+e_t * (sigma_t)^2=w+lambda*y_{t-1}+alpha*(e_{t-1})^2...

14 years ago | 1 answer | 0

1

answer

Question


Minimum of function by vector parameters
[EDIT: Fri May 13 15:01:56 UTC 2011 - Clarify - MKF] Hello I'd like to find the minimum of the following function function...

14 years ago | 1 answer | 0

1

answer

Answered
Solving non linear system of equations
That's cool!!!Thx for your help!But I have a silly questuin: where did you find on a plot the initial condition?Am I right, that...

14 years ago | 0

Question


Solving non linear system of equations
Hello!I have some troubles while solving the non-linear system. <http://saveimg.ru/show-image.php?id=19f0894034eb37dc9fef4a7a0...

14 years ago | 2 answers | 0

2

answers