Interface PlotableWithConfidenceInterval2D

All Superinterfaces:
Plotable, Plotable2D
All Known Implementing Classes:
PlotableFunctionWithConfidenceInterval2D

public interface PlotableWithConfidenceInterval2D extends Plotable2D
A plotable extended with a set of intervalls.
Author:
Christian Fries
  • Method Details

    • getConfidenceIntervall

      List<org.apache.commons.lang3.tuple.Pair<Double,​Double>> getConfidenceIntervall()