get_est_b1x: Estimation of bias b1x

View source: R/utils.R

get_est_b1xR Documentation

Estimation of bias b1x

Description

Computes the bias estimate for given parameters.

Usage

get_est_b1x(X, h, est_Ar, inf_k_ft, ...)

Arguments

X

A numerical vector representing the sample data of variable X.

h

A scalar bandwidth parameter.

est_Ar

A vector containing the estimated A and r parameters.

inf_k_ft

A kernel Fourier transform function.

...

Additional arguments passed to the quadgk integration function.

Value

A scalar representing the bias b1x estimate.


rbbnp documentation built on June 8, 2025, 10:46 a.m.