Directory trunk/pysal/esda/

Directory Created:
2009-08-14 20:57
Total Files:
7
Deleted Files:
4
Lines of Code:
4269

[root]/trunk/pysal/esda
                directory in repo tests (6 files, 708 lines)

Lines of Code

trunk/pysal/esda/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 142 (100.0%) 6852 (100.0%) 48.2
sjsrey 81 (57.0%) 3678 (53.7%) 45.4
mhwang4 20 (14.1%) 2088 (30.5%) 104.4
nmalizia@gmail.com 6 (4.2%) 662 (9.7%) 110.3
sjsrey@gmail.com 7 (4.9%) 181 (2.6%) 25.8
phil.stphns 10 (7.0%) 108 (1.6%) 10.8
dfolch 8 (5.6%) 107 (1.6%) 13.3
bohumil.svoma@asu.edu 2 (1.4%) 15 (0.2%) 7.5
dreamessence 1 (0.7%) 7 (0.1%) 7.0
schmidtc 7 (4.9%) 6 (0.1%) 0.8

Most Recent Commits

sjsrey@gmail.com 2011-01-27 10:27 Rev.: 772

-typo

1 lines of code changed in 1 file:

  • trunk/pysal/esda: mapclassify.py (+1 -1)
sjsrey@gmail.com 2011-01-27 09:09 Rev.: 768

- more unit tests for mapclassify

10 lines of code changed in 1 file:

  • trunk/pysal/esda: mapclassify.py (+10)
sjsrey@gmail.com 2011-01-26 16:47 Rev.: 765

- fixing logic bug in Box_Plot and more unit tests

11 lines of code changed in 1 file:

  • trunk/pysal/esda: mapclassify.py (+11 -8)
sjsrey@gmail.com 2011-01-26 15:31 Rev.: 764

- partial unit tests for mapclassify

5 lines of code changed in 1 file:

  • trunk/pysal/esda: mapclassify.py (+5)
mhwang4 2011-01-20 21:37 Rev.: 728

docstring supplement

28 lines of code changed in 1 file:

  • trunk/pysal/esda: mixture_smoothing.py (+28)
mhwang4 2011-01-20 21:27 Rev.: 727

docstring supplement

484 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+484 -9)
phil.stphns 2011-01-20 15:21 Rev.: 725

adding Unit tests for wkt. Fixing some namespace issues.

2 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+2 -2)
schmidtc 2011-01-19 17:41 Rev.: 712

more namespace cleanup.
Identified cause of bug in issue #126, new unit test will fail until resolved.

2 lines of code changed in 2 files:

  • trunk/pysal/esda: mapclassify.py (+1 -5), smoothing.py (+1 -6)
sjsrey@gmail.com 2011-01-18 08:27 Rev.: 699

- addressing issue # 132

19 lines of code changed in 1 file:

  • trunk/pysal/esda: moran.py (+19)
sjsrey@gmail.com 2011-01-13 09:41 Rev.: 691

- more verbose comments in doc test example for rose

116 lines of code changed in 1 file:

  • trunk/pysal/esda: moran.py (+116 -116)
phil.stphns 2011-01-10 17:27 Rev.: 678

Fixe straggler module with no _test() method.

4 lines of code changed in 1 file:

  • trunk/pysal/esda: moran.py (+4 -2)
phil.stphns 2011-01-10 15:49 Rev.: 677

Adding unit tests for esda modules, expanded doctest for mixture_smoothing.

10 lines of code changed in 1 file:

  • trunk/pysal/esda: mixture_smoothing.py (+10)
phil.stphns 2011-01-10 13:07 Rev.: 675

Fixed moran_local unittest, modified doctest to call moran explicitly for user
benefit, and added verbose flag to doctests in two modules.

3 lines of code changed in 2 files:

  • trunk/pysal/esda: mapclassify.py (+1 -1), moran.py (+2 -1)
nmalizia@gmail.com 2011-01-07 11:33 Rev.: 668

removed stand alone jacquez file

0 lines of code changed in 1 file:

  • trunk/pysal/esda: jacquez.py (del)
phil.stphns 2011-01-07 11:33 Rev.: 667

Defined __all__ for esda modules.

26 lines of code changed in 4 files:

  • trunk/pysal/esda: geary.py (+5 -5), join_counts.py (+7 -3), mixture_smoothing.py (+2 -1), smoothing.py (+12 -2)
nmalizia@gmail.com 2011-01-06 14:51 Rev.: 649

removed esda.util and moved some helper functions into spatial_dynamics.util

0 lines of code changed in 1 file:

  • trunk/pysal/esda: util.py (del)
schmidtc 2011-01-05 10:48 Rev.: 625

Moving space-time intercation to spatial_dynamics module.

0 lines of code changed in 1 file:

  • trunk/pysal/esda: interaction.py (del)
sjsrey 2011-01-05 10:38 Rev.: 624

- docs

16 lines of code changed in 1 file:

  • trunk/pysal/esda: util.py (+16)
sjsrey 2011-01-05 10:34 Rev.: 623

permutation of rows/cols of a matrix

24 lines of code changed in 1 file:

  • trunk/pysal/esda: util.py (new 24)
nmalizia@gmail.com 2011-01-05 09:55 Rev.: 622

old jacquez code using pysal knn, to be deleted after import into interaction

0 lines of code changed in 1 file:

  • trunk/pysal/esda: jacquez.py (new)
sjsrey@gmail.com 2011-01-03 17:51 Rev.: 612

- started unittests for esda in new integration testing framework

19 lines of code changed in 1 file:

  • trunk/pysal/esda: moran.py (+19 -21)
nmalizia@gmail.com 2010-12-29 15:17 Rev.: 602

added doctests to esda/interaction

71 lines of code changed in 1 file:

  • trunk/pysal/esda: interaction.py (+71 -5)
nmalizia@gmail.com 2010-12-29 12:03 Rev.: 601

added standardized Mantel test and improved readability, examples on the way...

201 lines of code changed in 1 file:

  • trunk/pysal/esda: interaction.py (+201 -69)
sjsrey 2010-12-02 14:21 Rev.: 592

Natural_Breaks will lower k for data with fewer than k unique values

16 lines of code changed in 1 file:

  • trunk/pysal/esda: mapclassify.py (+16 -2)
nmalizia@gmail.com 2010-11-21 18:25 Rev.: 590

creating module for spatio-temporal interaction tests. no examples or testing yet.

390 lines of code changed in 1 file:

  • trunk/pysal/esda: interaction.py (new 390)
dfolch 2010-11-01 18:25 Rev.: 585

fixing choynowski function

8 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+8 -4)
dfolch 2010-09-29 15:27 Rev.: 570

forgot to run doc tests before commit... should work now

2 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+2 -2)
dfolch 2010-09-29 14:47 Rev.: 569

adding choynowski probabilities and SMR to smoothing.py

89 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+89 -6)
dfolch 2010-09-24 18:30 Rev.: 566

minor change to allow for imports of smoothing module

1 lines of code changed in 1 file:

  • trunk/pysal/esda: __init__.py (+1)
sjsrey 2010-07-30 17:14 Rev.: 544

- author format

3 lines of code changed in 5 files:

  • trunk/pysal/esda: geary.py (+1), join_counts.py (+1 -2), mixture_smoothing.py (-5), moran.py (+1 -4), smoothing.py (-8)
mhwang4 2010-07-29 16:36 Rev.: 527

fix a bug in spatial filtering

18 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+18 -14)
mhwang4 2010-07-29 12:41 Rev.: 522

fixing typo in smoothing.py

1 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+1 -1)
sjsrey 2010-07-28 16:34 Rev.: 509

- draft of autocorrelation tutorial

2 lines of code changed in 1 file:

  • trunk/pysal/esda: geary.py (+2 -2)
mhwang4 2010-07-28 14:56 Rev.: 508

minor fixs on smoothing.py; unit tests on smoothing added

3 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+3 -15)
mhwang4 2010-07-27 13:44 Rev.: 496

retabbing completed

154 lines of code changed in 1 file:

  • trunk/pysal/esda: mixture_smoothing.py (+154 -154)
mhwang4 2010-07-27 13:44 Rev.: 495

retabbing completed; syntax error regarding docstrings fixed

128 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+128 -125)
sjsrey 2010-07-26 22:24 Rev.: 488

- weights tutorial (in progress)

0 lines of code changed in 1 file:

  • trunk/pysal/esda: moran.py (-3)
schmidtc 2010-07-24 23:21 Rev.: 478

minor bug fix.

1 lines of code changed in 1 file:

  • trunk/pysal/esda: mapclassify.py (+1 -1)
dreamessence 2010-07-24 16:11 Rev.: 475

Minor fixes in docstrings for correct rendering of some attributes tables

7 lines of code changed in 1 file:

  • trunk/pysal/esda: mapclassify.py (+7 -7)
sjsrey 2010-07-23 22:17 Rev.: 474

- cleaning docs

40 lines of code changed in 4 files:

  • trunk/pysal/esda: geary.py (+4 -7), mapclassify.py (+16 -12), moran.py (+6 -5), smoothing.py (+14 -14)

(74 more)

Generated by StatSVN 0.7.0