-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from YujiSODE/Y20180301
Y20180301
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# regLines | ||
Tool for generating random variables that follows given frequency distibution using linear regressions in given intervals. | ||
Tool for generating random variables that follows given frequency distibution using linear regressions in given intervals. | ||
GitHub: https://github.com/YujiSODE/regLines | ||
>Copyright (c) 2017 Yuji SODE \<[email protected]\> | ||
>This software is released under the MIT License. | ||
>See LICENSE or http://opensource.org/licenses/mit-license.php | ||
______ | ||
## 1. Synopsis | ||
`::regLines::reglines X Y ?name?;` | ||
it outputs tcl script file that defines additional math functions (`lines(x)`, `linesPDF(x)` and `linesVar()`) and returns generated filename | ||
- `$X` and `$Y`: numerical lists for x-axis and y-axis | ||
- `$name`: a text used in order to generate filename of output file, and numbers are default value. | ||
generated filename has a form of `"${name}_regL.tcl"` | ||
|
||
## 2. Script | ||
It requires Tcl/Tk 8.6+. | ||
- `regLines.tcl` | ||
|
||
## 3. Library list | ||
- lSum/lSum.tcl (Yuji SODE, 2018): https://gist.github.com/YujiSODE/1f9a4e2729212691972b196a76ba9bd0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters