Search found 30 matches

by jreed
Wed Dec 08, 2021 7:23 am
Forum: Sci.Physics.Foundations
Topic: Re: Coming Soon!
Replies: 194
Views: 31795

Re: Re: Coming Soon!

You don't listen to our arguments against your "simulation". It's using the detection loophole. That should be easy to understand. Let me help you understand it: lambda1 & lambda2 = 0 -> no samples are discarded -> triangle curve and CHSH <2 lambda1 & lambda2 not = 0 -> samples are...
by jreed
Mon Dec 06, 2021 4:06 pm
Forum: Sci.Physics.Foundations
Topic: Re: Coming Soon!
Replies: 194
Views: 31795

Re: Re: Coming Soon!

After the statistical analysis of events loop, add the following statement in both your normal calculation and lambda = 0 calculation: Total[nPP + nPN + nNP + nNN] this will show how many samples were used in each calculation. In the example with lambdas not equal zero, you''ll see about 50% samples...
by jreed
Mon Dec 06, 2021 9:09 am
Forum: Sci.Physics.Foundations
Topic: Re: Coming Soon!
Replies: 194
Views: 31795

Re: Re: Coming Soon!

If you add the Total statement in that run of the program, you would find all samples are used. What do you conclude from that?
by jreed
Mon Dec 06, 2021 6:42 am
Forum: Sci.Physics.Foundations
Topic: Re: Coming Soon!
Replies: 194
Views: 31795

Re: Re: Coming Soon!

If you want to see the effects of data rejection, remove or comment lambda1 and lambda2 in the first do-loop. Then replace these with: lambda1[[i]]=lambda2[[i]]=0. This will do away with data rejection. You will now get all events in the calculation. The output plot will be a perfect triangle. No s...
by jreed
Sun Dec 05, 2021 2:13 pm
Forum: Sci.Physics.Foundations
Topic: Re: Coming Soon!
Replies: 194
Views: 31795

Re: Re: Coming Soon!

If you want to see the effects of data rejection, remove or comment lambda1 and lambda2 in the first do-loop. Then replace these with: lambda1[[i]]=lambda2[[i]]=0. This will do away with data rejection. You will now get all events in the calculation. The output plot will be a perfect triangle. No sa...
by jreed
Sat Dec 04, 2021 12:53 pm
Forum: Sci.Physics.Foundations
Topic: Re: Coming Soon!
Replies: 194
Views: 31795

Re: Re: Coming Soon!

The detection loophole is still alive and well. Nope! Total Events = 4993634. So, we are only missing just a few events out of 5 million trials. Not enough for any detection loophole. Let's discuss how your program works. You set up an array of random angles on a unit sphere (s), then two random va...
by jreed
Fri Dec 03, 2021 12:27 pm
Forum: Sci.Physics.Foundations
Topic: Re: Coming Soon!
Replies: 194
Views: 31795

Re: Re: Coming Soon!

I have looked at your latest version, and here are my comments: You did a great job of getting things to fit the cosine curve. The fitting worked really well. There are now two detectors for each observer. They generate two records for each experiment for each observer. The detection loophole is st...
by jreed
Fri Dec 03, 2021 7:15 am
Forum: Sci.Physics.Foundations
Topic: Are the Bell Fanatics Cowards?
Replies: 15
Views: 3283

Re: Are the Bell Fanatics Cowards?

@gill1109 LOL! Is this off-topic? Well maybe it's not since you are the only non-coward Bell Fanatic. New paper is coming soon. It is so awesome I can hardly contain myself. :mrgreen: :mrgreen: :mrgreen: I’m looking forward to it! Yes, I am too. Don't forget I'm another Bell Fanatic, that makes two...
by jreed
Thu Dec 02, 2021 2:19 pm
Forum: Sci.Physics.Foundations
Topic: Re: Coming Soon!
Replies: 194
Views: 31795

Re: Re: Coming Soon!

I have looked at your latest version, and here are my comments: You did a great job of getting things to fit the cosine curve. The fitting worked really well. There are now two detectors for each observer. They generate two records for each experiment for each observer. The detection loophole is sti...
by jreed
Wed Dec 01, 2021 6:46 am
Forum: Sci.Physics.Foundations
Topic: Re: Coming Soon!
Replies: 194
Views: 31795

Re: Re: Coming Soon!

Fred, can you post the notebook file for these plots? I'd like to see what you are doing.