PHP look at past and predict the next number -


OK, so I have a list of numbers

1,5,8,0, 4, 3

What would I like to do to see numbers for a PHP script and get average? If the average is low then the last number then the last number from the average of <1 p>

tell me That's what ur asking something like this -

  & lt ;? Php $ a = array (1,5,8,0,4,3); $ B = array_sum ($ a); If ($ b    

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -