public final class DescriptiveStatistics extends Object
Constructor and Description |
---|
DescriptiveStatistics() |
Modifier and Type | Method and Description |
---|---|
int |
count() |
float |
getIqr() |
float |
getMax() |
float |
getMean() |
float |
getMedian() |
float |
getMin() |
float |
getQ1() |
float |
getQ3() |
float |
getRange() |
float |
getStd() |
float |
getVar() |
void |
setCount(int count) |
void |
setMax(float max) |
void |
setMean(float mean) |
void |
setMedian(float median) |
void |
setMin(float min) |
void |
setQ1(float q1) |
void |
setQ3(float q3) |
void |
setStd(float std) |
void |
setVar(float var) |
String |
toString() |
public float getMin()
public void setMin(float min)
public float getMax()
public void setMax(float max)
public float getMean()
public void setMean(float mean)
public float getMedian()
public void setMedian(float median)
public float getStd()
public void setStd(float std)
public float getVar()
public void setVar(float var)
public float getQ1()
public void setQ1(float q1)
public float getQ3()
public void setQ3(float q3)
public float getIqr()
public float getRange()
public int count()
public void setCount(int count)
Copyright © 2022. All rights reserved.