-
- All Superinterfaces:
Plotable,Plotable2D
- All Known Implementing Classes:
PlotableFunctionWithConfidenceInterval2D,PlotablePointsWithConfidenceIntervall2D
public interface PlotableWithConfidenceInterval2D extends Plotable2D
A plotable extended with a set of intervalls.- Author:
- Christian Fries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.apache.commons.lang3.tuple.Pair<Double,Double>>getConfidenceIntervall()-
Methods inherited from interface net.finmath.plots.Plotable2D
getDomainAxis, getError, getRangeAxis, getSeries, getStyle
-
-