LogLikelihood[dist, {x_1, x_2, ...}] gives the log-likelihood function for observations x_1, x_2, ... from the distribution dist.
Normal
(Built-in Mathematica Symbol) Normal[expr] converts expr to a normal expression, from a variety of special forms.
PseudoInverse[m] finds the pseudoinverse of a rectangular matrix.
Transpose[list] transposes the first two levels in list. Transpose[list, {n_1, n_2, ...}] transposes list so that the k\[Null]^th level in list is the n_k\[Null]^th level in ...
WaveletPhi[wave, x] gives the scaling function \[Phi](x) for the symbolic wavelet wave evaluated at x.WaveletPhi[wave] gives the scaling function as a pure function.
WeierstrassP[u, {g_2, g_3}] gives the Weierstrass elliptic function \[WeierstrassP](u; g_2, g_3).
When you generate a very large output expression in Mathematica, you often do not want to see the whole expression at once. Rather, you would first like to get an idea of the ...
This section is designed to discuss how to make compiled functions run efficiently. It will cover features that make them run faster, as well as problems that can make them ...
The C code generator can be used to create standalone executables that link to the Wolfram runtime library. This example creates a standalone C executable for a low-pass ...
CDF
(Built-in Mathematica Symbol) CDF[dist, x] gives the cumulative distribution function for the symbolic distribution dist evaluated at x.CDF[dist, {x_1, x_2, ...}] gives the multivariate cumulative ...