AstronomicalData["name", " property"] gives the value of the specified property of the astronomical object with the specified name.AstronomicalData["name", {"property", ...
DensityPlot[f, {x, x_min, x_max}, {y, y_min, y_max}] makes a density plot of f as a function of x and y.
EstimatedDistribution[data, dist] estimates the parametric distribution dist from data.EstimatedDistribution[data, dist, {{p, p_0}, {q, q_0}, ...}] estimates the parameters ...
CellMeans is an option for ANOVA which specifies whether cell means should be included in the output.
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.
ProvablePrimeQ[n] gives True if n is provably prime, and False otherwise.
Built into Mathematica is the world's largest collection of both numerical and symbolic equation solving capabilities—with many original algorithms, all automatically ...
Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...
MATHEMATICA HOW TO Tutorials » Options for Cells Doing Computations in Notebooks See Also » InitializationCell More About » Evaluation Options in Notebooks Tokens Related to ...