Skip to main content

var_samp

Sample Variance

Returns: decimal

Table 1.

Parameter

Type

Description

value

decimal, double

the values from which to take the variance



Example

Query

PREFIX : <https://ddw-doccorp.linked.data.world/d/sparql-aggregation-sample-queries/>
PREFIX agg: <http://data.world/function/aggregate#>

SELECT (agg:var_samp(?foo) AS ?var_samp)
{
    [ :col-aggregations-foo ?foo ]
}

Try the query

Table 1. Results

var_samp

1151.3667