Home > Archive > MySQL Server Forum > June 2005 > mySQL and statistic









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author mySQL and statistic
shoa

2005-06-13, 3:23 am

Hello all

I have to create a website that will use mySQL database for storing input
data. I can using queries to obtain data from this database. I will use PHP
for enter data or obtain data.

My question is how I can mySQL database for analysing (chi squares,
t-tests....) ?, how can I do that.

Thank you very much
S.Hoa


Gordon Burditt

2005-06-13, 3:23 am

>I have to create a website that will use mySQL database for storing input

>data. I can using queries to obtain data from this database. I will use PHP
>for enter data or obtain data.
>
>My question is how I can mySQL database for analysing (chi squares,
>t-tests....) ?, how can I do that.


You can use the SQL group functions (e.g. sum(x*x) ) for some
things, but you may well end up needing to fetch all the data
and do the math on the client (PHP) side. You'll need to know
the math formulas for doing stuff like chi squares and t-tests,
as these aren't built in.

Gordon L. Burditt
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2009 droptable.com