Expand description
Per-axis input standardization and length-scale compensation helpers for the spatial smooth arm.
Pure numeric helpers relocated verbatim from smooth.rs (issue #780
decomposition): per-column variance scales, in-place standardization, the
geometric-mean scale, and the kernel length-scale compensation maps that
keep the Matérn/Duchon/thin-plate range in original coordinates after
standardization. No behavior change — bodies are byte-identical and the
parent re-imports each name so every call site is unchanged.
Functions§
- apply_
input_ standardization - Apply per-column standardization to a data matrix using precomputed scales.
- compensate_
length_ scale_ for_ standardization - compensate_
optional_ length_ scale_ for_ standardization - compute_
spatial_ input_ scales - Compute per-column standard deviations for spatial inputs.