- java.lang.Object
-
- net.finmath.plots.PlotableFunctionWithConfidenceInterval2D
-
- All Implemented Interfaces:
Plotable,Plotable2D,PlotableWithConfidenceInterval2D
public class PlotableFunctionWithConfidenceInterval2D extends Object implements PlotableWithConfidenceInterval2D
-
-
Constructor Summary
Constructors Constructor Description PlotableFunctionWithConfidenceInterval2D(double xmin, double xmax, int numberOfPointsX, DoubleUnaryOperator doubleUnaryOperator, DoubleUnaryOperator doubleUnaryOperatorLowerBound, DoubleUnaryOperator doubleUnaryOperatorUpperBound)PlotableFunctionWithConfidenceInterval2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound)PlotableFunctionWithConfidenceInterval2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)PlotableFunctionWithConfidenceInterval2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, GraphStyle style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.commons.lang3.tuple.Pair<Double,Double>>getConfidenceIntervall()NumberAxisgetDomainAxis()StringgetName()NumberAxisgetRangeAxis()List<Point2D>getSeries()GraphStylegetStyle()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.finmath.plots.Plotable2D
getError
-
-
-
-
Constructor Detail
-
PlotableFunctionWithConfidenceInterval2D
public PlotableFunctionWithConfidenceInterval2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, NumberAxis domainAxis, NumberAxis rangeAxis, GraphStyle style)
-
PlotableFunctionWithConfidenceInterval2D
public PlotableFunctionWithConfidenceInterval2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, GraphStyle style)
-
PlotableFunctionWithConfidenceInterval2D
public PlotableFunctionWithConfidenceInterval2D(double xmin, double xmax, int numberOfPointsX, Named<DoubleUnaryOperator> namedFunction, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound)
-
PlotableFunctionWithConfidenceInterval2D
public PlotableFunctionWithConfidenceInterval2D(double xmin, double xmax, int numberOfPointsX, DoubleUnaryOperator doubleUnaryOperator, DoubleUnaryOperator doubleUnaryOperatorLowerBound, DoubleUnaryOperator doubleUnaryOperatorUpperBound)
-
-
Method Detail
-
getSeries
public List<Point2D> getSeries()
- Specified by:
getSeriesin interfacePlotable2D
-
getConfidenceIntervall
public List<org.apache.commons.lang3.tuple.Pair<Double,Double>> getConfidenceIntervall()
- Specified by:
getConfidenceIntervallin interfacePlotableWithConfidenceInterval2D
-
getStyle
public GraphStyle getStyle()
- Specified by:
getStylein interfacePlotable2D
-
getDomainAxis
public NumberAxis getDomainAxis()
- Specified by:
getDomainAxisin interfacePlotable2D
-
getRangeAxis
public NumberAxis getRangeAxis()
- Specified by:
getRangeAxisin interfacePlotable2D
-
-