java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics.CorrelationResult

public class CorrelationResult
extends Object
Author:
Christian Klukas (c) 2004 IPK-Gatersleben
  • Constructor Details

    • CorrelationResult

      public CorrelationResult​(String dataset1, String dataset2)
  • Method Details

    • addR

      public void addR​(float r, double significantProbability, int dataset2offset, String calculationHistory, String seriesName, double corrprobability)
    • isAnyOneSignificant

      public boolean isAnyOneSignificant​(double minimumR)
    • getRlist

      public String getRlist()
    • getMaxR

      public float getMaxR()
    • getDataset2offsetOfMaxOrMinR

      public int getDataset2offsetOfMaxOrMinR()
    • getCalculationHistoryForMaxR

      public String getCalculationHistoryForMaxR()
    • getMaxTrueCorrProb

      public double getMaxTrueCorrProb()
    • setCalculationHistoryForMaxR

      public void setCalculationHistoryForMaxR​(String history)
    • getMaxOrMinR2

      public String getMaxOrMinR2()
    • getMaxOrMinProb

      public String getMaxOrMinProb()