- java.lang.Object
-
- net.finmath.plots.demo.Plot2DDemo2
-
public class Plot2DDemo2 extends java.lang.Object
Plots the value of an option under the Black-Scholes model as a function of strike and time-to-maturity.- Author:
- Christian Fries
-
-
Constructor Summary
Constructors Constructor Description Plot2DDemo2()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Run the demo.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
Run the demo. Plots the value of an option under the Black-Scholes model as a function of strike and time-to-maturity.- Parameters:
args
- Not used.- Throws:
java.lang.Exception
- Exception from the graphics backend.
-
-