View source: R/estimate_functional.R
| expectiles | R Documentation |
Identification function for state-dependent expectiles
expectiles(x, y, stateVariable, theta, model, ...)
x |
forecast |
y |
realization |
stateVariable |
state variable |
theta |
model parameter to be estimated |
model |
model function |
... |
... |
Other identification functions:
quantiles()
## Estimate expectile level for constant specification model with estimate.functional
res <- estimate.functional(Y=GDP$observation, X=GDP$forecast,
model=constant,
instruments="const",
iden.fct = expectiles)
summary(res)
plot(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.