public class SellingRates
extends java.lang.Object
Constructor and Description |
---|
SellingRates() |
Modifier and Type | Method and Description |
---|---|
static double |
getSaleRateEmpDstr(SellingType type)
Draws the yearly selling rate of Survivor and Spender HH from the empirical distributions (data files)
|
static double |
getSaleRateNrmlDstr(SellingType type)
Draws the yearly selling rate of Survivor and Spender HH from a Normal distribution with a mean and stdev
calculated from the empircial selling rates.
|
public static double getSaleRateEmpDstr(SellingType type)
type
- HH typepublic static double getSaleRateNrmlDstr(SellingType type)
type
-