Class VarianceCollector

  • All Implemented Interfaces:
    org.eclipse.rdf4j.query.parser.sparql.aggregate.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 Detail

      • VarianceCollector

        public VarianceCollector​(boolean population)