ResamplingMethod

ResamplingMethod

是诸如 TemporalDataMovingMap 等函数的一个选项,指定应该如何计算给定时间之间的数值.

更多信息

  • 典型设置包括:
  • Automatic自动挑选重采样方法
    None使用 Missing[]
    {"Constant",c}使用数值 c
    {"Interpolation",opt1->val1,}使用特定选项进行插值计算

范例

打开所有单元关闭所有单元

基本范例  (1)

将给定时间之间的数值视为 Missing 处理:

使用常数值 c

使用一阶插值:

范围  (1)

ResamplingMethod 指定如何对 TimeSeries 进行上采样:

重采样,步长为1/2,插值阶数为1:

使用插值阶数2:

比较图线:

不使用插值:

属性和关系  (2)

对于 EventSeries,默认 ResamplingMethodNone

对于 TimeSeries,默认 ResamplingMethod 是阶数为1的插值:

结果相同:

重采样方法可以通过创建新的时间序列或者 TimeSeriesResample 的选项进行改变:

结果相同:

比较时间序列:

可能存在的问题  (3)

如果重采样方法指定不是一个已实现的规范,它将采用 Automatic

对于 TimeSeries

TimeSeries 不允许使用 None 作为 ResamplingMethod 的指定,将使用默认方法:

如果想在时间戳之间保留 Missing ,应将其作为一个值来使用:

EventSeries 不允许使用任何 ResamplingMethod,改为使用默认值 None

Wolfram Research (2014),ResamplingMethod,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ResamplingMethod.html.

文本

Wolfram Research (2014),ResamplingMethod,Wolfram 语言函数,https://reference.wolfram.com/language/ref/ResamplingMethod.html.

CMS

Wolfram 语言. 2014. "ResamplingMethod." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/ResamplingMethod.html.

APA

Wolfram 语言. (2014). ResamplingMethod. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/ResamplingMethod.html 年

BibTeX

@misc{reference.wolfram_2024_resamplingmethod, author="Wolfram Research", title="{ResamplingMethod}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/ResamplingMethod.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_resamplingmethod, organization={Wolfram Research}, title={ResamplingMethod}, year={2014}, url={https://reference.wolfram.com/language/ref/ResamplingMethod.html}, note=[Accessed: 22-November-2024 ]}