summary.stochvolTMB | R Documentation |
Extract parameters, transformed parameters and latent log volatility along with standard error, z-value and p-value
## S3 method for class 'stochvolTMB'
summary(object, ..., report = c("all", "fixed", "transformed", "random"))
object |
A |
... |
Currently not used. |
report |
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. |
data.table
with parameter estimates, standard error, z-value and approximated p-value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.