Uses of Class
net.finmath.plots.PlotablePointsWithConfidenceIntervall2D
-
Packages that use PlotablePointsWithConfidenceIntervall2D Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of PlotablePointsWithConfidenceIntervall2D in net.finmath.plots
Methods in net.finmath.plots that return PlotablePointsWithConfidenceIntervall2D Modifier and Type Method Description static PlotablePointsWithConfidenceIntervall2DPlotablePointsWithConfidenceIntervall2D. of(String name, double[] xValues, double[] yValues, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, GraphStyle style)static PlotablePointsWithConfidenceIntervall2DPlotablePointsWithConfidenceIntervall2D. of(String name, net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, Named<DoubleUnaryOperator> namedFunctionLowerBound, Named<DoubleUnaryOperator> namedFunctionUpperBound, GraphStyle style)
-