Class Plots


  • public class Plots
    extends java.lang.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 Plot2D createPlotOfHistogram​(net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)  
      static Plot createPlotOfHistogramBehindValues​(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations)  
      static Plot createPlotOfHistogramBehindValues​(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations, java.lang.Double xmin, java.lang.Double xmax)  
      static Plot2D createPlotScatter​(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax)  
      static Plot2D updatePlotOfHistogram​(Plot2D historgram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Plots

        public Plots()
    • 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,
                                                             java.lang.Double xmin,
                                                             java.lang.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)