Find MLE for f(y/x) = (x + 1)y^x, 0 < y < 1 and x > -1

  • Context: Graduate 
  • Thread starter Thread starter J Flanders
  • Start date Start date
  • Tags Tags
    Mle Statistics
Click For Summary
SUMMARY

The discussion focuses on finding the Maximum Likelihood Estimator (MLE) for the probability density function defined as f(y | x) = (x + 1)y^x, applicable for 0 < y < 1 and x > -1. The likelihood function is expressed as L = (x + 1)^n * product from i = 1 to n of (y[i]^x). The log-likelihood is derived as ln(L) = nln(x + 1) + x * Σln(y[i]), and the MLE for x is obtained by taking the derivative, leading to the estimator x = [-n - Σln(y[i])] / Σln(y[i]). This method effectively maximizes the likelihood function with respect to x.

PREREQUISITES
  • Understanding of Maximum Likelihood Estimation (MLE)
  • Familiarity with probability density functions (PDFs)
  • Knowledge of logarithmic differentiation
  • Basic statistical concepts of independent random variables
NEXT STEPS
  • Study the properties of Maximum Likelihood Estimators in statistical inference
  • Learn about the implications of independence in probability distributions
  • Explore advanced techniques in logarithmic differentiation
  • Investigate applications of MLE in real-world data analysis scenarios
USEFUL FOR

Statisticians, data scientists, and researchers involved in statistical modeling and estimation techniques, particularly those working with likelihood functions and probability distributions.

J Flanders
Messages
5
Reaction score
0
This is my question: Find the Maximum Likelihood Estimator for
f(y / x) = (x + 1)y^x, 0 < y < 1 and x > -1 OR 0, elsewhere.

I think this is how you get started, but I get confused. I'm not sure how to continue.
The likelihood function defined as the joint density of Y1, Y2, ..., Yn evaluated at y1, y2, ..., yn is given by
L = product from i = 1 to n of (x + 1)(yi^x) = (x + 1)^n * product from i = 1 to n of (yi^x).
I'm sorry for the notation. Any help is obviously appreciated.
 
Physics news on Phys.org
Your question can be restated as:

Find the MLE of x given:

f(y | x) = (x + 1)y^x, 0 < y < 1 and x > -1
f(y | x) = 0 elsewhere.

I am assuming that (i) f is the pdf of "y given x" and (ii) the y's are independent.

Then, the simplest procedure would be to take the log of L(x) = \prod_{i = 1}^n (x + 1)y_i^x and maximize it with respect to x.
 
Last edited:
So I get:

ln[((x+1)^n)*(y1^x)*(y2^x)*...*(yn^x)], but I don't see how you maximize this.

I would imagine you take the derivative and set it equal to zero, but I cannot solve for x. What is the maximum value for x?

Thanks for the help from before.
 
OK, I just want to check this.

I get:
ln[((x+1)^n)*(y1^x)*(y2^x)*...*(yn^x)] =
nln(x+1) + x[ln(y1) + ln(y2) + ... + ln(yn)

I take the derivative with respect to x and set it equal to zero:
n/(x+1) + ln(y1) + ln(y2) + ... + y(n)
and with algebra this implies

x (the estimator) = [-n - ln(y1) - ln(y2) - ... - ln(yn)] / [ln(y1) + ... + ln(yn)

Does this make sense? Thanks again for your help; it is appreciated.
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K