Class StandardDeviationCollector
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.StatisticCollector
org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev.StandardDeviationCollector
- All Implemented Interfaces:
 AggregateCollector
AggregateCollector that can compute both sample and
population standard deviation based on input of numeric Literals.- Author:
 - Tomas Kovachev t.kovachev1996@gmail.com
 
- 
Field Summary
Fields inherited from class StatisticCollector
population, statistics, typeError, ZERO - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class StatisticCollector
addValue, getFinalValue, hasError, setTypeError 
- 
Constructor Details
- 
StandardDeviationCollector
public StandardDeviationCollector(boolean population)  
 - 
 - 
Method Details
- 
computeValue
- Specified by:
 computeValuein classStatisticCollector
 
 -