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: Graphics/Plot2D Math: Linear/DupVect
Back to the Math Module page