問題タブ [emcee]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - pymc3 の多変量線形回帰
私は最近、長い間pymc3
独占的に使用emcee
した後、学習を開始しましたが、概念的な問題に直面しています。
Hogg の Fitting a model to data の第 7 章で練習しています。これには、任意の 2 次元の不確実性を持つ直線への mcmc の当てはめが含まれます。でこれを非常に簡単に達成しましたemcee
が、pymc
いくつかの問題が発生しています。
基本的には、多変量ガウス尤度を使用することになります。
これが私がこれまでに持っているものです。
これによりエラーが発生します。LinAlgError: Last 2 dimensions of the array must be square
MvNormal
そこで、x と y の測定値 ( mu
s) とそれに関連する測定の不確実性 (y_err
と)を渡そうとしていx_err
ます。しかし、それは 2 番目のtau
引数が気に入らないようです。
何か案は?これは可能でなければならない
ありがとう