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 a1ce287 commit 29906f4Copy full SHA for 29906f4
src/lib.rs
@@ -21,7 +21,7 @@
21
//! The crate provides the following features:
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)
+//! - multivariate data smoothing (X is a 1-d array and Y is a n-d array)
25
//! - n-dimensional grid data (a surface or volume for example) smoothing
26
//! - weighted smoothing
27
//! - automatic smoothing (automatic computing the smoothing parameter)
0 commit comments