StatUoB
This is stat
This is stat
Fichier Détails
Cartes-fiches | 44 |
---|---|
Langue | English |
Catégorie | Mathématiques |
Niveau | Université |
Crée / Actualisé | 08.10.2017 / 29.10.2017 |
Lien de web |
https://card2brain.ch/box/20171008_statuob
|
Intégrer |
<iframe src="https://card2brain.ch/box/20171008_statuob/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
If data are spread out, the range, variance and standard deviation will decrease (T/F)?
F
If the data values are all the same, the range, vairance and standard deviation will be zero?(T/F)
T
All the range, variance, and standard deviation cannot be negative? (T/F)
T
Which of the following statistics is not a measure of central tendency?
Which of the following statements about the median is NOT true?
In a perfectly shaped symmetrical distribution
Which one is a categorical variable?
Does a high correlation imply there is a
causality between two variables? (T/F)
Which does not describe correlation
accurately?
Which statement is true?
What is the error (residual)? Y = 40 and Yhat = 20
Cost = 25.2 - 4.4 Capacity
Which one best describes the equation above?
Regression can explain all the variations in
data?
Given for a SST, which model do you prefer in
regression modelling?
If you calculate SSR / SST, would it fairly explain
how much a model can explain the data?
Which describes correlation and r 2 the best?
What is correlation?
The correlation ρ (= the coefficient of correlation) represents a strength / direction of linear relationship between two variables.
The correlation ρ (= the coefficient of correlation) represents a strength / direction of linear relationship between two variables
The correlation has the following features:
- Unit free
- Range between –1 and 1
- The closer to –1, the stronger the negative linear relationship
- The closer to 1, the stronger the positive linear relationship
- The closer to 0, the weaker the linear relationship
How to compute standard deviation from scratch?
- Compute the difference between each value and the mean.
- Square each difference.
- Add the squared differences.
- Divide this total by n to get the variance.
- Take the square root of the variance to get the standard deviation.
Mean mode and median?
- The mean is generally used, unless extreme values (outliers) exist.
- The median is often used, since the median is not sensitive to extreme values.
- e.g. median home prices are often reported for a region; Median is less sensitive to outliers.
- In many situations it makes sense to report both the mean and the median.
What is correlation?
The correlation ρ (= the coefficient of correlation) represents a strength / direction of linear relationship between two variables.
The correlation has the following features:
- Unit free
- Range between –1 and 1
- The closer to –1, the stronger the negative linear relationship
- The closer to 1, the stronger the positive linear relationship
- The closer to 0, the weaker the linear relationship
What are random variables and probability distributions?
Random variables and probability distributions:
- X --> A random variable is a numerical measure of the outcome from a probability experiment, so its value is determined by chance. Typically, denoted as the letter, X.e.g. rolling a dice
- A probability distribution is a table, formula, or graph that describes the values of a random variable and the probability associated with these values.
What are the different probability distributions?
- Discrete variables produce outcomes that come from a counting process (e.g. number of classes you are taking)
- Continuous variables produce outcomes that come from a measurement (e.g. your annual salary, or your weight).
How can we calculate the probability that X equals a certain value in a continuous distribution?
- In continuous distributions, the probability that X equals to a certain value is zero à Because there is no area.
What is a uniform distribution?
- The uniform distribution is a probability distribution that has equal probabilities for all possible outcomes of the random variable.
- Also called a rectangular distribution
density function => 1/(b-a)
What is normal distribution and what is the probability of mean +- 1 sd, 2 sd and 3 sd?
- Bell Shaped, Symmetrical, Mean = Median = Mode
- Location is determined by the mean, μ
- Spread is determined by the standard deviation, σ
- The random variable has an infinite theoretical range
- μ ± 1σ encloses about 68% of X’s
- μ ± 2σ covers about 95% of X’s
- μ ± 3σ covers about 99.73% of X’s
What are discrete probability distribution and what are the rules?
Recap: Discrete variables à Variables producing outcomes that come from a counting process.
Rules:
- A fixed number of observations, n
- e.g. 15 tosses of a coin
- e.g. 10 light bulbs taken from a warehouse
- Constant probability for the event of interest occurring (π) for each observation
- e.g. Probability of getting a tail is the same each time we toss the coin.
- Each observation is categorized as to whether the “event of interest” occurred or not.
- e.g. head or tail in each toss of a coin
- e.g. defective or not defective light bulb
- When the probability of the event of interest is represented as π, then the probability of the event of interest not occurring is 1 – π.
- Observations are independent
- The outcome of one observation does not affect the outcome of the other
negatively skewed (LS) when p > 0,5; Symmetric when n = 10 and p = 0,5 and prositively skewed (RS) when p < 0,5
Mean = np
Var = np(1-p)
Sd = sqrt(var)
What is probability?
- A quantitative measure of uncertainty
- A measure of the strength of belief in the occurrence of an uncertain event
- A measure of the degree of chance or likelihood of occurrence of an uncertain event
- Measured by a number between 0 and 1 (or between 0% and 100%)
What is set, empty set, universal set, compelement, intersection, union, mutually exclusive and partition in term of probability?
set: a collection of elements or objects of interest
empty set : a set containing no elements
universal set: a set containing all possible elements
complement (not): the compelement of A is Abar and is a set containing all elements of S not in A.
Intersection AND: a set containing all elements in both A and B AnB
Union( OR): a set containing all elements in A or B. AuB
Mutually exclusive: or disjoint set: Sets having no elements in commen, having no intersection, whose intersection is the empty set.
Partition: a collection of mutually exclusive sets which together include all possible elements, whose union is the universal set. AKA collectively exhaustive.
What is an experiment?
- Process that leads to one of several outcomes
- Each trial of an experiment has a single observed outcome
- The precise outcome of a random experiment is unknown before a trial.
What are events in probability?
Sample Space or Event Set: Set of all possible outcomes (universal set) for a given experiment. --> Roll a six-sided dice S={1,2,3,4,5,6}
Event: Collection of outcomes having a common characteristic. --> Even numbers A = {2,4,6}.
Probability of an event: Sum of the probabilities of the outcomes of which it consits --> P(A) = P(2) + P84 + P(6)
Permutations and combinations, what formulas?
Order important:
- replace = True = n^k
- replace = false = n!/(n-k)!
Order not important:
- replace =True = (n-1+k)!/(n-1)!k! --> not important
- replace = false = (n k)