java.lang.Object
net.finmath.plots.PlotableFunctionWithConfidenceInterval2D
- All Implemented Interfaces:
Plotable
,Plotable2D
,PlotableWithConfidenceInterval2D
public class PlotableFunctionWithConfidenceInterval2D
extends Object
implements PlotableWithConfidenceInterval2D
-
Constructor Summary
ConstructorsConstructorDescriptionPlotableFunctionWithConfidenceInterval2D(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
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 Details
-
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 Details
-
getName
-
getSeries
- Specified by:
getSeries
in interfacePlotable2D
-
getConfidenceIntervall
- Specified by:
getConfidenceIntervall
in interfacePlotableWithConfidenceInterval2D
-
getStyle
- Specified by:
getStyle
in interfacePlotable2D
-
getDomainAxis
- Specified by:
getDomainAxis
in interfacePlotable2D
-
getRangeAxis
- Specified by:
getRangeAxis
in interfacePlotable2D
-