MATLABを用いたビッグデータ解析について
1 view (last 30 days)
Show older comments
以下のサイトでビッグデータの勉強をしています。
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というファイルはどこかで事前にダウンロードしておくものなのでしょうか。
よろしくお願いいたします。
0 Comments
Accepted Answer
Kojiro Saito
on 15 Feb 2021
LOBVars.matのファイルの場所は以下のコマンドで調べられますが、
which LOBVars.mat
MATLAB_ROOT\examples\finance\data\LOBVars.mat
にあります。financeというフォルダはFinancial Toolboxのフォルダですので、
Financial Toolboxをインストールしておく必要があります。
あと、こちらの例では他にStatistics and Machine Learning Toolboxも使用しています。
More Answers (0)
See Also
Categories
Find more on インストールとライセンスの紹介 in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!