Documentation of 'org.jquantlib.model.shortrate.StochasticProcessArray' Java class
StochasticProcessArray
org.jquantlib.model.shortrate

Class StochasticProcessArray

    • Constructor Detail

    • Method Detail

      • expectation

        public Array expectation(double t0,
                                 Array x0,
                                 double dt)
        Description copied from class: StochasticProcess
        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 StochasticProcess
      • stdDeviation

        public Matrix stdDeviation(double t0,
                                   Array x0,
                                   double dt)
        Description copied from class: StochasticProcess
        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 StochasticProcess
      • covariance

        public Matrix covariance(double t0,
                                 Array x0,
                                 double dt)
        Description copied from class: StochasticProcess
        Returns the covariance 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:
        covariance in class StochasticProcess
      • evolve

        public Array evolve(double t0,
                            Array x0,
                            double dt,
                            Array dw)
        Description copied from class: StochasticProcess
        Returns the asset value after a time interval according to the given discretization. By default, it returns where is the expectation and the standard deviation.
        Overrides:
        evolve in class StochasticProcess
      • time

        public double time(Date d)
        Description copied from class: StochasticProcess
        Returns the time value corresponding to the given date in the reference system of the stochastic process.
        Overrides:
        time in class StochasticProcess
      • correlation

        public Matrix correlation()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.