Bivariate Poisson Regression in R?

前端 未结 2 2204
栀梦
栀梦 2021-02-20 06:44

I found a package \'bivpois\' for R which evaluates a model for two related poisson processes (for example, the number of goals by the home and the away team in a soccer game).

相关标签:
2条回答
  • 2021-02-20 06:52

    You can feel free to refer to odds modelling and testing inefficiency of sports-bookmakersas I had modified the relevant functions inside bivpois package.

    0 讨论(0)
  • 2021-02-20 06:54

    While CRAN does not host a current binary of bivpois, you can build the package from the archived source code (see http://cran.r-project.org/doc/manuals/R-exts.html#Checking-and-building-packages ). Building bivpois 0.50-3.1 from source (available at http://cran.r-project.org/src/contrib/Archive/bivpois/) works for me on R 2.15.0 Windows x64. The zipped Windows binary I built is available here: http://commondatastorage.googleapis.com/jthetzel-public/bivpois_0.50-3.1.zip .

    0 讨论(0)
提交回复
热议问题