PsiCopulaGauss(number_range, position, [instance])

Number range:    If bivariate, a number between -1 and 1; if multivariate, the Excel cell range where the correlation matrix is located in the Excel spreadsheet, i.e., if the copula is multivariate and the correlation matrix is located in cells N2:P4, then pass N2:P4 for this argument.   

Position:  Specifies the uncertain variable index in the correlation matrix.  For example, the "2" passed in the formula, =PsiBeta(3, 4, PsiCopulaGauss(N2:P4, 2, "mycop") specifies that the correlation coefficients in the 2nd column of the correlation matrix in cells N2:P4 will be applied to the PsiBeta() uncertain variable. 

Instance: (Optional) Instance is the string name given to the copula.  An elliptical copula is explicitly identified by the Instance argument and implicitly identified by the location of the correlation matrix.  PsiCopulaGauss() supports multiple copulas using the same correlation matrix.  If passing the same type of elliptical copula using the same correlation matrix within the same workbook, this argument must be present.  If the workbook contains multiple copulas of different types, then this argument may be omitted.  When multiple copulas are present in the same workbook, it is considered "best practice" to use this argument.   

Suppose three uncertain variables are present in the same workbook.  The three uncertain variables can be correlated using the PsiCopulaGauss property, =PsiCopulaGauss(N2:P4, 1, "mycop").  Since the Instance property is present, the copula is identified explicitly by the name given in the last argument, "mycop".  When not passing the Instance property, the PsiCopulaGauss property within each uncertain variable signature, MUST use the same correlation matrix.  Otherwise, the correlation between the uncertain variables will not be invoked.

For a complete example of how to use the PsiCopulaGauss() property, see the Modeling Correlation Using Copulas section within the Analytic Solver User Guide.  

Theory

If uj~U0,1  for j = 1, …, m. where U(0,1) symbolizes the uniform distribution on the interval [0, 1] and if ∑ is a semidefinite correlation matrix with mm-12  parameters, then the copula defined by PsiCopulaGauss() can be written as:

C  ( u1, u2, …, um ) = φ - ( φ-1  ( u1 ) + … + φ-1  ( um ) )

where φ is the distribution function of a standard normal random variable and φ  is the m-variate standard normal distribution with mean vector 0 and covariance matrix ∑. 

For more information on the theory of Copulas, please see the following references. 

Jackel, Peter., “Monte Carlo Methods in Finance”, John Wiley & Sons Ltd, 2002

Nelsen, Roger B., “An Introduction to Copulas”, New York 2006