Dear listers,
I am running a Gauss program called break_fh and I get usually the sampe message "Matrices Not Conformable" (649)".
Please find attached the files (data file: Pakistan_data and Gausse files : break_fh + break_tests2).
I am so grateful and many thanks,
N.K
You can download my files: break_fh, break_test2 and Pakistan_data
2 Answers
0
I think your first problem is with your data. I am guessing that you want your data to have six columns. However, GAUSS is assuming that the commas are data delimiters. If you change it from this:
1975 -1,118973 -1,052683 9,597891 4,650136 3,289109 1976 -1,167021 -1,041287 9,61668 4,618381 3,287532 1977 -1,132484 -1,03002 9,624223 4,638634 3,306165
to this:
1975 -1.118973 -1.052683 9.597891 4.650136 3.289109 1976 -1.167021 -1.041287 9.61668 4.618381 3.287532 1977 -1.132484 -1.03002 9.624223 4.638634 3.306165
your data will be read in as six columns and your first problem will be resolved.
0
Thank you for your quick response.
I changed the format of data as you suggested, I still have the same problem.
Regards,
N.K
*************************************************************************************************************************************************************
The options chosen are:
h = 4.0000
eps1 = 0.1500
The maximum number of breaks is: 3.0000
********************************************************
Output from test procedure
__________________________________
The following options are used:
bigt: 36.0000
C:\Users\Naceur\Desktop\Logiciels\gauss10\break_tests2.src(572) : error G0036 : Matrices are not conformable
Currently active call: nldat [572] C:\Users\Naceur\Desktop\Logiciels\gauss10\break_tests2.src
Stack trace:
nldat called from C:\Users\Naceur\Desktop\Logiciels\gauss10\break_tests2.src, line 172
wald called from C:\Users\Naceur\Desktop\Logiciels\gauss10\break_tests2.src, line 27
pbreak called from C:\Users\Naceur\Desktop\Logiciels\gauss10\break_fh.txt, line 58