normal distribution
(Or "Gaussian distribution") The frequency distribution of many natural phenomena such as the height or intelligence of people of a certain age and sex. The formula looks something like:
P(x) = e^(((x-m)/s)^2)where P(x) is the probability of a measurement x, m is the mean value of x and s is the standard deviation. Also known as a "bell curve" because of its shape.
Last updated: 2003-10-25
normal form
1. In reduction systems, the state of a term which contains no reducible expressions. Variants include head normal form, weak head normal form.
<database>
2. See database normalisation.
normalisation
1. A transformation applied uniformly to each element in a set of data so that the set has some specific statistical property. For example, monthly measurements of the rainfall in London might be normalised by dividing each one by the total for the year to give a profile of rainfall throughout the year.
2. Representation of a floating-point number so that its mantissa's left-most digit is non-zero. If the leftmost fraction digit are zeros, the number is said to be unnormalised. Unnormalised numbers are normalised by shifting the fraction left, one digit at a time, until the leftmost digit is nonzero and reducing the exponent by the number of shifts.
<database>
Last updated: 1998-04-15
normalised
normalisationnormal order reduction
Under this evaluation strategy an expression is evaluated by reducing the leftmost outermost redex first. This method will terminate for any expression for which termination is possible, whereas applicative order reduction may not. This method is equivalent to passing arguments unevaluated because arguments are initially to the right of functions applied to them. See also computational adequacy theorem.Nearby terms:
NORDUnet ♦ norm ♦ normal distribution ♦ normal form ♦ normalisation
Try this search on Wikipedia, Wiktionary, Google, OneLook.