Error: var.m
Michael D. Godfrey
godfrey at isl.stanford.edu
Tue Mar 17 16:18:16 CDT 2009
A recent update to var.m has gone wrong:
octave:15> var(DTO)
error: `a' undefined near line 59 column 13
error: evaluating argument list element number 1
error: evaluating argument list element number 1
error: called from:
error: /usr/local/share/octave/3.1.54+/m/statistics/base/var.m at line
59, column 5
Replacement with var.m from 3.1.51+ solves the problem for the time being.
The changeset which caused the problem seems to be:
2009-03-13 Jaroslav Hajek <highegg at gmail.com>
* statistics/base/mean.m: Simplify.
* statistics/base/meansq.m: Optimize.
* statistics/base/center.m: Fix behvaior with vectors, simplify.
* statistics/base/std.m: Simplify using `center'.
* statistics/base/var.m: Ditto.
* statistics/base/cov.m: Ditto.
More information about the Bug-octave
mailing list