When fitting models to data, it is often useful to analyze how well the model fits the data and how well the fitting meets the assumptions of the model. For a number of ...
TrekGenerator is an option to EquationTrekker that specifies the method used to generate treks.
ButcherPrincipalError[p, s] gives the principal error for a method of order p with s stages. ButcherPrincipalError[p] gives the principal error using stage-independent tensor ...
The functional and list-oriented characteristics of the core Mathematica language allow Mathematica to provide immediate built-in data parallelism, automatically distributing ...
ContinuedFractionK[f, g, {i, i_min, i_max}] represents the continued fraction \[CapitalKappa]_i = i_min^i_max f/g.ContinuedFractionK[g, {i, i_min, i_max}] represents the ...
ListCurvePathPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a curve that corresponds to a smooth path through the specified points.
Product
(Built-in Mathematica Symbol) Product[f, {i, i_max}] evaluates the product \[Product]i = 1 i_max f. Product[f, {i, i_min, i_max}] starts with i = i_min. Product[f, {i, i_min, i_max, di}] uses steps di. ...
BetaPrimeDistribution[p, q] represents a beta prime distribution with shape parameters p and q. BetaPrimeDistribution[p, q, \[Beta]] represents a generalized beta prime ...
ParallelDo[expr, {i_max}] evaluates expr in parallel i_max times. ParallelDo[expr, {i, i_max}] evaluates expr in parallel with the variable i successively taking on the ...
Parallelize[expr] evaluates expr using automatic parallelization.