Class | Description |
---|---|
AbstractAggregation |
Defines the pattern for processing numerical values via an abstract implementation that iterates over the collection
of JSONArray entities and verifies that each is a numerical value and then passes that along the abstract methods
Created by mattg on 6/26/15.
|
Average |
Provides the average of a series of numbers in a JSONArray
Created by mattg on 6/26/15.
|
Max |
Defines the summation of a series of JSONArray numerical values
Created by mattg on 6/26/15.
|
Min |
Defines the summation of a series of JSONArray numerical values
Created by mattg on 6/26/15.
|
StandardDeviation |
Provides the standard deviation of a series of numbers
Created by mattg on 6/27/15.
|
Sum |
Defines the summation of a series of JSONArray numerical values
Created by mattg on 6/26/15.
|
Copyright © 2016. All rights reserved.