Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I have data from two sources; the two data sets were obtained from different geographical locations and at different historical times. I do not want to pool them into one data set sample and lose information about differing values of parameters that generated those collections, but I also cannot use Bayesian hierarchical model, since there would be just two unobservables from which I could not learn anything about hyperparameters. Is there any possible models that could be used in such a problems?

I know that the question is a bit vague, but I am open to various possibilities.
EDIT
The data are counts, distributed as Poisson with intensities $\lambda _{1}$ and $\lambda _{2}$. Suppose I have two data samples that comes from similar objects and represents number of failures over some period of time. I want to estimate both rates. I don't want to pool them because, for example, the operating conditions (environmental conditions) were different for those two data sources so that intensities were not identical. But I want to be able to borrow some information from each data sample like in hierarchical Bayesian model. But, as I already said, for hierarchical model there is just not enough data sources.

share|improve this question
Well, you should at least tell what type of data you have and what to want to do with it... – nico Sep 18 '12 at 17:52
Updated the question. Hope, it will be more informative. – Tomas Sep 18 '12 at 18:03
I did a bunch of editing; I hope it is now what you wanted to ask – Peter Flom Sep 18 '12 at 23:34
Where's the hierarchy? Why Bayesian? If you know that a variable is distributed as Poisson, it is simple to estimate the mean - just find the mean. – Peter Flom Sep 18 '12 at 23:36
Thanks for those few edits. I think it was clear that I do not want to estimate the mean in the simplest way, i.e. by pooling data into one sample. If I would have more data sources, say 10 or 20, then I would just use Bayesian hierarchical model (why Bayesian? Because for me it is the most natural way to do statistical inference. Why hierarchical? Because it is very nice way to account for cour-to-source variability). But hierarchical for two data sources would be of no use. That is way I am looking for another posible way to analyze these two data sets without complete pooling. – Tomas Sep 19 '12 at 7:06

1 Answer

up vote 1 down vote accepted

Channeling Andrew Gelman:

I think you do want to use a hierarchical model. There are two hyperparameters so there's some non-identifiability, but that's the reality, and just means you'll have to make stronger assumptions about the hyper parameters to get something reasonable. You can learn something about the hyper parameters, just not a lot. The data will rule out some combinations of hyperparameters.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.