Class Plot3DDemo


  • public class Plot3DDemo
    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
      Plot3DDemo()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Run the demo.
      • Methods inherited from class java.lang.Object

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

      • Plot3DDemo

        public Plot3DDemo()
    • 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.