We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00affce commit 55d4c9dCopy full SHA for 55d4c9d
src/lib.rs
@@ -22,7 +22,7 @@
22
//!
23
//! - univariate data smoothing (X and Y are 1-d arrays/vectors)
24
//! - multivariate data smoothing (X is a 1-d array and Y is n-d array)
25
-//! - n-dimensional grid data (a surface or volume for example) smoothing. Currently, the feature is not implemented yet
+//! - n-dimensional grid data (a surface or volume for example) smoothing
26
//! - weighted smoothing
27
//! - automatic smoothing (automatic computing the smoothing parameter)
28
//! - computing natural cubic spline interpolant when smoothing parameter is equal to one
0 commit comments