[root]/src/dr/inferencexml/trace
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 896 (100.0%) | 38.9 |
tbcbedford@gmail.com | 9 (39.1%) | 402 (44.9%) | 44.6 |
dong.w.xie | 12 (52.2%) | 343 (38.3%) | 28.5 |
baele.guy@gmail.com | 1 (4.3%) | 133 (14.8%) | 133.0 |
msuchard | 1 (4.3%) | 18 (2.0%) | 18.0 |
Parser for the arithmetic mean estimator (AME).
133 lines of code changed in 1 file:
IntelliJ somehow missed the delete of aicmAnalysisParser.
0 lines of code changed in 1 file:
I've reverted MarginalLikelihoodAnalysisParser to previous functionality. It is now deprecated. It's been replaced by harmonicMeanAnalysis and aicmAnalysis.
263 lines of code changed in 4 files:
I added a new parser for AICM that calls a version of MarginalLikelihoodAnalysis behind the scenes. I thought this made more sense than specifying AICM with marginalLikelihoodAnalysis and analysisType. marginalLikelihoodAnalysis defaults to smoothed harmonic mean.
125 lines of code changed in 2 files:
Ensuring backwards compatability of MarginalLikelihoodAnalysis with harmonicOnly setting.
9 lines of code changed in 1 file:
Implementing AICM in Tracer. The Bayes factor dialog now has a drop-down menu with AICM as the default option.
5 lines of code changed in 1 file:
Trunk new Trace: finally get rid of array copying functions getValues(?, [], ?) from Trace, which is memory consuming. Please use List<T> for your futher programming in Tracer.
2 lines of code changed in 1 file:
Trunk: starts using List instead array in Trace, and return List for getValues.
6 lines of code changed in 2 files:
Trunk: big change of new Tracer, and this check-in starts using List instead array in Variate.
9 lines of code changed in 2 files:
Trunk: new Tracer dev: solve some generic type casting problems.
2 lines of code changed in 1 file:
Trunk: new Tracer dev: make it complied, but there is still casting problem.
4 lines of code changed in 2 files:
TRUNK: new tracer dev merged from branch TRACER_NEW_DEV.
3 lines of code changed in 1 file:
Added mean square error estimator to traceAnalysis; could build this feature into Tracer for users doing simulations
18 lines of code changed in 1 file:
Trunk refactoring: finish trace (split parsers).
317 lines of code changed in 3 files: