Skip to content

Commit

Permalink
[UPDATE] README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 25, 2014
1 parent a20b25a commit bc63cb1
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 @@ -83,7 +83,7 @@ For example, suppose every 2 seconds your application receives a new value from

In a streaming implementation, the updated sample variance is either pooled (chunked) or automatically piped to a new destination. The consumer is ultimately responsible for discarding incoming observations.

In contrast to the streaming (push) model, an incremental implementation provides a pull model in which consumers can choose when to probe for new values. Such behavior is important if we consider that, instead of observing on a regular interval (streaming), observations may be random. This module is more amenable to such observation indeterminacy.
In contrast to the streaming (push) model, an incremental implementation provides a pull model in which consumers can choose when to observe the current value. Such behavior is important if we consider that, instead of observing on a regular interval (streaming), observations may be random. This module is more amenable to such observation indeterminacy.



Expand Down

0 comments on commit bc63cb1

Please sign in to comment.