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 16, 2012, 5:20:51 PM (13 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
20 | 20 | * New function to add members to an existant NameBlock {{{Real AddMember(NameBlock nb, Anything member)}}} |
21 | 21 | * TextMatch calls to TextMatch_Tcl to solve old known problems. |
| 22 | * Avoiding copy of objects by means of new referential operator {{{$}}} to be used with new structures {{{@Real, @Text, ...}}} |
22 | 23 | |
23 | 24 | == TolConfigManager == |
… |
… |
|
38 | 39 | * Enhancement of storement of {{{TimeSet}}} objects in OIS |
39 | 40 | * Solved some problems with SerDat |
| 41 | * Enhancement of efficiency in {{{Polyn:Serie}}} and other operations |
40 | 42 | |
41 | 43 | == Math == |
… |
… |
|
51 | 53 | * Faster AIA algorithm using VMatrix. |
52 | 54 | * {{{TolIpopt}}}: Fast and robust algorithms to solve constrained bi-linear optimization problems. |
53 | | * Solving problems with border points in {{{BysMcmc}}} |
54 | 55 | * Enhanced behaviour of TruncStdGaussian in extreme cases |
55 | 56 | * Solved problems of IsStationary and StationaryValue over non full polynomials, that caused false non stationarity messages on some ARIMA estimations, both {{{Estimate}}} and {{{BSR}}} |
56 | 57 | * Solved some problems with ARMA initial values in {{{Estimate}}} |
57 | | * {{{BysMcmc}}} can be used to generate multiple chains from over-dispersed initial points |
58 | | * Prior information over unknown output in Probit models with {{{BysMcmc}}} |
59 | | * Adding information over linear restrictions in {{{BysMcmc}}} |
| 58 | * Package {{{BysMcmc}}} (BSR) |
| 59 | * Solving problems with border points in {{{BysMcmc}}} |
| 60 | * {{{BysMcmc}}} can be used to generate multiple chains from over-dispersed initial points |
| 61 | * Prior information over unknown output in Probit models with {{{BysMcmc}}} |
| 62 | * Adding information over linear restrictions in {{{BysMcmc}}} |
| 63 | * More efficient import and parser methods of regression matrices in package {{{BysMcmc}}} |
| 64 | * Including ROC related methods to package {{{QltvRespModel}}} |
60 | 65 | |
61 | 66 | == First releases of uncomplete packages == |
… |
… |
|
64 | 69 | * {{{MWG}}}: Metropolis Within Gibbs generic models |
65 | 70 | * {{{MatAlg}}}: Matrix algebra related methods |
66 | | |
67 | 71 | |
68 | 72 | == TolExcel == |
… |
… |
|
79 | 83 | |
80 | 84 | * '''(josp?)''' |
| 85 | |
| 86 | == TolBase == |
| 87 | |
| 88 | * New visual tool for scape strings in ''editor'' and ''eval'' window |
| 89 | * Allowing syntax check with {{{#Embed}}} |
| 90 | * '''(josp?)''' |
| 91 | |
| 92 | |