Handbook
Glossary
running-regress? ( object -- ? )
Vocabulary
math
.
statistics
.
running
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
running-regress
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
math.statistics.running
:
running-regress?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
running-regress
eq?
]
[
drop
f
]
if
;