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