Class StandardDeviationCollector

  • All Implemented Interfaces:
    org.eclipse.rdf4j.query.parser.sparql.aggregate.AggregateCollector

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

      • StandardDeviationCollector

        public StandardDeviationCollector​(boolean population)