How do I enter a business field?

What statistics should one be familiar with for business intelligence and web analytics?

  • For someone from, say, the academic field who is looking to enter the business intelligence and analytics field, what statistics should he or she be familiar with? P-values, T-tests, and segmenting groups comes to mind immediately, but what else?

  • Answer:

    Multivariate regression, mostly linear. Understanding linear models is important. Understanding which models to use when your predictor variables are continuous vs discrete is also important. Bayesian methods will be helpful for developing supervised learning algorithms. I use logit regression a lot because the type of questions I have to answer generally lend themselves to that model (ie if we change A but leave B and C the same, what happens to Y?) In web analytics you probably won't dig too deeply into advanced statistics; like another poster said, being able to track simple univariate statistics will probably be enough. But it's important to note that I see people mis-using even these all the time (like taking averages of averages, or reporting averages when the dataset exhibits significant skew or kurtosis, or using OLS regression when the dataset is significantly heteroskedastic). Avoid the urge to over-regress, under-sample, and immediately spit out averages and you should be ok.

Eric Benjamin Seufert at Quora Visit the source

Was this solution helpful to you?

Other answers

If you wish to be a BI provider, it all depends how high you aim. Many BI firms, will do with descriptive statistics: some tables, some graphs and the elementary tests. One can actually do very serious work just with the proper visualization. The next level would be linear models, ANOVA, regression,.... with it's many names, and flavors. Don't forget your non-parametrics as well. The next level will bring you into the first league of Business analysts and includes time series (AR,MA, ARIMA, ...) and generalized linear models (Logistic regression, Poisson regression, ...). For some real fancy stuff (most of which can be achieved with the standard models and imaginative discretization of variables), look into the world of machine learning/data mining/whatever it is called this week. Please note that this is not a comprehensive list, as no list could ever be.

Jonathan Rosenblatt

You can go a step back and start at simple univariate statistics (mean, median etc). Time series and regression analysis are very useful - in addition to what you mentioned. Most 'analytics' is simple bean counting and tabulation. Another interesting area is how to design a test or survey.

Dirk Nachbar

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.