ExponentialFamily is an option for GeneralizedLinearModelFit that specifies the exponential family for the model.
Type 2+2 and then press Shift+Enter (hold down the Shift key and press Enter) to tell Mathematica to evaluate your input. Note that labels are added automatically, and output ...
ZernikeR[n, m, r] gives the radial Zernike polynomial R_n^m(r).
In any interactive session, Mathematica effectively operates in a loop. It waits for your input, processes the input, prints the result, then goes back to waiting for input ...
Functions in Mathematica are carefully set up so that you normally do not have to know how they work inside. But particularly for numerical functions that use iterative ...
False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.
LinkCreate["name"] creates a MathLink link with the specified name for another program to connect to. LinkCreate[] creates a MathLink link and picks an unused name for the ...
LinkLaunch["prog"] starts the external program prog and opens a MathLink connection to it.
True
(Built-in Mathematica Symbol) True is the symbol for the Boolean value true.
Uninstall[link] terminates an external program started by Install, and removes Mathematica definitions set up by it.