ZipfDistribution[\[Rho]] represents a zeta distribution with parameter \[Rho].ZipfDistribution[n, \[Rho]] represents a Zipf distribution with range n.
Integration functions. Here is the integral ∫_a^bx^2 dx. This gives the multiple integral ∫_0^adx ∫_0^bd y(x^2+y^2).
Mathematica provides a simple and consistent method for accessing and using files. In addition to inserting a file path that is specific to your operating system, Mathematica ...
WatsonUSquareTest[data] tests whether data is normally distributed using the Watson U^2 test.WatsonUSquareTest[data, dist] tests whether data is distributed according to dist ...
KuiperTest[data] tests whether data is normally distributed using the Kuiper test.KuiperTest[data, dist] tests whether data is distributed according to dist using the Kuiper ...
MemberQ
(Built-in Mathematica Symbol) MemberQ[list, form] returns True if an element of list matches form, and False otherwise. MemberQ[list, form, levelspec] tests all parts of list specified by levelspec.
Mathematica notebooks provide a state-of-the-art technical document system as well as being the primary working environment. The tools for creating publication-quality ...
IrreduciblePolynomial[s, p, d] gives an irreducible polynomial in the symbol s of degree d over the integers modulo the prime p.
PlotLegend is an option for Plot, ListPlot, and related functions that assigns text to lines in a 2D plot to create a legend for that plot.
SQLBinary[data] represents raw binary data that can be stored in a database.