WeatherData[loc, " property"] gives the most recent measurement for the specified weather property at the location corresponding to loc.WeatherData[loc, " property", date] ...
WeightedAdjacencyGraph[wmat] gives the graph with weighted adjacency matrix wmat.WeightedAdjacencyGraph[{v_1, v_2, ...}, wmat] gives the graph with vertices v_i and weighted ...
A plot of the solution given by DSolve can give useful information about the nature of the solution, for instance, whether it is oscillatory in nature. It can also serve as a ...
Any combination of equations or inequalities can be thought of as implicitly defining a region in some kind of space. The fundamental function of Reduce is to turn this type ...
AndersonDarlingTest[data] tests whether data is normally distributed using the Anderson\[Dash]Darling test.AndersonDarlingTest[data, dist] tests whether data is distributed ...
CramerVonMisesTest[data] tests whether data is normally distributed using the Cramér\[Dash]von Mises test.CramerVonMisesTest[data, dist] tests whether data is distributed ...
Fourier
(Built-in Mathematica Symbol) Fourier[list] finds the discrete Fourier transform of a list of complex numbers.
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 ...
ParticleData[name, " property"] gives the specified property for a subatomic particle or family of particles with the specified name. ParticleData[{name, q}, " property"] ...
PearsonChiSquareTest[data] tests whether data is normally distributed using the Pearson \[Chi]^2 test.PearsonChiSquareTest[data, dist] tests whether data is distributed ...