Directory trunk/lsl/lsl/statistics/

Total Files:
4
Deleted Files:
1
Lines of Code:
898

[root]/trunk/lsl/lsl/statistics

Lines of Code

trunk/lsl/lsl/statistics/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jdowell 59 (100.0%) 1958 (100.0%) 33.1

Most Recent Commits

jdowell 2019-08-27 16:00 Rev.: 2919

Added basic module import tracking to LSL.

12 lines of code changed in 3 files:

  • trunk/lsl/lsl/statistics: kurtosis.py (+4), robust.py (+4), stattests.py (+4)
jdowell 2019-08-27 15:37 Rev.: 2918

More formatting cleanup. I think I like this better. The only thing left to decide is what to do about the '# -*- coding: utf-8 -*' line.

18 lines of code changed in 4 files:

  • trunk/lsl/lsl/statistics: __init__.py (+1 -3), kurtosis.py (+6 -6), robust.py (+6 -6), stattests.py (+5 -5)
jdowell 2019-08-27 11:48 Rev.: 2916

More work on trying to clean up the telemetry module. Plus, unified the 'Python3' boilerplate at the start of each and every module.

24 lines of code changed in 4 files:

  • trunk/lsl/lsl/statistics: __init__.py (+9 -1), kurtosis.py (+6), robust.py (+3 -3), stattests.py (+6)
jdowell 2019-08-26 11:34 Rev.: 2908

Various fixes for Python3 support. I still need to figure out what is going on with the lsl.misc.total_sorting module.

5 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+5 -4)
jdowell 2018-11-14 12:43 Rev.: 2645

Cleaned up some more documentation.

14 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+14 -14)
jdowell 2018-10-17 22:50 Rev.: 2564

Cleaned up the __all__ variable used in the various LSL modules.

4 lines of code changed in 3 files:

  • trunk/lsl/lsl/statistics: kurtosis.py (+2 -3), robust.py (+1 -1), stattests.py (+1 -1)
jdowell 2018-10-03 08:13 Rev.: 2523

Major overhaul of the style of LSL to make it more tensorflow-like. More changes will probably happen but this is a good start.

46 lines of code changed in 3 files:

  • trunk/lsl/lsl/statistics: kurtosis.py (+5 -5), robust.py (+32 -32), stattests.py (+9 -9)
jdowell 2018-07-23 17:44 Rev.: 2457

Worked on Python3 xrange() compatiability for LSL.

5 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+5)
jdowell 2018-06-18 19:35 Rev.: 2389

lsl.statistics to PEP8.

735 lines of code changed in 3 files:

  • trunk/lsl/lsl/statistics: kurtosis.py (+119 -120), robust.py (+557 -557), stattests.py (+59 -59)
jdowell 2018-03-14 14:04 Rev.: 2261

Fixed a couple of typos from r2260.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+2 -2)
jdowell 2018-03-14 14:02 Rev.: 2260

Cleaned up a few messages in various places. Also, changed lsl.statistics.robust to raise ValueError when a problem happens.

10 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+10 -4)
jdowell 2017-08-30 12:37 Rev.: 2139

Ran pylint on lsl.statistics.

6 lines of code changed in 2 files:

  • trunk/lsl/lsl/statistics: kurtosis.py (+2 -1), robust.py (+4 -3)
jdowell 2017-05-18 10:46 Rev.: 2092

Applied r2088, r2089, r2090, and r2091 to the development trunk (fixes for Numpy>=1.12, updated EOP parameter files).

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+1 -1)
jdowell 2015-11-17 18:07 Rev.: 1888

Fixed a collection of typos. in r1883. Applied r1884, r1885, r1886, and r1887 to the development trunk (various fixes for newer NumPy versions).

10 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+10 -5)
jdowell 2015-09-07 12:32 Rev.: 1866

Fixed a bug in the lsl.statistics.robust module that caused various functions to fail when an 'axis' keyword was provided.

8 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+8 -4)
jdowell 2015-02-25 12:52 Rev.: 1787

Added a deprecation warning to lsl.misc.mathutil.robustmean() since it will be removed in 1.1.x.

0 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (-3)
jdowell 2015-02-24 11:56 Rev.: 1784

Applied r1782 and r1783 to the development trunk (new function keywords for the statistical functions to make them more like those in numpy; better boundary handling in lsl.misc.dedispersion.incoherent()).

168 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+168 -133)
jdowell 2014-10-31 12:51 Rev.: 1747

Applied r1746 to the development trunk (robust mode estimator added to lsl.statistics.robust).

63 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+63 -19)
jdowell 2013-09-20 13:21 Rev.: 1429

Applied r1428 to the development trunk (getLimits() fix).

10 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: kurtosis.py (+10 -3)
jdowell 2012-03-22 18:30 Rev.: 830

Added licensing for LSL 0.5-dev and working on getting ready for a release. These changes are centered around improving the documentation of the new functions/modules and cleaning up typos. Alos, finished up removing the S60 scripts and the changes needed in the testing setup.

22 lines of code changed in 2 files:

  • trunk/lsl/lsl/statistics: kurtosis.py (+21 -10), robust.py (+1 -1)
jdowell 2011-09-13 11:18 Rev.: 639

Added a start at a spectral kurtosis module to compute the S-K value and generate estimates of the limits to use for RFI rejection.

153 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: kurtosis.py (new 153)
jdowell 2011-06-14 11:13 Rev.: 497

Incorporated __init__.py script changes from r495 and r496 into the trunk.

6 lines of code changed in 3 files:

  • trunk/lsl/lsl/statistics: __init__.py (+2 -2), robust.py (+2 -1), stattests.py (+2 -1)
jdowell 2011-04-20 14:18 Rev.: 390

Clean-up for the various docstring in the lsl module. Lots of small changes here. Added documention for the lsl.common.progress module.

44 lines of code changed in 2 files:

  • trunk/lsl/lsl/statistics: robust.py (+30 -13), stattests.py (+14 -7)
jdowell 2011-02-11 22:47 Rev.: 304

Added extension to lsl.correlator called spec.c to replace the fx.calcSpectra function and made the necessary changes to the setup script. Cleaned up some of the windowing code in core.c to deal with a few memory leaks that turned up. Added a few lines to deal with masked arrays in statistics.robust. It's not a complete solution, but it's a start.

16 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+16)
jdowell 2011-01-03 23:15 Rev.: 246

I don't really understand why all of the tests are failed now. I've renamed statistics.test to statistics.stattests to see if that helps any. I've also make several minor changes to blank lines, etc. trying to clear this up.

74 lines of code changed in 4 files:

  • trunk/lsl/lsl/statistics: __init__.py (+1 -1), robust.py (-1), stattests.py (new 73), tests.py (del)
jdowell 2011-01-03 22:34 Rev.: 245

Added a module comment to statistics.tests.

7 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: tests.py (+7 -2)
jdowell 2011-01-03 13:37 Rev.: 238

Fixed a couple of problems with lsl.statistics.robust that were found during testing and updated the testing scripts.

3 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+3 -3)
jdowell 2011-01-03 12:11 Rev.: 237

Added in the fix to correlator.uvUtils from r235 and r236. Re-worked the robust statistics module and added robust line fitting and polynomial fitting functions. I also changed a lot of the function names in statistics.robust to make them more inline with the numpy equivalents, e.g., robust.robustSigma is now robust.std

466 lines of code changed in 3 files:

  • trunk/lsl/lsl/statistics: __init__.py (+1), robust.py (+396 -12), tests.py (new 69)
jdowell 2010-12-02 18:13 Rev.: 195

More minor changes to the documentation...

1 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+1 -1)
jdowell 2010-12-02 18:06 Rev.: 194

Added a sphinx page for the scripts included with LSL. More work on cleaning up the documentation. This time: adding inter-package links.

7 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+7 -2)
jdowell 2010-12-02 14:35 Rev.: 191

That last batch of 'fixes' seemed to have caused more harm that good. Maybe this fixes part of that.

2 lines of code changed in 1 file:

  • trunk/lsl/lsl/statistics: robust.py (+2 -2)
jdowell 2010-12-02 12:35 Rev.: 187

Major changes to the documentation to make it cleaner and to add a sphinx-based documentation build system. Also, added the astrostatus.py script from lwa_user to the scripts directory. Added a ez_setup.py module to the top-level directory so that LSL can be installed without setuptools already installed. Switched to a setuptools-based installation.

2 lines of code changed in 2 files:

  • trunk/lsl/lsl/statistics: __init__.py (new)
jdowell 2010-11-30 16:18 Rev.: 186

Lots of changes to many modules. Most of the changes are to the documentation within the modules. However, there are several functional changes. First, FITS IDI seems to be working now on past ~50 sources. I ended up deleting the STARS table and everything seems to be working. Second, lsl.sim.sim has been renamed to lsl.sim.vis since it deals with simulating visiblity data. Third, more work on the difxconfig module and getting it up to a point where it will run. Fourth, added a simple post-acquisition beam former to lsl.misc.

14 lines of code changed in 2 files:

  • trunk/lsl/lsl/statistics: robust.py (+14 -4)
Generated by StatSVN 0.7.0