You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use my own kernel function, based on the one used here in opt_h.m. I'm unaware of a name for it, but the expression is
15/16 * (1-u^2)^2 * (abs(u) <= 1)
This is easy enough to code up, but bwlocalconstant is structured so that choice of h0, hlb, hub are hard-coded depending on the choice of kernel.
I can get around the issue by defining my own version of bwlocalconstant, but it might be more robust to fix it in the package so that others can also use their own kernels
The text was updated successfully, but these errors were encountered:
I'd like to use my own kernel function, based on the one used here in
opt_h.m
. I'm unaware of a name for it, but the expression isThis is easy enough to code up, but
bwlocalconstant
is structured so that choice ofh0, hlb, hub
are hard-coded depending on the choice of kernel.I can get around the issue by defining my own version of
bwlocalconstant
, but it might be more robust to fix it in the package so that others can also use their own kernelsThe text was updated successfully, but these errors were encountered: