Home
last modified time | relevance | path

Searched refs:model_missing (Results 1 – 9 of 9) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dmissing.h36 int model_missing (const MODEL *pmod, int t);
H A Destimate.c143 if (!model_missing(pmod, t)) { in model_depvar_stats()
155 if (!model_missing(pmod, t)) { in model_depvar_stats()
171 if (!model_missing(pmod, t)) { in model_depvar_stats()
410 if (model_missing(pmod, t)) { in get_wls_stats()
423 if (model_missing(pmod, t) || dset->Z[pmod->nwt][t] == 0.0) { in get_wls_stats()
445 if (model_missing(pmod, t)) { in fix_wls_values()
1026 if (model_missing(pmod, t)) { in depvar_zero()
1424 if (model_missing(pmod, t)) { in make_ess()
1719 if (model_missing(pmod, t)) { in hatvars()
3510 if (!model_missing(pmod, t) && floatneq(x[t], 0.0)) { in modelvar_iszero()
[all …]
H A Dqr_estimate.c254 if (t < pmod->t1 || t > pmod->t2 || model_missing(pmod, t)) { in get_resids_and_SSR()
272 if (t < pmod->t1 || t > pmod->t2 || model_missing(pmod, t)) { in get_resids_and_SSR()
311 if (!model_missing(pmod, t)) { in get_data_X()
1285 if (model_missing(pmod, t)) { in get_model_data()
1312 if (model_missing(pmod, t)) { in get_model_data()
H A Dmissing.c60 int model_missing (const MODEL *pmod, int t) in model_missing() function
H A Dgretl_model.c2597 if (!model_missing(pmod, t)) { in make_cluster_vals()
2673 if (!model_missing(pmod, t)) { in model_make_clustered_GG()
6737 ok = !model_missing(pmod, t); in gretl_model_add_y_median()
7115 x[t] = model_missing(pmod, t)? 0 : 1; in gretl_model_get_series()
H A Dtsls.c921 if (model_missing(pmod, t)) { in tsls_residuals()
H A Dcompare.c1094 if (model_missing(pmod, t) || in add_vars_missing()
2593 if (model_missing(pmod, t)) { in make_chow_list()
H A Ddiscrete.c2797 if (model_missing(pmod, t)) { in binary_probit_normtest()
2965 if (model_missing(pmod, t)) { in binary_model_hatvars()
/dports/math/gretl/gretl-2021d/plugin/
H A Dheckit.c1783 t, hm.uhat[t], hm.llt[t], model_missing(&hm, t)); in heckit_estimate()