Class Plot3DDemo


  • public class Plot3DDemo
    extends 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 Detail

      • Plot3DDemo

        public Plot3DDemo()
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws 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:
        Exception - Exception from the graphics backend.