Extract parameters, transformed parameters and latent log volatility along with standard error, z-value and p-value
# S3 method for stochvolTMB
summary(object, ..., report = c("all", "fixed", "transformed", "random"))
data.table
with parameter estimates, standard error, z-value and approximated p-value.
A stochvolTMB
object.
Currently not used.
Parameters to report with uncertainty estimates. Can be any subset of "fixed", "transformed" or "random" (see summary.sdreport). "fixed" report the parameters on the scale they were estimated, for example are all standard deviations estimated on log scale. "transformed" report all transformed parameters, for example estimated standard deviations transformed from log scale by taking the exponential. Lastly, "random" report the estimated latent log-volatility.