gamma_est_unbiased: Unbiased asymptotic covariance matrix.

gamma_est_unbiasedR Documentation

Unbiased asymptotic covariance matrix.

Description

Unbiased asymptotic covariance matrix.

Usage

gamma_est_unbiased(
  x,
  n = NULL,
  sigma = NULL,
  gamma_adf = NULL,
  gamma_nt = NULL
)

Arguments

x

Data.

sigma

Unbiased covariance matrix of the data.

gamma_adf

The gamma matrix. If NULL, computes gamma from x and sigma.

gamma_nt

The gamma matrix under normal theory. If NULL, computes gamma_nt from sigma.

Value

Unbiased asymptotic covariance matrix.


semTests documentation built on May 29, 2024, 11:58 a.m.