Datasegment.com Online Dictionary
  Online Dictionary : G : gaussian distribution

gaussian distribution


2 definitions found

gaussian distribution - WordNet (r) 2.1 (2005) :

  Gaussian distribution
      n 1: a theoretical distribution with finite mean and variance
           [syn: normal distribution, Gaussian distribution]

gaussian distribution - Free On-line Dictionary of Computing (26 May 2007) :

  normal distribution
  bell curve
  Gaussian distribution
  
     <statistics> (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.
  
     (2003-10-25)