Saturday, March 3, 2012

Goodbye for Now

Psychic Ball has been down for a while now, and I don't plan on bringing it back up anytime soon. No one was playing it. So no one should miss it.

Tuesday, July 13, 2010

Redoing the Math

I think there was a problem with some of my previous calculations.

I promise to update them.

Math will follow, but for now if you want to take my word for it, a 0.01% affect on the random events (which is a ballpark figure given by PEAR of their Correlations paper (pdf), and having 9,999 events make up a point (as it is now) results in roughly a 50.8% chance of winning a point, which translates into a 58.4% chance of winning a "match" (when you look at it like how Tennis is scored), which is essentially a game of Psychic Ball.

I also think I need to put that little tid bit on the front page, as it generally motivates the belief in the authenticity of this game. This is something I am greatly concerned about.

I'm thinking of redefining the terms to deviate from tennis, where the tiny squares in the middle will be Psi Meter, the big circles will be Points, and the swirly rectangles at the top will be Rounds won.

I think visibly, that's a little more intuitive. When I was showing my sister how to play yesterday she thought the big circles were points automatically, and that makes sense to me, so I'm going to go with it.

Also I have some database work to do in order to get better, easier to generate reports. Specifically making a field in the table that indicates the winner of the game, as opposed to just indicating the score and requiring it be calculated each time based on the game scores, which I don't have being sorted now either.

In the mean time, play Psychic Ball. Much love!

Tuesday, May 25, 2010

Tie Condition Eliminated

The tie condition has been eliminated. A point is now awarded based on 9,999 coin flips, so that there is truly a 50/50 distribution as opposed to a 50.4/49.6 like there was before.

Of course, the statistics calculated before still apply in principle. At one point I ignored the tie condition, but in my last post, since I realized it's probability was 0.4%, I mentioned it. The adjusted value of a 0.01% affect is 0.8%.

I'm going to make stats up 'til this point (10:30 PM Tuesday, May 25th, 2010) be listed under the "Pre-Alpha" section of some upcoming statistics page, and the ones after that under the "Alpha" section.

For now, stats are piled into one, sorry newcomers, your job is 0.4% harder, but I think you can live up to it.

Also, at the top of my to-do list is make the matches won/lost and percent available on the stats page. That should be even greater of a deviation than the number of points won, although exactly how much I haven't calculated yet, but I will.

Enjoy Psychic Ball!

Measured Affect of Mind on Matter by PEAR

So, I've been looking for some mind-matter data to help me get a bearing of, "is Psychic Ball getting the expected results, is this a fun game mechanic," etc. and I found this to be right up my alley.

From http://www.princeton.edu/~pear/pdfs/correlations.pdf (top of page 7)
Consistent with the terminal values listed in Table 1, the average slopes of these two patterns of
achievement, in units of bits deviation per bit processed, are roughly 1.3 × 10–4 and –7.8 × 10–5
respectively.
What that's saying is that people were able to affect the random distribution by about +0.013% when trying to increase the number of events and -0.0078% when trying to decrease the number of events.

I ran the calculation for Psychic Ball, and if you can have a +0.01% affect on the number of 1s that come up in 10,000 calls of rand(0,1) in the PHP script (which Princeton's PEAR suggests that you can), then you increase your chance of winning a point from 50.4% to 51.2%. (The 50.4% is actually because there is roughly a 0.4% chance of splitting 5,000 to 5,000, and right now I'm giving red the tie. I know, not fair, I need to change it. Don't worry, all the data is dated, so I can mark it and distinguish it when I make a change.)

So, the summary is this: Princeton Engineering Anomalies Research (PEAR) shows that on average, people can affect the distribution of random events by more than +0.013%. So shoot for a points won percentage of 51.2% or higher against the computer. Once playing other players is implemented, it will be a whole new ball game.

Keep playing Psychic Ball at http://psychicballgame.com!

Thursday, May 20, 2010

Psychic Ball Scores

So, I'll probably add this report to the a new page soon, but here's what we have so far:

Points WonPoints LostPercentGames PlayedUser
2692300.53913Guest
191918300.511922Zanthir
271 2380.5324 3 Rebi
52 700.4262 1Test
102 93 0.5231 1 Melissa


Sorry, Jing. You're not on the report, because you haven't played any games. I'm going to hold off on any statistical analysis of the data so far, because, well, there is so little, and I expect so much more. It would be interesting, though, to see if it made a difference whether the points awarded are based on one random event, or 10,000. I could always make another mode of play to test that.

Tell me what you think of the data so far. I know there is so little, but I just wanna chat with someone. :)

Tuesday, May 18, 2010

Site Map Up

Please start at http://psychicballgame.com/Home.php. The four working pages are:
  • Home
  • Play
  • Log In
  • Sign Up


Actually there are two Play pages, one if you're not logged in, one if you are. You can link to two broken pages right now, Log Out, and Account. Your logged in status will remain for ten minutes as is.

Enjoy the updates!

Reverse Look Up Table for Psychic Powers

Below is a table that allows you to look up your calculated affect on the probability of each coin flip that goes into determing every point. Since ten thousand (10,000) coin flips go into every point (the little red/blue squares at the center), a small affect on the probability can have a large affect on your probability of winning a point.

For example, a 0.05% affect on your probability of winning a coin flip translates into a 3.98% increase in your probability of winning a point.

Here's how you use it. Look up your calculated % chance of winning a point on your stats page (does not exist yet), and match that as closely as possible to the number at the right, under P(Z > z) = P(Winning a Point). Then go to the left in the same row to find your correlating probability of winning a coin flip.

Enjoy!

n = Number of Trials

p = P(Winning a Coin Flip)

E[X] = np

STD[X] = sqrt(npq)

z = ( 5000 - E[X]/STD[X])

P(Z > z) = P(Winning a Point)

10000

0.5050

5050

49.8075

-1.0001

0.8413

10000

0.5045

5045

49.8080

-0.8000

0.8159

10000

0.5040

5040

49.8084

-0.8000

0.7881

10000

0.5035

5035

49.8088

-0.7000

0.7580

10000

0.5030

5030

49.8091

-0.6000

0.7257

10000

0.5025

5025

49.8094

-0.5000

0.6915

10000

0.5020

5020

49.8096

-0.4000

0.6554

10000

0.5015

5015

49.8098

-0.3000

0.6179

10000

0.5010

5010

49.8080

-0.2000

0.5793

10000

0.5005

5005

50.0000

-0.1000

0.5398

10000

0.5000

5000

50.0000

0.0000

5.0000










*q = 1 - p