Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YujiSODE authored Mar 10, 2018
1 parent faeb55e commit 1d5fa77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ it outputs tcl script file that defines additional math functions (`lines(x)`, `
generated filename has a form of `"${name}_regL.tcl"`
### Input data ranges for linear regressions
Two expressions are available for linear regressions.
1. `dx`
2. `x0 x1 ... xn`
1. `dx`
data ranges are defined as `v0 v1 ... vn` where `v0` and `vn` are the maximum and minimum values.
`vi=v(i-1)+dx` and `0<i<n`.

2. `x0 x1 ... xn`
data ranges are defined as `x0 x1 ... xn`.

## 2. Script
It requires Tcl/Tk 8.6+.
Expand Down

0 comments on commit 1d5fa77

Please sign in to comment.