java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.StatisticCollector
org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance.VarianceCollector
All Implemented Interfaces:
AggregateCollector

@Experimental public class VarianceCollector extends StatisticCollector
AggregateCollector that can compute both sample and population variance based on input of numeric Literals.
Author:
Tomas Kovachev t.kovachev1996@gmail.com
  • Constructor Details

    • VarianceCollector

      public VarianceCollector(boolean population)
  • Method Details