We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8a575 commit cd13ddfCopy full SHA for cd13ddf
src/smoothmedian.cpp
@@ -13,7 +13,7 @@
13
// INPUT VARIABLES
14
// X (double) is the data vector or matrix.
15
// DIM (double) is the dimension (1 for columnwise, 2 for rowwise).
16
-// TOL (double) sets the step size that will to stop optimization.
+// TOL (double) sets the step size that will stop optimization.
17
//
18
// OUTPUT VARIABLE
19
// M (double) is a scalar or vector of the smoothed median(s)
0 commit comments