मैं मॉडल पूर्वाग्रह है में रुचि रहा है कि तेजी से सिकुड़ती हे ( 1 / √n )
मैं मॉडल पूर्वाग्रह है में रुचि रहा है कि तेजी से सिकुड़ती हे ( 1 / √n )
जवाबों:
सामान्य तौर पर, आपको ऐसे मॉडल की आवश्यकता होती है जहां MLE asymptotically सामान्य नहीं है, लेकिन कुछ अन्य वितरण में परिवर्तित होता है (और यह तेज दर पर ऐसा करता है)। यह आमतौर पर तब होता है जब अनुमान के तहत पैरामीटर पैरामीटर स्थान की सीमा पर होता है। सहज रूप से, इसका मतलब है कि MLE "केवल एक तरफ से" पैरामीटर को अप्रोच करेगा, इसलिए यह "अभिसरण गति में सुधार करता है" क्योंकि यह पैरामीटर के चारों ओर "आगे और पीछे" जाने से "विचलित" नहीं होता है।
एक मानक उदाहरण, MLE के लिए है θ के आईआईडी नमूने में यू ( 0 , θ ) वर्दी आर.वी. की द MLE यहां अधिकतम आदेश आंकड़ा है,
Θ n=यू(एन)
इसका परिमित नमूना वितरण है
एफ θ एन = ( θ n ) nθ एन ,च θ = n ( θ n ) n - 1θ एन
ई ( θ एन ) = nn + 1 θ⟹बी ( θ ) = - 1n + 1 θ
So B(ˆθn)=O(1/n)
One can also verify that to obtain a limiting distribution, we need to look at the variable n(θ−ˆθn)
P[n(θ−ˆθn)≤z]=1−P[ˆθn≤θ−(z/n)]
=1−1θn⋅(θ+−zn)n=1−θnθn⋅(1+−z/θn)n
→1−e−z/θ
which is the CDF of the Exponential distribution.
I hope this provides some direction.
Following comments in my other answer (and looking again at the title of the OP's question!), here is an not very rigorous theoretical exploration of the issue.
We want to determine whether Bias B(ˆθn)=E(ˆθn)−θ
B(ˆθn)=O(1/nδ),√Var(ˆθn)=O(1/nγ),γ≠δ???
We have
B(ˆθn)=O(1/nδ)⟹limnδE(ˆθn)<K⟹limn2δ[E(ˆθn)]2<K′
⟹[E(ˆθn)]2=O(1/n2δ)
while
√Var(ˆθn)=O(1/nγ)⟹limnγ√E(ˆθ2n)−[E(ˆθn)]2<M
⟹lim√n2γE(ˆθ2n)−n2γ[E(ˆθn)]2<M
⟹limn2γE(ˆθ2n)−limn2γ[E(ˆθn)]2<M′
We see that (2)
A) both components are O(1/n2γ)
B) But it may also hold if
limn2γ[E(ˆθn)]2→0⟹[E(ˆθn)]2=o(1/n2γ)
For (3)
n2γ<n2δ⟹δ>γ
So it appears that in principle it is possible to have the Bias converging at a faster rate than the square root of the variance. But we cannot have the square root of the variance converging at a faster rate than the Bias.