Path: Math/FDIR
% 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.
--------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: Linear/DupVect
Back to the Math Module page