NotebookEvaluate[notebook] evaluates all the evaluatable cells in notebook.
PearsonDistribution[a_1, a_0, b_2, b_1, b_0] represents a distribution of the Pearson family with parameters a_1, a_0, b_2, b_1, and b_0.PearsonDistribution[type, a_1, a_0, ...
CityData["name", " property"] gives the value of the specified property for the city with the specified name.CityData["name"] gives a list of the full specifications of ...
AstronomicalData["name", " property"] gives the value of the specified property of the astronomical object with the specified name.AstronomicalData["name", {"property", ...
NonlinearModelFit[{y_1, y_2, ...}, form, {\[Beta]_1, ...}, x] constructs a nonlinear model with structure form that fits the y_i for successive x values 1, 2, ... using the ...
SmoothHistogram3D[{{x_1, y_1}, {x_2, y_2}, ...}] plots a 3D smooth kernel histogram of the values {x_i, y_i}.SmoothHistogram3D[{{x_1, y_1}, {x_2, y_2}, ...}, espec] plots a ...
The Padé approximation is a rational function that can be thought of as a generalization of a Taylor polynomial. A rational function is the ratio of polynomials. Because ...
Blend
(Built-in Mathematica Symbol) Blend[{col_1, col_2}, x] gives a color obtained by blending a fraction 1 - x of color col_1 and x of color col_2.Blend[{col_1, col_2, col_3, ...}, x] linearly interpolates ...
ParticleData[name, " property"] gives the specified property for a subatomic particle or family of particles with the specified name. ParticleData[{name, q}, " property"] ...
The single command Manipulate lets you create an astonishing range of interactive applications with just a few lines of input. Manipulate is designed to be used by anyone who ...