Closed fpavogt closed 4 years ago
While porting the code over to Python, I noticed the following line 233 in MK_tempAggr.m:
%compute xi-carre to test the homogeneity between months. Xhomo=nansum(Z(1:m).^2)-12*(nanmean(Z(1:m))).^2;
Shouldn't the 12 be replaced by n, since users can submit any number of seasons they want ?
12
n
The same question applies also to l. 257 of the same file.
done
While porting the code over to Python, I noticed the following line 233 in MK_tempAggr.m:
Shouldn't the
12
be replaced byn
, since users can submit any number of seasons they want ?The same question applies also to l. 257 of the same file.