Algorithm
(Redirected from Algorithms)
Jump to navigation
Jump to search
A set of rules dictating how something should be computed.
Example
An algorithm to compute an average is:
- Sum up the values of each observation, one-by-one, in the order with which they appear in the data.
- Divided the sum by the number of observations.