SQL based Statistics

S

Steve

Do a Google search on "Access Data Analysis" and you will get a few more
titles.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
[email protected]
 
C

--CELKO--

I am trying to teach Statistics using SQL and RDB tables. <<

I would use Resampling Stats instead [Google it -- Julian Simon, etc.]
and I am an SQL guy, whose first Masters degrees was in Math with a
LOT of stats. SQL is a data retrieval language, not a stat language.
But resampling is set based and fits into the RDBMS model.
 
G

GOD'S FUN HOME MINISTRIES

--CELKO-- said:
I would use Resampling Stats instead [Google it -- Julian Simon, etc.]
and I am an SQL guy, whose first Masters degrees was in Math with a
LOT of stats. SQL is a data retrieval language, not a stat language.
But resampling is set based and fits into the RDBMS model.
 
Top