Description Usage Arguments Details Value Examples
This function computes the residuals given the parameters estimated with the function lppl_estimate
1 | lppl.resids.from.basic.estimate(x, par_est)
|
x |
is a T x 1 numeric data vector |
par_est |
is a 7 x 1 vector of parameters estimated with the function lppl_estimate in this order: ["bet" "ome" "phi" "tc" "A" "B" "C"] |
This function computes the residuals given the parameters estimated with the function lppl_estimate
et is a vector of residuals
1 2 3 4 5 6 7 8 | ## Not run:
tparm <- c(0.353689, 9.154368, 2.074608, 7.166421,-0.434324, 0.035405, 0.000071, 30)
aa <- lppl_simulate(500,tparm)
bb <- lppl_estimate(aa)
bb
resids <- lppl.resids.from.basic.estimate(aa,bb)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.