public class FloatHistogram1DContents extends Object
Constructor and Description |
---|
FloatHistogram1DContents(int[] entries,
float[] heights,
float[] errors,
int nEntry,
float sumWeight,
float sumWeightSquared,
float mean,
float rms) |
Modifier and Type | Method and Description |
---|---|
int[] |
getEntries() |
float[] |
getErrors() |
float[] |
getHeights() |
float |
getMean() |
int |
getNentry() |
float |
getRms() |
float |
getSumWeight() |
float |
getSumWeightSquared() |
public FloatHistogram1DContents(int[] entries, float[] heights, float[] errors, int nEntry, float sumWeight, float sumWeightSquared, float mean, float rms)
public int[] getEntries()
public float[] getHeights()
public float[] getErrors()
public int getNentry()
public float getSumWeight()
public float getSumWeightSquared()
public float getMean()
public float getRms()
Jump to the Parallel Colt Homepage