書籍「データ解析のための統計モデリング入門」6章「GLMの応用範囲を広げる」の Python写経活動記録 です。 この記事は 一般化線形モデル(GLM)の一種「ポアソン回帰」を実践 します。 今回は オフセット項 を線形予測子に取り入れます。 では書籍を開い ...
# you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 parser ...
# Copyright 2016 The BigDL Authors. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the ...
正規分布は確率変数が連続値をとる連続型確率分布です。 前回記事までに頻出したポアソン分布や二項分布は確率変数が離散値をとる離散型確率分布でした。 実は、連続型確率分布の尤度関数は離散型確率分布の尤度関数と意味合いが異なります ...