Linear_correlation

A small utility to compute and plot a linear regression The prototype is:

typedef struct point {double x, y ;} Point ;
void plotCorrel(char *title, Array a)

Menu items:

to Table of Contents