| Package | Description |
|---|---|
| net.finmath.plots |
Simple convenient creation of plots.
|
| Constructor and Description |
|---|
Plot3D(double xmin,
double xmax,
double ymin,
double ymax,
int numberOfPointsX,
int numberOfPointsY,
Named<java.util.function.DoubleBinaryOperator> function) |
PlotableFunction2D(double xmin,
double xmax,
int numberOfPointsX,
Named<java.util.function.DoubleUnaryOperator> namedFunction,
GraphStyle style) |
PlotProcess2D(net.finmath.time.TimeDiscretizationInterface timeDiscretization,
Named<java.util.function.DoubleFunction<net.finmath.stochastic.RandomVariableInterface>> process)
Plot the first 100 paths of a time discrete stochastic process.
|
PlotProcess2D(net.finmath.time.TimeDiscretizationInterface timeDiscretization,
Named<java.util.function.DoubleFunction<net.finmath.stochastic.RandomVariableInterface>> process,
int maxNumberOfPaths)
Plot the first (maxNumberOfPaths) paths of a time discrete stochastic process.
|
| Constructor and Description |
|---|
Plot2D(double xmin,
double xmax,
int numberOfPointsX,
java.util.List<Named<java.util.function.DoubleUnaryOperator>> doubleUnaryOperators) |
Plot2DFX(double xmin,
double xmax,
int numberOfPointsX,
java.util.List<Named<java.util.function.DoubleUnaryOperator>> doubleUnaryOperators) |
Copyright © 2018. All Rights Reserved.