Since it's your first time here, let us show you how Trendy works.

Close-button

Will MATLAB Answers converge (ANTO)?

  • Created by: Oleg Komarov
  • Last ran: 40 minutes ago.
  • Auto-run in: about 23 hours.
  • Created on: 18 Feb 2012

487

data points

Description:

Here I present two simple ratios:

  • answered questions over total number of questions (ANTO)
  • accepted answers over answered questions (ACAN)

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

Recently Collected Data (last 5 of 487) Show All Data

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));

Tags:

    0 comments