Opened 16 years ago
Closed 16 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 Changed 16 years ago by
comment:2 Changed 16 years ago by
Status: | new → assigned |
---|
comment:3 Changed 16 years ago by
Summary: | Create hitogram plot → Create histogram plot |
---|
comment:4 Changed 16 years ago by
(In [217]) References #32. Needs a normsdist function and the HistogramDataset? must create new bins on the fly.
comment:5 Changed 16 years ago by
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.