~dricottone/filters

ref: 1a1eaedc0203a3bb86b1ff5d41a4d8540930a4b0 filters/README.md -rw-r--r-- 491 bytes
1a1eaedc — dricottone Initial commit 5 years ago
                                                                                
1a1eaedc dricottone
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
A filtering script

```sh
$ filter.py -m=ab data/weights -a=.4 -b=0 -i=160 -d=1 -r
Testing on N=12
Using alpha=0.4000, beta=0.0000
Initial estimate of 160.0000, accelerating 1.0000 per time unit
  Actual:   Est.:
  ========  ========
  158.0000  159.8000
  164.2000  162.1600
  160.3000  162.0160
  159.9000  161.7696
  162.1000  162.5018
  164.6000  163.9411
  169.6000  166.8046
  167.4000  167.6428
  166.4000  167.7457
  171.0000  169.6474
  171.2000  170.8684
  172.6000  172.1611
```