Next: Summary Statistics and
Up: Elementary Statistical Operations
Previous: First Steps
For each of the following expressions try to predict what the
evaluator will return. Then type them in, see what happens and try to
explain any differences.
- (mean (list 1 2 3))
- (+ (list 1 2 3) 4)
- (* (list 1 2 3) (list 4 5 6))
- (+ (list 1 2 3) (list 4 5))
Luke Tierney
Tue Jan 21 15:04:48 CST 1997