



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Exam; Professor: Dennis; Class: Statistical Analysis; Subject: Statistics; University: University of Idaho; Term: Unknown 1989;
Typology: Exams
1 / 6
This page cannot be seen from the preview
Don't miss anything!




Randomization: assigning experimental units to treatments at random
ï Eliminates conscious or unconscious bias in assigning units to treatments
ï Spreads variability
Random sample: each of R items is equally likely to appear in a sample of size 8
ï Observational study: permits valid inferences about population parameters
ï Experimental study: that (above), plus serves as a method of randomization (assign 83 units to treatment 3 )
Randomization algorithms
A. Shuffling method
B. Fast method (one pass through the data)
(Vitter, J. S. 1984. Faster methods for random sampling. Communications of the ACM 27:703-718)
ex. Estimating : in a binomial a8 : , bsample
s : „ D
:s - :s !Î# 8
a 1 b
Guess : (or take : œ "# as worst case)
I œ D (^) !Î# :^8 -: Ê pick 8 œ I
D : -: É a^ b^ 1 !Î## a^1 b
Hypothesis tests: typically in the form
H :! ) œ)! ( ) a parameter)
H :a ) Á )!
Test statistic W : reject H (^)! ifW -
Under H , has a etc. depending on
t distribution F distribution chi-square dist
application. But what is the distribution of W if Ha is true?
has a
noncentral t distribution noncentral F distribution noncentral chi-square dist
Noncentral distributions depend on:
sample size
k ) - )!k, the effect size
Design strategy: fix the effect size one wants to be able to detect, and fix 1 - " (the power of the test); solve for the sample size that ìmakes it soî.
In SAS: inverse distribution functions (for calculating critical values) and noncentral distributions are library functions
TINV( :< .0, , - ) PROBT( ,B .0 , - ) FINV( :< .0, (^) " , .0 (^) # , - ) PROBF( ,B .0 (^) " , .0#, - ) CINV( :< .0, , - ) PROBCHI( ,B .0 , - )
Here, - is the ìnoncentrality parameterî which is related to the effect size (formula for - varies between applications).