Matrices in Mathematica can be constructed from all the different types of objects that Mathematica holds. They can contain machine-precision real and complex floating-point ...
Geodesy is the branch of science that deals with such topics as determining positions and areas over large parts of the Earth, the shape and size of the Earth, and the ...
The built-in function Fit finds a least-squares fit to a list of data as a linear combination of the specified basis functions. The functions Regress and DesignedRegress ...
The built-in function FindFit allows you to perform nonlinear least squares fitting. The function NonlinearRegress gives a number of regression diagnostics and allows you to ...
As of Version 7.0, MeanPredictionCITable has been renamed to "MeanPredictionConfidenceIntervalTable" and has become a property of LinearModelFit and NonlinearModelFit.
As of Version 7.0, ParameterCITable has been renamed "ParameterConfidenceIntervalTable" and become a property of LinearModelFit and NonlinearModelFit.
As of Version 7.0, ParameterTable has become a property of LinearModelFit.
As of Version 7.0, SinglePredictionCITable has been renamed "SinglePredictionConfidenceIntervalTable" and become a property of LinearModelFit and NonlinearModelFit.
As of Version 7.0, SummaryReport has become the properties {"ParameterTable", "RSquared", "AdjustedRSquared", \ "EstimatedVariance", "ANOVATable"} for LinearModelFit or ...
As of Version 8.0, BoxWhiskerPlot has been renamed to BoxWhiskerChart and is part of the built-in Mathematica kernel.