Stack Exchange
log in   chat   discuss   faq   users   badges

Area 51 » Science

definition commitment beta
218
followers

Statistical Analysis

Launched Q&A site for statistics, data analysis, data mining and data visualization

Announcements

4  
I'd like to propose a change to 'Proposed Q&A site for statistics, data analysis and data mining'. It sounds a bit trivial, but the name as it stand implies that only people who do only statistics for a living should use the site. There are people in many other professions who might have a lot to contribute to the site, but be put off if they feel like it is just for people where statistics is their profession rather than part of their profession. – Ian Turner May 27 '10 at 20:57
8  
Statistics is not a subset of mathematics. It uses some mathematics, but so does physics, engineering, etc. Try asking any of these questions on MO and they will (rightly) be closed as off topic. – Rob Hyndman May 27 '10 at 23:40
5  
I've modified the subheading to take account of the comments being made. Let me know if you think this is better (perhaps vote up this comment). I'm still not sure what to do with the major heading. I understand the objections, but haven't come up with anything better yet. Feel free to make some suggestions in the comments. – Rob Hyndman Jun 1 '10 at 3:55
show 14 more announcements
no discussions yet create new discussion

113 Example Questions (12 closed)

active oldest votes
up vote 2 down vote
What is a Meta-analysis?
added by therefromhere May 28 '10 at 16:18
link
up vote 2 down vote
If you have a list of averages, does it make any sense to look at the average, median or quartiles of those averages?
added by Joe Mako May 29 '10 at 20:20
link
An example would be if you have the average occurrence of something for each state, why does an average of an average not make sense to get the country average. Or is there any value in looking at the median of a set of averages? – Joe Mako May 29 '10 at 20:22
up vote 2 down vote
What R packages should I install for seasonality analysis?
added by Mehper C. Palavuzlar Jun 3 '10 at 10:32
link
you can search this term in r-project.org – maahtu Jun 6 '10 at 13:25
up vote 2 down vote
What modern tools (Windows-based) do you suggest for modeling financial time series?
added by Mehper C. Palavuzlar Jun 3 '10 at 10:41
link
up vote 2 down vote
Are there any freeware data visualization programs? And what are their pro's/cons?
added by Menno Jun 5 '10 at 7:41
link
up vote 1 down vote
What is the difference between a logistic and probit regression for modelling binary data?
added by Rob Hyndman May 25 '10 at 2:09
link
up vote 1 down vote
Is there an R package for support vector machine classification?
added by Rob Hyndman May 25 '10 at 2:11
link
Questions like this often end up on StackOverflow, but I think this site should cover tool-based questions such as this. – Rob Hyndman May 25 '10 at 12:41
2  
It feels rather weird allowing question on R packages, but refusing R code/implementations. As with Math Overflow, it might not be so bad to allow code snippets or these grey area topics. Especially when SO might not want this question – Ivo Flipse May 26 '10 at 21:31
5  
I think this site has got to allow some implementation/tools discussion/answers in order to have practical relevance. Unless you're going to calculate it by hand, it doesn't do much good to know how a logistic regression works without having tools to implement. However, the trick will be in only allowing tools discussions that are on-topic. For example, how to use SAS to connect to a Sybase data warehouse is likely off-topic even if you want to run a logistic regression on the data you get. – Jay Stevens May 27 '10 at 10:29
I think there is a difference between asking for code vs asking for existence of a package. – Anon Jun 2 '10 at 3:01
(Is there am R package for SVMs? It would help me a lot!) – Larry OBrien Jun 4 '10 at 17:25
up vote 1 down vote
Joe is 8 years old, Mike is 10 years old, and Alice is 13. What is their MEDIAN age? [closed]
added by Joel Spolsky♦ May 25 '10 at 3:16
link

closed as off topic by Rob Hyndman, Mike Grady, Jeromy Anglim, Yacoby, dswan Jun 6 '10 at 10:47

This question does not relate to the topic of the proposal.
It was closed as part of an automated migration of off-topic to close votes on September 29, 2011.

2  
too easy, I assume, and sounds like homework. – Joel Spolsky♦ May 25 '10 at 3:17
2  
I'd rather not see any questions that ask others to do computations for the asker. How to compute, yes; result of computation, no. – Matt Parker May 27 '10 at 18:26
I agree with Matt! Concepts should be clarified, method on how solving it too. But no answers. No homework :P – George May 28 '10 at 4:47
1  
No answers for simple calculations such as this - I agree with that. However, what about checking with stats professionals about complex answers or confirming the implementation of a stats routine in a new language / program? – Patrick Welch Jun 4 '10 at 20:38
Patrick - I'm all for that, and I think questions like that will set themselves apart from this one because of the complexity and because the asker will clearly have put some substantial effort into their own answer. – Matt Parker Jun 8 '10 at 1:34
up vote 1 down vote
In R, how do I convert a list of data frames into one data frame? [closed]
added by Rob Hyndman May 25 '10 at 5:52
link

closed as off topic by Matt Parker, Mike Grady, dswan, Karsten W., Joe Mako Jun 7 '10 at 4:56

This question does not relate to the topic of the proposal.
It was closed as part of an automated migration of off-topic to close votes on September 29, 2011.

3  
Best to leave questions about R code on StackOverflow. – Rob Hyndman May 25 '10 at 5:52
2  
@Rob: I disagree. Just because a question is on-topic on another site doesn't mean that it's off-topic on every other site. If there were a SE site dedicated to statistics, I think it would be pretty artificial to exclude R questions. If a professional statistician would ask this question (in her capacity as a statistician), why isn't it on-topic? – Anton Geraschenko May 27 '10 at 6:42
3  
@Anton. The trouble is, the site could quickly degenerate into general tech support for every tool being used. There are already several places to go for R tech support including SO, R-help mailing list, etc. Similarly for SAS, SPSS, etc. There is nowhere to go for good advice about statistical methodology, data analysis, etc. – Rob Hyndman May 27 '10 at 7:41
2  
Another point to consider here is that this question is not about statistics at all, it is simply about R syntax. A question about how to do something statistical in R (e.g., how to fit a mixed-effects model) would be appropriate. To test the waters, I'll add such a question and see how it fares. – Rob Hyndman May 27 '10 at 12:23
@Rob: Thanks for clarifying. I agree with you now. – Anton Geraschenko May 27 '10 at 20:10
show 2 more comments
up vote 1 down vote
How can I determine the likelihood that two data sets are sampled from the same distribution?
added by Anton Geraschenko May 27 '10 at 7:26
link
up vote 1 down vote
When computing the Mahalanobis distance is the covariance matrix expected to be close to singular?
added by WikiSpeedia hang-around May 27 '10 at 12:16
link
1  
(From en.wikipedia.org/wiki/Mahalanobis_distance: "Mahalanobis distance is widely used in cluster analysis and classification techniques. It is closely related to Hotelling's T-square distribution used for multivariate statistical testing and Fisher's Linear Discriminant Analysis that is used for supervised classification.") – WikiSpeedia hang-around May 27 '10 at 12:19
up vote 1 down vote
What is the best way of determining that the scatter of a data set changes as one variable changes?
added by Ian Turner May 27 '10 at 12:17
link
up vote 1 down vote
Using R, how do I generate a boxplot from my data?
added by Andrew Song May 27 '10 at 21:18
link
1  
The R tag on stackoverflow is already pretty active: is the goal to move that community over to this site instead? – Shane Jun 1 '10 at 15:50
It does not have to be one or the other. Overlap is going to happen with the plethora of sites that will spring from Area51. – Stu Thompson Jun 1 '10 at 16:34
3  
I agree with Stu that there will be some overlap. However, as a general rule I think programming and syntax questions should go to StackOverflow and statistical questions should go here. The boundary is obviously fuzzy. – Rob Hyndman Jun 1 '10 at 22:09
up vote 1 down vote
Is SAS Enterprise Guide useful as a statistical analysis tool?
added by Jay Stevens May 29 '10 at 12:24
link
up vote 1 down vote
My data set has a high Kurtosis. what does this mean?
added by chollida May 31 '10 at 17:25
link
en.wikipedia.org/wiki/Kurtosis ... so I'm inclined to say it's not a good example. – Matt Parker Jun 8 '10 at 17:04
@Matt Parker, all you did was post a link to a wikipedia article. It's entirely unclear what point you were trying to make with the link. Can you expand on your reasoning? – chollida Jun 9 '10 at 19:28
2  
My apologies. The point I so feebly tried to make is that, while on-topic, the question isn't one that will make make experts think, "Finally, this is a statistics site I can get something from." It's just too basic to serve as an outstanding example of what the site should be about. If the question were more like, "I'm fitting a linear regression to a dependent variable with high kurtosis. How will this affect the model?", I think it would suit the aims of the StackExchange sites better - i.e., to create knowledge-sharing communities of experts. – Matt Parker Jun 9 '10 at 23:06
@Matt Parker, great response Matt, I agree with you. – chollida Jun 10 '10 at 17:02
up vote 1 down vote
How should I adapt ANOVA for categorical dependent variables?
added by Anon Jun 2 '10 at 3:22
link
up vote 1 down vote
How do I perform PCA on an RGB image?
added by Foster Brereton Jun 2 '10 at 20:48
link
up vote 1 down vote
Which methods are used for testing random variate generation algorithms?
added by Mehper C. Palavuzlar Jun 3 '10 at 10:38
link
up vote 1 down vote
Can you give some examples of cohort-modelling outside from medical statistics and actuarial science?
added by Karsten W. Jun 12 '10 at 11:57
link
up vote 0 down vote
What's the record for home runs in a single season of baseball? [closed]
added by Rob Hyndman May 25 '10 at 2:18
link

closed as off topic by Ian Turner, Mike Mazur, Shane, François G. Dorais, Michel de Ruiter Jun 15 '10 at 20:00

This question does not relate to the topic of the proposal.
It was closed as part of an automated migration of off-topic to close votes on September 29, 2011.

NOT BASEBALL STATS! I GET IT! haha – Joel Spolsky♦ May 25 '10 at 3:16
up vote 0 down vote
How should I present a bar chart with two classification variables?
added by Rob Hyndman May 25 '10 at 2:21
link
Should I use a three-dimensional bar chart, stacked bar chart, side-by-side barchart, or something else? – Rob Hyndman May 25 '10 at 2:21
I voted yes, because I believe that data visualization is just as important as the actual data analysis. But, I am assuming that you will be presenting some information in the question about what the data looks like and what you are trying to analyze. – Waleed Al-Balooshi May 27 '10 at 12:27
Data visualization is part of data analysis. In general, I am assuming that there will usually be more information than what is given in these short questions. – Rob Hyndman May 27 '10 at 12:32
up vote 0 down vote
Can I include covariates when forecasting using exponential smoothing?
added by Rob Hyndman May 25 '10 at 5:46
link
up vote 0 down vote
After using Grubbs' test to identify and remove an outlier, is it Kosher to run it again on the remaining values?
added by Harvey Motulsky May 25 '10 at 11:35
link
up vote 0 down vote
What is the best free software application for basic statistical analysis?
added by Ciaran De Buitlear1 May 25 '10 at 15:19
link
8  
Best of lists should not be encouraged, but this is likely to be something A LOT of visitors might be interested in. – Ivo Flipse May 25 '10 at 20:59
3  
It's on topic, but is subjective and argumentative. The body of the question might remedy this by explaining what problem the asker is trying to solve (i.e. best for what?). – Anton Geraschenko May 27 '10 at 6:48
1  
This seems more suited for a community wiki type of questions. I think it needs to be rephrased. Maybe "What tool is most used in Econometric Analysis and Why?" – Waleed Al-Balooshi May 27 '10 at 12:21
voted up, but subjective no? – George May 28 '10 at 4:48
Subjective, unless Community Wiki. Compare stackoverflow.com/questions/1711/… – György Andrasek Jun 3 '10 at 2:49
up vote 0 down vote
How can I graph a frequency plot of data in Excel?
added by Rog May 27 '10 at 4:57
link
Such a common problem that people don't understand. Really improtant to have a good resource for this sort of thing. – Ian Turner May 27 '10 at 13:35
I agree that it's important to have a good resource for it, but I just don't want to see a thousand "How do I graph Plot X in Software Y?" questions. They are essentially limitless and are probably better answered in the program's help files. – Matt Parker Jun 2 '10 at 23:55
You will get an answer on SO for that – Karsten W. Jun 6 '10 at 15:17
up vote 0 down vote
Which tools should I use to scrape data from a webpage? [closed]
added by Juan Antonio, edited by Rob Hyndman Jun 2 '10 at 4:18
link

closed as off topic by Yacoby, Karsten W., therefromhere, Joe Mako, Charles Stewart Jun 7 '10 at 12:35

This question does not relate to the topic of the proposal.
It was closed as part of an automated migration of off-topic to close votes on September 29, 2011.

1  
Appropriate for SO but not for this site I think. – Anon Jun 2 '10 at 3:02
*scrape data...? – d03boy Jun 2 '10 at 4:06
d03boy - let's say there's a government website with hundreds and hundreds of tables of data that I want. If the tables and pages have a pretty regular structure, you can write a program to cycle through all of the pages, collect the data, and create a database on your local file. – Matt Parker Jun 16 '10 at 23:42
up vote 0 down vote
How can I graph two 3D data sets into a planar graph with MS Excel 2008 for Mac? [closed]
added by Stu Thompson May 27 '10 at 6:30
link

closed as off topic by Ian Turner, Yacoby, walkytalky, Harlan, Sinan Ünür Jun 16 '10 at 22:13

This question does not relate to the topic of the proposal.
It was closed as part of an automated migration of off-topic to close votes on September 29, 2011.

Do you mean Excel 2007 or 2010? – Waleed Al-Balooshi May 27 '10 at 12:35
2  
2008 is the Mac version and it is actually different enough to the Windows version to cause this sort of problem. I would argue this question should be better sited on a Microsoft Excel Stack Exchange. – Ian Turner May 27 '10 at 13:36
Yup, I meant Mac. Clarified. – Stu Thompson May 27 '10 at 15:33
I agree with Splash. I really don't want this to be a MS Excel plots help site. There are plenty of resources on the web to help people with Office products, but precious few that are much use for statistics. – Matt Parker Jun 2 '10 at 23:59
up vote 0 down vote
What type of statistical analysis should I use when I have data which is both MCAR and MNAR?
added by Menno May 27 '10 at 8:37
link
up vote 0 down vote
What is k-means clustering?
added by Ian Turner May 27 '10 at 15:00
link
To basic question imo – Peter Smit Jun 16 '10 at 17:29
up vote 0 down vote
What is the easiest way to generate a Poisson distribution programmatically.
added by Ian Turner May 27 '10 at 21:06
link
1  
I'd thin this question is too broad. Which language? What output format? What inputs? – chollida Jun 1 '10 at 18:39
prev 1 2 3 4 next

This site has

Launched!

This Stack Exchange site's beta was successful, so it launched 1 year ago.

proposed by

Rob Hyndman
19.5k●3●39●148

1 year ago

edited by

Jaydles
18.8k●8●44●179

1 year ago

viewed

20,337 times

latest activity

1 year ago

followers

users also following

21.6% Mathematics
12.8% Quantitative Finance
12.4% Web Applications
12.4% TeX, LaTeX and fr...
24.8% only this proposal

followers active in

67.0% Stack Overflow
55.5% Statistical Analysis
45.0% Super User
44.0% Meta Stack Overflow
39.4% Server Fault
35.8% Web Applications

recent followers

added Aug 5 '10 at 17:44
las3rjock
5,618●18●43
added Jul 18 '10 at 21:28
kitukwfyer
3,907●9●43
added Jul 18 '10 at 13:28
ArnaudB
51●1
added Jul 17 '10 at 17:42
ryfm
150●10
added Jul 16 '10 at 21:06
James Roth
3,388●7●29
added Jul 16 '10 at 19:31
Abner Huang
52●1
added Jul 16 '10 at 16:34
bugsyrocker
51●2
added Jul 16 '10 at 14:23
koolkao
51●1
added Jul 16 '10 at 8:19
Egon Willighagen
1,434●1●5●45
added Jul 15 '10 at 14:57
NickAldwin
3,172●2●15●39
added Jul 14 '10 at 17:02
James
7,699●8●35
added Jul 14 '10 at 2:15
warren
29.5k●4●75●297
added Jul 13 '10 at 20:44
Conci
52●1
added Jul 13 '10 at 14:38
txwikinger
19.2k●4●73●244
added Jul 13 '10 at 13:49
Tim
51●1
added Jul 13 '10 at 11:54
Baltimark
2,620●2●21●44
added Jul 12 '10 at 5:29
Davis McC
64●6
added Jul 12 '10 at 1:29
user9536
51●1
added Jul 11 '10 at 11:08
Wojciech Sobala
1,957●1●11
added Jul 11 '10 at 6:03
msutherl
1,814●6●34
added Jul 9 '10 at 17:21
xkcd150
1,430●7●26
added Jul 9 '10 at 2:37
Michael E
9,617●1●16●71
added Jul 8 '10 at 17:16
dassouki
7,631●22●122
added Jul 8 '10 at 0:13
pds
51●1
added Jul 7 '10 at 23:13
Evion
78●2
added Jul 7 '10 at 17:14
user8586
51●1
added Jul 7 '10 at 14:34
Łukasz Lew
11.6k●5●46●152
added Jul 7 '10 at 11:47
oliverzip
71●2
added Jul 7 '10 at 11:03
William
4,068●6●42
added Jul 7 '10 at 3:46
repka
51●1
added Jul 6 '10 at 4:47
Thomas Bishop
51●1
added Jul 5 '10 at 21:39
user8288
2,319●6●41
added Jul 5 '10 at 20:05
jbr
109●4
added Jul 5 '10 at 14:45
Dr G
3,534●9●33
added Jul 4 '10 at 21:24
Coronier
51●1
added Jul 4 '10 at 17:23
vrish88
2,811●13●43
added Jul 3 '10 at 4:09
adi92
2,291●7●18
added Jul 2 '10 at 23:03
apeescape
1,058●3●13
added Jul 2 '10 at 8:56
Marcos
51●1
added Jul 2 '10 at 7:21
Wheelie
1,680●7●17
feed icon proposal feed
faq | blog | legal | contact us | feedback always welcome
site design / logo © 2011 stack exchange, inc.; user contributions licensed under cc-wiki with attribution required
rev 2012.2.5.26