derivative_first_matrix | R Documentation |
This function computes each process to WV (haar) in a given model.
derivative_first_matrix(theta, desc, objdesc, tau)
theta |
A |
desc |
A |
objdesc |
A |
tau |
A |
Function returns the matrix effectively known as "D"
A matrix
with the process derivatives going down the column
James Joseph Balamuta (JJB)
mod = AR1(.4,1) + WN(.2) + DR(.005) derivative_first_matrix(mod$theta, mod$desc, mod$obj.desc, 2^(1:9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.