Home
last modified time | relevance | path

Searched refs:PROBIT (Results 1 – 25 of 39) sorted by relevance

12

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_model.h123 c == PROBIT || \
144 c == PROBIT || \
149 c == PROBIT || \
172 c == PROBIT || \
H A Doptions.c542 { PROBIT, OPT_P, "p-values", 0 },
543 { PROBIT, OPT_R, "robust", 0 },
544 { PROBIT, OPT_C, "cluster", 2 },
545 { PROBIT, OPT_V, "verbose", 0 },
546 { PROBIT, OPT_E, "random-effects", 0 },
547 { PROBIT, OPT_G, "quadpoints", 2 },
548 { PROBIT, OPT_B, "bootstrap", 1 },
549 { PROBIT, OPT_S, "estrella", 0 },
H A Ddiscrete.c85 case PROBIT: in lp_cdf()
99 case PROBIT: in lp_pdf()
178 if (ci == PROBIT) { in op_container_new()
856 if (OC->ci == PROBIT) { in fill_op_model()
979 K = get_optval_int(PROBIT, OPT_B, &err); in op_boot_init()
1065 BFGS_defaults(&maxit, &toler, PROBIT); in do_ordered()
2570 if (bin->ci == PROBIT) { in binary_loglik()
2597 if (bin->ci == PROBIT) { in binary_score()
2624 if (bin->ci == PROBIT) { in binary_hessian()
2680 if (bin->ci == PROBIT) { in binary_score_matrix()
[all …]
H A Dgretl_commands.c136 { PROBIT, "probit" },
H A Dgretl_commands.h125 PROBIT, enumerator
H A Dcompare.c746 } else if (orig->ci == LOGIT || orig->ci == PROBIT) { in replicate_estimator()
754 } else if (orig->ci == PROBIT && (orig->opt & OPT_E)) { in replicate_estimator()
759 set_optval_double(PROBIT, OPT_G, qp); in replicate_estimator()
826 case PROBIT: in replicate_estimator()
1386 if ((pmod->ci == LOGIT || pmod->ci == PROBIT) && in auto_drop_var()
H A Dmodelprint.c42 #define ordered_model(m) ((m->ci == LOGIT || m->ci == PROBIT) && \
45 #define binary_model(m) ((m->ci == LOGIT || m->ci == PROBIT) && \
51 #define logit_probit_model(m) (m->ci == LOGIT || m->ci == PROBIT)
53 #define re_probit_model(m) (m->ci == PROBIT && (m->opt & OPT_E))
69 (m->ci == PROBIT && (m->opt & OPT_E)))
962 else if (ci == PROBIT) return N_("Probit"); in simple_estimator_string()
1045 } else if (pmod->ci == PROBIT) { in estimator_string()
2266 } else if (pmod->ci == PROBIT && (pmod->opt & OPT_E)) { in print_model_heading()
H A Dlibglue.c504 } else if (ci == PROBIT && (opt & OPT_E)) { in logit_probit()
H A Dforecast.c50 c == PROBIT || \
2443 } else if (ci == PROBIT) { in fcast_transform()
2613 } else if (pmod->ci == LOGIT || pmod->ci == PROBIT) { in linear_fcast()
3621 if (pmod->ci == PROBIT && (pmod->opt & OPT_E)) { in model_do_forecast()
H A Dgretl_model.c992 } else if ((pmod->ci == PROBIT || pmod->ci == LOGIT || in gretl_model_get_param_name()
2196 if (pmod->ci == PROBIT || pmod->ci == LOGIT) { in ordered_model()
2212 } else if (pmod->ci == PROBIT && (pmod->opt & OPT_E)) { in longlist_model()
5460 } else if (pmod->ci == LOGIT || pmod->ci == PROBIT) { in gretl_model_set_int_compat()
H A Dtexprint.c1575 if (pmod->ci != LOGIT && pmod->ci != PROBIT && !na(pmod->fstt)) { in tex_print_equation()
H A Dinteract.c3718 case PROBIT: in gretl_cmd_exec()
3725 if (cmd->ci == LOGIT || cmd->ci == PROBIT) { in gretl_cmd_exec()
/dports/math/gretl/gretl-2021d/gui/
H A Dselector.h23 #define robust_conf(c) (c != LOGIT && c != PROBIT && \
H A Dmodel_table.c831 if (pmod->ci == LOGIT || pmod->ci == PROBIT) { in print_equation_stats()
844 } else if (pmod->ci == LOGIT || pmod->ci == PROBIT) { in print_equation_stats()
H A Dselector.c200 c == PROBIT || \
384 c == LOGIT || c == PROBIT || c == HECKIT || in want_radios()
885 } else if (pmod->ci == PROBIT) { in selector_from_model()
1709 if (sr->ci == PROBIT || sr->ci == BIPROBIT) { in set_dependent_var_from_active()
1746 if (sr->ci == PROBIT || sr->ci == BIPROBIT) { in real_set_dependent_var()
3637 set_optval_int(PROBIT, OPT_G, qp); in read_reprobit_quadpoints()
4249 } else if (sr->ci == LOGIT || sr->ci == PROBIT) { in compose_cmdlist()
4311 case PROBIT: in estimator_label()
6108 sr->ci == LOGIT || sr->ci == PROBIT || sr->ci == MLOGIT || in build_selector_switches()
7164 } else if (sr->ci == LOGIT || sr->ci == PROBIT) { in build_selector_radios()
[all …]
H A Dcallbacks.c272 ci = PROBIT; in model_action_code()
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/maybe-missing/
H A Dlogit.m12 % see also: PROBIT
H A Dprobit.m2 % PROBIT
/dports/math/R-cran-geepack/geepack/inst/include/
H A Dfamstr.h10 enum links {L_0, IDENT, LOGIT, PROBIT, CLOGLOG, LOG, INVERSE, FISHERZ, enumerator
/dports/math/pspp/pspp-1.4.1/doc/
H A Dni.texi221 @item @cmd{PROBIT}
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/docs/
H A DChangelog-ml.md383 …ply to the scores vector.<br>One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT'</dd>
432 …regression output vector.<br>One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT'</dd>
572 …m to apply to the score. <br>One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT'</dd>
632 … to apply to the score. <br>One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT.'</dd>
750 …to apply to the score. <br> One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT.'</dd>
823 …m to apply to the score. <br>One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT'</dd>
H A DOperators-ml.md431 …ply to the scores vector.<br>One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT'</dd>
481 …regression output vector.<br>One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT'</dd>
624 …m to apply to the score. <br>One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT'</dd>
685 … to apply to the score. <br>One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT.'</dd>
805 …to apply to the score. <br> One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT.'</dd>
879 …m to apply to the score. <br>One of 'NONE,' 'SOFTMAX,' 'LOGISTIC,' 'SOFTMAX_ZERO,' or 'PROBIT'</dd>
/dports/math/R-cran-geepack/geepack/src/
H A Dfamstr.cc265 case PROBIT: in Link()
/dports/math/pspp/pspp-1.4.1/src/language/
H A Dcommand.def238 UNIMPL_CMD ("PROBIT", "Probit analysis")
/dports/math/pspp/pspp-1.4.1/src/language/expressions/
H A Doperations.def823 function PROBIT (P > 0 && P < 1) = gsl_cdf_ugaussian_Pinv (P);

12