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 25, 2009, 10:53:09 AM (17 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v1
|
|
| | 1 | = What was new in Tol-1.1.1 = |
| | 2 | |
| | 3 | * New estimation engine: |
| | 4 | -Maximum likelihood estimation of ARIMA models |
| | 5 | -Non linear least squares method improvement |
| | 6 | |
| | 7 | * New user function QRDecomposition to implement QR decomposition of a |
| | 8 | matrix. |
| | 9 | |
| | 10 | * New random generators from distributions: |
| | 11 | -RandChisq : random variate from a xi-squared distribution with n degree of |
| | 12 | freedom. |
| | 13 | -RandIChisq : random variate from an inverse xi-squared distribution with n |
| | 14 | degree of freedom. |
| | 15 | -RandGamma : random variate from a gamma distribution with parameters a and |
| | 16 | b. |
| | 17 | |
| | 18 | * Changed version numbers to unify all packages: Tol, Toltcl and Tolbase |
| | 19 | |
| | 20 | * Bugs fixed: |
| | 21 | -BMTFile(Set) (http://bugs.tol-project.org/show_bug.cgi?id=2) |
| | 22 | -CholeskiInverse (http://bugs.tol-project.org/show_bug.cgi?id=3) |
| | 23 | -QuantileS (http://bugs.tol-project.org/show_bug.cgi?id=4) |
| | 24 | -configure checks GSL version (http://bugs.tol-project.org/show_bug.cgi?id=5) |
| | 25 | -Timing traces (http://bugs.tol-project.org/show_bug.cgi?id=15) |
| | 26 | -If sentence (http://bugs.tol-project.org/show_bug.cgi?id=18) |
| | 27 | |
| | 28 | * Changed project structure in order to put under gnu autoconf utilities |
| | 29 | Now support autoconf shell script "configure" to build the library |
| | 30 | |
| | 31 | * tol library become a new Open Source project under gnu/GPL license terms. |
| | 32 | TOL was an internal project developed from 1995 at Bayes Decisión, SA |
| | 33 | (Spain, Madrid). Is the base software used with TOLBase, another open source |
| | 34 | project. TOLBase is a user interface written in tcl/tk for programming in tol. |