Changeset 346
- Timestamp:
- Jun 8, 2005, 4:01:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/statistics/RegressionLocal.h
r295 r346 21 21 /// continuous non-linear mappings in a non-parametric manner. In 22 22 /// locally weighted regression, points are weighted by proximity to 23 /// the current x in question using a RegressionKernel. A weighted 24 /// regression is then computed using the weighted points and a 25 /// specific Regression method. This procedure is repeated, which 26 /// results in a pointwise approximation of the underlying (unknown) 27 /// function. 23 /// the current x in question using a Kernel. A weighted regression 24 /// is then computed using the weighted points and a specific 25 /// Regression method. This procedure is repeated, which results in 26 /// a pointwise approximation of the underlying (unknown) function. 28 27 /// 29 28
Note: See TracChangeset
for help on using the changeset viewer.