Package edu.pdx.cs410J.grader
Class ProjectTimeEstimatesSummary.TimeEstimatesSummary
java.lang.Object
edu.pdx.cs410J.grader.ProjectTimeEstimatesSummary.TimeEstimatesSummary
- Enclosing class:
- ProjectTimeEstimatesSummary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
int
getCount()
double
double
double
double
double
(package private) static double
lowerQuartile
(List<Double> doubles) (package private) static double
median
(Collection<Double> doubles) (package private) static double
upperQuartile
(List<Double> doubles)
-
Constructor Details
-
TimeEstimatesSummary
TimeEstimatesSummary(Collection<Double> estimates)
-
-
Method Details
-
lowerQuartile
-
upperQuartile
-
median
-
getCount
-
getMaximum
-
getMinimum
-
getMedian
-
getUpperQuartile
-
getLowerQuartile
-
getAverage
-