|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSALPMPE.ApproxLP.prob
public static class ApproxLP.prob
Defines the transition dynamics for the model (subclass).
| Field Summary | |
|---|---|
(package private) double |
Down
Probability of decreasing quality level |
(package private) double |
Stay
Probability of maintaining quality level |
(package private) double |
Up
Probability of increasing quality level |
| Constructor Summary | |
|---|---|
ApproxLP.prob()
Initialize the transition probability structure. |
|
| Method Summary | |
|---|---|
void |
setProb(double investment,
int level,
double inGamma)
Sets up transition probabilities depending on the investment decision and the current quality of the firm. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
double Up
double Stay
double Down
| Constructor Detail |
|---|
public ApproxLP.prob()
| Method Detail |
|---|
public void setProb(double investment,
int level,
double inGamma)
investment - Investment decision.level - Quality of the firm.inGamma - Appreciation factor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||