Other Statistics from Data Analysis Flashcards

1
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

given a particular probability of 𝑍 < 𝑧, what is the corresponding value 𝑧?

A

qnorm(value z, mean = …, sd = …)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

linear regression modell

A

lm(y ~ x, data = name)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What shadow price will a non-binding constraint have?

A

A shadow price of 0 because there is already an excess of the resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

An inequality constraint is binding if…

A

…the solution makes it an equality. Otherwise, it is nonbinding.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Optimization model: The positive difference between the two sides of the constraint is called…

A

the slack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Slack in an optimization model

A

Surplus amount of a limited resource. Constraints with zero slack are binding. These are the important constraints that influence the optimal solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Reduced Cost in an optimization model:

A
  • The deterioration in the objective function if we force one unit of a sub-optimal activity (zero level) into the optimal solution. Alternatively, the amount by which we need to improve the contribution of sub-optimal activities before they could enter the optimal solution on their own merit.
  • A reduced cost for a product not in the optimal mix indicates how much greater its margin would have to be before it would enter the optimal mix.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Shadow (Dual) Price in an optimization model:

A

The amount by which the objective value will improve if we relax the constraint by one unit. It is the most we are willing to pay to obtain an additional unit of that resource.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

get probability of z-value - function

A

xpnorm(probability, mean =…, sd = …)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly