Top "Smoothing" questions

Smoothing related to statistical programing solutions in which a signal is filtered to create an approximating function that attempts to capture important patterns in the data, while leaving out noise, or for visual clarity to see general trends.

Image smoothing in R

How can I smooth this picture in R, so that only two peaks remain? If this would be 1d data, …

r image-processing filtering smoothing
Stupid Backoff implementation clarification

Hello people I'm implementing the Stupid Backoff (page 2, equation 5) smoothing technique for a project I'm working on and I have …

nlp smoothing
loess predict with new x values

I am attempting to understand how the predict.loess function is able to compute new predicted values (y_hat) at …

r regression smoothing loess
ggplot2: Transparent legend background when stat_smooth is used

I have two plots. One with smoothed lines: library(splines) library(ggplot2) ggplot(mtcars, aes(hp, qsec)) + stat_smooth(aes(…

r plot ggplot2 smoothing
How do I plot the first derivative of the smoothing function?

I have the following script that emulates the type of data structure I have and analysis that I want to …

r ggplot2 smoothing
Fourier smoothing of data set

I am following this link to do a smoothing of my data set. The technique is based on the principle …

python scipy fft smoothing
Drawing smooth lines with canvas

So far none of the threads here on smooth lines are correct. how to draw smooth curve through N points …

javascript canvas drawing bezier smoothing
Kneser-Ney smoothing of trigrams using Python NLTK

I'm trying to smooth a set of n-gram probabilities with Kneser-Ney smoothing using the Python NLTK. Unfortunately, the whole documentation …

python nlp nltk smoothing
THREE.js OBJLoader - load to Geometry, manipulate, then save to BufferGeometry

I'm trying establish why I can't smooth shade geometry loaded with OBJLoader. var loader = new THREE.OBJLoader(manager); loader.load(…

javascript three.js smoothing .obj
Font smoothing in Delphi

I had cause to need a label with a large font on a Delphi form and noticed that its curves …

delphi fonts truetype smoothing