ak9im/p2
leo 37f15b9fa6
fix autocorrelation: convert divisor to float64
both for Autocorrelate and AutocorrelateMP, even though for the latter
the change only covers converting the divisor expression as a whole,
instead of individual elements separately.
2023-02-25 13:40:16 +01:00
..
data p2: implement file reading+basic data operations 2023-02-24 23:50:13 +01:00
stats fix autocorrelation: convert divisor to float64 2023-02-25 13:40:16 +01:00
.golangci.yml add .golangci-lint 2023-01-28 19:30:33 +01:00
data.go p2: implement file reading+basic data operations 2023-02-24 23:50:13 +01:00
go.mod p2: implement file reading+basic data operations 2023-02-24 23:50:13 +01:00
go.sum p2: implement file reading+basic data operations 2023-02-24 23:50:13 +01:00
main.go p2: implement file reading+basic data operations 2023-02-24 23:50:13 +01:00
README.md p2: implement file reading+basic data operations 2023-02-24 23:50:13 +01:00
run.go calculate autocorrelation for u,y 2023-02-25 13:23:47 +01:00

p2

this is a Go subproject containing code for task no. 2.

compile

go build -v .

run

# pass a csv data file.
./p2 -datafile=./data/m.csv