Closed rhattersley closed 9 years ago
Compute the following with only one pass each of model1, model2, analysis.
model1
model2
analysis
mean_error1 = biggus.mean(model1 - analysis) mean_error2 = biggus.mean(model2 - analysis) e1, e2 = biggus.ndarrays([mean_error1, mean_error2])
This was fixed by the latest evaluation engine, as can be seen in #111.
Compute the following with only one pass each of
model1
,model2
,analysis
.