data points
Here I present two simple ratios:
I very crude measure of quality of the forum could be the convergence of the two ratios to 1.
The ratios are correlated by construction but it's interesting to observe the delays in the adjustments and to monitor deviations from the optimal path.
For ACAN trend see: http://www.mathworks.com/matlabcentral/trendy/trends/1456
| Time Recorded (time1455) | Data (data1455) |
|---|---|
| 19 Jun 2013 08:00:18 | [0.754479807435143] |
| 18 Jun 2013 08:00:20 | [0.754666706362202] |
| 17 Jun 2013 08:00:23 | [0.754908537948924] |
| 16 Jun 2013 08:00:21 | [0.755035960488227] |
| 15 Jun 2013 08:00:19 | [0.755024637897566] |
% ANTO url = 'http://www.mathworks.com/matlabcentral/answers'; an = urlfilter(url, 'Aanswered'); un = urlfilter(url, 'Aunanswered'); updatetrend(an/(an+un));
0 comments