VB Syntax
String CTModels.G2TwoFactorModel( _
String Key, _
Long Reload, _
Double alpha, _
Double sigma, _
Double beta, _
Double eta, _
Double rho, _
String YCKey)
Excel Spreadsheet Syntax
=CT.MOD.G2TwoFactorModel(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel Numeric Cell alpha,
Excel Numeric Cell sigma,
Excel Numeric Cell beta,
Excel Numeric Cell eta,
Excel Numeric Cell rho,
Excel String Cell YCKey)
C++ Syntax
static std::string G2TwoFactorModel(
std::string Key,
long Reload,
double alpha,
double sigma,
double beta,
double eta,
double rho,
std::string YCKey);
DotNET Syntax
System.String CTModelsSA.G2TwoFactorModel(
System.String Key,
System.Int32 Reload,
System.Double alpha,
System.Double sigma,
System.Double beta,
System.Double eta,
System.Double rho,
System.String YCKey);