Group Abstract Group Abstract

Message Boards Message Boards

0
|
7.6K Views
|
6 Replies
|
1 Total Like
View groups...
Share
Share this post:

Log-normal as a special case of the generalized gamma distribution

Posted 6 years ago

A limiting special case of the generalized gamma distribution: $$\underset{\kappa \to \infty }{\text{lim}} \frac{\beta}{\Gamma (\kappa )\, \theta} \left(\frac{t}{\theta}\right)^{\kappa\beta -1} e^{-\left(\frac{t}{\theta }\right)^{\beta }}$$

should result in something resembling the pdf of the log-normal distribution.

However, I get precisely zero if I run:

Limit[b/(Gamma[k] s) (t/s)^(k b - 1) Exp[-(t/s)^b], k -> Infinity]

Am I missing something here?



Reference:

  1. Generalized Gamma: log normal as limiting special case
POSTED BY: Sandu Ursu
6 Replies

Is what useless?

This entire thread is remarkably unclear to me. A certain limit was computed, and correctly so. What else was expected?

POSTED BY: Daniel Lichtblau
Posted 6 years ago

So, is this a useless result?

POSTED BY: Sandu Ursu
Posted 6 years ago

[Deleted]

POSTED BY: Sandu Ursu

The limit actually is zero. Not sure what else can be said here.

POSTED BY: Daniel Lichtblau
Posted 6 years ago

I'm not sure if it makes sense to make k to go to infinity, as the mean of the distribution would also go to infinity:

Assuming[\[Theta]>0\[And]\[Beta]>0,Limit[Mean[GammaDistribution[k,\[Theta],\[Beta],\[Mu]]],k->\[Infinity]]]

So the conclusion might be that it is a LogNormalDistribution but with its first parameter also infinity:

Limit[PDF[LogNormalDistribution[\[Mu], \[Sigma]], x], \[Mu] -> \[Infinity]]

which also results in to '0' as the PDF (of course it is a limit, so it is not really 0 but goes closer and closer to 0)

POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard