close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Feb 23, 2009, 3:33:15 PM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
15 | 15 | 1. New function OSFilCat that concats a set of files in a new one |
16 | 16 | 1. New built-in function FileCat |
17 | | 1. Adding NameBlock Tpa (Tol Parallel Api) to handle with tolsh servers |
| 17 | 1. Adding !NameBlock Tpa (Tol Parallel Api) to handle with tolsh servers |
18 | 18 | 1. New functions RecDir.Count.Line and RecDir.Count.Char to count recursively number of lines and characters of specified files under a directory |
19 | 19 | 1. Fixed bug in ReportAllBatteries that avoids uptol to work fine with some paths |
… |
… |
|
36 | 36 | 1. Fixed bug in IsStationary that failed when the polynomial has zero coefficients |
37 | 37 | |
38 | | == NameBlock == |
39 | | 1. Adding Text _.autodoc.member.<member_name> to a NameBlock force that this member has this text as description |
40 | | 1. NameBlock members must treated as global or system variables when are used as the dating of a time serie |
41 | | 1. Global functions must set NameBlock::current_ to NULL to avoid invalid access to members |
| 38 | == !NameBlock == |
| 39 | 1. Adding Text _.autodoc.member.<member_name> to a !NameBlock force that this member has this text as description |
| 40 | 1. !NameBlock members must treated as global or system variables when are used as the dating of a time serie |
| 41 | 1. Global functions must set !NameBlock::current_ to NULL to avoid invalid access to members |
42 | 42 | |
43 | 43 | == Set == |
… |
… |
|
138 | 138 | 1. Adding optional time info assigned to each segment of noise |
139 | 139 | 1. Adding and grouping documental information |
140 | | 1. New AlgLib Hypothesis testing: |
141 | | 1. AlgLib.JarqueBeraTest |
142 | | 1. AlgLib.StudentTtest1 |
143 | | 1. AlgLib.StudentTtest2 |
144 | | 1. AlgLib.UnequalVarianceTTest |
145 | | 1. AlgLib.OneSampleSignTest |
146 | | 1. AlgLib.WilcoxonSignedRankTest |
147 | | 1. AlgLib.MannWhitneyUtest |
148 | | 1. AlgLib.VarianceChiSquareTest |
149 | | 1. AlgLib.VarianceFTest |
150 | | 1. AlgLib.PearsonCorrelationSignificance |
151 | | 1. AlgLib.SpearmanRankCorrelationSignificance |
152 | | 1. AlgLib.Mann.Whitney.U.test |
| 140 | 1. New !AlgLib Hypothesis testing: |
| 141 | 1. !AlgLib.JarqueBeraTest |
| 142 | 1. !AlgLib.StudentTtest1 |
| 143 | 1. !AlgLib.StudentTtest2 |
| 144 | 1. !AlgLib.UnequalVarianceTTest |
| 145 | 1. !AlgLib.OneSampleSignTest |
| 146 | 1. !AlgLib.WilcoxonSignedRankTest |
| 147 | 1. !AlgLib.MannWhitneyUtest |
| 148 | 1. !AlgLib.VarianceChiSquareTest |
| 149 | 1. !AlgLib.VarianceFTest |
| 150 | 1. !AlgLib.PearsonCorrelationSignificance |
| 151 | 1. !AlgLib.SpearmanRankCorrelationSignificance |
| 152 | 1. !AlgLib.Mann.Whitney.U.test |
153 | 153 | stdlib/math/stat/models/bayesian/linear/_blrc_kernel.tol] |
154 | 154 | |
155 | 155 | == TCL == |
156 | | Tcl_EvalEx, accept a Set as a Tcl command |
| 156 | 1. Tcl_EvalEx, accept a Set as a Tcl command |
| 157 | 1. Supporting !NameBlock's |
157 | 158 | |