As of Mathematica 8, the functionality of the Wavelet Explorer add-on has been integrated into the Mathematica kernel.
DifferenceDelta[f, i] gives the discrete difference \[DifferenceDelta]_i f = f(i + 1) - f(i).DifferenceDelta[f, {i, n}] gives the multiple difference DifferenceDelta[f, {i, ...
LogitModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a binomial logistic regression model of the form 1/(1 + E -(\[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + \ ...)) ...
ProbitModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a binomial probit regression model of the form 1/2 (1 + erf((\[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + \ ...
Islamic represents the Islamic calendar system.
Particularly in the physical sciences, it is common to use measurement errors as weights to incorporate measured variation into the fitting. Weights have a relative effect on ...
When fitting data to a model, it is often important to obtain additional results to compare the data to the fitted function. You may wish to check the significance of ...
CentralMomentGeneratingFunction[dist, t] gives the central moment generating function for the symbolic distribution dist as a function of the variable t. ...
EstimatorRegulator[ss, {l, \[Kappa]}] constructs the feedback regulator for the StateSpaceModel object ss with estimator and feedback gain matrices l and \[Kappa], ...
ExponentialGeneratingFunction[expr, n, x] gives the exponential generating function in x for the sequence whose n\[Null]^th term is given by the expression ...