TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Suggested reading for basic statistical analysis of web analytics

6 点作者 davidbrent超过 11 年前
I was hoping to get some suggested sites or books I could use to do more with our Analytics. I do not have a statistics background, but I work in an area where ideas backed up by data get a lot further than just an idea. I&#x27;ve been doing the best I can with excel&#x27;s basic formulas to try and gain better insights from our Analytics, but I feel like I could do more than just averages and such, when we have a huge range of data. I know there are ways to remove&#x2F;exclude outliers or compartmentalize our analytic data, but I&#x27;m not sure where I should start.<p>I would appreciate any suggested reading for someone (novice) who is trying to improve their data analysis skills, specifically as they pertain to the basic web analytics data set.

1 comment

ilovefood超过 11 年前
The most important thing you need to consider in my opinion, is first &quot;what am I looking for&quot;. Data analysis is two things, working with data and getting insights from that data. For the first thing, you can find many books online, just youtube &quot;data mining&quot; &quot;data analysis&quot; and stuff like that. It&#x27;s merely a technical issue, and it can be learned fast. For that, you can begin here <a href="http://www.revolutionanalytics.com/" rel="nofollow">http:&#x2F;&#x2F;www.revolutionanalytics.com&#x2F;</a> if you want more than just excel. Second, is how to understand and interprete these results, this is more complex and yet easier. Begin by getting some dataset, clearly setting a goal and test it by running some algorithms or methods on this data. That&#x27;s the basical workflow. Sometimes you&#x27;ll happen to discover patterns, but you have to observe and be patient. And remember, without human insight, data is just a bunch of numbers.. Cheers mate