Multregintervals; Multregtests - Texas Instruments TI-Nspire Reference Manual

Reference guide
Hide thumbs Also See for TI-Nspire:
Table of Contents

Advertisement

MultRegIntervals

Y
X1
MultRegIntervals
,
Computes a predicted y-value, a level C prediction interval for a single
observation, and a level C confidence interval for the mean response.
A summary of results is stored in the stat.results variable. (See page
97.)
All the lists must have equal dimension.
For information on the effect of empty elements in a list, see "Empty
(void) elements" on page 131.
Output variable
stat.RegEqn
y
stat.
stat.dfError
stat.CLower, stat.CUpper
stat.ME
stat.SE
stat.LowerPred,
stat.UpperrPred
stat.MEPred
stat.SEPred
stat.bList
stat.Resid

MultRegTests

Y
X1
X2
MultRegTests
,
[,
Multiple linear regression test computes a multiple linear regression
on the given data and provides the global F test statistic and t test
statistics for the coefficients.
A summary of results is stored in the stat.results variable. (See page
97.)
For information on the effect of empty elements in a list, see "Empty
(void) elements" on page 131.
Outputs
Output variable
stat.RegEqn
stat.F
stat.PVal
2
stat.R
X2
X3
X10
XValList
[,
[,
,...[,
]]],
Description
Regression Equation: b0+b1·x1+b2·x2+ ...
y
= b0 + b1 · xl + ... for XValList
A point estimate:
Error degrees of freedom
Confidence interval for a mean response
Confidence interval margin of error
Standard error of mean response
Prediction interval for a single observation
Prediction interval margin of error
Standard error for prediction
List of regression coefficients, {b0,b1,b2,...}
Residuals from the regression
X3
X10
[,
,...[,
]]]
Description
Regression Equation: b0+b1·x1+b2·x2+ ...
Global F test statistic
P-value associated with global F statistic
Coefficient of multiple determination
CLevel
[,
]
TI-Nspire™ Reference Guide
Catalog >
Catalog >
65

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents