public class ScottBinCalculation extends java.lang.Object implements BinCalculation
Constructor and Description |
---|
ScottBinCalculation(double n,
double min,
double max,
double sd) |
Modifier and Type | Method and Description |
---|---|
double |
binWidth()
Gets the width of the bin according to the calculated number of bins.
|
BinCalculationType |
getType() |
int |
numberOfBins()
Get the number of histogram bins.
|
public ScottBinCalculation(double n, double min, double max, double sd)
public int numberOfBins()
BinCalculation
numberOfBins
in interface BinCalculation
public double binWidth()
BinCalculation
binWidth
in interface BinCalculation
public BinCalculationType getType()
getType
in interface BinCalculation