halo.halflife.alpha
Interface Alpha

All Known Implementing Classes:
AlphaCellDivision, AlphaConstant

public interface Alpha

Contains the function alpha used for half life calculation

Author:
Stefanie Kaufmann

Method Summary
 double alpha(double t)
          Function that calculates alpha for a given time point t
 

Method Detail

alpha

double alpha(double t)
Function that calculates alpha for a given time point t

Parameters:
t - A time point t
Returns:
The alpha for this time point