- correlation-coefficient line-defnprocedure
As above, but only returns the value of r:
> (correlation-coefficient '((1.0 0.1) (2.0 0.3) (3.0 0.8))) 0.970725343394151
As above, but only returns the value of r:
> (correlation-coefficient '((1.0 0.1) (2.0 0.3) (3.0 0.8))) 0.970725343394151