update
This commit is contained in:
parent
1ab3c852df
commit
89ca945961
|
@ -20,7 +20,7 @@ def addStandardDeviations($expectationX; $standardDeviationX; $expectationY; $st
|
|||
(pow($expectationX; 2) * pow($expectationY; 2)) as $expectations |
|
||||
($sumX * $sumY - $expectations) as $productVariance |
|
||||
if $productVariance > 0.0000001 then
|
||||
$productVariance | sqrt
|
||||
$productVariance | debug | sqrt
|
||||
else
|
||||
null
|
||||
end;
|
||||
|
|
Loading…
Reference in a new issue