|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSALPMPE.Profit10
public class Profit10
Defines the single period profit function for the capacity competition model.
| Field Summary | |
|---|---|
(package private) static double[] |
qbar
Array of capacities associated to quality levels |
| Constructor Summary | |
|---|---|
Profit10()
Defines a new instance of the profit function. |
|
| Method Summary | |
|---|---|
double[] |
fsolve(int[] s)
Newton method implementation to solve for equilibrium quantities for capacity competition model. |
double[] |
mshare(int[] s)
Computes industry equilibrium market shares for the single-period quantity competition game. |
double[] |
profit(int[] s)
Computes industry equilibrium profits for the single-period quantity competition game. |
double[] |
surplus(int[] s)
Computes industry equilibrium consumer surplus for the single-period quantity competition game. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static double[] qbar
| Constructor Detail |
|---|
public Profit10()
| Method Detail |
|---|
public double[] profit(int[] s)
s - Industry state.
public double[] mshare(int[] s)
s - Industry state.
public double[] surplus(int[] s)
s - Industry state.
public double[] fsolve(int[] s)
s - Industry state.Xtol - Quantity tolerance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||