CSc 430 - Software Engineering/Advanced GUI Programming
Lab #4 - Prof. Domanski

Download Sample Data for this lab

click on the image below to try it out
Click HERE to execute ... be sure to download a data file first!

Objective To create a generic line graph  with the following required properties:

The BASIC file structure

date

mm/dd/yy X

#transactions

int X

cpu % busy

int Y

response time

int Y

disk % busy

int Y

net % busy

int Y

Regression Basics Straight Line formula ® Y = M*X + B

Regression: given a set of (x,y)’s, compute approximate values of M and B, so that if given a new value of X, we could estimate what the corresponding Y value would be.

Formulas: where x' and y' are the average values for x and y respectively, and n is the number of points you have --

Important Stuff:   


Last edited by DrB on Wednesday, February 18, 2009