|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
LinearModelFit |
| LinearModelFit[{y1, y2, ...}, {f1, f2, ...}, x] constructs a linear model of the form |
| LinearModelFit[{{x11, x12, ..., y1}, {x21, x22, ..., y2}, ...}, {f1, f2, ...}, {x1, x2, ...}] constructs a linear model of the form |
| LinearModelFit[{m, v}] constructs a linear model from the design matrix m and response vector v. |
| ConfidenceLevel | 95/100 | confidence level to use for parameters and predictions | |
| IncludeConstantBasis | True | whether to include a constant basis function | |
| LinearOffsetFunction | None | known offset in the linear predictor | |
| NominalVariables | None | variables considered as nominal or categorical | |
| VarianceEstimatorFunction | Automatic | function for estimating the error variance | |
| Weights | Automatic | weights for data elements | |
| WorkingPrecision | Automatic | precision used in internal computations |
| "BestFit" | fitted function | |
| "BestFitParameters" | parameter estimates | |
| "Data" | the input data or design matrix and response vector | |
| "DesignMatrix" | design matrix for the model | |
| "Function" | best fit pure function | |
| "Response" | response values in the input data |
| "FitResiduals" | difference between actual and predicted responses | |
| "StandardizedResiduals" | fit residuals divided by the standard error for each residual | |
| "StudentizedResiduals" | fit residuals divided by single deletion error estimates |
| "ANOVATable" | analysis of variance table | |
| "ANOVATableDegreesOfFreedom" | degrees of freedom from the ANOVA table | |
| "ANOVATableEntries" | unformatted array of values from the table | |
| "ANOVATableFStatistics" | F statistics from the table | |
| "ANOVATableMeanSquares" | mean square errors from the table | |
| "ANOVATablePValues" | p-values from the table | |
| "ANOVATableSumsOfSquares" | sums of squares from the table | |
| "CoefficientOfVariation" | response mean divided by the estimated standard deviation | |
| "EstimatedVariance" | estimate of the error variance | |
| "PartialSumOfSquares" | changes in model sum of squares as nonconstant basis functions are removed | |
| "SequentialSumOfSquares" | the model sum of squares partitioned componentwise |
| "CorrelationMatrix" | parameter correlation matrix | |
| "CovarianceMatrix" | parameter covariance matrix | |
| "EigenstructureTable" | eigenstructure of the parameter correlation matrix | |
| "EigenstructureTableEigenvalues" | eigenvalues from the table | |
| "EigenstructureTableEntries" | unformatted array of values from the table | |
| "EigenstructureTableIndexes" | index values from the table | |
| "EigenstructureTablePartitions" | partitioning from the table | |
| "ParamaterTable" | table of fitted parameter information | |
| "ParameterConfidenceIntervals" | parameter confidence intervals | |
| "ParameterConfidenceIntervalTable" | table of confidence interval information for the fitted parameters | |
| "ParameterConfidenceIntervalTableEntries" | unformatted array of values from the table | |
| "ParameterConfidenceRegion" | ellipsoidal parameter confidence region | |
| "ParameterErrors" | standard errors for parameter estimates | |
| "ParameterPValues" | p-values for parameter t statistics | |
| "ParameterTableEntries" | unformatted array of values from the table | |
| "ParameterTStatistics" | t statistics for parameter estimates | |
| "VarianceInflationFactors" | list of inflation factors for the estimated parameters |
| "BetaDifferences" | DFBETAS measures of influence on parameter values | |
| "CatcherMatrix" | catcher matrix | |
| "CookDistances" | list of Cook distances | |
| "CovarianceRatios" | COVRATIO measures of observation influence | |
| "DurbinWatsonD" | Durbin-Watson d statistic for autocorrelation | |
| "FitDifferences" | DFFITS measures of influence on predicted values | |
| "FVarianceRatios" | FVARATIO measures of observation influence | |
| "HatDiagonal" | diagonal elements of the hat matrix | |
| "SingleDeletionVariances" | list of variance estimates with the |
| "MeanPredictionBands" | confidence bands for mean predictions | |
| "MeanPredictionConfidenceIntervals" | confidence intervals for the mean predictions | |
| "MeanPredictionConfidenceIntervalTable" | table of confidence intervals for the mean predictions | |
| "MeanPredictionConfidenceIntervalTableEntries" | unformatted array of values from the table | |
| "MeanPredictionErrors" | standard errors for mean predictions | |
| "PredictedResponse" | fitted values for the data | |
| "SinglePredictionBands" | confidence bands based on single observations | |
| "SinglePredictionConfidenceIntervals" | confidence intervals for the predicted response of single observations | |
| "SinglePredictionConfidenceIntervalTable" | table of confidence intervals for the predicted response of single observations | |
| "SinglePredictionConfidenceIntervalTableEntries" | unformatted array of values from the table | |
| "SinglePredictionErrors" | standard errors for the predicted response of single observations |
| "AdjustedRSquared" | ||
| "AIC" | Akaike Information Criterion | |
| "BIC" | Bayesian Information Criterion | |
| "RSquared" | coefficient of determination |