|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSALPMPE.Fdist
public class Fdist
Defines distribution function of scrap value and entry cost random variables.
Constructor Summary | |
---|---|
Fdist()
Defines a new instance of distribution function. |
Method Summary | |
---|---|
static double |
EdistExit(double x)
expected value of scrap value conditional of leaving industry for a given exit threshold. |
static double |
FdistEntry(double x)
probability of entry for a given threshold entry value. |
static double |
FdistExit(double x)
probability of staying on industry for a given threshold exit value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fdist()
Method Detail |
---|
public static double FdistEntry(double x)
x
- entry threshold.
public static double FdistExit(double x)
x
- exit threshold.
public static double EdistExit(double x)
x
- exit threshold.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |