100 Alphabetical Listing
LinRegtTest
Catalog >
For H
a
: β≠0 and ρ≠0 (default), set Hypoth=0
For H
a
: β<0 and ρ<0, set Hypoth<0
For H
a
: β>0 and ρ>0, set Hypoth>0
A summary of results is stored in the
stat.results variable. (See page 172.)
For information on the effect of empty
elements in a list, see “Empty (Void)
Elements,” page 232.
Output variable Description
stat.RegEqn
Regression equation: a + b•x
stat.t
t-Statistic for significance test
stat.PVal Smallest level of significance at whichthe null hypothesis can be rejected
stat.df Degrees of freedom
stat.a, stat.b Regression coefficients
stat.s Standard error about the line
stat.SESlope Standard error of slope
stat.r
2
Coefficientof determination
stat.r Correlation coefficient
stat.Resid Residuals from the regression
linSolve()
Catalog >
linSolve(SystemOfLinearEqns, Var1,
Var2, ...) ⇒ list
linSolve(LinearEqn1 and LinearEqn2 and
..., Var1, Var2, ...) ⇒ list
linSolve({LinearEqn1, LinearEqn2, ...},
Var1, Var2, ...)⇒ list
linSolve(SystemOfLinearEqns, {Var1,
Var2, ...})⇒ list
linSolve(LinearEqn1 and LinearEqn2 and
..., {Var1, Var2, ...}) ⇒ list
linSolve({LinearEqn1, LinearEgn2, ...},
{Var1, Var2, ...}) ⇒ list