EstimatedBackground[data]
estimates the background of data.
EstimatedBackground[data,σ]
tries to preserve peaks up to scale σ.


EstimatedBackground
EstimatedBackground[data]
estimates the background of data.
EstimatedBackground[data,σ]
tries to preserve peaks up to scale σ.
Details and Options

- EstimatedBackground estimates the background while trying to preserve features of the input list.
- Input data can be of one of the following forms:
-
{y1,y2,…} a list of values TimeSeries[…] time series object EventSeries[…] event series object - The following options can be given:
-
Method Automatic method to use Padding "Reversed" padding scheme to use - EstimatedBackground accepts a Method option. Possible settings are:
-
"MovingAverage" moving-average background estimation {"SNIP",r} statistics-sensitive nonlinear iterative peak clipping
Examples
open all close allBasic Examples (2)
Scope (4)
The background is scale dependent; by default, an automatically computed scale is used:
At scale the background is a close estimation of the input data:
Comparison of different scales:
Estimate baseline of a Quantity object:
Estimate baseline of a regularly sampled TimeSeries object:
Estimated baseline of an irregularly sampled TimeSeries object:
Applications (2)
Estimate and subtract the background from the recent sunspot activity:
Plot data after background subtraction:
Hourly temperature for Chicago in December:
The plot indicates that data contains missing values. Specify MissingDataMethod and estimate the background:
Create the time series of the original data minus the background:
Properties & Relations (1)
The "MovingAverage" computes the MovingAverage of the padded input:
See Also
Related Guides
History
Text
Wolfram Research (2014), EstimatedBackground, Wolfram Language function, https://reference.wolfram.com/language/ref/EstimatedBackground.html.
CMS
Wolfram Language. 2014. "EstimatedBackground." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/EstimatedBackground.html.
APA
Wolfram Language. (2014). EstimatedBackground. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/EstimatedBackground.html
BibTeX
@misc{reference.wolfram_2025_estimatedbackground, author="Wolfram Research", title="{EstimatedBackground}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/EstimatedBackground.html}", note=[Accessed: 15-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_estimatedbackground, organization={Wolfram Research}, title={EstimatedBackground}, year={2014}, url={https://reference.wolfram.com/language/ref/EstimatedBackground.html}, note=[Accessed: 15-August-2025]}