Inferential Stats

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

1/25

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.

26 Terms

1
New cards

Hypothesis testing

This will conclude or inference about the known parameter.

2
New cards

Hypothesis testing mechanism

we assume Ho (Null Hypothesis) & we dont assume the H1 (opposite of null Hypothesis)

3
New cards

after we perform the experiment what we will do

we accept or reject null hypothesis

4
New cards

P value

it like find the null hypothesis are true. This experiment is performed for verification.

5
New cards

if we have lower p value then it represent

it has null hypothesis

6
New cards

what does a p-value of 0.05 really mean? 

5% probability that the observed results occurred by chance, assuming the null hypothesis is true. In other words, if the p-value is 0.05 or lower, it suggests that the results are statistically significant, and there is strong evidence against the null hypothesis.

This threshold is commonly used to determine whether to reject the null hypothesis in hypothesis testing.

7
New cards

Z test

if we know the population & sample size is know we can find z test.

z-test is used for hypothesis testing when you want to determine if there is a significant difference between sample and population means

8
New cards

T Test

if we dont know population or if we know population but we dont know sample size

9
New cards

Z score

A z-score measures how many standard deviations a data point is from the mean. It is used in standardizing data and conducting hypothesis tests. It is a way to compare the results from a test to a “normal” population.

<p>A z-score measures how many standard deviations a data point is from the mean. It is used in standardizing data and conducting hypothesis tests. It is a way to compare the results from a test to a “normal” population.</p>
10
New cards

Chi Square

used for categorical values. used for significance between 2 categorical variables.

a significant association between two categorical variables.

11
New cards

Anova (analysis of variance)

This will compare mean of 3 or more group to see the different between them.

12
New cards

why do we use anova

  • to test a particular hypothesis between groups

  • the relationship between an independent variable and one quantitative dependent variable

13
New cards

Anova assumption

  1. Independence: Observations must be independent of each other.

  2. Normality: Data within each group should be approximately normally distributed. (bell-shaped curve).

  3. Homogeneity of Variances: Variances among the groups should be approximately equal.

  4. Additivity: The effects of different factors should be additive.

14
New cards

what happen if anova assumptions is failed

Then annova will not work

15
New cards

Chi Squre vs Anova in terms of data tyoe

Categorical & Categorical (Independant Variable) + Categorical (dependant variable)

16
New cards

Chi square vs Anova

testing between categorical values &

testing btween group mean

17
New cards

chi square vs Anova (Analysis of variance) output :

p value , Chi square

P value & group mean

18
New cards

Confidance interval

The confidence interval is generally preferred, as it tells us how likely this interval is to contain the population parameter. This likeliness or probability is called Confidence Level or Confidence coefficient and represented by 1 — alpha, where alpha is the level of significance.

<p>The confidence interval is generally preferred, as it tells us how likely this interval is to contain the population parameter. This likeliness or probability is called Confidence Level or Confidence coefficient and represented by 1 — alpha, where alpha is the level of significance.</p>
19
New cards

Confidance interval formulae

knowt flashcard image
20
New cards

How Does the Width of the Confidence Interval Change With Length?

The width of the confidence interval increases with the confidence level. A higher confidence level, such as 95%, results in a wider interval, indicating more certainty but less precision.

21
New cards

R square

it is a measure of how well the model explains the variance in the dependent variable, with a higher value indicating a better fit.

22
New cards

statistical interaction

An interaction occurs when the effect of one factor (input variable) on the dependent variable (output variable) varies depending on the level of another factor. Essentially, the impact of one factor is not consistent across the different levels of another factor.

23
New cards

concept of statistical power

Statistical power is the probability of correctly rejecting a false null hypothesis. Higher power reduces the likelihood of Type II errors.

24
New cards

Difference Between a Validation Set and a Test Set?

A validation set is used during model training for parameter tuning and to prevent overfitting, making it a part of the training process.

In contrast, a test set is used after training to evaluate the model's performance on unseen data, assessing its predictive power and generalization capability.

25
New cards

Acid

ACID is atomicity, consistency, isolation, and durability.

• Atomicity refers that if any aspect of a transaction fails, the whole transaction fails and the database state remains unchanged.

• Consistency means that the data meets all validity guidelines.

• Concurrency management is the primary objective of isolation.

• Durability ensures that once a transaction is committed, it will occur regardless of what happens in between such as a power outage, fire, or some other kind of disturbance.

26
New cards

KPI

KPI is an acronym for a key performance indicator. It can be defined as a quantifiable measure to understand whether the goal is being achieved or not.

KPI is a reliable metric to measure the performance level of an organization or individual with respect to the objectives. An example of KPI in an organization is the expense ratio.