D_matrix: Analytic D matrix of Processes

Description Usage Arguments Details Value Author(s) Examples

View source: R/RcppExports.R

Description

This function computes each process to WV (haar) in a given model.

Usage

1
D_matrix(theta, desc, objdesc, tau, omegadiff)

Arguments

theta

A vec containing the list of estimated parameters.

desc

A vector<string> containing a list of descriptors.

objdesc

A field<vec> containing a list of object descriptors.

tau

A vec containing the scales e.g. 2^tau

omegadiff

A vec that contains the result of Omega * (wv_empir - wv_theo)

Details

Function returns the matrix effectively known as "D"

Value

A matrix with the process derivatives going down the column

Author(s)

James Joseph Balamuta (JJB)

Examples

1
# TBA

SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.