Package org.jzy3d.maths
Class Histogram
java.lang.Object
org.jzy3d.maths.Histogram
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ranges
-
data
-
-
Constructor Details
-
Histogram
public Histogram(float min, float max, int bins) -
Histogram
-
-
Method Details
-
add
-
add
public void add(float value) -
ranges
-
getCount
public int getCount(int bin) -
setCount
public void setCount(int bin, int value) -
console
public void console() -
computeMaxCount
public int computeMaxCount()
-