public class HistogramPlot extends Object
| Constructor and Description |
|---|
HistogramPlot(double[] nH,
String title) |
HistogramPlot(int[] h,
String title) |
HistogramPlot(PiecewiseLinearCdf cdf,
String title) |
public HistogramPlot(int[] h, String title)
public HistogramPlot(double[] nH, String title)
public HistogramPlot(PiecewiseLinearCdf cdf, String title)
public void show()
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)