| Constructor and Description |
|---|
PlotProcess2D(net.finmath.time.TimeDiscretization timeDiscretization,
java.util.function.DoubleFunction<net.finmath.stochastic.RandomVariable> process,
int maxNumberOfPaths)
Plot the first (maxNumberOfPaths) paths of a time discrete stochastic process.
|
PlotProcess2D(net.finmath.time.TimeDiscretization timeDiscretization,
Named<java.util.function.DoubleFunction<net.finmath.stochastic.RandomVariable>> process)
Plot the first 100 paths of a time discrete stochastic process.
|
PlotProcess2D(net.finmath.time.TimeDiscretization timeDiscretization,
Named<java.util.function.DoubleFunction<net.finmath.stochastic.RandomVariable>> process,
int maxNumberOfPaths)
Plot the first (maxNumberOfPaths) paths of a time discrete stochastic process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
saveAsJPG(java.io.File file,
int width,
int height) |
void |
saveAsPDF(java.io.File file,
int width,
int height) |
void |
saveAsSVG(java.io.File file,
int width,
int height) |
Plot |
setIsLegendVisible(java.lang.Boolean isLegendVisible) |
PlotProcess2D |
setTitle(java.lang.String title) |
PlotProcess2D |
setXAxisLabel(java.lang.String xAxisLabel) |
PlotProcess2D |
setYAxisLabel(java.lang.String yAxisLabel) |
Plot |
setZAxisLabel(java.lang.String zAxisLabel) |
void |
show() |
public PlotProcess2D(net.finmath.time.TimeDiscretization timeDiscretization,
Named<java.util.function.DoubleFunction<net.finmath.stochastic.RandomVariable>> process,
int maxNumberOfPaths)
timeDiscretization - The time discretization to be used for the x-axis.process - The stochastic process to be plotted against the y-axsis (the first n paths are plotted).maxNumberOfPaths - Maximum number of path (n) to be plotted.public PlotProcess2D(net.finmath.time.TimeDiscretization timeDiscretization,
java.util.function.DoubleFunction<net.finmath.stochastic.RandomVariable> process,
int maxNumberOfPaths)
timeDiscretization - The time discretization to be used for the x-axis.process - The stochastic process to be plotted against the y-axsis (the first n paths are plotted).maxNumberOfPaths - Maximum number of path (n) to be plotted.public PlotProcess2D(net.finmath.time.TimeDiscretization timeDiscretization,
Named<java.util.function.DoubleFunction<net.finmath.stochastic.RandomVariable>> process)
timeDiscretization - The time discretization to be used for the x-axis.process - The stochastic process to be plotted against the y-axsis.public void saveAsJPG(java.io.File file,
int width,
int height)
throws java.io.IOException
public void saveAsPDF(java.io.File file,
int width,
int height)
throws java.io.IOException
public void saveAsSVG(java.io.File file,
int width,
int height)
throws java.io.IOException
public PlotProcess2D setTitle(java.lang.String title)
public PlotProcess2D setXAxisLabel(java.lang.String xAxisLabel)
setXAxisLabel in interface Plotpublic PlotProcess2D setYAxisLabel(java.lang.String yAxisLabel)
setYAxisLabel in interface Plotpublic Plot setZAxisLabel(java.lang.String zAxisLabel)
setZAxisLabel in interface Plotpublic Plot setIsLegendVisible(java.lang.Boolean isLegendVisible)
setIsLegendVisible in interface PlotisLegendVisible - the isLegendVisible to setCopyright © 2019. All Rights Reserved.