Class R1OrnsteinUhlenbeckStochasticEvolver


public class R1OrnsteinUhlenbeckStochasticEvolver
extends R1VasicekStochasticEvolver
R1OrnsteinUhlenbeckStochasticEvolver implements the R1 Ornstein-Uhlenbeck Stochastic Evolver. The References are:

  • Doob, J. L. (1942): The Brownian Movement and Stochastic Equations Annals of Mathematics 43 (2) 351-369
  • Gardiner, C. W. (2009): Stochastic Methods: A Handbook for the Natural and Social Sciences 4th Edition Springer-Verlag
  • Kadanoff, L. P. (2000): Statistical Physics: Statics, Dynamics, and Re-normalization World Scientific
  • Karatzas, I., and S. E. Shreve (1991): Brownian Motion and Stochastic Calculus 2nd Edition Springer-Verlag
  • Risken, H., and F. Till (1996): The Fokker-Planck Equation – Methods of Solution and Applications Springer


Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • R1OrnsteinUhlenbeckStochasticEvolver

      public R1OrnsteinUhlenbeckStochasticEvolver​(double meanReversionSpeed, double volatility, R1StochasticDriver r1StochasticDriver) throws java.lang.Exception
      R1OrnsteinUhlenbeckStochasticEvolver Constructor
      Parameters:
      meanReversionSpeed - The Mean Reversion Speed
      volatility - The Volatility
      r1StochasticDriver - The Stochastic Driver
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • Wiener

      public static R1OrnsteinUhlenbeckStochasticEvolver Wiener​(double meanReversionSpeed, double volatility, double timeWidth)
      Construct a Weiner Instance of R1OrnsteinUhlenbeckStochasticEvolver Process
      Parameters:
      meanReversionSpeed - The Mean Reversion Speed
      volatility - The Volatility
      timeWidth - Wiener Time Width
      Returns:
      Weiner Instance of R1OrnsteinUhlenbeckStochasticEvolver Process
    • fokkerPlanckGenerator

      public R1FokkerPlanck fokkerPlanckGenerator()
      Description copied from class: R1StochasticEvolver
      Construct the Fokker Planck PDF Generator corresponding to R1 Stochastic Evolver
      Overrides:
      fokkerPlanckGenerator in class R1CKLSStochasticEvolver
      Returns:
      The Fokker Planck PDF Generator corresponding to R1 Stochastic Evolver