fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@917271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c9a550569
commit
0ff118952a
|
@ -381,7 +381,7 @@ public class LoessInterpolator
|
|||
* the same number of points closest to xval[i], ignoring zero weights.
|
||||
*
|
||||
* @param xval arguments array
|
||||
* @param xval weights array
|
||||
* @param weights weights array
|
||||
* @param i the index around which the new interval should be computed
|
||||
* @param bandwidthInterval a two-element array {left, right} such that: <p/>
|
||||
* <tt>(left==0 or xval[i] - xval[left-1] > xval[right] - xval[i])</tt>
|
||||
|
|
Loading…
Reference in New Issue