Package org

Class BioMeanAndStandardDeviation


public class BioMeanAndStandardDeviation
extends MeanAndStandardDeviation
Author:
Christian Klukas (c) 2004 IPK-Gatersleben
  • Field Details

    • isReference

      public boolean isReference
    • isSignificantDifferent

      public boolean isSignificantDifferent
  • Constructor Details

    • BioMeanAndStandardDeviation

      public BioMeanAndStandardDeviation​(Number mean, Number standardDeviation, boolean isReference, boolean isSignificantDifferent)
      Creates a new data point. Be aware, that if isReference is True and isSignificantDifferent is True, this means, that NO t test calculation was done for this sample.
      Parameters:
      mean - The mean value
      standardDeviation - The StdDev
      isReference - t test info, if this value is a reference
      isSignificantDifferent - t test info, true for H1, false for H0 probable