Method | Description | |
---|---|---|
DupireProcess ( ) : System | ||
ExportObjects ( bool recursive ) : List |
Creates a list of all the sub-objects that can be edited.
|
|
Parse ( IProject context ) : bool |
Parses the process (in this case nothing has to be done).
|
|
Populate ( IStochasticProcess container, EstimationResult estimate ) : void | ||
Setup ( double simulationDates ) : void |
Called by Simulator after parse. Initializes here time-dependant but not state dependent variables.
|
|
a ( int i, double x, double a ) : void | ||
ab ( int i, double x, double a, double b ) : void | ||
b ( int i, double x, double b ) : void | ||
isLog ( bool &isLog ) : void |
Sets the passed array with a Boolean stating if the process must be simulated as a log-normal process. In this case it's a log-normal process so the first component is set to true.
|
Method | Description | |
---|---|---|
RetrieveCurve ( IProject p_Context, bool errors ) : bool |
Retrieves zr and dy curve from the model.
|
public ExportObjects ( bool recursive ) : List |
||
recursive | bool | The parameter is not used. |
return | List |
public Parse ( IProject context ) : bool | ||
context | IProject | The project representing the context of the parsing. |
return | bool |
public Populate ( IStochasticProcess container, EstimationResult estimate ) : void | ||
container | IStochasticProcess | |
estimate | EstimationResult | |
return | void |
public Setup ( double simulationDates ) : void | ||
simulationDates | double | /// The dates at which the process realizations will be requested. /// |
return | void |
public ab ( int i, double x, double a, double b ) : void | ||
i | int | |
x | double | |
a | double | |
b | double | |
return | void |
public isLog ( bool &isLog ) : void | ||
isLog | bool | /// A reference to the array to be set with the required information. /// |
return | void |