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, waitMethods 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:
getSeriesin interfacePlotable2D
-
getConfidenceIntervall
- Specified by:
getConfidenceIntervallin interfacePlotableWithConfidenceInterval2D
-
getStyle
- Specified by:
getStylein interfacePlotable2D
-
getDomainAxis
- Specified by:
getDomainAxisin interfacePlotable2D
-
getRangeAxis
- Specified by:
getRangeAxisin interfacePlotable2D
-