Search found 8 matches
- Thu May 04, 2017 9:19 am
- Forum: Estimation
- Topic: A questoin on manipulation of Litterman.
- Replies: 0
- Views: 2700
A questoin on manipulation of Litterman.
I have raised the frequency of my data from quarter to week, but I have some questions. First, I want to know why there are buttons, first, average, last, and sum, to choose from. Second, I want to know that I provide the quarter data at the end date on 2017/01 ,but I only get the weekly data at the...
- Sun May 29, 2016 7:26 am
- Forum: Econometric Discussions
- Topic: problem of dataset
- Replies: 0
- Views: 2467
problem of dataset
How can I know what theory the datasets comes from?
- Mon May 09, 2016 3:37 am
- Forum: Programming
- Topic: How to run the program?
- Replies: 5
- Views: 5615
Re: How to run the program?
cd E:\
load yourdata
What is the meaning of 'cd' and what code should I type when I see these words?
load yourdata
What is the meaning of 'cd' and what code should I type when I see these words?
- Mon May 09, 2016 3:26 am
- Forum: Programming
- Topic: How to run the program?
- Replies: 5
- Views: 5615
Re: How to run the program?
Well, in general, my question is how to import the data I needed when I run the program? What code should I type?
- Mon May 09, 2016 12:10 am
- Forum: Programming
- Topic: How to run the program?
- Replies: 5
- Views: 5615
How to run the program?
If I have database and the code of the model, where should I click to run my own data? How should I define so that the program knows which data it can run? Can I just 'enter' so that the results will come out or I have to set a new object named logll? And those variables I used how should I define? ...
- Wed May 04, 2016 6:59 am
- Forum: Programming
- Topic: check code
- Replies: 5
- Views: 7072
Re: check code
Can I ask you a few questions? 1."wfcreate u 500" I know that "wfcreate u 500" means to create a new workfile called u,with 100 random data, but where is the workfile u when I run the code? 2.matrix(!reps,2) resultado Why I have to create a matrix? Can it be a series? 3.Why can't...
- Mon May 02, 2016 4:59 am
- Forum: Programming
- Topic: check code
- Replies: 5
- Views: 7072
Re: check code
Sorry,can I ask you basic equations?
How to define y and eq or where can I get related information? (I never use code on eviews before.)
Where can I see related information on youtube because most of videos just teach us how to click on youtube?
Thanks a million!!!
How to define y and eq or where can I get related information? (I never use code on eviews before.)
Where can I see related information on youtube because most of videos just teach us how to click on youtube?
Thanks a million!!!
- Thu Apr 28, 2016 10:04 pm
- Forum: Programming
- Topic: check code
- Replies: 5
- Views: 7072
check code
‘Create a workfile undated, range 1 to 500. !reps = 50000 for !i=1 to !reps genr perturbacion{!i}=@nrnd smpl 1 1 genr y{!i}=0 smpl 2 500 genr y{!i}=y{!i}(-1)+perturbacion{!i} smpl 1 500 matrix(!reps,2) resultados equation eq{!i}.ls D(y{!i})=c(1)*y{!i}(-1) resultados(!i,1)=eq{!i}.@coefs(1) resultados...
