For NHST vs
, theoretically,
is s.t.
, rather than zero. Nevertheless, pratically a large t, rejecting both
and
, should not be counted as any evidence to retain or reject
.
To verify the shape of –
x<-.01*(-1000:1000);
plot(x,y=dt(x-1,df=5,ncp=0)/dt(x,df=5,ncp=0),type="l");
###compare to the noncetrality case--
## plot(x,y=dt(x,df=5,ncp=1)/dt(x,df=5,ncp=0),type="l");
{ 2 } Comments
The complication dwells in that the alternative hypothesis is single. If the alternative are multiple, that is, [tex] \mu>0[/tex], the theoretically best reject-domain is still [tex] T > criterion[/tex].
Multiple alternatives usually involve the bias problem. The best reject-domain for one single alternative may be inappropriate (biased) for the other single alternative. The appropriate RD set for multiple alternatives is a strict subset of the appropriate RD set for a single alternative.
厉害
Post a Comment