Difference between revisions of "Glossary:Matrix smoothing"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | ;<span id=" | + | ;<span id="Matrix_smoothing">matrix smoothing</span> |
:mathematical procedure that converts a matrix of numbers into a "smoother version" (e.g. by averaging the neighboring entries). For example, if the row of the matrix is 1, 2, 3, 4, 666, 6, 7, 8, smoothing might convert it to 1, 2, 3, 6, 99, 9, 8. For more, see: [http://en.wikipedia.org/wiki/Smoothing Smoothing] | :mathematical procedure that converts a matrix of numbers into a "smoother version" (e.g. by averaging the neighboring entries). For example, if the row of the matrix is 1, 2, 3, 4, 666, 6, 7, 8, smoothing might convert it to 1, 2, 3, 6, 99, 9, 8. For more, see: [http://en.wikipedia.org/wiki/Smoothing Smoothing] |
Revision as of 08:07, 1 June 2016
- matrix smoothing
- mathematical procedure that converts a matrix of numbers into a "smoother version" (e.g. by averaging the neighboring entries). For example, if the row of the matrix is 1, 2, 3, 4, 666, 6, 7, 8, smoothing might convert it to 1, 2, 3, 6, 99, 9, 8. For more, see: Smoothing