Say I have a multivariate model which I expect to have linear fit but with a relative (not absolute) error term:
$ y = \beta X + \epsilon y$
and for which the distributions of the $X$s and $y$ are all approximately exponential.
Is it appropriate to model this data with a Poisson regression? Or if not, what are my alternatives? Use a linear regression but weight each data point by $1/y$?
UPDATE
The dependent variable is total traffic flow at various points on a network. The independents are predicted traffic flow from different submodels (e.g. home-business, business-business, short range traffic, long range traffic etc). So I literally expect the independent to be a weighted sum of the dependent variables, but the distributions are exponential, and error terms higher for higher flows.