RegressionCommon`
RegressionCommon`
StandardizedResiduals
As of Version 7.0, StandardizedResiduals has become a property of LinearModelFit and NonlinearModelFit.
StandardizedResiduals
is a possible value for the RegressionReport option which represents the list of standardized residuals.
Details and Options
- To use StandardizedResiduals, you first need to load the Regression Common Functions Package. You can do this by using Needs["LinearRegression`"] or Needs["NonlinearRegression`"], which will automatically load the Regression Common Functions Package, or you can load the package directly by using Needs["RegressionCommon`"].
- StandardizedResiduals gives the fit residuals divided by the standard error for each residual.
- StandardizedResiduals is equivalent to FitResiduals/Sqrt[EstimatedVariance (1 - HatDiagonal)].
Examples
Wolfram Research (2007), StandardizedResiduals, Wolfram Language function, https://reference.wolfram.com/language/RegressionCommon/ref/StandardizedResiduals.html.
Text
Wolfram Research (2007), StandardizedResiduals, Wolfram Language function, https://reference.wolfram.com/language/RegressionCommon/ref/StandardizedResiduals.html.
CMS
Wolfram Language. 2007. "StandardizedResiduals." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/RegressionCommon/ref/StandardizedResiduals.html.
APA
Wolfram Language. (2007). StandardizedResiduals. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/RegressionCommon/ref/StandardizedResiduals.html