[Kst] [Bug 151001] vector entered from JavaScript does not have statistics calculated correctly
Andrew Walker
arwalker at sumusltd.com
Fri Oct 19 00:51:56 CEST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=151001
------- Additional Comments From arwalker sumusltd com 2007-10-19 00:51 -------
The problem is that the scalars giving the mean, min, max, etc are not updated when a vector index is updated. One possibility would be to update every time we do something like v[0]=2, which could be expensive, or we could add an explicit update method. Perhaps we could return an error if a user tries to retrieve metadata about a vector when the vector is dirty.
More information about the Kst
mailing list