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 Language. 2026. "EventSeriesAccumulate." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/EventSeriesAccumulate.html.
APA
Wolfram Language. (2026). EventSeriesAccumulate. Wolfram Language & System Documentation Center. Retrieved from 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: 23-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: 23-September-2026]}