Function on a linear network (object of class "linfun"
).
If nsigma=1
(the default), the result is a function giving
kernel estimate with bandwidth sigma
.
If nsigma > 1
, the result is a function
with an additional argument k
. If k
is specified,
the function returns the kernel estimate for
bandwidth tau = sigma * sqrt(k/nsigma)
.
If k
is not specified, results are returned
for all k = 1, 2, ..., nsigma
.
The result also has attributes
attr(result, "dt")
giving the
time step \(\Delta t\);
attr(result, "dx")
giving the spacing \(\Delta x\)
between sample points in the numerical algorithm;
attr(result, "sigma")
giving the smoothing bandwidth \(\sigma\) used
(or the successive bandwidths used at each sampled time step,
if nsigma > 1
).