Class ModelMedianInteger
- java.lang.Object
-
- com.actelion.research.calc.statistics.median.ModelMedianInteger
-
public class ModelMedianInteger extends java.lang.Object
ModelMedianInteger Feb 9, 2012 MvK: Start implementation
-
-
Field Summary
Fields Modifier and Type Field Description int
id
int
lowerQuartile
int
median
int
size
int
upperQuartile
-
Constructor Summary
Constructors Constructor Description ModelMedianInteger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
range()
java.lang.String
toString()
-