Tagged Questions
0
votes
0answers
20 views
Looking for a software to support a business need
I am in search of a software package to solve a problem. I have have been unable to find one that meets the need at this point through Goolge so I decided to ask here to look for ideas. Keep in ...
0
votes
0answers
7 views
Table Generation in Finaquant Protos does not show impact when Speed is changed
I am generating a table with
Finaquant Protos Library
using the function
MatrixTable.CombinateFieldValues_B()
When I change the Random Speed parameter of the above function, I do not get a ...
0
votes
2answers
55 views
How can I create an index-teaserJS statistic like Researchgate?
On the front page of http://www.researchgate.net/ there are statistics that load the different users. How can I replicate that? What were the tools used to create the index-teaserJS?
1
vote
2answers
48 views
Creating Chord Matrix in Mysql / GROUP BY Syntax
I am doing some data analysis in MYSQL and hoping that the following is possible.
I have a table that documents user blog topics as follows. I have a total of 25 topics, and would like to abstract ...
0
votes
0answers
77 views
IIS Log Parser or Web Analytics for 1000s of Domains (Webalizer?)
I have 1000s of domains I have to manage on ONE Windows 2008 server. I am looking for the simplest/quickest way to manage all traffic/stats per domain name. (without having to pay for it)
Google ...
0
votes
0answers
104 views
What is the best way to store users data? [closed]
What is the best way to store users data in your database?
How the database should look like?
For example:
I want to store users IP address, user agent information, date of visit, refferer and so on, ...
0
votes
1answer
141 views
SQL Query with Joins Counting multiple Results Per Record Ordering By Count
I have a table called Request.
Other tables are linked to the Request table through a request id.
There is a TwitterTweet table and a FacebookPost table.
So a single request can have 50 TwitterTweets ...
0
votes
1answer
176 views
Web statistics API
Looking for an API which provide results based on registered users on my website
I need results like
- Registration statistics
- Average daily visit per registered user
- Average time registered users ...
0
votes
0answers
54 views
different App numbers on Insights vs. App Dashboard
I am trying to activate Insights for websites. The insights page (http://www.facebook.com/insights/) displays 5 apps while the app dashboard (https://developers.facebook.com/apps) page displays 73 ...
0
votes
2answers
194 views
Analtytics, statistics or logging information for a PHP Script
I have a WordPress plugin, which checks for an updated version of itself every hour with my website. On my website, I have a script running which listens for such update requests and responds with ...
0
votes
1answer
283 views
Web Traffic Analytics to Play Nice with ASP.NET MVC, Signalr
For a project I am looking to provide extensive analytics based on web traffic hitting pages generated by the users of the site. Think Wordpress-like and analytics like Google.
I know it's almost ...
-1
votes
1answer
72 views
What is a suitable database system to store a SNS's activities log?
I was in a subject with my senior executives about choosing a suitable database system to store a SNS's all log activities, including things like in Facebook : posts log (who post, when), like, image, ...
0
votes
2answers
568 views
User Statistics in php
I am using Codeigniter for my current project.
The peoject is looks like a social platform,so i want to display users data on user admin panel.
I have the following types of domains for users.
...
2
votes
1answer
325 views
Retrieving mysql statistical data using PHP regular intervals and including null data
So I am trying to build out some nice stats displays for my app. I can do this because I keep hit stats in a table. It simply tracks the hits plus some other nice data and the time it occurs. I can ...
1
vote
1answer
64 views
Stat Tracking of Customized data
I feel like I've been all over the web for this but haven't found anything like what I'm looking for, I might just be using the wrong keywords.
Basically I need a stat tracking system which allows me ...
0
votes
2answers
127 views
how to predict quality of data?
I'm very sorry if I'm wording this wrong in advance but I have a large dataset and I am trying to analyze it, but most of the data is not correct and need some help figuring out how to select the ...
0
votes
1answer
296 views
Analyzing mysql data
I'm totally new to data analytics, and was wondering if anyone had any suggestions of how to start?
Here's the problem I am trying to solve. I have a mysql database that gets anywhere from 20 rows ...
0
votes
1answer
247 views
Web Analytics with support for .net
We are looking for a Web Analytics program/software that,
1) is downloaded and installed on our server.
2) has an API that you can call from an asp.net page to send data to the software. It can ...
0
votes
1answer
72 views
How to setup a lot of domain names in one row?
I am working on a blog factory and we let the final user to use a fully customized domain name like www.myawsomeblog.com. There is a lot of people using this feature, so we cannot do a per case ...
9
votes
2answers
2k views
MongoDB Approaches for storing large amounts of metrics / analytics data
We are planning on using MongoDB to store large amounts of analytics data such as views and clicks. I'm unsure on the best way to structure the documents within MongoDB to aid querying and reduce ...
1
vote
1answer
214 views
How to organize data for Mutllevel modeling - Decision Tree, Classification, or Regression
I have three tables - Sales Manager, Customer, and Order. Each sales manager has multiple customers, and each customer can have multiple orders.
I am interested in determining if certain attributes ...
0
votes
1answer
361 views
Rail stat generator with Rails 3
It is possible to use Rail_stat_generator(https://github.com/lmanolov/railstat) with Ruby on Rails 3? What should I do to install it and make it work? If it is not possible, what any open source ...
0
votes
2answers
402 views
Android: Traffic stats (daily unique user, monthly unique user) for applications using app id
How can I find daily unique user, monthly unique user, weekly unique user for app using app id ?
2
votes
2answers
401 views
chisq.test in R
Hi I am running chisq.test() method and it gives me back the x-squared and the p-value, Now I want to take the p-value and according to the reading proceed with my program. How can i just get out the ...
0
votes
1answer
1k views
using chisq.test in R (chi-squared tests)
I am trying to read a csv file and then creating 3 matrices out of each row from the csv file and then apply chi-squared test using the method chisq.test(matrix), but somehow this methods seems to ...
0
votes
1answer
821 views
Calculating precision and recall
I am doing an experiment with 10000 examples which should all be correct.
My experiment returns 5000 as correct, 1000 as "Dont know" and 4000 as wrong.
I am getting confused with positive and ...
1
vote
2answers
356 views
How to aggregate barchart data for volumes of registrations per day from Django auth?
Django auth User model has a date_joined DateTimeField. Could this be used to aggregate a list with volumes of registrations per day for days (or other time periods) in a daterange? E.g.: [(21.01, 5), ...
0
votes
2answers
31 views
Great variation in web statisics
I have a blog site, a WP 3.0 install. I've dropped Google Analytics' tacker code into the footer (a recommended technique I believe). I also have two different types of web statistic software ...
0
votes
6answers
482 views
When timing how long a quick process runs, how many runs should be used?
Lets say I am going to run process X and see how long it takes.
I am going to save into a database a date I ran this process, and the time it took. I want to know what to put into the DB.
Process X ...
0
votes
1answer
93 views
Web site analyser
This is sort of a statistics question. I am looking for a website analyser, not quite like google analytics. I want the analyser to crawl the website itself and record all the data on a page. Images, ...
1
vote
2answers
702 views
Google Analytics - how does it track clicks?
So I'd just like help understanding how exactly google analytics collects this info. I have a homepage and the statistics say that 46% of clicks are on the logo (which links to the homepage). Does ...
2
votes
5answers
198 views
Mathematical library to compare simularities in graphs of data for a high level language (eg. Javascript)?
I'm looking for something that I guess is rather sophisticated and might not exist publicly, but hopefully it does.
I basically have a database with lots of items which all have values (y) that ...
2
votes
3answers
1k views
Why does Google Analytics show less visits than One&One stats?
Comparing google analytics results to one&one hosting monthly statics shows a huge discrepancy.
For last month:
Google shows 1046 visits.
One&one stats show 15304 unique visits.
The google ...
3
votes
6answers
1k views
What percent of web sites use JavaScript?
I'm wondering just how pervasive JavaScript is. This article states that 73% of websites they tested rely on JavaScript for important functionality, but it seems to me that the number must be larger. ...
2
votes
3answers
1k views
Good open source analytics/stats software in PHP?
The url shortening service I'm building needs to display some basic click stats to users: # of clicks, conversions, referring domains, and country (filterable by a date range). I'll possibly want more ...
2
votes
3answers
1k views
Can AdMob be used just for iPhone app statistics/analytics?
Can AdMob be used just for iPhone app statistics/analytics or is it's sole purpose to add advertisements in the app? I want to add a statistics package to my app and track it's usage, and since Google ...
0
votes
2answers
115 views
user's clicking path
I'm trying to program some user-behavior-monitoring functionality and it's a bit tricky. For example how do you go about recording a user's clicking path to be used in future analysis? Am I trying to ...
1
vote
2answers
1k views
How to get a weighted average for reviews in Excel?
So here's my challenge. I have a spreadsheet that looks like this:
prod_id | pack | value | durable | feat | ease | grade | # of ratings
1 75 85 99 90 90 88 ...
8
votes
8answers
10k views
How to decode google gclids
Now, I realise the initial response to this is likely to be "you can't" or "use analytics", but I'll continue in the hope that someone has more insight than that.
Google adwords with "autotagging" ...
3
votes
4answers
3k views
Best practice: How to track outbound links?
How do you track outbound links for your web sites, since the request is logged on the destination server, not yours? What method works best for an HTML site, a PHP or ASP.NET site, a template site, ...
0
votes
5answers
221 views
Call Visitors web stat program from PHP
I've been looking into different web statistics programs for my site, and one promising one is Visitors. Unfortunately, it's a C program and I don't know how to call it from the web server. I've tried ...
