Questions tagged [curved-exponential-family]

3 questions
7
votes
1 answer

Whether the minimal sufficient statistic is complete for a translated exponential distribution

Let $X_1, X_2..., X_n$ follows iid negative exponential distribution with pdf $$f(x) = \frac{1}{\theta^2} \: e^{-\frac{(x-\theta)}{\theta^2}} \: \: I_{(x>\theta)} $$ I have to show whether the minimal sufficient statistic for this pdf is complete or…
3
votes
1 answer

Example of curved exponential family with $T$ being a complete statistic?

Is there any example of curved exponential family with $T$ being a complete statistic? Here $T$ is the sufficient statistic.
1
vote
1 answer

Linear relations between statistics in exponential family of distributions

I am reading about point estimation from Theory of Point Estimation by Lehmann and Casella (1999). I couldn't understand the following point mentioned in p.24, under the exponential family of distributions : An exponential family of distributions…
user280150