public class Expenditures
extends java.lang.Object
Constructor and Description |
---|
Expenditures() |
Modifier and Type | Method and Description |
---|---|
static double |
getExpenditures(double nonAgrIncMemb,
double agrIncMemb,
double hhSize)
Regression on HH expenditures from HH data
|
static double |
getMinFoodExp()
logical constrain on minimum food expenditures per HH member (minimum from survey data)
|
static double |
getMinNonFoodExp()
logical constrain on minimum non-food expenditures per HH member (minimum from survey data)
|
static double |
getSpendRate(SellingType type)
Simple method for expenditures for non-livestock owning HH based on distributions of different selling types (expenditure data for those where missing)
|
public static double getExpenditures(double nonAgrIncMemb, double agrIncMemb, double hhSize)
nonAgrIncMemb
- agrIncMemb
- hhSize
- public static double getMinFoodExp()
public static double getMinNonFoodExp()
public static double getSpendRate(SellingType type)
type
-