Statistics Flashcards

1
Q

A type of statistical test that is used with cardinal data, requires population is normal or meets rules of Central Limit Theorem, and is associated with an increased statistical power

A

Parametric Test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A type of statistical test that is used with ordinal or nominal data or unknown distribution or fail rules of Central limit theorem and is associated with less power than parametric counterparts

A

Non-Parametric Test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A test that is used to compare expected value(s) with a sample mean OR or a difference between two samples. This method requires the knowledge of population standard deviation, normal population or normal sampling distribution, and rarely a unknown standard deviation, large n (>30) then t= z

A

Z Test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A test that is used to compare a sample mean with a population mean, it is used to determine if sample belongs to a population with a known population mean (u) and standard deviation (o’)
p = normcdf(z) ; if z is negative (multiply by 2 for 2-tailed test)
p = 1-normcdf(z); if z is positive (multiply by 2 for 2-tailed test)

A

One sample Z test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

[h,p,ci,zstat] = ztest (x,mu,sigma,alpha,tail)
x = data variable name
mu = population mean
sigma = population standard deviation
alpha = level of significance
tail = ‘both’, ‘left’, or ‘right’

A

1 sample Z-test MATLAB code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

[h,p] - ztest(x, mu, sigma, alpha, tail)

A

2 sample Z test MATLAB code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What do we do when we have more than 2 samples to test?
[p, atab, stats] anova1(data)

A

ANOVA test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A summary statistic that quantitatively describes or summarizes features from a collection of information.

A

Descriptive Statistics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

adding all numbers in a data set and dividing them by how many numbers of figures within the set

A

mean

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

a measure of how dispersed the data is in relation to the mean

A

standard deviation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

a rule that tells you where most o the values lie in a normal distribution( 68% wihtin 1 std of mean, 95% of values are within 2 std of the mean)

A

Empirical rule

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A research study that follows over time groups of individuals who are alike in many ways but differ by a certain characteristic
ex; female nurses who smoke and those who do not smoke
and compares them for a particular outcome (such as lung cancer)

A

Prospective Research Study

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A study that compares two groups of people: those with the disease or condition under study (cases) and a very similar group of people who do not have the disease or condition (controls). Researchers study the medical and lifestyle histories of the people in each group to learn what factors may be associated with the disease or condition. For example, one group may have been exposed to a particular substance that the other was not. Also called case-control study.

A

Retrospective Research study

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

an observational study design

A

cross-sectional research study

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

gives a hypothesis and test for the outcome and compare them to the hypothesis.

A

experimental research study

How well did you know this?
1
Not at all
2
3
4
5
Perfectly