function y=custagg(x)
%CUSTAGG Customized aggregation function for CUSTTIP
%
%   Copyright 1994-2002 The MathWorks, Inc. 
%       $Revision: 1.8 $

y=(sum(x)/2).^0.5;
