Documentation of 'umontreal.iro.lecuyer.stochprocess.InverseGaussianProcessBridge' Java class
InverseGaussianProcessBridge
umontreal.iro.lecuyer.stochprocess

Class InverseGaussianProcessBridge



  • public class InverseGaussianProcessBridge
    extends InverseGaussianProcessMSH
    Samples the path by bridge sampling: first finding the process value at the final time and then the middle time, etc. The method nextObservation() returns the path value in that non-sequential order. This class uses two RandomStream's to generate a path.
    • Constructor Detail

      • InverseGaussianProcessBridge

        public InverseGaussianProcessBridge(double s0,
                                            double delta,
                                            double gamma,
                                            RandomStream stream,
                                            RandomStream otherStream)
        Constructs a new InverseGaussianProcessBridge. The initial value s0 will be overridden by t[0] when the observation times are set.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.