SALPMPE
Class Fdist

java.lang.Object
  extended by SALPMPE.Fdist

public class Fdist
extends java.lang.Object

Defines distribution function of scrap value and entry cost random variables.

Version:
2.0

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

Fdist

public Fdist()
Defines a new instance of distribution function.

Method Detail

FdistEntry

public static double FdistEntry(double x)
probability of entry for a given threshold entry value.

Parameters:
x - entry threshold.
Returns:
entry probability.

FdistExit

public static double FdistExit(double x)
probability of staying on industry for a given threshold exit value.

Parameters:
x - exit threshold.
Returns:
probability of not exiting.

EdistExit

public static double EdistExit(double x)
expected value of scrap value conditional of leaving industry for a given exit threshold.

Parameters:
x - exit threshold.
Returns:
conditional expected scrap value.