Curve-fitting in PHP
        Posted  
        
            by Francesc
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Francesc
        
        
        
        Published on 2010-04-28T16:49:58Z
        Indexed on 
            2010/04/28
            16:53 UTC
        
        
        Read the original article
        Hit count: 471
        
Hi, I have a MySql table called today_stats. It has got Id, date and clicks. I'm trying to create a script to get the values and try to predict the next 7 days clicks. How I can predict it in PHP?
© Stack Overflow or respective owner