Commit Graph

8 Commits

Author SHA1 Message Date
leo
531b2f50c3
p2: correct impulse func data 2023-02-27 02:28:20 +01:00
leo
8c99960c35
p2: make autocorrelation always positive 2023-02-27 01:36:36 +01:00
leo
c3f9185077
p2: calculate impulse func estimate
* add visualisation code
* add pic
2023-02-26 21:20:40 +01:00
leo
129f33c9a6
p2: calculate/save covariance 2023-02-26 17:39:39 +01:00
leo
06aedf6cef
p2: add computed data 2023-02-25 21:59:16 +01:00
leo
049d6879d1
add ir, ircra data/plots 2023-02-25 15:34:15 +01:00
leo
60272cd58b
add data/m.csv 2023-02-25 15:30:25 +01:00
leo
01cdd03dac
p2: implement file reading+basic data operations
also, update .pre-commit-config.yaml to:
* first change to ./p2, then run the tests (pre-commit deliberately does
  not allow this by design [1])
* for the above, the https://github.com/dnephin/pre-commit-golang repo
  had to be dropped as it does not allow any customisation either.

also, add some flake updates (would be better split into another commit,
I know):
* use baseurl var
* add statix to shell packages
* fix building p1

refs:
[1]: https://github.com/pre-commit/pre-commit/issues/1110
2023-02-24 23:50:13 +01:00