Learn R Programming

qardlr (version 1.0.1)

wald_constancy_test: Wald Constancy Test

Description

Internal function to perform Wald test for parameter constancy.

Usage

wald_constancy_test(params, cov_array, nobs, param_name)

Value

List with statistic, df, pvalue.

Arguments

params

Parameter matrix (dim x ntau).

cov_array

Covariance array (dim x dim x ntau).

nobs

Number of observations.

param_name

Name of parameter for labeling.