Class OneVarStats

java.lang.Object
velo.ladaalpha.fields.math.stats.OneVarStats

public class OneVarStats extends Object
The Class OneVarStats.
  • Constructor Details

    • OneVarStats

      public OneVarStats(double[] arr)
      Instantiates a new one var stats.
      Parameters:
      arr - the arr
  • Method Details

    • toString

      public String toString()
      To string.
      Overrides:
      toString in class Object
      Returns:
      the string
    • getxBar

      public Double getxBar()
      Gets the x bar.
      Returns:
      the x bar
    • setxBar

      public void setxBar(Double xBar)
      Sets the x bar.
      Parameters:
      xBar - the new x bar
    • getSumX

      public Double getSumX()
      Gets the sum X.
      Returns:
      the sum X
    • setSumX

      public void setSumX(Double sumX)
      Sets the sum X.
      Parameters:
      sumX - the new sum X
    • getSumX2

      public Double getSumX2()
      Gets the sum X 2.
      Returns:
      the sum X 2
    • setSumX2

      public void setSumX2(Double sumX2)
      Sets the sum X 2.
      Parameters:
      sumX2 - the new sum X 2
    • getSD

      public Double getSD()
      Gets the sd.
      Returns:
      the sd
    • setSD

      public void setSD(Double sD)
      Sets the sd.
      Parameters:
      sD - the new sd
    • getN

      public Double getN()
      Gets the n.
      Returns:
      the n
    • setN

      public void setN(Double n)
      Sets the n.
      Parameters:
      n - the new n
    • getMinX

      public Double getMinX()
      Gets the min X.
      Returns:
      the min X
    • setMinX

      public void setMinX(Double minX)
      Sets the min X.
      Parameters:
      minX - the new min X
    • getQ1

      public Double getQ1()
      Gets the q1.
      Returns:
      the q1
    • setQ1

      public void setQ1(Double q1)
      Sets the q1.
      Parameters:
      q1 - the new q1
    • getMed

      public Double getMed()
      Gets the med.
      Returns:
      the med
    • setMed

      public void setMed(Double med)
      Sets the med.
      Parameters:
      med - the new med
    • getQ3

      public Double getQ3()
      Gets the q3.
      Returns:
      the q3
    • setQ3

      public void setQ3(Double q3)
      Sets the q3.
      Parameters:
      q3 - the new q3
    • getMaxX

      public Double getMaxX()
      Gets the max X.
      Returns:
      the max X
    • setMaxX

      public void setMaxX(Double maxX)
      Sets the max X.
      Parameters:
      maxX - the new max X
    • getIqr

      public Double getIqr()
      Gets the iqr.
      Returns:
      the iqr
    • setIqr

      public void setIqr(Double iqr)
      Sets the iqr.
      Parameters:
      iqr - the new iqr
    • getArr

      public double[] getArr()
      Gets the arr.
      Returns:
      the arr
    • setArr

      public void setArr(double[] arr)
      Sets the arr.
      Parameters:
      arr - the new arr