2

I have plotted price histograms which seem to follow and exponential tail very well.

However, I would also like to parametrize the initial peak in the low price range.

Can suggest what distribution would be appropriate for this? How can I research this in general?

Glorfindel
  • 700
  • 1
  • 9
  • 18
Gerenuk
  • 1,833
  • 3
  • 14
  • 20

1 Answers1

4

The exponential distribution is a special case of the gamma distribution - if you play around with gamma distribution parameters, I think you can probably get pretty close to the shape you're looking for.

I have asked a question about fitting in general before, and got some helpful answers. I have also found Vose's list of probability distributions useful as a first step, although I try to avoid the obscure distributions unless I have the same data as the distribution was developed for (e.g., using a PERT distribution because I actually do have expert opinion data). What I have found most helpful, guideline-wise, is to:

  1. get more comfortable through practice with what distributions are useful for what types of data (example: the beta and gamma distributions are very flexible within their ranges, other not as much but are basically the default for certain situations)
  2. know when you can/cannot rely on assumptions (like deciding to use a normal even though your data only approximate a normal distribution)
  3. and then allowing yourself the flexibility to use your raw data when nothing gets even close to fitting what you have.
HFBrowning
  • 1,116
  • 1
  • 9
  • 24