Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
statsmodels ルーチンでマスクされた配列 (または nan を含む配列) を使用する一般的なトリックはありますか? たとえば、pacf と acf?
一般に、関数はマスクされた配列について何も知りません。Model クラスは、欠損値処理のために欠損キーワードを受け入れます。ただし、acf/pacf には何もないと思います。これらの関数は欠損データに対してどのような処理をすると思いますか? 例と理想的には別の統計パッケージからの比較結果の参照を添えて github に問題を提出していただければ、私はそれを調べることができます。
https://github.com/statsmodels/statsmodels/issues