Opened 17 years ago

Closed 17 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 Johan Enell, 17 years ago

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.

comment:2 by Johan Enell, 17 years ago

Status: newassigned

comment:3 by Johan Enell, 17 years ago

Summary: Create hitogram plotCreate histogram plot

comment:4 by Johan Enell, 17 years ago

(In [217]) References #32. Needs a normsdist function and the HistogramDataset must create new bins on the fly.

comment:5 by Johan Enell, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [219]) Fixes #32 The normsdist function works if used in the correct way. The binsize is set to 0.1. This might be a parameter instead

Note: See TracTickets for help on using tickets.