Opened 13 years ago
Closed 8 years ago
#5584 closed enhancement (wontfix)
[patch] [no cla??] Basics Stats Module With Population Statistics and Regression
Reported by: | Owned by: | Robert Coup | |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Dojox | Version: | 1.0 |
Keywords: | math, statistics needsreview | Cc: | |
Blocked By: | Blocking: |
Description
A statistics module featuring maximum, minimum, sum, mean, median, mode, q1, q3, variance, mean deviation, standard deviation, correlation coefficient, linear regression, and exponential regression
Attachments (3)
Change History (10)
Changed 13 years ago by
Attachment: | dojostatistics.js added |
---|
comment:1 Changed 13 years ago by
Cc: | [email protected]… removed |
---|---|
Component: | General → Dojox |
Milestone: | 1.0.3 |
Owner: | changed from anonymous to Robert Coup |
Priority: | normal → low |
Reporter: | changed from guest to [email protected]… |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Changed 13 years ago by
Attachment: | dojostatistics.2.js added |
---|
Changed 13 years ago by
Attachment: | dojostatistics.2.2.js added |
---|
Basic Statistics Module With Regression
comment:3 Changed 13 years ago by
Milestone: | → 1.2 |
---|
comment:5 Changed 12 years ago by
Milestone: | 1.3 → future |
---|---|
Summary: | Basics Stats Module With Population Statistics and Regression → [patch] [no cla??] Basics Stats Module With Population Statistics and Regression |
Type: | defect → enhancement |
comment:6 Changed 9 years ago by
Keywords: | needsreview added |
---|
i'm trying to identify stale tickets. if there is a need to keep this ticket open, please replace the "needsreview" keyword with "reviewed". if there is no need to keep this ticket open then please close it.
comment:7 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Some of these key statistics have been added to DojoX, the remaining ones, while potentially good ideas are not going to be added at this point and it is likely this will be a separate package in Dojo 2.0.
Ok, this is how its going to work - it'll stay in this ticket until its ready for a review and vote by the Dojo contributors, and we'll keep improving it until then. It may take a while, but stick at it. DojoX modules must have a maintainer so we need to make sure that you're committed to looking after this. Add new attachments each time you revise it (
1.X.js
,2.X.js
, etc).From my initial review, and I haven't looked at the actual maths yet or looked at the patch too closely, and there will be more:
dojo.provide()
statement at the top so that you don't need thenew Object
thing and so it works with the module system.#dojo
sometime or on IM and I'll walk you through it. Until then just keep attaching JS files.