Home
last modified time | relevance | path

Searched refs:long_run_covariance (Results 1 – 5 of 5) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dqr_estimate.h59 gretl_matrix *long_run_covariance (const gretl_matrix *X,
H A Dqr_estimate.c909 gretl_matrix *long_run_covariance (const gretl_matrix *X, in long_run_covariance() function
H A Dgeneval.c12230 A = long_run_covariance(mc, d, &p->err); in eval_3args_func()
H A Dgeneval.c.try12327 A = long_run_covariance(mc, d, &p->err);
/dports/science/dynare/dynare-4.6.4/matlab/
H A Dsimulated_moments_estimation.m45 eval(['[sample_moments,long_run_covariance] = ' M_.fname '_moments;'])
46 weighting_matrix = inv(long_run_covariance);
236 V = (1+1/options.number_of_simulated_sample)*G'*long_run_covariance*G;