Skip to content

Commit

Permalink
Link to issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
skuenzli committed Apr 14, 2013
1 parent 2f4fe2b commit 5787f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _analyze_series_ will analyze the points in the provided series and print the fo
* points and associated values falling outside of control limits

_analyze_series_ can be used to help implement a run-by-run control program using [Control Charts](http://en.wikipedia.org/wiki/Control_chart). _analyze_series_ currently supports ['Rule 1'](http://en.wikipedia.org/wiki/Western_Electric_rules) testing for points that are
+/- 3-sigma from the series' mean. Support for detecting suspicious runs above/below the mean is planned (issue #3).
+/- 3-sigma from the series' mean. Support for detecting suspicious runs above/below the mean is planned (issue [#3](https://github.com/skuenzli/time-series-analysis/issues/3)).

### Usage
execute analyze_series -h for full usage details.
Expand Down

0 comments on commit 5787f5e

Please sign in to comment.