MATLABを用いたビッグデータ解析について

以下のサイトでビッグデータの勉強をしています。
https://jp.mathworks.com/help/finance/machine-learning-for-statistical-arbitrage-ii-feature-engineering-model-development.html#mw_ce89acd2-e46f-4b90-b439-930fbba619d2
load LOBVarsで「ファイル 'LOBVars' を読み取れません。そのようなファイルまたはディレクトリはありません。」とエラー文が出てしまいます。
このLOBVarsというファイルはどこかで事前にダウンロードしておくものなのでしょうか。
よろしくお願いいたします。

 Akzeptierte Antwort

Kojiro Saito
Kojiro Saito am 15 Feb. 2021

2 Stimmen

LOBVars.matのファイルの場所は以下のコマンドで調べられますが、
which LOBVars.mat
MATLAB_ROOT\examples\finance\data\LOBVars.mat
にあります。financeというフォルダはFinancial Toolboxのフォルダですので、
Financial Toolboxをインストールしておく必要があります。
あと、こちらの例では他にStatistics and Machine Learning Toolboxも使用しています。

1 Kommentar

Kaneko
Kaneko am 17 Feb. 2021
アドオンからFinancial Toolboxをインストールしたらできました。
ありがとうございました。

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Gefragt:

am 15 Feb. 2021

Kommentiert:

am 17 Feb. 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!