------------------------------------------------------------------------------- Implements a radial basis function for online estimators. ------------------------------------------------------------------------------- Form: f = RadialBasisFunction( y, c, sigma ) ------------------------------------------------------------------------------- ------ Inputs ------ y (:,:) Input c (q,1) Center sigma (1,1) Standard deviation ------- Outputs ------- f (1,:) Output -------------------------------------------------------------------------------