SQL based Statistics

  • Thread starter Thread starter xml .NET group
  • Start date Start date
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
(e-mail address removed)
 
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.
 
--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.
 
Back
Top