By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 2.00; (* of linreg.p 1998 feb 7}
(* begin module describe.linreg *)
(*
name
linreg: linear regression
synopsis
linreg(input: in, output: out)
files
input:
first line is which pair of columns to correlate as x then y
remaining lines are the data in columns, ending with end of file.
output: regression results
description
linear regression is performed between the indicated data columns.
author
thomas schneider
bugs
none known
*)
(* end module describe.linreg *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}