Description Usage Arguments Details Value Author(s) Examples
This function can be used to set or get global options for the BLCOP package.
1 | BLCOPOptions(opt, setting)
|
opt |
A string with the name of an option |
setting |
The new setting for the option |
If setting
is omitted, the current setting for opt
is returned. If both
arguments are omitted, a list with all of the settings is returned. The following settings may
be changed:
regFunc
:Function used to perform the regression in CAPMalphas
numSimulations
:Number of monte-carlo simulations to perform in copula opinion pooling functions
unitTestPath
: Path where unit tests are located.
If both arguments omitted, a list. If setting is omitted, value of an individual setting.
Francisco Gochez <fgochez@mango-solutions>
1 | BLCOPOptions("numSimulations")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.