Q.4.13

Question

Let X be a binomial random variable with parameters (n, p). What value of p maximizes P{X = k}, k = 0, 1, ... , n? This is an example of a statistical method used to estimate p when a binomial (n, p) random variable is observed to equal k. If we assume that n is known, then we estimate p by choosing that value of p that maximizes P{X = k}. This is known as the method of maximum likelihood estimation. 

Step-by-Step Solution

Verified
Answer

In the given information the answer is p=kn

1Step 1:Given Information

We are require to findp0,1 which maximize the probability

P(X=k)=nkpk·(1-p)n-k

where k is some fixed number. consider the logarithm of expression we have

logP(X=k)=lognk+k·logp+(n-k)log(1-p)


2Step 2:Calculation

We need to maximize the function pk.

logp+(n-k)log(1-p).call the functiong.

we have that 

dgdp=kp-n-k1-p=0

since, equation is equal to k(1-p)=(n-k) p.which is satisfied forp=kn.

3Step 3:Final Answer

The answer isp=kn.