-
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 #6 from YujiSODE/Y20180408
Y20180408
- Loading branch information
Showing
3 changed files
with
32 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Change Log | ||
|
||
## [1.1] - 2018-04-04 | ||
## Added | ||
- [README.md] lines 37-38: `### Simplified implementation in JavaScript` | ||
`- [linesvar_toJavaScript.tcl](https://gist.github.com/YujiSODE/b4bdf10ab7f6700a55baf7acfb351977) (Yuji SODE, 2018): the MIT License` | ||
- [README.md] lines 35-36: `### Simplified implementation in Tcl` | ||
`- [linesvar_toTcl.tcl](https://gist.github.com/YujiSODE/a65ccf09027f53eeac0ab5e6455a0e25) (Yuji SODE, 2018): the MIT License` | ||
- [README.md] line 34: `## 4. Simplified implementation of `linesVar()` function` | ||
- [README.md] lines 28-32: `## 3. Functions defined by output tcl script file` | ||
`- `lines(x)`: function that returns estimated sample distribution` | ||
`- `linesPDF(x)`: function that returns a value of probability density function estimated from the sample distribution` | ||
`- `linesVar()`: function that returns a random variable following PDF` | ||
` - `$x`: a numerical value` | ||
|
||
## Changed | ||
- [regLines.tcl] line 44: `#+++ functions defined by output tcl script file +++` | ||
- [README.md] line 28: `## 5. Library list` |
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
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