powered by
Shows a table of estimation and diagnostics results for UC models. Equivalent to print or summary.
UCvalidate(sys, printScreen = TRUE)
an object of type UComp created with UC
UComp
UC
print to screen or just return output table
The same input object with the appropriate fields filled in, in particular:
Estimation and validation table
UC, UCmodel, UCfilter, UCsmooth, UCdisturb, UCcomponents, UChp
UCmodel
UCfilter
UCsmooth
UCdisturb
UCcomponents
UChp
# NOT RUN { m1 <- UC(log(AirPassengers)) m1 <- UCvalidate(m1) # }
Run the code above in your browser using DataLab