Home
last modified time | relevance | path

Searched refs:Logit (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/analysis/function/
H A DLogitTest.java73 final Logit f = new Logit(lo, hi); in testDerivative()
81 final Logit f = new Logit(1, 2); in testDerivativeLargeArguments()
110 final Logit.Parametric g = new Logit.Parametric(); in testParametricUsage1()
116 final Logit.Parametric g = new Logit.Parametric(); in testParametricUsage2()
122 final Logit.Parametric g = new Logit.Parametric(); in testParametricUsage3()
128 final Logit.Parametric g = new Logit.Parametric(); in testParametricUsage4()
134 final Logit.Parametric g = new Logit.Parametric(); in testParametricUsage5()
140 final Logit.Parametric g = new Logit.Parametric(); in testParametricUsage6()
148 final Logit f = new Logit(lo, hi); in testParametricValue()
160 final Logit f = new Logit(lo, hi); in testValueWithInverseFunction()
[all …]
/dports/benchmarks/postal/postal-0.73/
H A Dlogit.h10 class Logit
13 Logit(const char *filename, bool is_verbose, bool numbered_files, int pid);
14 ~Logit();
21 Logit(const Logit &l, int pid);
30 Logit(const Logit&);
31 Logit & operator=(const Logit&);
H A Dlogit.cpp5 Logit::Logit(const char *filename, bool is_verbose, bool numbered_files, int pid) in Logit() function in Logit
15 Logit::Logit(const Logit &l, int pid) in Logit() function in Logit
25 bool Logit::reopen() in reopen()
61 Logit::~Logit() in ~Logit()
70 int Logit::Write(const char *data, size_t len) in Write()
H A Dbasictcp.h12 class Logit; variable
39 base_tcp(int fd, Logit *log, Logit *debug, results *res
82 Logit *m_log;
86 Logit *m_debug;
H A Dtcp.h16 class Logit; variable
41 tcp(int *exitCount, const char *addr, unsigned short default_port, Logit *log
45 , const char *sourceAddr, Logit *debug);
79 Logit *m_log;
99 Logit *m_debug;
H A Drabid.cpp165 Logit log("rabid.log", logAll, false, 0); in main()
166 Logit *debug = NULL; in main()
169 debug = new Logit(debugName, false, debugMultipleFiles, 0); in main()
H A Dbhm.cpp48 Logit *bhm_log;
65 Logit *debug;
409 bhm_log = new Logit("bhm.log", allLog, false, 0); in main()
410 Logit *debug = NULL; in main()
413 debug = new Logit(debugName, false, debugMultipleFiles, 0); in main()
483 td->debug = debug ? new Logit(*debug, i) : NULL; in main()
H A Dpostal.cpp179 Logit log("postal.log", allLog, false, 0); in main()
180 Logit *debug = NULL; in main()
183 debug = new Logit(debugName, false, debugMultipleFiles, 0); in main()
H A Dsmtpserver.h16 , int processes, Logit *log, Logit *debug
H A Dclient.h15 , int processes, int msgsPerConnection, Logit *log
20 , Logit *debug);
H A Dsmtpserver.cpp9 , int processes, Logit *log, Logit *debug in smtp_server()
H A Dsmtp.h94 , int numMsgsPerConnection, int processes, Logit *log, TRISTATE netscape
99 , unsigned short port, Logit *debug);
/dports/math/jags/JAGS-4.3.0/src/modules/bugs/functions/
H A DLogit.cc12 Logit::Logit ():ScalarFunction ("logit", 1) in Logit() function in jags::bugs::Logit
16 double Logit::evaluate(vector <double const *> const &args) const in evaluate()
22 bool Logit::checkParameterValue (vector <double const *> const &args) const in checkParameterValue()
H A DLogit.h17 class Logit:public ScalarFunction
20 Logit();
H A DMakefile.am11 Exp.cc LogFact.cc LogGam.cc Phi.cc Logit.cc Inverse.cc LogDet.cc \
18 noinst_HEADERS = LogGam.h Phi.h Sum.h Log.h Logit.h Probit.h \
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/function/
H A DLogit.java38 public class Logit implements UnivariateDifferentiableFunction, DifferentiableUnivariateFunction { class
48 public Logit() { in Logit() method in Logit
58 public Logit(double lo, in Logit() method in Logit
101 return Logit.value(x, param[0], param[1]); in value()
/dports/math/py-statsmodels/statsmodels-0.13.1/docs/source/
H A Ddiscretemod.rst10 currently allows the estimation of models with binary (Logit, Probit), nominal
31 # Logit Model
32 logit_mod = sm.Logit(spector_data.endog, spector_data.exog)
78 Logit
/dports/math/py-spglm/spglm-1.0.8/spglm/
H A Dlinks.py99 class Logit(Link): class
232 class logit(Logit):
541 class CDFLink(Logit):
696 class CLogLog(Logit):
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/genmod/families/
H A Dlinks.py118 class Logit(Link): class
249 class logit(Logit):
590 class CDFLink(Logit):
806 class CLogLog(Logit):
931 class LogLog(Logit):
/dports/science/R-cran-bayesm/bayesm/man/
H A DmnlHess.Rd7 \title{ Computes --Expected Hessian for Multinomial Logit}
9 \description{\code{mnlHess} computes expected Hessian (\eqn{E[H]}) for Multinomial Logit Model.}
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/notebooks/
H A Dordinal_regression.ipynb136 "### Logit ordinal regression:"
468 "### Binary Model compared to Logit\n",
470 … dependent ordered categorical variable, then the model can also be estimated by a Logit model.\n",
472 …) identical in this case except for the parameterization of the constant. Logit as most other mode…
483 "from statsmodels.discrete.discrete_model import Logit\n",
525 …"The Logit model does not have a constant by default, we have to add it to our explanatory variabl…
527 …"The results are essentially identical between Logit and ordered model up to numerical precision m…
529 …"The only difference is in the sign of the constant, Logit and OrdereModel have opposite signs of …
539 "mod_logit = Logit(data2['apply'].cat.codes, ex)\n",
557 …"Robust standard errors are also available in OrderedModel in the same way as in discrete.Logit.\n…
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/genmod/families/tests/
H A Dtest_family.py10 L.Logit, L.logit, L.Power, L.inverse_power, L.sqrt, L.inverse_squared,
18 L.Logit, L.logit, L.probit, L.cauchy, L.Log, L.log, L.CLogLog,
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/examples/l1_demo/
H A Dshort_demo.py32 logit_mod = sm.Logit(spector_data.endog, spector_data.exog)
91 logit_mod = sm.Logit(Y, X)
/dports/science/R-cran-bayesm/bayesm/
H A DDESCRIPTION21 Multinomial Logit (MNL) and Multinomial Probit (MNP),
36 Bayesian Analysis of Aggregate Random Coefficient Logit Models as in BLP (see
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/
H A DMultivariateFunctionMappingAdapter.java21 import org.apache.commons.math3.analysis.function.Logit;
281 unboundingFunction = new Logit(lower, upper); in LowerUpperBoundMapper()

123456789