LogitModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a binomial logistic regression model of the form 1/(1 + E -(\[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + \ ...)) ...
ProbitModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a binomial probit regression model of the form 1/2 (1 + erf((\[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + \ ...
SQLExecute[conn, command] executes a command in an SQL connection.SQLExecute[conn, command, args] passes arguments to the command.
AiryBiPrime[z] gives the derivative of the Airy function Bi^\[Prime] (z).
Arg
(Built-in Mathematica Symbol) Arg[z] gives the argument of the complex number z.
Conjugate[z] or z\[Conjugate] gives the complex conjugate of the complex number z.
EllipticThetaPrime[a, u, q] gives the derivative with respect to u of the theta function \[CurlyTheta]_a (u, q) (a = 1, ..., 4).
Erfc
(Built-in Mathematica Symbol) Erfc[z] gives the complementary error function erfc(z).
Erf
(Built-in Mathematica Symbol) Erf[z] gives the error function erf(z). Erf[z_0, z_1] gives the generalized error function erf(z_1) - erf(z_0).
FactorialPower[x, n] gives the factorial power x (n). FactorialPower[x, n, h] gives the step-h factorial power x (n, h).