deriv_qn: Analytic D matrix for Quantization Noise (QN) Process

View source: R/RcppExports.R

deriv_qnR Documentation

Analytic D matrix for Quantization Noise (QN) Process

Description

Obtain the first derivative of the Quantization Noise (QN) process.

Usage

deriv_qn(tau)

Arguments

tau

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

Value

A matrix with the first column containing the partial derivative with respect to Q^2.

Process Haar WV First Derivative

Taking the derivative with respect to Q^2 yields:

d/dQ2 nu[j]^2 (Q2) = (6) / (tau[j]^2)

Author(s)

James Joseph Balamuta (JJB)

Examples

deriv_qn(2^(1:5))

schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.