Commit 044baed
Clarify boundary= contract in mse_optimal_bandwidth docstring (P3)
CI AI review P3: the boundary parameter docs said callers could pass
d_lower (the theoretical support lower bound), but the implementation
requires boundary = float(d.min()) (the sample minimum). Users
following the old docs on e.g. U(1, 2) data with boundary=1.0 would
hit an avoidable ValueError. Docstring now explicitly says use the
sample minimum.
Deferred (P3): extending R golden parity to triangular and uniform
kernels. All three kernels go through the same lprobust_bw code path,
so epa parity transitively covers dispatch; tri/uni parity is a
nice-to-have regression anchor but not a correctness gap.
175 tests pass (unchanged).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7277ec8 commit 044baed
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
537 | | - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
538 | 545 | | |
539 | 546 | | |
540 | 547 | | |
| |||
0 commit comments