POLYSMOOTH_BANDWIDTH is the jMap module of jLab.

 POLYSMOOTH_BANDWIDTH  Determine bandwidth given population for POLYSMOOTH.
 
    POLYSMOOTH_BANDWIDTH is a low-level function called by POLYSMOOTH. 
 
    B=POLYSMOOTH_BANDWIDTH(P,DS,WS) returns the spatially-varying bandwidth 
    B implied by the population P. DS and WS are fields as output from 
    TWODSORT and SPHERESORT.  DS is distance and WS is an optional weight.
 
    P may be a scalar or matrix of size M x N, where M and N are the sizes 
    of the first two dimensions of DS and WS.  B will always be M x N.
 
    See also POLYSMOOTH.
 
    Usage: B=polysmooth_bandwidth(P,ds,ws);
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information
    (C) 2018 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index