Identification function for state-dependent expectiles
Identification function for state-dependent expectiles
expectiles(x, y, stateVariable, theta, model,...)
Arguments
x: forecast
y: realization
stateVariable: state variable
theta: model parameter to be estimated
model: model function
...: ...
Examples
## Estimate expectile level for constant specification model with estimate.functionalres <- estimate.functional(Y=GDP$observation, X=GDP$forecast,model=constant,instruments="const",iden.fct = expectiles)summary(res)plot(res)