EventSeriesAccumulate[eseries]
返回事件序列 eseries 中连续事件的累积计数.
EventSeriesAccumulate [eseries{com1,com2,…}]
返回分量 comi 的累积值.
EventSeriesAccumulate
EventSeriesAccumulate[eseries]
返回事件序列 eseries 中连续事件的累积计数.
EventSeriesAccumulate [eseries{com1,com2,…}]
返回分量 comi 的累积值.
更多信息
- EventSeriesAccumulate 通常用于事件序列分析中,以计算累积事件值.
- EventSeriesAccumulate[eseries] 计算事件序列 eseries 中事件的累积计数.
- EventSeriesAccumulate 返回一个 TimeSeries 对象.
范例
打开所有单元 关闭所有单元基本范例 (3)
es = EventSeries[1, {{1, 3, 4, 6, 7, 10, 11}}]ts = EventSeriesAccumulate[es]Normal[ts]ListLinePlot[{es, ts}, Joined -> {False, True}, InterpolationOrder -> 0]es = EventSeries[{{.4, "cat"}, {-.2, "dog"}, {.1, "fox"}}, {{Yesterday, Today, Tomorrow}}, {"a", "b"}]EventSeriesAccumulate[es -> "a"]ListLinePlot[%]es = EventSeries[{{.3, .1}, {.6, -.1}, {.3, .6}}, {{.3, .7, 1.4}}, {"a", "b"}]EventSeriesAccumulate[es -> {"a", "b"}]Normal[%]ListLinePlot[%%, PlotRange -> All, PlotLegends -> {"a", "b"}]范围 (2)
es = EventSeries[TimeEventSeries`TimestampData[Association["UniformlySpacedQ" -> False,
"Timestamps" -> TabularColumn[Association[
"Data" -> {198, {{NumericArray[{-77430, -75239, -73047, -69760, -68209, -66400, -66282,
-59899, -594 ... 87, 188, 189,
190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200},
"TimeWindow" -> DateInterval[{DateObject[{1758, 1, 2}, "Day"], DateObject[{1971, 4, 6}, "Day"]}],
"MetaInformation" -> Association["Name" -> "WelshMiningDisasters"]]];ts = EventSeriesAccumulate[es]DateListPlot[ts]ColumnKeys[es]DateListPlot[es -> "NumberKilled", PlotRange -> All]EventSeriesAccumulate[es -> "NumberKilled"]DateListPlot[%]claims = EventSeries[1, {{...}}]DateHistogram[claims["Times"]]EventSeriesAccumulate[claims]DateListPlot[%, InterpolationOrder -> 0]相关指南
-
▪
- 时间和事件序列数据源 ▪
- 时间序列处理 ▪
- 事件序列处理
文本
Wolfram Research (2026),EventSeriesAccumulate,Wolfram 语言函数,https://reference.wolfram.com/language/ref/EventSeriesAccumulate.html.
CMS
Wolfram 语言. 2026. "EventSeriesAccumulate." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/EventSeriesAccumulate.html.
APA
Wolfram 语言. (2026). EventSeriesAccumulate. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/EventSeriesAccumulate.html 年
BibTeX
@misc{reference.wolfram_2026_eventseriesaccumulate, author="Wolfram Research", title="{EventSeriesAccumulate}", year="2026", howpublished="\url{https://reference.wolfram.com/language/ref/EventSeriesAccumulate.html}", note=[Accessed: 07-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_eventseriesaccumulate, organization={Wolfram Research}, title={EventSeriesAccumulate}, year={2026}, url={https://reference.wolfram.com/language/ref/EventSeriesAccumulate.html}, note=[Accessed: 07-September-2026]}