is an option of EventSeries and TimeSeries that specifies the temporal observation region.
TimeObservationWindow
is an option of EventSeries and TimeSeries that specifies the temporal observation region.
Details
- TimeObservationWindow is typically used to indicate the region of interest for observed temporal events.
- Possible values include:
-
{min,max} boundary values for timestamps Interval[…] interval of numeric timestamps DateInterval[…] interval of calendar timestamps
Examples
Basic Examples (1)
Construct an event series with timestamps between 0.2 and 0.6:
es1 = EventSeries[None, {{.2, .5, .6}}];Construct another event series with the same timestamps and having an extended observation window:
es2 = EventSeries[None, {{.2, .5, .6}}, TimeObservationWindow -> Interval[{0, 1}]];Compare their observation windows:
#["TimeObservationWindow"]& /@ {es1, es2}The computation of point density and statistics depends on the time observation window:
SmoothPointDensity[#]["DensityVisualization"]& /@ {es1, es2}Related Guides
History
Text
Wolfram Research (2026), TimeObservationWindow, Wolfram Language function, https://reference.wolfram.com/language/ref/TimeObservationWindow.html.
CMS
Wolfram Language. 2026. "TimeObservationWindow." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/TimeObservationWindow.html.
APA
Wolfram Language. (2026). TimeObservationWindow. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TimeObservationWindow.html
BibTeX
@misc{reference.wolfram_2026_timeobservationwindow, author="Wolfram Research", title="{TimeObservationWindow}", year="2026", howpublished="\url{https://reference.wolfram.com/language/ref/TimeObservationWindow.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_timeobservationwindow, organization={Wolfram Research}, title={TimeObservationWindow}, year={2026}, url={https://reference.wolfram.com/language/ref/TimeObservationWindow.html}, note=[Accessed: 12-June-2026]}