Opened 7 years ago
Closed 6 years ago
#867 closed request (fixed)
Negative Binomial Regression
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.15 |
Component: | regression | Version: | trunk |
Keywords: | Cc: |
Description
I am implementing negative binomial regression, which is a multivariate. Will probably not have time to rush it into 0.14, so I put it in 0.15.
I will implement a multivariate version. Currently there is one other multivariate regression class MultiDimensional
, and it might be an idea to create a common interface for these classes with at least fit(2)
and predict(1)
functions.
A univariate version can always be achieved by setting n=1. If we feel the need to have a separate class, which inherits from regression::OneDimensional?, we can implement that then, probably by sharing some implementations.
Change History (7)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
comment:3 Changed 6 years ago by
Owner: | changed from Peter to Peter |
---|---|
Status: | new → assigned |
comment:5 Changed 6 years ago by
comment:7 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
tickets #882 and #883 were marked related