Skip to content

{ Monthly Archives } May 2008

Unexpectedly, the theoretically best reject-domain of T-test is bounded.

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”);

Tagged

Confidence Domain and Not-reject Domain

Either Confidence Interval (CI) or Null Hypothesis Significance Test (NHST) has the same business, to advise whether some sample is or is not disliked by some hypothesized parameter .
NHST.com manages a database. For each Miss , NHST spies out all she dislikes. Mr X logs in NHST.com and inputs a girl name [...]

Tagged