LinearOffsetFunction is an option for linear and generalized linear model fitting functions that specifies a component for the model that is to be assumed known.
LogLikelihood[dist, {x_1, x_2, ...}] gives the log-likelihood function for observations x_1, x_2, ... from the distribution dist.
SetSharedFunction[f_1, f_2, ...] declares the symbols f_i as shared functions whose downvalues are synchronized among all parallel kernels.
SiegelTheta[\[CapitalOmega], s] gives the Siegel theta function \[CapitalTheta] (\[CapitalOmega], s) with Riemann modular matrix \[CapitalOmega] and vector ...
Quantile[list, q] gives the q\[Null]\[Null]^th quantile of list. Quantile[list, {q_1, q_2, ...}] gives a list of quantiles q_1, q_2, .... Quantile[list, q, {{a, b}, {c, d}}] ...
The symbolic architecture of Mathematica notebooks allows immediate interoperability with a wide range of document, web, graphics and other formats. Mathematica automatically ...
The uniquely powerful symbolic language that is the foundation for Mathematica.
CreateObjectFile[source, name] compiles a string of C code and creates an executable file, name.ext.CreateObjectFile[{file 1, ...}, name] compiles a number of C source files ...
Rule
(Built-in Mathematica Symbol) lhs -> rhs or lhs -> rhs represents a rule that transforms lhs to rhs.
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It is used automatically by the Mathematica compiler when you set the option ...