Search found 8 matches
- Sun Feb 08, 2015 9:02 am
- Forum: Programming
- Topic: eViews 6: Kendall tau-b
- Replies: 9
- Views: 6781
Re: eViews 6: Kendall tau-b
Thank you Gareth that does exactly what I wanted!
- Sat Feb 07, 2015 5:48 am
- Forum: Programming
- Topic: eViews 6: Kendall tau-b
- Replies: 9
- Views: 6781
Re: eViews 6: Kendall tau-b
As a brief follow up questions: How can I draw on the results of the test, i.e. in the same way I can retrieve the coefficient of a ls regression by using @coefs(regression)? In the end I would like to create a matrix with the test statistic of a large number of data series, i.e. S1 S2 S3 S1 1 0.2 0...
- Sat Feb 07, 2015 1:33 am
- Forum: Programming
- Topic: eViews 6: Kendall tau-b
- Replies: 9
- Views: 6781
Re: eViews 6: Kendall tau-b
Great, thank you!
- Fri Feb 06, 2015 9:00 am
- Forum: Programming
- Topic: eViews 6: Kendall tau-b
- Replies: 9
- Views: 6781
Re: eViews 6: Kendall tau-b
In the interface (eViews 6) I select the two data series, then open them as group, then View, Covariance analysis, then change method to Kendall's tau, tick tau-b and ok.
Now I would like to do the same through programming.
Thank you,
Chris
Now I would like to do the same through programming.
Thank you,
Chris
- Thu Feb 05, 2015 5:06 am
- Forum: Programming
- Topic: eViews 6: Kendall tau-b
- Replies: 9
- Views: 6781
Re: eViews 6: Kendall tau-b
Sorry of course:
I would like to run a Kendall tau-b test between two data series.
However, I cannot find the command for this test anywhere in the eviews handbooks.
In the interface it is possible to run the test I just don't know how to call on it through coding.
I would like to run a Kendall tau-b test between two data series.
However, I cannot find the command for this test anywhere in the eviews handbooks.
In the interface it is possible to run the test I just don't know how to call on it through coding.
- Mon Jan 26, 2015 12:19 pm
- Forum: Programming
- Topic: eViews 6: Kendall tau-b
- Replies: 9
- Views: 6781
eViews 6: Kendall tau-b
Hello all,
I was wondering how I can code 'Kendall tau-b' in eViews 6.
Another post had asked a similar question, but unfortunately didn't get any replies.
Any help would be greatly appreciated!
Best,
Chris
I was wondering how I can code 'Kendall tau-b' in eViews 6.
Another post had asked a similar question, but unfortunately didn't get any replies.
Any help would be greatly appreciated!
Best,
Chris
- Mon Feb 25, 2013 2:52 am
- Forum: Data Manipulation
- Topic: 'cut' nas from beginning and end of series
- Replies: 2
- Views: 2752
Re: 'cut' nas from beginning and end of series
great thank you!
- Sat Feb 23, 2013 5:33 am
- Forum: Data Manipulation
- Topic: 'cut' nas from beginning and end of series
- Replies: 2
- Views: 2752
'cut' nas from beginning and end of series
I am wondering how I can create a sample (object) from a series which contains nas before and after the values which I actually want to use.
e.g.:
series:
1/2011: na
2/2011: na
3/2011: 1
4/2011: 2
5/2011: na
6/2011: na
sample 3/2011 till 4/2011:
3/2011: 1
4/2011: 2
e.g.:
series:
1/2011: na
2/2011: na
3/2011: 1
4/2011: 2
5/2011: na
6/2011: na
sample 3/2011 till 4/2011:
3/2011: 1
4/2011: 2
