computeChebyshevCoeffs {sccore} | R Documentation |
Compute Chebyshev Coefficients
Description
Compute Chebyshev Coefficients
Usage
computeChebyshevCoeffs(filt, l.max, m = 30, n = m + 1)
Arguments
filt |
graph filter function |
l.max |
Maximum eigenvalue of the graph |
m |
numeric Maximum order of Chebyshev coeff to compute (default=30) |
n |
numeric grid order used to compute quadrature (default=m+1) |
Value
vector of Chebyshev coefficients
See Also
Other graph smoothing:
heatFilter()
,
smoothChebyshev()
,
smoothSignalOnGraph()
[Package sccore version 1.0.5 Index]