Class AccStatStdDevSample
- java.lang.Object
-
- org.apache.jena.sparql.expr.aggregate.AccumulatorExpr
-
- org.apache.jena.sparql.expr.aggregate.lib.AccStatVarSample
-
- org.apache.jena.sparql.expr.aggregate.lib.AccStatStdDevSample
-
- All Implemented Interfaces:
Accumulator
public class AccStatStdDevSample extends AccStatVarSample
Aggregate - statistical standard deviation - sample (i.e. N-1)
-
-
Constructor Summary
Constructors Constructor Description AccStatStdDevSample(Expr expr, boolean distinct)
-
Method Summary
-
Methods inherited from class org.apache.jena.sparql.expr.aggregate.AccumulatorExpr
accumulate, getValue
-
-
-
-
Constructor Detail
-
AccStatStdDevSample
public AccStatStdDevSample(Expr expr, boolean distinct)
-
-