RadialBasisFunction:

--------------------------------------------------------------------------
   Implements a radial basis function for online estimators.

   Type RadialBasisFunction for a demo.

   Since version 9.
--------------------------------------------------------------------------
   Form:
   f = RadialBasisFunction( y, c, sigma )		
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   y		(:,:)  Input
   c       (q,1)  Center
   sigma   (1,1)  Standard deviation

   -------
   Outputs
   -------
   f    	(1,:)  Output

--------------------------------------------------------------------------
	References: Orr, M. J. L.  "Introduction to Radial Basis Function Networks."
               Centre for Congitive Science, University of Edinburgh,
               www.anc.ed.ac.uk/~mjo/papers/intro.ps.
--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D
Math: Linear/DupVect