DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦b0b3922e2⟧ TextFile

    Length: 272 (0x110)
    Types: TextFile
    Names: »cor.3«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/stat/doc/man/cor.3« 

TextFile

.TH COR 3 "March 5, 1985" "UNIX|STAT 5.0" "UNIX Programmer's Manual"
.SH NAME
cor \- correlation calculation
.SH SYNOPSIS
.nf
double
cor (x,y,n)
float *x, *y;
.fi
.SH DESCRIPTION
.PP
Cor returns the correlation of x and y,
two vectors of length n.
.SH AUTHOR
Gary Perlman