Search: in
Aggregate pattern
Aggregate pattern in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       





Aggregate pattern

An Aggregate pattern can refer to concepts in either statistics or computer programming. Both uses deal with considering a large case as composed of smaller, simpler, pieces.

Contents


Statistics

An aggregate pattern is an important statistical concept in many fields that rely on statistics to predict the behavior of large groups, based on the tendencies of subgroups to consistently behave in a certain way. It is particularly useful in sociology, economics, psychology, and criminology.

Computer programming

In Design Patterns, an aggregate is not a design pattern but rather refers to an object such as a list, vector, or generator which provides an interface for creating iterators. The following example code is in Python.

Python hides essentially all of the details using the iterator protocol. Confusingly, Design Patterns uses "aggregate" to refer to the blank in the code for x in ___: which is unrelated to the term "aggregation".[1] Neither of these terms refer to the statistical aggregation of data such as the act of adding up the Fibonacci sequence or taking the average of a list of numbers.

See also

References






Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article



Search for Aggregate pattern in Tutorials
Search for Aggregate pattern in Encyclopedia
Search for Aggregate pattern in Videos
Search for Aggregate pattern in Books
Search for Aggregate pattern in Software
Search for Aggregate pattern in DVDs
Search for Aggregate pattern in Store




Advertisement




Aggregate pattern in Encyclopedia
Aggregate_pattern top Aggregate_pattern

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.info All Rights Reserved. Privacy Statement