Convolve[f, g, x, y] gives the convolution with respect to x of the expressions f and g.Convolve[f, g, {x_1, x_2, ...}, {y_1, y_2, ...}] gives the multidimensional ...
Equal
(Built-in Mathematica Symbol) lhs == rhs returns True if lhs and rhs are identical.
PolyGamma[z] gives the digamma function \[Psi](z). PolyGamma[n, z] gives the n\[Null]^th derivative of the digamma function \[Psi] (n) (z).
PowerDistribution[k, a] represents a power distribution with domain parameter k and shape parameter a.
Im
(Built-in Mathematica Symbol) Im[z] gives the imaginary part of the complex number z.
OddQ
(Built-in Mathematica Symbol) OddQ[expr] gives True if expr is an odd integer, and False otherwise.
ParetoDistribution[k, \[Alpha]] represents a Pareto distribution with minimum value parameter k and shape parameter \[Alpha].ParetoDistribution[k, \[Alpha], \[Mu]] represents ...
Re
(Built-in Mathematica Symbol) Re[z] gives the real part of the complex number z.
BetaDistribution[\[Alpha], \[Beta]] represents a continuous beta distribution with shape parameters \[Alpha] and \[Beta].
Mathematica treats equations as logical statements. If you type in an equation like x^2+3x==2, Mathematica interprets this as a logical statement which asserts that x^2+3x is ...