- java.lang.Object
-
- net.finmath.plots.Plots
-
public class Plots extends Object
A factory for various plots.- Author:
- Christian Fries
-
-
Constructor Summary
Constructors Constructor Description Plots()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Plot2DcreatePlotOfHistogram(net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)static PlotcreatePlotOfHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations)static PlotcreatePlotOfHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations, Double xmin, Double xmax)static Plot2DcreatePlotScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax)static Plot2DupdatePlotOfHistogram(Plot2D historgram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
-
-
-
Method Detail
-
createPlotOfHistogramBehindValues
public static Plot createPlotOfHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations)
-
createPlotOfHistogramBehindValues
public static Plot createPlotOfHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations, Double xmin, Double xmax)
-
createPlotOfHistogram
public static Plot2D createPlotOfHistogram(net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
-
updatePlotOfHistogram
public static Plot2D updatePlotOfHistogram(Plot2D historgram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
-
createPlotScatter
public static Plot2D createPlotScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax)
-
-