記事 での「STAn」の検索結果 168件
読書中: Bayesian Statistical Modeling with Stan, R, and Python (5章まで)
第5章 Basic Regressions and Model Checking 5.7節 練習問題まで。離散分布の事後予測検査には楽をして、bayesplotパッケージのppc_barsとppc_r..
タグ: STAn 統計学
読書中: Bayesian Statistical Modeling with Stan, R, and Python (5章5.5節まで)
第5章 Basic Regressions and Model Checking 5.5節 Poisson Regerssion まで。Posterior Predictive Check (事後予測..
タグ: STAn 統計学
読書中: Bayesian Statistical Modeling with Stan, R, and Python (4章まで)
第4章 Simple Linear Regression まで。この章から章末演習あり。
Matsuura K (2022) Bayesian Statistical Modeling with..
タグ: STAn 統計学
読書中: Bayesian Statistical Modeling with Stan, R, and Python (3章まで)
第3章 Overview of Stan まで。
Matsuura K (2022) Bayesian Statistical Modeling with Stan, R, and Python..
タグ: STAn 本
読書中: Bayesian Statistical Modeling with Stan, R, and Python
2.2 Likelihood and Maximum Likelihood Estimation (MLE) まで。最尤推定の説明。最後に最尤推定の難点として、overfit, diverge lik..
タグ: 本 統計学 STAn
Bayesian Statistical Modeling with Stan, R, and Python
Matsuura K (2022) Bayesian Statistical Modeling with Stan, R, and Python. Springer.
こちらも見逃していたので、..
タグ: 本 統計学 STAn
Tokyo.R 105 での発表
昨日開催の第105回R勉強会@東京 (Tokyo.R)のライトニングトークで発表しました。
発表スライド: RとStanで微分方程式入りのモデル
タグ: STAn R
[R] [Stan] ベータ回帰
ふと、Rのbetaregパッケージと、Stanとで、ベータ回帰をやってみましたので、メモです。
タグ: R STAn
Stan: 常微分方程式をつかったモデルのパラメーター推定 2022年版
Stan: 常微分方程式をつかったモデルのパラメーター推定から8年たって、Stanの関数もかわっている(最近のものはマニュアルのOrdinary differential equation (ODE)..
タグ: STAn
[Stan] 直径階級データのワイブル分布へのあてはめ
樹木の直径データですが、ヒストグラムの形でしか公開されていないとか、そもそも2cm刻みとかで測定されていたりする場合があります。こういう直径階級データをStanでワイブル分布にあてはめます。
タグ: STAn
[Stan] 切断・打ち切りデータのワイブル分布へのあてはめ
樹木の直径データを測定するとき、一定未満のサイズのものは測定しなかったり、数だけ数えるという場合があります。こうしたデータをStanでワイブル分布にあてはめます。
やっていることは、Stan U..
タグ: STAn
Stan: 3母数ワイブル分布の推定
樹木の直径分布によく使われる3母数ワイブル分布(分布をX軸方向に平行移動させる位置パラメータが加わる)のパラメータをStanで推定してみました。
タグ: STAn