In data analysis, it is often necessary to clean a dataset before analyzing it. Data points with missing entries or that contain invalid values must be removed or replaced by ...
BernoulliB[n] gives the Bernoulli number B_n. BernoulliB[n, x] gives the Bernoulli polynomial B_n (x).
DateList[] gives the current local date and time in the form {year, month, day, hour, minute, second}. DateList[time] gives a date list corresponding to an AbsoluteTime ...
DateString[] gives a string representing the complete current local date and time. DateString["elem"] gives the specified element or format for date and ...
Dot
(Built-in Mathematica Symbol) a.b.c or Dot[a, b, c] gives products of vectors, matrices, and tensors.
FindDistributionParameters[data, dist] finds the parameter estimates for the distribution dist from data.FindDistributionParameters[data, dist, {{p, p_0}, {q, q_0}, ...}] ...
FourierDCT[list] finds the Fourier discrete cosine transform of a list of real numbers.FourierDCT[list, m] finds the Fourier discrete cosine transform of type m.
FourierDST[list] finds the Fourier discrete sine transform of a list of real numbers.FourierDST[list, m] finds the Fourier discrete sine transform of type m.
Limit
(Built-in Mathematica Symbol) Limit[expr, x -> x_0] finds the limiting value of expr when x approaches x_0.
LinearSolve[m, b] finds an x which solves the matrix equation m.x == b. LinearSolve[m] generates a LinearSolveFunction[...] which can be applied repeatedly to different b.