Learn R Programming

PortfolioEffectEstim (version 1.4)

estimator_defaultSettings: Estimator Default Settings

Description

Advanced settings that regulate how estimator metrics are computed, returned and stored. Default: jumpsModel = "moments", resultsSamplingInterval = "1s", inputSamplingInterval="none"

Usage

estimator_defaultSettings(estimator)

Arguments

estimator
Estimator object created using estimator_create( ) function

Value

See Also

estimator_create estimator_getSettings

Examples

Run this code
## Not run: 
# data(spy.data) 
# estimator=estimator_create(priceData=spy.data)
# estimator_settings(estimator,
# 				   inputSamplingInterval = '10s',
# 				   resultsSamplingInterval = '10s')
# estimator_getSettings(estimator)
# estimator_defaultSettings(estimator)
# estimator_getSettings(estimator)
# ## End(Not run)

Run the code above in your browser using DataLab