Opened 15 years ago
Closed 14 years ago
#290 closed enhancement (invalid)
Histogram output operator
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | statistics | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
related to ticket:364
The histogram output operator gives you two columns: number of counts and average x-value in that particular bin.
If you wanna plot the data, you don't wanna use the average x-value for the bin, you wanna use the middle of that bin.
Either we should replace the average with the middle, or we can add another column.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | 0.4 → later |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 14 years ago by
Milestone: | yat 0.x+ |
---|---|
Resolution: | → invalid |
Status: | new → closed |
output operator gives you middle of bin
Note: See
TracTickets for help on using
tickets.
added association to ticket:364