|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSALPMPE.Profit
public class Profit
Defines the single period profit function.
| Field Summary | |
|---|---|
(package private) Profit10 |
prof10
Profit function associated to capacity competition model |
(package private) Profit99 |
prof99
Profit function associated to quality ladder competition model |
| Constructor Summary | |
|---|---|
Profit()
Defines a new instance of the profit function. |
|
| Method Summary | |
|---|---|
double[] |
mshare(int[] s)
Computes industry equilibrium market shares for the single-period game. |
double[] |
profit(int[] s)
Computes industry equilibrium profits for the single-period game. |
double[] |
surplus(int[] s)
Computes industry equilibrium consumer surplus for the single-period game. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Profit99 prof99
Profit10 prof10
| Constructor Detail |
|---|
public Profit()
| 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||