Documentation of 'org.jquantlib.processes.HullWhiteForwardProcess' Java class
HullWhiteForwardProcess
org.jquantlib.processes

Class HullWhiteForwardProcess

    • Constructor Detail

    • Method Detail

      • a

        public double a()
      • sigma

        public double sigma()
      • alpha

        public double alpha(double t)
      • M_T

        public double M_T(double s,
                          double t,
                          double T)
      • B

        public double B(double t,
                        double T)
      • expectation

        public double expectation(double t0,
                                  double x0,
                                  double dt)
        Description copied from class: StochasticProcess1D
        Returns the expectation of the process after a time interval according to the given discretization. This method can be overridden in derived classes which want to hard-code a particular discretization.
        Overrides:
        expectation in class StochasticProcess1D
      • stdDeviation

        public double stdDeviation(double t0,
                                   double x0,
                                   double dt)
        Description copied from class: StochasticProcess1D
        Returns the standard deviation of the process after a time interval according to the given discretization. This method can be overridden in derived classes which want to hard-code a particular discretization.
        Overrides:
        stdDeviation in class StochasticProcess1D
      • variance

        public double variance(double t0,
                               double x0,
                               double dt)
        Description copied from class: StochasticProcess1D
        Returns the variance of the process after a time interval according to the given discretization. This method can be overridden in derived classes which want to hard-code a particular discretization.
        Overrides:
        variance in class StochasticProcess1D

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.