3: Dimensional Analysis by Covariance

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

1/23

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.

24 Terms

1
New cards

Point cloud

A collection of points - a discrete subset of points within a space.

2
New cards

Euclidian Space (Cartesian Space)

Finite-dimensional, metric vector space of all n-tuples (vectors) of real values.

3
New cards

Metric

The ability to measure the distance between points in the space.

4
New cards

Confidence Interval

The probability that the real model matches the data.

5
New cards

Regression Analysis

Produces an equation that describes the relationship between two variables.

6
New cards

Correlation Analysis

Produces a value that summarises the strength of the relationship between variables.

7
New cards

Additive Linear Model

Relates a single dependent dependent variable to j independent variables.

  • Yi = BiXji + … + B1Xi1 + B0 + ei

8
New cards

Simple Regression Model

A regression model that takes only one independent variable into account (j = 1)

9
New cards

Multiple Regression Model

A regression model that takes more than one independent variable into account (j > 1)

10
New cards

Multiple Regression - Error Rate

If there’s too many parameters in the model, the possibility of an error appearing increases - you have to match more observations.

11
New cards

Residual

The difference between a predicted value and the real observation of the value.

12
New cards

Dispersion (Spread)

The extent to which a stochastic variable varies around a mean value.

13
New cards

Covariance

A way to measure dispersion.

14
New cards

Covariance Formula

  • E(…) is the expected value of the probability distributions.

<ul><li><p>E(…) is the expected value of the probability distributions.</p></li></ul><p></p>
15
New cards

Covariance Formula (Unbiased Estimator)

  • n is the number of observations

  • xi and yi are the observations in general and flat x and y are the means for X, Y respectively.

<ul><li><p>n is the number of observations</p></li><li><p>x<sub>i</sub> and y<sub>i</sub> are the observations in general and flat x and y are the means for X, Y respectively.</p></li></ul><p></p>
16
New cards

Covariance - above zero

When X grows, Y also grows.

17
New cards

Covariance - below zero

When X grows, Y shrinks.

18
New cards

Covariance - close to zero

No discernable trend in the data.

19
New cards

Variance

Covariance of a variable against itself.

<p>Covariance of a variable against itself.</p>
20
New cards

Unbiased Variance Estimator

knowt flashcard image
21
New cards

Eigendecompositions

A factorisation of a matrix into canonical form, represented in eigenvalues and eigenvectors.

22
New cards

Eigenvector Notation

Aq = λq, (A - λI)q = 0

  • A is a transformation matrix.

  • λ is the eigenvalue.

  • q is the eigenvector.

23
New cards

Solving for eigenvalues

Solve for λ with det(A - λI) = 0.

24
New cards

Determinent (det(x))

Given a matrix:
a b

c d

a * d - b * c