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 Peter

tickets #882 and #883 were marked related

comment:2 Changed 6 years ago by Peter

(In [3614]) refs #867 and #882. Interface for Negative Binomiual and Poisson regression

comment:3 Changed 6 years ago by Peter

Owner: changed from Peter to Peter
Status: newassigned

comment:4 Changed 6 years ago by Peter

(In [3617]) fix doxygen errors. refs #867 and #882.

comment:5 Changed 6 years ago by Peter

(In [3658]) refs #883. Implement fitting of Poisson regression model in a private class so functionality can be recycled in Negative Binomaial Regression (refs #867)

comment:6 Changed 6 years ago by Peter

(In [3659]) skeleton for negative binomial regression (refs #867)

comment:7 Changed 6 years ago by Peter

Resolution: fixed
Status: assignedclosed

(In [3663]) Negative Binomial Regression (closes #867)

Note: See TracTickets for help on using tickets.