Syntax: COPULA Procedure
The COPULA procedure is controlled by the following statements:
-
PROC COPULA
options ;
-
VAR
variables
;
-
DEFINE
name copula-type <( parameter-value-options ...)> < other-options ...>
;
-
FIT
type <NAME=name > <INIT=(parameter-value-options)> / options
;
-
BOUNDS
bound1 <, bound2 ...>
;
-
SIMULATE
< copula-name-list > / options
;
-
BY
variables
;
Copyright © SAS Institute Inc. All rights reserved.