Search found 4 matches

by jgorigoitia
Fri May 10, 2013 8:05 am
Forum: Programming
Topic: Matrix size (a simple question)
Replies: 2
Views: 3194

Re: Matrix size (a simple question)

Muchas gracias.
by jgorigoitia
Thu May 09, 2013 8:34 pm
Forum: Programming
Topic: Matrix size (a simple question)
Replies: 2
Views: 3194

Matrix size (a simple question)

Hi all,
could someone tell me how I get matrix size? I have a matrix and i need the size or length as a variable ( !x = length(matrix1) ) for a "for 1 to !x ...next" sentence

Thanks in advance.
by jgorigoitia
Wed Feb 15, 2012 7:09 pm
Forum: Programming
Topic: granger causality instruction
Replies: 2
Views: 2696

Re: granger causality instruction

Many thanks. It was useful, I used this:

for !i=1 to !k -1
!lag = !i+1

t_granger.append g01.cause({!lag})
t_granger.name {%n} {%m}

next

Bye :D
by jgorigoitia
Wed Feb 15, 2012 5:54 pm
Forum: Programming
Topic: granger causality instruction
Replies: 2
Views: 2696

granger causality instruction

Hello, anybody could give me an idea. what is the command to copy granger result into a spool or table?
I tried with this command "freeze (gr01) cause(3) g01".
g01 is a group.
Thanks for your help.

Go to advanced search