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というファイルはどこかで事前にダウンロードしておくものなのでしょうか。
よろしくお願いいたします。

 Risposta accettata

Kojiro Saito
Kojiro Saito il 15 Feb 2021

2 voti

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

1 Commento

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

Accedi per commentare.

Più risposte (0)

Richiesto:

il 15 Feb 2021

Commentato:

il 17 Feb 2021

Community Treasure Hunt

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

Start Hunting!