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
Copy file name to clipboardExpand all lines: docs/api_status.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ invariant, and property coverage.
57
57
| Bootstrap/Monte Carlo: `nns_meboot`, `nns_mc`| implemented | medium | Deterministic diagnostics are parity-tested; exact stochastic replicate parity with R is not expected. |
58
58
| Stochastic dominance/superiority: `fsd`, `ssd`, `tsd`, `.uni` wrappers, `nns_ss`, `nns_sd_cluster`, `sd_efficient_set`| implemented | medium | Public structures and deterministic paths are covered. SD uses exact pure-NumPy prefix-pair kernels plus a degree-1 discrete order-statistic matrix path; R's C++ core remains faster on full finance fixtures. Stochastic intervals use NNS Python RNG. |
59
59
| ANOVA: `nns_anova`| implemented | high | Binary, multi-group, pairwise, and degenerate `NaN` conventions are covered. |
60
-
| Normalization: `nns_norm`| implemented | high | Numeric matrix path is implemented. |
60
+
| Normalization: `nns_norm`| implemented | high | Numeric matrix path and R's list-of-vectors path are implemented; unequal-length vectors force linear scaling as in R. |
61
61
| Categorical helpers: `encode_factor_codes`, `factor_2_dummy`, `factor_2_dummy_fr`, `prepare_factor_predictors`| implemented | high | Explicit `levels=` / `factor_levels=` should be used to reproduce R factor ordering. `prepare_factor_predictors(...)` exposes the regression-ready full-rank design matrix path. |
62
62
| Scalar differentiation: `nns_diff`, `dy_dx`| implemented | high |`dy_dx(..., eval_point="overall")` and numeric evaluation points are covered. |
63
63
| Multivariate differentiation: `dy_d`| partial | medium-high | Scalar and vectorized point/distribution modes are covered on focused fixtures. Mixed derivatives are supported for two-regressor inputs where defined; multi-row matrix mixed derivatives use pointwise Python semantics rather than R's order-dependent list-matrix packing quirk. |
0 commit comments