Maths final

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

1/37

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.

38 Terms

1
New cards

Float time

The amount of time a task can be delayed without causing a delay to other tasks in the project.

2
New cards

Vertices

A node or point where edges meet

<p>A node or point where edges meet</p>
3
New cards

Mean

Calculated by adding up all the numbers in a set, and then dividing by the count of numbers in that set.

4
New cards

Recursive function

A function that repeats or uses its own previous term to calculate subsequent terms and thus forms a sequence of terms.

5
New cards

3 point moving average

We find the mean of the data values for that time period, the previous time period, and the next time period.

6
New cards

Eulerian graph

If all vertices have an even degree then it is this type of graph.

<p>If all vertices have an even degree then it is this type of graph.</p>
7
New cards

Semi-Eulerian trail

An open trail that includes all edges one time. A graph is this if exactly two vertices have odd degree.

<p>An open trail that includes all edges one time. A graph is this if exactly two vertices have odd degree.</p>
8
New cards

An even vertex…

Has an even number of edges attached to it.

9
New cards

An odd vertex…

Has an odd number of edges attached to it.

10
New cards

Matrix

A rectangular array or table of numbers, symbols, or expressions, arranged in rows and columns, which is used to represent a mathematical object or a property of such an object.

11
New cards

Optimal allocation

As a rule, the optimal allocation equalizes the returns of the marginal (or last) unit to be transferred between all the possible uses.

<p>As a rule, the optimal allocation equalizes the returns of the marginal (or last) unit to be transferred between all the possible uses. </p>
12
New cards

Hungarian method

Is a combinatorial optimization algorithm that solves the assignment problem in polynomial time and which anticipated later primal–dual methods. Used to find optimal allocation.

13
New cards

Interpolation

Determining a value from the existing values in a given data set. Another way of describing it is the act of inserting or interjecting an intermediate value between two other values.

14
New cards

Extrapolation

An estimation of a value based on extending the known series or factors beyond the area that is certainly known. In other words, extrapolation is a method in which the data values are considered as points such as x1, x2,

15
New cards

Spanning tree

Is a connected graph using all vertices in which there are no circuits. In other words, there is a path from any vertex to any other vertex, but no circuits.

16
New cards

Cycle

In graph theory, a path that starts from a given vertex and ends at the same vertex is called a cycle.

17
New cards

Explanatory variable

A type of independent variable. It is what a researcher manipulates or observes changes in. In other words, an explanatory variable is the expected cause, and it explains the results.

18
New cards

Response variable

Is a type of dependent variable. It is the one that changes the results. Furthermore, a response variable is the expected effect, and it responds to explanatory variables.

19
New cards

Strong positive association

When one variable moves in one direction, other variables also move in the same direction to the same degree.

<p>When one variable moves in one direction, other variables also move in the same direction to the same degree.</p>
20
New cards

Strong negative association

Meaning that the two variables tend to move in opposite directions.

<p>Meaning that the two variables tend to move in opposite directions.</p>
21
New cards

What is a two way table?

one way to display frequencies for two different categories collected from a single group of people. One category is represented by the rows and the other is represented by the columns.

22
New cards

What is UTC?

Stands for Coordinated Universal Time, a standard used to set all time zones around the world.

23
New cards

UTC example

New York City is in the time zone UTC -5, meaning that it is 5 hours earlier in NYC than the reading on a UTC clock.

Brisbane is in time zone UTC +10, meaning that it is 10 hours later than the reading on a UTC clock.

24
New cards

Latitude

A coordinate that specifies the north–south position of a point on the surface of the Earth or another celestial body.

<p>A coordinate that specifies the north–south position of a point on the surface of the Earth or another celestial body. </p>
25
New cards

Longitude

Geographic coordinate that specifies the east–west position of a point on the surface of the Earth,

<p>Geographic coordinate that specifies the east–west position of a point on the surface of the Earth,</p>
26
New cards

Least squares line

y = mx + b or y = a + bx

It minimizes the squared distances between the line and our points, we can think of this line as the one that best fits our data.

27
New cards

Recurrence relation

An equation that defines a sequence based on a rule that gives the next term as a function of the previous term(s). The simplest form of this is the case where the next term depends only on the immediately previous term.

28
New cards

Compounding

A powerful investing concept that involves earning returns on both your original investment and on returns you received previously. For compounding to work, you need to reinvest your returns back into your account. For example, you invest $1,000 and earn a 6% rate of return.

29
New cards

Arithmetic sequence

A sequence of numbers such that the difference from any succeeding term to its preceding term remains constant throughout the sequence

30
New cards

Trend

A change/relationship over time

31
New cards

Seasonality

Is the presence of variations that occur at specific regular intervals less than a year, such as weekly, monthly, or quarterly

32
New cards

Hungarian algorithm steps

  1. Subtract row minima.

  2. Subtract column minima.

  3. Cover all zeros with the minimum number of lines.

  4. Create additional zeros by finding the smallest element - call it c - that isn't covered by a line.

33
New cards

Cycle

In graph theory, a path that starts from a given vertex and ends at the same vertex

34
New cards

Adjacency matrix

A matrix containing rows and columns which is used to represent a simple labelled graph, with 0 or 1 in the position of (Vi , Vj) according to the condition whether Vi and Vj are adjacent or not.

35
New cards

Seasonal index

A measure of how a particular season through some cycle compares with the average season of that cycle

36
New cards

Equation for seasonal index

Value of season/seasonal average

37
New cards

Network diagram

A representation of a group of objects called vertices that are connected together by lines called edges

38
New cards