Changelog
Source:NEWS.md
np 0.70-1
CRAN release: 2026-05-02
- The default multistart cap for bandwidth selection now follows
min(2, p)across the core estimator families, replacing the oldermin(5, p)cap. This includes automatic LP degree-search calls whensearch.engine="nomad"or"nomad+powell"andnmultiis not supplied explicitly. - The univariate boundary density helper
npuniden.boundary()now defaults tonmulti=1. - The empirical studies supporting this change are documented under
benchmarks/validation/. - LP-capable front ends now accept
nomad=TRUEas a documented convenience preset for the recommended automatic NOMAD local-polynomial route. Missing settings expand to the same long-form LP/NOMAD defaults documented in the bandwidth help pages, and regression formula calls such asnpreg(y ~ x, nomad = TRUE)now carry that shortcut through the internally computed bandwidth path.