Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

MonteCarloVectorDriver Class Reference

#include <StochasticGenerator.h>

Inheritance diagram for MonteCarloVectorDriver:

StochasticGenerator List of all members.

Detailed Description

Stochastic generator for a VectorProcess based on the Mersenne Twister.

Definition at line 223 of file StochasticGenerator.h.

Public Member Functions

 MonteCarloVectorDriver (int n)
void newWienerIncrements (int t, int s, Real **Z)
void newWienerIncrements (int t, int s, RealMatrix &Z)
std::ostream & printSelf (std::ostream &os) const


Constructor & Destructor Documentation

MonteCarloVectorDriver::MonteCarloVectorDriver int    n [inline]
 

Definition at line 227 of file StochasticGenerator.h.

References StochasticGenerator::n.


Member Function Documentation

void MonteCarloVectorDriver::newWienerIncrements int    t,
int    s,
Real **    Z
[virtual]
 

Writes standard normal deviates needed to drive one path from discrete time t to discrete time s into the matrix Z.

Reimplemented from StochasticGenerator.

void MonteCarloVectorDriver::newWienerIncrements int    t,
int    s,
RealMatrix   Z
[virtual]
 

Writes standard normal deviates needed to drive one path path from discrete time t to discrete time s into the matrix Z.

Reimplemented from StochasticGenerator.

std::ostream& MonteCarloVectorDriver::printSelf std::ostream &    os const [virtual]
 

String identifying the generator.

Reimplemented from StochasticGenerator.


The documentation for this class was generated from the following file:
Generated on Mon Sep 22 02:16:33 2003 for Libor-Library by doxygen1.3-rc3