User Manual - Page 102

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
98 Alphabetical Listing
Output
variable
Description
stat.Resid Residuals from the regression
stat.sResid Standardized residuals; obtainedby dividing a residual by its standard deviation
stat.CookDist Cook’s distance; measure of the influence of an observation basedon the residual
and leverage
stat.Leverage Measure of how far the values of the independent variable are from their mean
values
N
nand
/= keys
BooleanExpr1 nand BooleanExpr2 returns
Boolean expression
BooleanList1 nand BooleanList2 returns
Boolean list
BooleanMatrix1 nand BooleanMatrix2
returns Boolean matrix
Returns the negation of a logical and
operation on the two arguments. Returns
true, false, or a simplified form of the
equation.
For lists and matrices, returns comparisons
element by element.
Integer1 nand Integer2 integer
Compares two real integers bit-by-bit using
a nand operation. Internally, both integers
are converted to signed, 64-bit binary
numbers. When corresponding bits are
compared, the result is 1 if both bits are 1;
otherwise, the result is 0. The returned
value represents the bit results, and is
displayed according to the Base mode.
You can enter the integers in any number
base. For a binary or hexadecimal entry, you
must use the 0b or 0h prefix, respectively.
Without a prefix, integers are treated as
decimal (base10).
Loading ...
Loading ...
Loading ...