regr_count
Calculates the linear regression coefficient for the count of pairs of x and y values where x and y are not unbound.
Returns: decimal
Table 1.
Parameter | Type | Description |
|---|---|---|
ys | decimal, double | the independent variable |
xs | decimal, double | the dependent variable |
Example
Query
PREFIX : <https://ddw-doccorp.linked.data.world/d/sparql-aggregation-sample-queries/>
PREFIX agg: <http://data.world/function/aggregate#>
SELECT (agg:regr_count(?foo, ?bar) AS ?regr_count)
{
[
:col-aggregations-foo ?foo ;
:col-aggregations-bar ?bar
]
}Table 1. Results
regr_count |
|---|
6 |