Hi, I'm having trouble with the program below:
m=a[1:2,1:2] ;
p=vep[1:2,1:2] ;
{xt}=traj(data,p,m,betaint,beta1,beta2,utraj) ;
save xt ;
The error message I get is "Undefined symbols: traj"
Is traj an extra procedure?
Thanks, sorry if my question is too dumb
1 Answer
0
Yes, traj is a user-defined GAUSS procedure. It is not part of the main GAUSS application or any of the GAUSS application modules. Maybe you can find the definition for this procedure from the same location in which you got this code?
Your Answer
1 Answer
Yes, traj is a user-defined GAUSS procedure. It is not part of the main GAUSS application or any of the GAUSS application modules. Maybe you can find the definition for this procedure from the same location in which you got this code?