Return predicted values for a design matrix
Parameters: | params : array-like
exog : array-like, optional
exposure : array-like, optional
offset : array-like, optional
linear : bool
|
---|---|
Returns: | An array of fitted values : |
Notes
Any exposure and offset provided here take precedence over the exposure and offset used in the model fit. If exog is passed as an argument here, then any exposure and offset values in the fit will be ignored.
Exposure values must be strictly positive.