Opened 18 years ago
Closed 18 years ago
#32 closed enhancement (fixed)
Create histogram plot
Reported by: | Johan Enell | Owned by: | Johan Enell |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | se.lu.onk.ztest | Keywords: | |
Cc: |
Description
Create a histogram plot over the mean M for each reporter. Combine with normdist curve.
Change History (5)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Status: | new → assigned |
---|
comment:3 by , 18 years ago
Summary: | Create hitogram plot → Create histogram plot |
---|
comment:4 by , 18 years ago
(In [217]) References #32. Needs a normsdist function and the HistogramDataset must create new bins on the fly.
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Use the Method DatasetUtilities.sampleFunction2D() in the org.jfree.data.general package and the NormalDistributionFunction2D to create the normsdist curve.
Check if this function is correct.