Simulated optics experiment/Data analysis: Difference between revisions

→‎{{header|Wren}}: Updated in line with Python bug fix.
(→‎Task description: Typo in formula for contrast.)
(→‎{{header|Wren}}: Updated in line with Python bug fix.)
Line 1,099:
var kappaL2R2 = computeCorrelationCoefficient.call(anglesL[1], anglesR[1], dataL2R2)
 
var chshContrast = -kappaL1R1 + kappaL1R2 + kappaL2R2kappaL2R1 + kappaL2R2
 
// The nominal value of the CHSH contrast for the chosen polarizer
Line 1,136:
45° 67° +0.710296
 
CHSH contrast +2.825766811781
2*sqrt(2) = nominal +2.828427
difference -0.002661016646
 
CHSH violation +0.825766811781
</pre>
9,488

edits