Home
last modified time | relevance | path

Searched refs:ML_OP (Results 1 – 11 of 11) sorted by relevance

/dports/math/gretl/gretl-2021d/plugin/
H A Dfcp.c512 if (code == ML_OP) { in vcv_setup()
537 if (code == ML_OP) { in vcv_setup()
1085 if (vopt == ML_OP || vopt == ML_QML || vopt == ML_BW) { in make_garch_vcv()
1092 vcv_setup(f, OP, ML_OP); in make_garch_vcv()
1094 if (vopt == ML_OP) { in make_garch_vcv()
H A Dmod_garch.c621 if (vopt == ML_OP || vopt == ML_QML || vopt == ML_BW) { in garch_covariance_matrix()
647 case ML_OP: in garch_covariance_matrix()
H A Darma.c897 } else if (libset_get_int(ARMA_VCV) == ML_OP) { in arma_use_opg()
1012 gretl_model_set_vcv_info(pmod, VCV_ML, ML_OP); in kalman_arma_finish()
H A Das_driver.c663 gretl_model_set_vcv_info(pmod, VCV_ML, ML_OP); in as_arma_finish()
H A Dbiprobit.c940 gretl_model_set_vcv_info(pmod, VCV_ML, ML_OP); in biprobit_OPG_vcv()
H A Dheckit.c1562 gretl_model_set_vcv_info(hm, VCV_ML, ML_OP); in heckit_ml()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_model.h60 ML_OP, enumerator
H A Dlibset.c457 } else if (state->arma_vcv == ML_OP) { in arma_vcv_string()
1046 ival = (ival == 1)? ML_OP : ML_HESSIAN; in parse_libset_int_code()
H A Dobjstack.c1537 } else if (vi->vmin == ML_OP) { in last_model_get_vcv_type()
H A Dgretl_model.c2870 gretl_model_set_vcv_info(pmod, VCV_ML, ML_OP); in gretl_model_add_OPG_vcv()
H A Dmodelprint.c1522 case ML_OP: in ml_vcv_line()