1
vote
0answers
21 views

Three.js Camara Properties and Methods

Okay, so I am very new to three.js and am struggling to acomplishing some functionality with the camera.lookAt and camera.position methods. The project I am working on is a 3D graphing application. A ...
0
votes
1answer
34 views

Javascript Statistics Library with Certain Tests

I have several data "layers" over the same list of "samples". Some layers are continuous float data, some are multinomial/categorical data, and some are binomial/dichotomous/boolean data. In my ...
4
votes
1answer
67 views

Javascript library for Pearson and/or Spearman correlations

Is there a Javascript library available for doing Spearman and/or Pearson correlations?
3
votes
0answers
147 views

how can I generate a normal distribution with a skew in javascript? [closed]

I need to generate a normal distribution with a skew that fits the following constraints negativeSigma (minus one standard deviation) mean (value the distribution is centered upon) positiveSigma ...
5
votes
1answer
112 views

Calculate urgency of a task from two variables

I am trying to figure out a formula to calculate the urgency of a set of arbitrary tasks, based on the number of days until a 'deadline' and the % completion of the task already completed. So far I ...
0
votes
2answers
74 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?
2
votes
1answer
183 views

Google Analytics and hash/anchor doesn't work

I hope you can help me. I have a gallery in Javascript. Each picture has a specific hash. www.example.com/gallery.html#title_1 My stats are on Google Analytics but hash doesn't exist even when I ...
1
vote
2answers
232 views

interpolation method for google maps

I wanted to ask you about the way to make spatial interpolation in google maps API. This means- I have values for some points inside an area and want to recalculate values for every point in this area ...
0
votes
0answers
539 views

Glicko-2 Rating System: Bug or exploit?

Glicko-2 is a rating system used in chess, but can be used in many other situations. Glicko-2 is an improvement on Glicko-1, which addressed problems of the older ELO rating. What makes Glicko-2 ...
0
votes
1answer
227 views

Write to a text file on the host computer using javascript

I'm curious if it's possible to write data directly to a file on the web server using javascript and without jQuery. For example, if I have a file on my server named stats.txt, I would like to write ...
1
vote
1answer
160 views

Time-series Statistics (such as correlation, Fourier transform)

[Note: I am a PHP/Javascript/Web Developer, and my weakpoint is math/stats] I have written code that fetches time-series objects. (No problem here.) And I have a graphing library all linked up, ready ...
0
votes
2answers
139 views

How to track GET requests made to external sites

I'm building a ad click logging plugin. I need to some find out when the ads are clicked. I have noticed that when the ads start playing there is always a GET request being made to some specific ...
0
votes
3answers
60 views

How to check if a request to a specific external web page was made

I'm creating a plugin for my site that logs my ad clicks. One method that I have just thought about is to check if a request to a specific page was made. This is because once the ads start playing ...
4
votes
1answer
241 views

Is there a scientific library for generating probability distributions in JavaScript?

Is there a scientific library in JavaScript that can generate probability distributions like this library in Ruby? http://rb-gsl.rubyforge.org/ For more details on the use cases see this related ...
-2
votes
2answers
366 views

How to check number of live visitors for my asp.net website?

How do I check number of current visitors for my asp.net website? I am already familiar with following technique but its not close to accurate result. Create application variable ...
1
vote
1answer
253 views

Youtube embedded with Javascript no stats

For a number of reasons I am loading an embedded Youtube video onto a page using Javascript. Probably the primary reason for this is so that it can begin playing instantly when a lightbox is opened. ...
2
votes
3answers
163 views

Is there a library to generate random numbers according to a beta distribution for JavaScript?

I need to generate random numbers from JavaScript within the Beta probability distribution. I've Googled but can't find any libraries that appear to support this. Can anyone suggest where I can find ...
17
votes
2answers
8k views

Browser statistics on JavaScript disabled

I am having a hard time collecting publically available statistics on the percentage of web users that browse with JavaScript disabled. Yahoo has published data from 2010 and R. Reid published data ...
0
votes
1answer
82 views

embedding javascript on external site (asp.net)

I am trying to build a web statistics website, however having some technical challenges. Maybe because I am still trying to completely grasp Javascript, but I am pretty good with asp.net, how would ...
1
vote
2answers
901 views

Javascript equivalent for Inverse normal function ? eg Excel's NORMSINV() or NORMINV()?

I'm trying to convert something from my excel spreadsheets into Javascript and came along the NORMSINV() macro in my spreadsheets. The NormSInv() is nicely documented at ...
0
votes
2answers
183 views

How to do statistical classification on an array in javascript?

I've got a bunch of numbers in an array and I need to do some statistics on them. I need to know how many of each number there are in the array. Here's the array: myArray = [2, 3, 3, 3, 4, 4, 5, ...
3
votes
1answer
3k views

Histogram in JavaScript?

I have this dataset for income: Income Number of people 0 245981 8.8 150444 30 126063 49.9 123519 70 115029 90.7 277149 109.1 355768 130 ...
4
votes
4answers
447 views

What is the most efficient way to log user action and page viewes?

I've created a website where users will be able to add entries, associate rows in different tables and so on. I need to track what actions users are doing for a score table. I also need to keep track ...
-3
votes
1answer
130 views

General Internet statistics [closed]

How many people on average have javascript disabled? iframe disabled? referrers disabled/spoofed? flash disabled? images disabled? css disabled? Are there any links that can provide in dept ...
10
votes
3answers
4k views

Linear Regression in Javascript

I want to do Least Squares Fitting in Javascript in a web browser. Currently users enter data point information using HTML text inputs and then I grab that data with jQuery and graph it with Flot. ...
1
vote
2answers
66 views

JavaScript share on global performance of webpages

Take a random web page with JavaScript on the web. Are there any numbers on what the share of JavaScript is on the global load/execution time? I mean, if that share would be close to 0%, there would ...
4
votes
5answers
1k views

Is there any statistical library for javascript?

I need to implement some statistical tests like: T-test, Anova and Wilcoxon on javascript. Similar to Java's - Apache Commons Math Library, is there any statistical tests library or codes for ...
4
votes
1answer
69 views

How “best” to allow a web-page visitor to construct mathematical or statistical tools?

I have a free web site that streams real-time stock-options data. I want to let users make and then save their own JavaScript-callable tools to interpret options data. Users can invoke these custom ...
0
votes
1answer
566 views

Javascript - stats.js (Hi-Res stats from MrDoob) - how to get current FPS?

So there is grate stats.js and I need it5 to give me its current fps value. How to do such thig? So I try stats.domElement.style.position = 'absolute'; stats.domElement.style.left = '0px'; ...
0
votes
6answers
841 views

JavaScript control for drilling down into stats tree

I have a JSON data tree with statistical information: { prefix: "a", count: 20, children: [ { prefix: "a:b", count: 15, children: [ { prefix: "a:b:c", count: 5 }, ...
1
vote
1answer
3k views

How do I get Google Analytics to track individual images on a slideshow?

I have a jQuery slideshow, I'm using the cycle plugin. I'm decent with jQuery, but I don't know how I should tie it in with Google Analytics to show me how many times each image is requested. I've ...
2
votes
3answers
2k views

AWStats or Google Analytics? Which is more accurate?

I have AWStats provided my hosting service provider. I have google analytics as well setup. But both show different statistics whom should I trust? Whats more accurate of these two? Should I use ...
7
votes
2answers
3k views

Recommend a good javascript statistics library? [closed]

Can anyone recommend a good javascript statistics library? Perhaps one recommendation per question, and let the votes push the best to the top. note: Searching for javascript statistics seems ...
1
vote
2answers
306 views

Survey statistic diagram ideas

I've got some homework tasks in topic surveys and diagrams. The first task is to normalize the input of a survey, because the structure of the data is changing from time-to-time. So there are three ...
0
votes
0answers
152 views

Stat Counter Not accurate all of a sudden on my site

Stat Counter Not showing Accurate Hits Webiste: www.curbappealconcepts.com I have pasted xhtml code into the head tags of my site.master page for the stat counter. This site was built with Visual ...
1
vote
2answers
749 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 ...
7
votes
6answers
3k views

Does google analytics slow down my website?

I am at the final stages of my website, and currently I need to find a suitable statistics application/tool. I have looked into webalizer, but it seems outdated. Also, I have looked into Google ...
3
votes
3answers
538 views

How does Google Scribe work?

I'm asking about the new labs feature "Google Scribe." Here is the link: http://scribe.googlelabs.com/ I am interested in the backend and the frontend, but mainly the backend. I want to build ...
1
vote
1answer
489 views

Is it possible to use the Google Analytics API to provide stats for customer's page views?

Let's say I run a site where customers are willing to pay for a page that shows some sort of cool info about them. The whole site is tracked using Google Analytics. To provide stat tracking for the ...
0
votes
5answers
1k views

How do I collect information about my website's visitors?

Is there some way to store: A visitor's IP Address What time a visitor visited my site How many times they visited I know there is a way to do this without PHP, just with Javascript and some text ...
0
votes
1answer
305 views

Tracking clicks on videos in Google Analytics

A client has a site where video content is populated by AJAX from a video CDN. Each link is built like so: <a class="thumb-link" href="/?video='.$video->id.'" ...
0
votes
1answer
244 views

How to measure HTTP cache hit rates?

Is it possible to detect HTTP cache hits in order to calculate a cache hit rate? I'd like to add a snippet of code (JavaScript) to a HTML page that reports (AJAX) whether a resource was available ...
2
votes
1answer
237 views

Load Tracking Script on Form Submit

I'm trying to load a StatCounter tracking script after the form has been successfully sent. Here's the code: $.ajax({ type: "POST", url: "css/sendmail.php", data: dataString, success: ...
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
2answers
2k views

Student's t distribution in JavaScript for Google Spreadsheet

Google Spreadsheets currently does not support the standard function TDIST - i.e. the Student's t-distribution. This function is critical for calculating p-values. It seems that this is related to ...
2
votes
2answers
1k views

What are the best cursor (mouse) tracking applications for web sites?

What are the best cursor (mouse) tracking Javascript applications for web sites? To be stored in a database...
1
vote
1answer
174 views

Too many data points in set. Looking for ways to prune

I am gathering data from a website. I estimate to get 10.000 datapoints (time - value) multipled by seven - over time. That is way to much. Both for storing and plotting it in a real time alike graph ...
1
vote
5answers
670 views

What to use to create bar, line and pie charts with javascript compatible with all major browsers?

I used to work with flot but it doesn't support pie charts so I'm forced to change. I just saw JS Charts, but their documentation is very obscure regarding cross browser compatibility (I need it to ...
0
votes
0answers
123 views

best way to gather statistics from web widget

I have a web widget, which is basically a JS file that people can reference to in their website and it does something cool lets say. currently I'm gathering statistics by doing an AJAX request to ...
1
vote
4answers
728 views

Analytics Tracking of a dynamic page

I am using Google analytics and wish to differentiate between two different cases on the home page, specifically depending on the user being logged in or logged out (similar to facebook). It was ...

1 2