Open chstemmer opened 1 year ago
Hello Christian!
I am glad that this code which I wrote during a summer internship long back in 2016 was of some use to you. I checked the formulation and found that it is not an inconsistency. I am attaching my report (Report_Latest.pdf) which describes the methodology and lists the references that I referred to. I hope it helps.
Sincerely, Krishna
HI,
thanks for the code! I found an inconsistency: You write: / H[i]/RT = Summ:j=0->4:(a[i][j]T^j/(j+1)) + a[i][5]/T S[i]/R = Summ:j=1->4:(a[i][j]T^j/j) + a[i][5]log(T) + a[i][6] ... S[i] = S[i] + a[i][0]*log(T) + a[i][6];
should it be a[i][5] in the code or a[i][0] in comment?
Could you please supply the source of the data values you use?
Regards, Christian