health
Class Fermi

java.lang.Object
  extended by health.Fermi

public class Fermi
extends java.lang.Object

Fermi function for food intake requiremnt of an agent.

Author:
shah

Field Summary
(package private)  double beta
           
(package private)  double zStar
           
 
Constructor Summary
Fermi()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 double returnChildFoodIntake(int age)
           
 double returnValueOfFunction(double z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beta

double beta

zStar

double zStar
Constructor Detail

Fermi

public Fermi()
Method Detail

returnValueOfFunction

public double returnValueOfFunction(double z)

returnChildFoodIntake

public double returnChildFoodIntake(int age)

main

public static void main(java.lang.String[] args)