Main Content

時系列

時間の経過とともにサンプリングされたデータ ベクトル

時系列は、集団の動態や過程の時間発展を表します。これらは離散的な時間間隔でサンプリングされたデータ内のパターンおよび動作の識別、モデル化、および予測に使用されます。

このタイプのデータには、timeseries オブジェクトよりも timetable が推奨されます。timetable は、さまざまな型のタイムスタンプ付きデータを格納でき、整列、結合、および計算の実行を行うための広範なサポート関数セットが用意されています。timetable の使用を開始するには、timetable の作成を参照してください。

関数

すべて展開する

timeseriestimeseries オブジェクトの作成
timeseries2timetabletimeseries オブジェクトの timetable への変換 (R2021b 以降)
resampletimeseries または tscollection の時間ベクトルをリサンプリングする
synchronize2 つの timeseries オブジェクトを共通の時間ベクトルを使用して同期およびリサンプリングする
detrendtimeseries オブジェクトからの平均値または最適な近似の減算
filtertimeseries オブジェクトの周波数成分の変更
idealfiltertimeseries の理想フィルター
plottimeseries のプロット
appendtimeseries オブジェクトを時間順に連結
addsampleデータ サンプルを timeseries オブジェクトに追加
delsampletimeseries オブジェクトからサンプルを削除
setabstimetimeseries または tscollection の時間を日付文字ベクトルとして設定する
setinterpmethodtimeseries オブジェクトに既定の内挿法を設定
setuniformtimetimeseries の等間隔時間ベクトルの修正
getsamplestimeseries のサブセット
getsampleusingtimetimeseries または tscollection データのサブセット
getdatasamplestimeseries データ サンプルへのアクセス
getdatasamplesizetimeseries データ サンプルのサイズ
getabstimetimeseries または tscollection 時間ベクトルを cell 配列に変換する
getinterpmethodtimeseries の内挿法
getqualitydesctimeseries のデータ特性
iqrtimeseries データの四分位数間範囲
maxtimeseries データの最大値
meantimeseries データの平均値
mediantimeseries データの中央値
mintimeseries データの最小値
stdtimeseries データの標準偏差
sumtimeseries データの和
vartimeseries データの分散
tscollectiontscollection オブジェクトの作成
addtstimeseriestscollection に追加
removetstscollection からの timeseries の削除
addsampletocollectionサンプルを tscollection に追加
delsamplefromcollectiontscollection からサンプルを削除
gettimeseriesnamestscollectiontimeseries の名前
settimeseriesnamestscollectiontimeseries の名前の変更
tsdata.eventtsdata.event オブジェクトの作成
addeventtimeseries へのイベントの追加
deleventtimeseries からイベントを削除
findEvent名前による tsdata.event のクエリ
getTimeStrtsdata.event 時間のクエリ
gettsafterateventイベント時またはイベント後の timeseries の作成
gettsaftereventイベント後の timeseries の作成
gettsateventイベント時の timeseries の作成
gettsbeforeateventイベント時またはイベント前の timeseries の作成
gettsbeforeeventイベント前の timeseries の作成
gettsbetweeneventsイベント間の timeseries の作成

トピック

関連情報