>> (p.1)
    Author Topic: Daily merits over local boards  (Read 357 times)
    notocactus (OP)
    Legendary
    *
    Offline Offline

    Activity: 2716
    Merit: 4563


    Glory to Ukraine!


    View Profile WWW
    September 04, 2019, 01:16:46 PM
    Last edit: September 07, 2019, 09:35:34 AM by tranthidung
    Merited by DdmrDdmr (2), bones261 (2), Daniel91 (1), Upgrade00 (1)
     #1

    Initially, I would like to make a thread for two statistics, activity and amount of merits distributed over local boards on daily basis.
    I have this idea for a long time ago, but LoyceV felt difficult to give me such data (or he did not catch my ideas, not sure).

    Then, days ago, I saw that topic: [Stats] Local Boards Activity, which brought the idea to make my thread about that issue back.

    Thanks for @DTalk for that great topic, and @DdmrDdmr for data dump as well as great explanation and link to Wayback Machine.
    I will find out more about Wayback Machine for further update of the thread.

    Notes:
    - Update will be made in last posts, not in the OP.
    - Lack of data for daily posts (lack of acceptable precise data)



    OBJECTIVES
    - Statistics on merit distribution (daily) over boards in median, interquartile range, mean, standard deviations
    - Box plots of daily merit distribution over boards


    ABSTRACT
    Observed period: 01/07/2019 - 29/08/2019
    (1) Median of daily merits over all sub-sections is 2, and interquartile range (IQR) is 0 to 9.
    (2) Highest subsection in terms of median of daily merits is Russian , at 52; the second and third highest is Turkish (at 11), and German (at 10). Some other subsections that have significant median of daily merits are Arabic, and Pilipinas (at 9), French (at 8 ), Indonesian (at 7), and Italian (at 6).
    (3) Lowest subsection in terms of median of daily merits are Chinese, Dutch, Greek, Japanese, Romanian, Others, at 0.
    (4) Minimum and maximum of daily merits (over all subsections) are 0 and 231, that was found in Russian board, while the maximum of daily merits in German board is a little lower at 201.
    (5) Over 60 days, the top 5 subsections are Russian (3440, 35.1%), German (1070, 10.9%), Turkish (852, 8.7%), Pilipinas (821, 8.4%), and French (708 , 7.2%). Figures displayed in sum and percent, respectively.



    Converted dataset:
    * Part 1
    * Part 2
    * Part 3

    Statistics:
    Variables:
    • p50: Median
    • Interquartile range: p25 - p75
    • sd: standard deviation

    Code:
    . tabstat nmerits, s(n mean sd p50 p25 p75 min max) format(%9.1f) by(subsection)

    Summary for variables: nmerits
         by categories of: subsection

    subsection |         N      mean        sd       p50       p25       p75       min       max
    -----------+--------------------------------------------------------------------------------
        Arabic |      60.0      10.6       7.4       9.0       5.0      16.0       0.0      30.0
       Chinese |      60.0       0.2       0.7       0.0       0.0       0.0       0.0       5.0
      Croatian |      60.0       1.1       1.4       1.0       0.0       2.0       0.0       6.0
         Dutch |      60.0       1.4       3.8       0.0       0.0       1.0       0.0      21.0
        French |      60.0      11.8      10.2       8.0       4.0      16.5       0.0      49.0
        German |      60.0      17.8      28.8      10.0       6.5      20.0       0.0     201.0
         Greek |      60.0       0.2       1.3       0.0       0.0       0.0       0.0      10.0
        Indian |      60.0       2.1       3.0       1.0       0.0       3.5       0.0      12.0
    Indonesian |      60.0      11.3      12.7       7.0       3.0      13.0       0.0      57.0
       Italian |      60.0       9.3      11.3       5.5       2.0      12.5       0.0      55.0
      Japanese |      60.0       0.1       0.3       0.0       0.0       0.0       0.0       2.0
     Pilipinas |      60.0      13.7      17.6       9.0       3.5      15.0       1.0      93.0
        Polish |      60.0       2.5       3.2       1.0       0.0       4.0       0.0      15.0
    Portuguese |      60.0       3.3       3.0       2.0       1.0       5.0       0.0      14.0
      Romanian |      60.0       0.1       0.3       0.0       0.0       0.0       0.0       2.0
       Russian |      60.0      57.3      31.7      51.5      39.0      67.0      17.0     231.0
       Spanish |      60.0       6.0      12.0       2.0       0.5       5.5       0.0      69.0
       Turkish |      60.0      14.2      13.9      11.0       5.0      18.0       0.0      56.0
        Others |      60.0       0.3       0.9       0.0       0.0       0.0       0.0       5.0
    -----------+--------------------------------------------------------------------------------
         Total |    1140.0       8.6      17.8       2.0       0.0       9.0       0.0     231.0
    --------------------------------------------------------------------------------------------

    Box plots
    Outliers non-displayed

    Outliers displayed (in red circles)


    Total merits of each subsections during 60 days:
    Code:
    . list subsection nmerits pmerit

         +---------------------------------+
         | subsection   nmerits     pmerit |
         |---------------------------------|
      1. |    Russian      3440   35.14149 |
      2. |     German      1070   10.93064 |
      3. |    Turkish       852   8.703647 |
      4. |  Pilipinas       821   8.386965 |
      5. |     French       708   7.232608 |
         |---------------------------------|
      6. | Indonesian       675   6.895495 |
      7. |     Arabic       636   6.497088 |
      8. |    Italian       560   5.720707 |
      9. |    Spanish       358   3.657166 |
     10. | Portuguese       198   2.022679 |
         |---------------------------------|
     11. |     Polish       151   1.542548 |
     12. |     Indian       127   1.297375 |
     13. |      Dutch        82   .8376749 |
     14. |   Croatian        65   .6640106 |
     15. |     Others        19   .1940954 |
         |---------------------------------|
     16. |    Chinese        10   .1021555 |
     17. |      Greek        10   .1021555 |
     18. |   Japanese         4   .0408622 |
     19. |   Romanian         3   .0306466 |
         +---------------------------------+

    Pie chart


    For other statistical threads, please visit: tranthidung's statistical threads on bitcointalk

    .
     MΞTAWIN 
    ▄▄███████▄▄
    ▄██████████████▄
    ▄██████████████████▄
    ▄████▀▀▀▀███▀▀▀▀█████▄
    ▄█████████████▄█▀████▄
    ███████████▄███████████
    ██████████▄█▀███████████
    ██████████▀████████████
    ▀█████▄█▀█████████████▀
    ▀████▄▄▄▄███▄▄▄▄████▀
    ▀██████████████████▀
    ▀███████████████▀
    ▀▀███████▀▀
     
     THE FIRST WEB3 CASINO 
    ▄▄██▀███▀███▄▄
    ████░░▀░▄█████
    ▄█████░█▄▀█░█████▄
    ███████▀░▄░░██████
    ▐███████▄███▄██████▌
    ███████████████
    ███████████████
    ███████████
    █████████
    ▀█████████████▀
    ▀█
    ██████████▀
    ██
    ███████████
    ▄████████████████████▄
    ████
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ████
    ███████████
    ▄███████████████████▄
    █████████████████████
    ████▄░▄░███████▀▄████
    █████▄▀█▄▀███▀▄██████
    ███████░██░▀▄████████
    ████████▄▀█▄▀████████
    ████████▀▄▀██░███████
    ██████▀▄███░██▄▀█████
    ████▀▄██████▄▀▀░▀████

    █████████████████████
    ▀███████████████████▀
            █████
    ▄███████████████████▄
    █████████████████████
    ███████████████▀▀████
    ███████████▀▀░░░░████
    ███████▀▀░░▄▄▀░░▐████
    ████▀░░░▄██▀░░░░█████
    ███████░█▀░░░░░▐█████
    ████████░░▄▄░░░██████
    ██████████████▄██████

    █████████████████████
    ▀███████████████████▀
    ███████████
    ████
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ██
    ████
     
    . PLAY NOW .
Page 1
Viewing Page: 1