Re: Jackknife one step estimator?



tom wrote:
> X_1,X_2,...X_n are iid Bernoulli(p).
> the MLE of p^2 is ( (SUM 1 to n) X_i/n))^2. what is the jackknife
> estimator based on the MLE and how do i find it?


Look up the formula for the jackknife.

Each of the X's is either 0 or 1, so the R=(SUM 1 to n) X_i, then the
corresponding values for the psuedo-samples will be either R or R-1
(you probably need to work out how many of each there will be). Then
go on from there.

There is a well-known formula for an unbiased estimate of p^2 and you
might want to see if the jackknife estimator agrees with it, or is
close to it, as the jackknife estimator is meant to remove some bias
compared to an original estimate.


.



Relevant Pages

  • Re: Unbiased estimator of the parameter of a binomial distribution
    ... The idea is you have a known number of red and black marbles, ... and B black marbles, the maximum likelihood estimator of p, call it p* ... R / k an unbiased estimator. ... I'm arguing that in thise case the MLE of p is in fact a BIASED ...
    (sci.stat.math)
  • Re: Unbiased estimator of the parameter of a binomial distribution
    ... and B black marbles, the maximum likelihood estimator of p, call it p* ... R / k an unbiased estimator. ... You are arguing that the MLE is an UNbiased ...
    (sci.stat.math)
  • Re: Find a consistent estimator?
    ... >It is possible estimator, but there may be no simple explicit solution ... >for the MLE to demonstrate consistency. ... >the MLE not to be consistent. ... Herman Rubin, Department of Statistics, Purdue University ...
    (sci.stat.math)
  • Re: Unbiased estimator of the parameter of a binomial distribution
    ... The idea is you have a known number of red and black marbles, ... and B black marbles, the maximum likelihood estimator of p, call it p* ... say that the conditional expectation given the parameter is the parameter. ... I'm arguing that in thise case the MLE of p is in fact a BIASED ...
    (sci.stat.math)
  • Re: Find a consistent estimator?
    ... It is possible estimator, but there may be no simple explicit solution ... for the MLE to demonstrate consistency. ... the MLE not to be consistent. ...
    (sci.stat.math)