WOLFRAM

Enable JavaScript to interact with content and submit forms on Wolfram websites. Learn how
Wolfram Language & System Documentation Center

TimeObservationWindow

is an option of EventSeries and TimeSeries that specifies the temporal observation region.

Details
Details and Options Details and Options
Examples  
Basic Examples  
See Also
Related Guides
History
Cite this Page

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:

Wolfram Language code: es1 = EventSeries[None, {{.2, .5, .6}}];

Construct another event series with the same timestamps and having an extended observation window:

Wolfram Language code: es2 = EventSeries[None, {{.2, .5, .6}}, TimeObservationWindow -> Interval[{0, 1}]];

Compare their observation windows:

Wolfram Language code: #["TimeObservationWindow"]& /@ {es1, es2}

The computation of point density and statistics depends on the time observation window:

Wolfram Language code: SmoothPointDensity[#]["DensityVisualization"]& /@ {es1, es2}
Wolfram Research (2026), TimeObservationWindow, Wolfram Language function, https://reference.wolfram.com/language/ref/TimeObservationWindow.html.

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: 14-August-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: 14-August-2026]}

Top [フレーム]

AltStyle によって変換されたページ (->オリジナル) /