Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgenfuncs.h144 gretl_matrix *midas_weights (int p, const gretl_matrix *m,
H A Dgretl_midas.c1606 w = midas_weights(mt->nlags, mt->theta, mt->type, &err); in cond_ols_callback()
1889 w = midas_weights(mt->nlags, mt->theta, mt->type, &err); in cond_ols_GNR()
2156 w = midas_weights(mt->nlags, theta, mt->type, &err); in add_gross_midas_coeffs()
H A Dgenfuncs.c4464 gretl_matrix *midas_weights (int p, const gretl_matrix *m, in midas_weights() function
4991 mult = midas_weights(h, theta, mtype, err); in midas_multipliers()
5002 mult = midas_weights(h, tmp1, mtype, err); in midas_multipliers()
5098 w = midas_weights(m, theta, method, &err); in midas_linear_combo()
H A Dgeneval.c12373 A = midas_weights(length, wm, method, &p->err); in eval_3args_func()
H A Dgeneval.c.try12470 A = midas_weights(length, wm, method, &p->err);