Stats

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Measure of central tendency

A value which describes the centre of the data (mean, median, mode) - position in the data set

2
New cards

When to use each MMM

Mode - qualitative + quantitative

Media - quantitative + extremes

Mean - quantative + accuracte

3
New cards

How to find quartiles

n/4, n/2, 3n/4

If decimal, round up

If whole number, take an average with the next value above.

4
New cards

Interpolation equation + assumption

data is evenly distributed

X-small / Big-small

5
New cards

What does Variance measure

Average squared difference from the mean

6
New cards

What does standard deviation shown

Average distance from the mean

7
New cards

Coding formula

y = x-a/ b

meanY =meanx-a/b

SDy=SDx/b

8
New cards

Outliers and process name

A data point which significantly deviates from the other oberservations in the data set

Removing abnormal values is cleaning the data

9
New cards

Tests for outliers

Quartiles: UL = Q3+k(Q3-Q1), LL = Q1-k(Q3-Q1)

Mean and SD test: UL = Mean+kSD, LL= Mean-kSD

10
New cards

Histogram Formulae

Area = KF

If k =1

FD = F/CW

11
New cards

Bivariate Data

Pairs of values for 2 variables. Uses a scatter diagram.

Independent/ expanatory variable (changed) x axis

Dependent/ response variable (measure) y axis

12
New cards

Describe a regression line

A line which minimises the sum of the squares of the distances of each data point from the line.

13
New cards

Which direction to use a regression line

If you know the independent/ X, you can find the dependan/ Y.

This is line Y on X, to do the other way, you would need X on Y

Can only use it this way round. Can only use data within the set or its extrapolation

14
New cards

Experiment meaning

a repeatable process which gives rise to a number of outcomes

15
New cards

Event meaning

collection of one or more outcomes

16
New cards

Sample space

the set of all possible outcomes

<p>the set of all possible outcomes </p>
17
New cards

Independent vs mutually exclusive events

Mutually exclusive= P(AUB) = PA+PB

Events have no outcomes in common

Independent = P(AnB) = PA x PB

One event has no effect on another

18
New cards

What is a random variable and what are its possible outcomes

Variable whose value depends on the result of a random event. The range of result values is the sample spece.

19
New cards

What is it called where all probabilities are the same

Discrete uniform distribution

20
New cards

When can binomial distribution be used

  • Either success or fail (2 outcomes)

  • fixed probability

  • set number of trials

  • trials are independent from eachother

21
New cards

population parameter

a value which sumarises the characteristics of the population (mean, variance etc.) It is what is tested in hypothesis testing

22
New cards

test statistic

A test statistic is a numerical value calculated from a sample of data during hypothesis testing. It is used to determine how far the sample statistic deviates from the null hypothesis

23
New cards

Notation for PMCC

r = the PMCC for the sample

p = the PMCC for the population

24
New cards

What does PMCC measure

The type and strength of linear correlation between 2 variables

Linear association of 2 variables

25
New cards