Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I suggest that you start with a google search on "random number validation". I think you will find some statistical tools that you can run to see how random or not the data actually is. These statistical tests won't tell you what a predictive algorithm would be, but hopefully would give you some idea of whether or not such a thing is even theoretically possible. If the data is truly random, then looking backward over a relatively small interval you may (and probably will) see some pattern. But that piece of data would have no predictive value moving forward.

Of course a key piece of information would be "where do these numbers come from?". You haven't told us that. From your posts, I take it that this is not a roulette wheel.

You mentioned somewhere that maybe it takes 5 hours for the next number. There may be some correlation between time and the next number? I have a web application that reports tournament results. The number of hits per hour is definitely not random and has a lot to do with whether or not we ran a major tournament over the weekend. How many hits we will get in the next hour is highly correlated with how many hits we got last hour. Nothing happens for a long time - then something happens. The probability that something more will happen in the next hour is vastly increased.

There is a lot of Perl experience in the group, but we have virtually nothing to go on. Run some validation tests as suggested above, then tell us more about what you are actually doing.


In reply to Re: guessing next number on roulette wheel by Marshall
in thread guessing next number on roulette wheel by sk.kumar

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-20 01:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found