- Nov 28, 2016
-
-
Jeremy M Fee authored
-
- Oct 20, 2016
-
-
Claycomb, Abram Earl authored
SqDist local smoothing
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
By default, each element of the SQ vector (i.e., shat returned from additive()) is treated as if it is independent of its nearest neighbors in time. This is not generally true, but to treat this in a completely statistically robust manner would be computationally prohibitive. Instead, we apply a Gaussian smoother/filter to a limited set of SQ elements in the neighborhood of the current time step. The configuration parameter 'smooth' specifies the period (in samples) at which one requires the amplitude to be attenuated by half. Longer periods will be less attenuated, while shorter periods will be more attenuated. Also, added the running estimate of the standard error (i.e., sigmahat) to the stream returned by process_one().
-
- Oct 07, 2016
-
-
Erin (Josh) Rigler authored
-
Claycomb, Abram Earl authored
Added command-line option to set Z-score threshold
-
Erin (Josh) Rigler authored
Fixes #131
-
- Sep 07, 2016
-
-
Jeremy M Fee authored
-
Claycomb, Abram Earl authored
Further clarification on forgetting factors
-
Claycomb, Abram Earl authored
Updates after doisslintercept
-
Jeremy M Fee authored
-
Erin (Josh) Rigler authored
In response to Abe Claycomb's technical algorithm review, I attempted to further clarify how alpha, beta, and gamma work. This includes a link to a third-party website that does a good job of explaining what the "average age" of an exponentially smoothed series is. SqDist.md will need to be modified at least once more when the OFR is complete, so that it can link to the official USGS documentation in addition to all the supporting documents and websites.
-
Jeremy M Fee authored
Add DOI SSL intercept certificate, update Dockerfile to add certificate for building within DOI network
-
Jeremy M Fee authored
-
- Aug 23, 2016
-
-
Claycomb, Abram Earl authored
Update IMFV122 empty values
-
- Aug 22, 2016
-
-
Jeremy M Fee authored
IPython notebook updates
-
Erin (Josh) Rigler authored
-
- Aug 19, 2016
-
-
Erin (Josh) Rigler authored
- improved explanation of exponential smoothing, and how the alpha, beta, and gamma parameters work in SqDist.md. - cleaned up command-line examples in SqDist_usage.md, and incorporated a description of the programming interface that was previously in the IPython/Jupyter notebook. - removed programming interface description, and cleaned up markdown accordingly; re-ran entire notebook and regenerated graphics.
-
- Aug 18, 2016
-
-
Jeremy M Fee authored
-
Claycomb, Abram Earl authored
Update update
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Aug 15, 2016
-
-
Claycomb, Abram Earl authored
Update docs
-
- Aug 12, 2016
-
-
Erin (Josh) Rigler authored
-
- Aug 09, 2016
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Aug 08, 2016
-
-
Erin (Josh) Rigler authored
-
- Aug 04, 2016
-
-
Jeremy M Fee authored
-
- Aug 02, 2016
-
-
Erin (Josh) Rigler authored
- (hopefully) a more clear explanation of how --sqdistd-alpha, --sqdist-beta, --sqdist-m, and --sqdist-gamma options work; - actually tested the examples against an updated geomag-algorithms install, and it works!
-
- Aug 01, 2016
-
-
Erin (Josh) Rigler authored
- changed default values for alpha and gamma for command line script to zero, which means SV and/or SQ do not evolve over time - modified SqDist_usage.md to show how to explicitly set alpha and gamma to desired values - MUST modify production scripts to explicitly set alpha and gamma before accpeting this pull request.
-
Erin (Josh) Rigler authored
Made a minor change so that the link in the SqDist.md now points to SqDistValidate.ipynb instead of SqDist.ipynb. Other very minor edits.
-
- Jul 27, 2016
-
-
Erin (Josh) Rigler authored
- updated Ipython notebook to used SqDistAlgorithm class and methods - added unit tests - added functional tests/demonstrations - added lots of explanatory Markdown
-
- Jul 25, 2016
-
-
Claycomb, Abram Earl authored
Do not try to set metadata when observatory is not known
-
Jeremy M Fee authored
-