Programming Assignment 3
CSC 323 - Data Analysis and Statistical Software
Due: 3/22/2001
Your colleague is interested in developing a model to predict the performance of workstations and believes that the Tower of Hanoi (TOH) benchmark is appropriate as a measure of performance. She decides to conduct an experiment to develop this model and selects a sample of workstations, based on different CPU's, from different manufacturers. She executes the TOH benchmark for each workstation and also records Clock Rating and the Matrix Inversion (MI) score reported by the manufacturer.
Note: The TOH benchmark is the time in microseconds
(ms)
to make 25 TOH moves. The MI score is the time in microseconds
(ms)
to complete a standard matrix inversion.
Use simple linear regression methods to conduct a thorough
analysis of the
data collected for this experiment.
Each observation in the file consists of the following values:
Consider
TOH Benchmark
to be the response variable.
Clock Rating and MI Score
are candidate explanatory
variables.
Note: For PROC PRINT, be sure to use labels for
column headings rather than variable names. Use names for
data sets and variables that are meaningful. You should
generate an appropriate title for the output of these
procedures.
ms); 13-15
Note: Code and output for the
income/gpa
problem discussed in class is
available.