ImpliesQ[expr_1, expr_2] tests whether the expression expr_1 implies expr_2.
SmoothKernelDistribution[{x_1, x_2, ...}] represents a smooth kernel distribution based on the data values x_i.SmoothKernelDistribution[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...
MathMLForm[expr] prints as a MathML form of expr.
ReturnPacket[expr] is a MathLink packet that contains the expression expr, the result of an EvaluatePacket evaluation.
When you set a value to a symbol, that value will be used for the symbol for the entire Mathematica session. Since symbols no longer in use can introduce unexpected errors ...
FactorInteger[n] gives a list of the prime factors of the integer n, together with their exponents. FactorInteger[n, k] does partial factorization, pulling out at most k ...
InputForm[expr] prints as a version of expr suitable for input to Mathematica.
StandardForm[expr] prints as the standard Mathematica two-dimensional representation of expr.
VectorDensityPlot[{{v_x, v_y}, s}, {x, x_min, x_max}, {y, y_min, y_max}] generates a vector plot of the vector field {v_x, v_y} as a function of x and y, superimposed on a ...
ListDeconvolve[ker, list] gives a deconvolution of list using kernel ker.