p3(readme): correct p2 -> p3
This commit is contained in:
parent
033fdd77a9
commit
97cf99e988
@ -12,7 +12,7 @@ go build -v .
|
||||
to compute correlations, impulse function:
|
||||
```sh
|
||||
# pass a csv data file.
|
||||
./p2 -datafile=./data/m.csv
|
||||
./p3 -datafile=./data/m.csv
|
||||
```
|
||||
|
||||
to visualise the computed data:
|
||||
@ -24,6 +24,6 @@ alternatively, from current folder you could do both of the above in a single
|
||||
step:
|
||||
```diff
|
||||
# compute stuff and visualise.
|
||||
-./p2 -datafile=./data/m.csv
|
||||
+./p2 -datafile=./data/m.csv -vis
|
||||
-./p3 -datafile=./data/m.csv
|
||||
+./p3 -datafile=./data/m.csv -vis
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user