Directory src/dr/app/tracer/traces/

Total Files:
18
Deleted Files:
9
Lines of Code:
192

[root]/src/dr/app/tracer/traces
                        directory in repo images (5 files, 0 lines)

Lines of Code

src/dr/app/tracer/traces/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 249 (100.0%) 8625 (100.0%) 34.6
rambaut 91 (36.5%) 4140 (48.0%) 45.4
dong.w.xie 109 (43.8%) 2933 (34.0%) 26.9
alexei.drummond 23 (9.2%) 1166 (13.5%) 50.6
dong.w.xie@gmail.com 8 (3.2%) 156 (1.8%) 19.5
msuchard 4 (1.6%) 128 (1.5%) 32.0
jheled 12 (4.8%) 85 (1.0%) 7.0
benjamin.redelings 1 (0.4%) 15 (0.2%) 15.0
Michael.DefoinPLatel 1 (0.4%) 2 (0.0%) 2.0

Most Recent Commits

dong.w.xie@gmail.com 2013-03-01 15:19 Rev.: 5460

tracer: big correction of tracer code for my previous development on "Conditional Posterior Distributions", which fixed bugs in GUI especially in Filter, and use EDT thread.

156 lines of code changed in 8 files:

  • src/dr/app/tracer/traces: FilterAbstractPanel.java (new), FilterContinuousPanel.java (+5 -4), FilterDiscretePanel.java (new), FilterListPanel.java (+109 -51)
dong.w.xie 2011-06-07 11:55 Rev.: 4015

Trunk: update TraceAnalysis

5 lines of code changed in 4 files:

  • src/dr/app/tracer/traces: SummaryStatisticsPanel.java (+3 -12), TableScrollPane.java (new)
rambaut 2011-06-06 11:32 Rev.: 4010

Visual tweaks.

7 lines of code changed in 2 files:

  • src/dr/app/tracer/traces: DensityPanel.java (new)
rambaut 2011-06-06 05:48 Rev.: 4008

Didn't mean to remove the category labels

2 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: DensityPanel.java (+2 -2)
rambaut 2011-06-06 05:44 Rev.: 4007

Working towards Tracer 1.6. Switched trace 'types' (in the GUI) to 'real', 'integer' and 'categorical' as the previous ones were in programmers' jargon. These buttons also are now disabled when no trace is selected. Also disabled the confirmation box for setting types - if you press the button, then you probably intended to do it (this is a static switch at the top of the TracerFrame.java).

Cleaned up some issues with the generification of 'Variate' - in particular some methods in the plotting were not being overridden.

In 'distribution' tab, for real traces, KDEs are now the default. Histogram estimates can also be shown.

Options for plotting are now stored for specific traces (for example, if you set a manual range for a trace it is now remembered and used for this trace only).

Cleaned up some odd code in Skyline plotting (causing an erroneous warning box to appear).

Removed a few exclamation marks from dialog box messages and cleaned up the text.

223 lines of code changed in 8 files:

  • src/dr/app/tracer/traces: BetterDensityPanel.java (del), DensityPanel.java (+193 -122), FrequencyPanel.java (new), JTraceChart.java (new), TracePanel.java (-12)
dong.w.xie 2011-05-10 14:27 Rev.: 3974

Trunk: fix a critical bug for new Tracer, Issue 459: new Tracer gives different statistics to previous version

16 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: SummaryStatisticsPanel.java (+16 -8)
dong.w.xie 2011-02-25 15:20 Rev.: 3831

Trunk new Trace: fix some bugs.

7 lines of code changed in 3 files:

  • src/dr/app/tracer/traces: FrequencyPanel.java (+6), JointDensityPanel.java (+1 -1)
dong.w.xie 2011-02-25 11:56 Rev.: 3830

Trunk new Trace: more corrections to use 2d ArrayList ArrayList<ArrayList> not List[].

13 lines of code changed in 2 files:

  • src/dr/app/tracer/traces: RawTracePanel.java (new)
dong.w.xie 2011-02-25 10:44 Rev.: 3829

Trunk new Trace: fix BSP plot in analysis, which should use 2d ArrayList ArrayList<ArrayList> not List[].

2 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: FilterDiscretePanel.java (+2)
dong.w.xie 2011-02-24 16:56 Rev.: 3827

Trunk new Trace: fix bug of returning double format for integer value, because Integer is stored as Double in Trace.

26 lines of code changed in 2 files:

  • src/dr/app/tracer/traces: FilterListPanel.java (+14 -3), JointDensityPanel.java (+12 -4)
dong.w.xie 2011-02-24 11:07 Rev.: 3824

Trunk new Trace: if combined traces exists, the filter has to be applied to all log files including combined traces, as Alexei advised.

51 lines of code changed in 4 files:

  • src/dr/app/tracer/traces: CombinedTraces.java (+50 -11), FilterDialog.java (new)
dong.w.xie 2011-02-23 16:30 Rev.: 3821

Trunk new Trace: finally fix the bug of FilterPanels not showing in FilterJDialog.

67 lines of code changed in 4 files:

  • src/dr/app/tracer/traces: FilterContinuousPanel.java (+26 -9), FilterDialog.java (+19 -2), FilterDiscretePanel.java (+1 -2), FilterListPanel.java (+21 -33)
dong.w.xie 2011-02-23 11:49 Rev.: 3818

Trunk new Trace: fix filter not working bug.

45 lines of code changed in 4 files:

  • src/dr/app/tracer/traces: FilterAbstractPanel.java (+1 -1), FilterDialog.java (+9 -7), FilterDiscretePanel.java (+7 -1), FilterListPanel.java (+28 -20)
dong.w.xie 2011-02-22 20:54 Rev.: 3816

Trunk new Tracer: fix the bug of missing possible values displayed in FilterDiscretePanel after filter applied.

6 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: FilterListPanel.java (+6 -12)
dong.w.xie 2011-02-22 13:52 Rev.: 3815

Trunk new Trace: make trace type change function working.

3 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: CombinedTraces.java (+3 -1)
dong.w.xie 2011-02-21 15:14 Rev.: 3814

Trunk new Trace: struggling with filter applied situation.

75 lines of code changed in 2 files:

  • src/dr/app/tracer/traces: FilterDialog.java (+8 -74), FilterListPanel.java (+67 -30)
dong.w.xie 2011-02-21 12:20 Rev.: 3813

Trunk new Trace: update Find Conditional Posterior Distributions... jdialog and jpanel and jtable, but panelParent cannot be repainted.

255 lines of code changed in 6 files:

  • src/dr/app/tracer/traces: FilterAbstractPanel.java (+27), FilterContinuousPanel.java (+7 -4), FilterDialog.java (+10 -187), FilterDiscretePanel.java (+2 -1), FilterListPanel.java (+209), FilterPanel.java (del)
dong.w.xie 2011-02-18 16:08 Rev.: 3810

Trunk new Trace: remove filter comb, add Find Conditional Posterior Distributions... in Analysis menu, create regarding jdialog and jpanel and jtable.

350 lines of code changed in 4 files:

  • src/dr/app/tracer/traces: FilterContinuousPanel.java (+37), FilterDialog.java (+221 -184), FilterDiscretePanel.java (+65), FilterPanel.java (new 27)
dong.w.xie 2011-02-18 10:34 Rev.: 3808

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.

0 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: CombinedTraces.java (-20)
dong.w.xie 2011-02-17 15:31 Rev.: 3805

Trunk new Trace: 1) Try to replace Double[] as List<Double>, which save some memory, but it still crashes after loading a big log; 2) use traceType to detemine type, instead of prime type (T) of List<T> in Trace, and integer is stored as List<Double> currently for simlple solution of plotting.

119 lines of code changed in 9 files:

  • src/dr/app/tracer/traces: BetterDensityPanel.java (new 8), CombinedTraces.java (+1 -1), DensityPanel.java (+19 -28), FilterDialog.java (+3 -3), FrequencyPanel.java (+13 -15), JTraceChart.java (+19 -21), JointDensityPanel.java (+17 -15), RawTracePanel.java (+27 -27), SummaryStatisticsPanel.java (+12 -12)
dong.w.xie 2011-02-16 16:32 Rev.: 3804

Trunk: starts using List instead array in Trace, and return List for getValues.

103 lines of code changed in 6 files:

  • src/dr/app/tracer/traces: BetterDensityPanel.java (+5 -2), CombinedTraces.java (+14 -28), DensityPanel.java (+18 -11), FrequencyPanel.java (+12 -9), JointDensityPanel.java (+23 -23), RawTracePanel.java (+31 -39)
dong.w.xie 2011-02-15 09:08 Rev.: 3796

Trunk: big change of new Tracer, and this check-in starts using List instead array in Variate.

38 lines of code changed in 6 files:

  • src/dr/app/tracer/traces: BetterDensityPanel.java (+1 -2), DensityPanel.java (+4 -4), FrequencyPanel.java (+3 -3), JTraceChart.java (+8 -8), JointDensityPanel.java (+2 -2), RawTracePanel.java (+20 -20)
dong.w.xie 2011-02-04 10:09 Rev.: 3787

Trunk: new Tracer dev: solve some generic type casting problems.

30 lines of code changed in 5 files:

  • src/dr/app/tracer/traces: BetterDensityPanel.java (+1 -1), DensityPanel.java (+6 -6), FrequencyPanel.java (+5 -5), JointDensityPanel.java (+7 -25), RawTracePanel.java (+11 -11)
dong.w.xie 2011-02-03 16:30 Rev.: 3785

Trunk: new Tracer dev: make it complied, but there is still casting problem.

135 lines of code changed in 8 files:

  • src/dr/app/tracer/traces: BetterDensityPanel.java (+6 -6), CombinedTraces.java (+13 -27), DensityPanel.java (+10 -22), FilterDialog.java (+16 -18), FrequencyPanel.java (+8 -18), JointDensityPanel.java (+57 -172), RawTracePanel.java (+17 -41), SummaryStatisticsPanel.java (+8 -8)
dong.w.xie 2011-01-27 14:02 Rev.: 3780

Trunk: start a big operation on new Tracer

2 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: FilterDialog.java (+2 -1)
rambaut 2010-09-07 10:37 Rev.: 3497

Switched all uses of org.virion.jam.* to jam.* (org.virion.jam.* is not being updated or fixed). This has touched alot of files but mainly just in the import statements.

148 lines of code changed in 14 files:

  • src/dr/app/tracer/traces: BetterDensityPanel.java (+2 -2), DensityPanel.java (+2 -2), FilterDialog.java (+1 -1), FrequencyPanel.java (+2 -2), IntervalsPanel.java (new), JIntervalsChart.java (new), JTraceChart.java (+3 -3), JointDensityPanel.java (+2 -2), RawTracePanel.java (+124 -12), SummaryStatisticsPanel.java (+3 -3), TableScrollPane.java (+1 -1), TracePanel.java (+2 -2)
rambaut 2010-07-30 19:04 Rev.: 3354

A _very_ situation specific simulator for a project.

22 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: TraceOptions.java (new 22)
rambaut 2010-06-25 03:24 Rev.: 3284

Starting to integrate Marc's KDE additions into Tracer. To do this I have allowed DensityPanel to only display statistics of the same type (double, int or String) rather than just not display some statistics. KDE button only appears if continuous densities are being viewed. Next step I think is to cache KDE's to avoid recomputing.

870 lines of code changed in 7 files:

  • src/dr/app/tracer/traces: BetterDensityPanel.java (+6 -10), CorrelationPanel.java (del), DensityPanel.java (+191 -113), FrequencyPanel.java (+3 -3), JointDensityPanel.java (+663), RawTracePanel.java (+1 -1), TracePanel.java (+6 -6)
msuchard 2010-06-23 02:16 Rev.: 3279

Forgot to wrapper one use of the KDE inside a compile-time remove flag.

3 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: TracePanel.java (+3 -1)
msuchard 2010-06-22 16:09 Rev.: 3278

Started work on KDEs in Tracer

125 lines of code changed in 3 files:

  • src/dr/app/tracer/traces: BetterDensityPanel.java (+77), DensityPanel.java (+35 -26), TracePanel.java (+13)
dong.w.xie 2010-06-11 18:47 Rev.: 3251

TRUNK: new tracer dev: user guide.

1 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: FrequencyPanel.java (+1 -1)
dong.w.xie 2010-06-11 16:50 Rev.: 3249

TRUNK: new tracer dev: fix remove all filters bug.

1 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: FilterDialog.java (+1 -1)
dong.w.xie 2010-06-11 00:01 Rev.: 3247

TRUNK: new tracer: fixing status message bug after filter applied.

16 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: FilterDialog.java (+16 -6)
dong.w.xie 2010-06-10 11:43 Rev.: 3246

TRUNK: new tracer dev: finish continuous value filter.

17 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: FilterDialog.java (+17 -1)
dong.w.xie 2010-06-09 15:51 Rev.: 3245

TRUNK: new tracer dev: add continuous value panel in filter dialog.

42 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: FilterDialog.java (+42 -13)
dong.w.xie 2010-06-09 15:12 Rev.: 3244

TRUNK: new tracer dev: fix filter plotting bug in all panels.

152 lines of code changed in 4 files:

  • src/dr/app/tracer/traces: CorrelationPanel.java (new 117), DensityPanel.java (+4 -17), FrequencyPanel.java (+8 -13), RawTracePanel.java (+23 -6)
dong.w.xie 2010-06-09 13:04 Rev.: 3243

TRUNK: new tracer dev: bug fixing again.

51 lines of code changed in 3 files:

  • src/dr/app/tracer/traces: CombinedTraces.java (+30 -8), DensityPanel.java (+10 -7), FrequencyPanel.java (+11 -8)
dong.w.xie 2010-06-08 16:11 Rev.: 3240

TRUNK: new tracer dev: more bug fixing.

12 lines of code changed in 4 files:

  • src/dr/app/tracer/traces: CombinedTraces.java (+5), DensityPanel.java (+3 -3), FilterDialog.java (+1), FrequencyPanel.java (+3 -3)
dong.w.xie 2010-06-08 12:26 Rev.: 3239

TRUNK: new tracer dev: add filter status message.

7 lines of code changed in 1 file:

  • src/dr/app/tracer/traces: FilterDialog.java (+7 -4)
dong.w.xie 2010-06-08 11:36 Rev.: 3238

TRUNK: new tracer dev: fix filter plotting bug for single selected trace only.

38 lines of code changed in 2 files:

  • src/dr/app/tracer/traces: DensityPanel.java (+27 -6), FrequencyPanel.java (+11 -5)

(36 more)

Generated by StatSVN 0.7.0