Home
last modified time | relevance | path

Searched refs:newey_west_bandwidth (Results 1 – 3 of 3) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dqr_estimate.h46 int newey_west_bandwidth (const gretl_matrix *f,
H A Dqr_estimate.c419 int newey_west_bandwidth (const gretl_matrix *H, in newey_west_bandwidth() function
828 *err = newey_west_bandwidth(H, w, kern, prewhiten, &p, &bt); in HAC_XOX()
H A Dgmm.c1263 err = newey_west_bandwidth(E, NULL, hinfo->kern, hinfo->whiten, in gmm_HAC()