Other Statistics from Data Analysis Flashcards
given a particular probability of 𝑍 < 𝑧, what is the corresponding value 𝑧?
qnorm(value z, mean = …, sd = …)
linear regression modell
lm(y ~ x, data = name)
What shadow price will a non-binding constraint have?
A shadow price of 0 because there is already an excess of the resource
An inequality constraint is binding if…
…the solution makes it an equality. Otherwise, it is nonbinding.
Optimization model: The positive difference between the two sides of the constraint is called…
the slack
Slack in an optimization model
Surplus amount of a limited resource. Constraints with zero slack are binding. These are the important constraints that influence the optimal solution
Reduced Cost in an optimization model:
- 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.
Shadow (Dual) Price in an optimization model:
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.
get probability of z-value - function
xpnorm(probability, mean =…, sd = …)