Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Jupyter notebook dataset (1)/Assignment 2: Friendship Network.ipynb

80 views
Kernel: Python 2

Friendship Network, Part II

Cassandra Saenz, Bayard Bergmann, Pietro Bartoli, Lovely Olivier

# Import modules needed import igraph import numpy import matplotlib.pyplot as plt %matplotlib inline hamsters = igraph.Graph.Read_GML('hamsterster_network.gml')

Part 1: Complete Exploratory Analysis

Compute Local Properties

#compute degree list hamsterDegreeList = hamsters.degree() print "Degree of all nodes: ", hamsterDegreeList
Degree of all nodes: [10, 76, 119, 21, 29, 4, 6, 63, 55, 52, 17, 9, 5, 5, 29, 25, 19, 4, 8, 8, 16, 8, 98, 9, 36, 66, 35, 12, 18, 41, 4, 8, 14, 13, 16, 13, 17, 12, 12, 37, 1, 12, 7, 169, 142, 137, 119, 101, 3, 3, 8, 46, 72, 67, 14, 14, 16, 90, 56, 2, 17, 29, 78, 82, 98, 85, 33, 30, 16, 37, 15, 18, 4, 4, 19, 36, 29, 11, 28, 29, 12, 14, 7, 6, 57, 8, 97, 11, 19, 9, 20, 25, 23, 25, 23, 62, 48, 45, 27, 13, 14, 105, 37, 36, 3, 12, 25, 25, 28, 59, 68, 15, 16, 16, 14, 1, 84, 94, 36, 5, 24, 34, 74, 72, 12, 45, 41, 41, 34, 33, 29, 26, 26, 26, 23, 42, 148, 9, 6, 60, 5, 7, 32, 15, 65, 2, 10, 16, 64, 31, 13, 25, 44, 27, 4, 22, 53, 78, 15, 34, 33, 10, 29, 33, 31, 32, 32, 154, 147, 39, 20, 7, 9, 6, 12, 126, 124, 108, 83, 2, 16, 8, 7, 7, 20, 4, 26, 45, 5, 22, 11, 5, 74, 6, 42, 15, 23, 16, 13, 5, 19, 3, 76, 26, 13, 4, 6, 10, 13, 13, 79, 4, 4, 4, 4, 6, 19, 5, 7, 7, 32, 9, 11, 7, 11, 10, 12, 17, 16, 23, 5, 6, 23, 22, 7, 12, 272, 222, 25, 17, 16, 23, 12, 98, 84, 30, 33, 14, 14, 16, 87, 51, 51, 48, 49, 22, 27, 28, 29, 98, 46, 49, 61, 21, 21, 4, 6, 14, 2, 10, 2, 2, 48, 47, 41, 40, 26, 73, 26, 6, 20, 4, 4, 4, 4, 4, 5, 5, 3, 10, 21, 27, 31, 7, 30, 74, 30, 32, 30, 32, 14, 8, 23, 6, 11, 7, 6, 6, 6, 6, 6, 4, 55, 21, 2, 43, 5, 34, 11, 20, 20, 20, 26, 34, 27, 11, 14, 11, 12, 39, 61, 8, 25, 5, 18, 12, 4, 4, 4, 3, 3, 3, 6, 16, 32, 59, 90, 62, 72, 8, 41, 48, 10, 16, 4, 113, 17, 37, 48, 34, 10, 12, 8, 5, 4, 5, 4, 15, 4, 5, 49, 13, 44, 28, 86, 35, 37, 48, 25, 35, 11, 11, 50, 19, 29, 7, 17, 6, 8, 20, 18, 16, 1, 1, 4, 14, 25, 9, 6, 18, 18, 26, 23, 15, 6, 6, 4, 11, 1, 11, 12, 2, 7, 7, 20, 7, 9, 29, 50, 55, 19, 14, 10, 6, 6, 8, 8, 8, 13, 12, 13, 11, 10, 10, 9, 10, 17, 90, 72, 4, 22, 7, 13, 12, 20, 45, 16, 8, 7, 1, 6, 5, 21, 22, 3, 42, 8, 97, 30, 88, 16, 13, 5, 27, 71, 77, 68, 17, 16, 14, 22, 31, 9, 47, 22, 22, 22, 1, 43, 2, 5, 16, 73, 67, 11, 3, 2, 30, 4, 23, 69, 68, 62, 69, 57, 54, 50, 65, 12, 12, 14, 23, 15, 23, 19, 23, 72, 61, 65, 56, 55, 47, 5, 5, 53, 12, 4, 16, 16, 15, 31, 5, 36, 2, 18, 13, 17, 9, 6, 4, 4, 3, 10, 10, 26, 53, 45, 40, 37, 18, 23, 23, 15, 5, 4, 12, 6, 10, 3, 17, 41, 77, 5, 46, 5, 18, 41, 15, 33, 15, 17, 50, 31, 11, 37, 20, 25, 25, 1, 9, 8, 26, 26, 25, 21, 11, 90, 22, 62, 27, 37, 38, 1, 1, 3, 14, 14, 15, 1, 6, 6, 6, 42, 19, 5, 5, 5, 5, 5, 5, 5, 7, 11, 3, 6, 43, 16, 8, 11, 11, 2, 1, 22, 21, 20, 9, 29, 16, 3, 2, 43, 14, 25, 24, 11, 16, 12, 2, 26, 8, 21, 14, 14, 14, 14, 45, 1, 2, 8, 2, 1, 39, 7, 35, 3, 1, 1, 11, 89, 23, 53, 18, 2, 21, 9, 19, 5, 15, 19, 20, 14, 10, 6, 28, 28, 9, 25, 23, 25, 2, 1, 6, 11, 7, 7, 8, 22, 8, 1, 4, 50, 15, 11, 11, 8, 13, 16, 13, 10, 16, 21, 20, 19, 19, 16, 16, 11, 12, 22, 15, 19, 9, 5, 5, 5, 5, 5, 1, 6, 9, 55, 15, 2, 1, 10, 10, 14, 7, 8, 7, 5, 4, 4, 17, 39, 72, 78, 17, 15, 33, 22, 1, 15, 7, 8, 10, 16, 10, 11, 34, 23, 17, 11, 2, 5, 5, 4, 9, 31, 17, 30, 12, 15, 12, 13, 11, 7, 7, 7, 10, 45, 15, 19, 5, 6, 9, 7, 9, 6, 5, 1, 3, 51, 12, 11, 16, 10, 3, 15, 7, 4, 43, 16, 1, 1, 4, 14, 34, 31, 31, 16, 12, 14, 12, 12, 27, 21, 19, 5, 14, 17, 6, 9, 12, 9, 9, 16, 12, 12, 12, 12, 12, 12, 12, 12, 9, 5, 3, 5, 10, 3, 10, 4, 17, 12, 1, 8, 39, 3, 1, 27, 18, 21, 5, 19, 6, 6, 6, 6, 8, 31, 6, 4, 20, 14, 9, 7, 7, 7, 11, 7, 6, 5, 5, 1, 3, 3, 1, 1, 7, 1, 1, 4, 8, 3, 8, 3, 4, 4, 1, 3, 1, 2, 1, 1, 10, 3, 3, 12, 1, 21, 8, 14, 7, 3, 1, 1, 62, 24, 22, 12, 12, 3, 2, 28, 11, 13, 2, 2, 5, 1, 1, 14, 15, 6, 3, 8, 8, 31, 16, 26, 32, 10, 10, 10, 10, 10, 10, 8, 17, 2, 8, 4, 1, 14, 4, 14, 11, 10, 22, 24, 24, 3, 12, 4, 4, 4, 9, 3, 18, 22, 27, 2, 2, 8, 2, 1, 3, 1, 6, 3, 2, 1, 5, 7, 5, 8, 2, 1, 2, 4, 2, 9, 10, 17, 7, 1, 3, 2, 4, 5, 2, 24, 3, 10, 4, 10, 2, 2, 2, 8, 27, 15, 1, 2, 5, 9, 51, 9, 11, 8, 2, 8, 6, 1, 4, 10, 11, 3, 3, 8, 10, 13, 8, 1, 2, 5, 2, 3, 5, 6, 5, 13, 19, 26, 18, 14, 5, 11, 17, 12, 11, 15, 6, 6, 6, 3, 1, 5, 3, 4, 4, 4, 4, 3, 21, 12, 3, 25, 15, 8, 8, 8, 10, 10, 6, 9, 2, 2, 8, 1, 2, 1, 1, 1, 4, 3, 6, 6, 1, 5, 5, 1, 6, 10, 6, 6, 8, 1, 8, 7, 4, 14, 8, 6, 5, 19, 3, 4, 8, 10, 9, 19, 13, 9, 19, 6, 2, 2, 2, 31, 21, 3, 12, 8, 9, 7, 3, 2, 13, 3, 13, 11, 2, 3, 17, 10, 10, 10, 11, 1, 6, 6, 1, 5, 18, 5, 4, 1, 4, 3, 8, 4, 1, 2, 3, 8, 8, 8, 8, 2, 11, 7, 11, 10, 11, 6, 12, 16, 2, 4, 12, 10, 6, 2, 9, 6, 8, 3, 3, 5, 5, 2, 2, 2, 5, 3, 5, 5, 4, 3, 3, 3, 3, 3, 4, 7, 10, 10, 4, 9, 3, 18, 3, 1, 4, 26, 2, 2, 2, 3, 6, 5, 7, 6, 6, 10, 6, 6, 8, 8, 5, 4, 1, 4, 4, 2, 3, 5, 10, 7, 2, 3, 3, 1, 4, 4, 6, 4, 7, 3, 2, 23, 4, 6, 13, 2, 4, 3, 4, 3, 5, 5, 9, 4, 5, 3, 1, 1, 2, 3, 3, 2, 3, 5, 17, 1, 9, 3, 1, 2, 2, 8, 1, 2, 4, 12, 7, 7, 22, 12, 5, 21, 16, 11, 4, 8, 5, 5, 14, 6, 5, 4, 4, 3, 14, 8, 8, 3, 4, 4, 1, 1, 1, 1, 1, 1, 18, 4, 5, 1, 7, 1, 1, 1, 12, 1, 2, 2, 2, 9, 9, 6, 1, 4, 4, 4, 4, 4, 2, 3, 4, 4, 6, 9, 8, 1, 5, 5, 6, 5, 34, 18, 16, 8, 10, 2, 5, 3, 2, 4, 3, 8, 15, 15, 8, 12, 3, 13, 2, 3, 3, 1, 8, 2, 3, 4, 2, 6, 4, 2, 2, 1, 2, 7, 1, 1, 11, 3, 5, 5, 3, 3, 3, 5, 1, 1, 1, 11, 2, 3, 2, 3, 1, 4, 16, 2, 1, 1, 11, 5, 4, 4, 6, 4, 8, 8, 3, 7, 1, 8, 5, 12, 5, 1, 9, 1, 9, 4, 1, 11, 10, 5, 5, 5, 6, 4, 5, 10, 9, 6, 5, 5, 1, 3, 19, 1, 1, 2, 1, 1, 5, 6, 1, 3, 2, 7, 11, 8, 4, 7, 7, 7, 11, 1, 3, 1, 1, 10, 6, 9, 6, 4, 4, 5, 5, 5, 4, 4, 8, 10, 10, 11, 5, 5, 8, 6, 8, 5, 7, 8, 8, 8, 1, 8, 3, 3, 1, 1, 2, 4, 1, 1, 6, 12, 1, 8, 6, 8, 9, 5, 5, 1, 3, 19, 6, 4, 3, 12, 5, 2, 3, 1, 1, 4, 3, 2, 3, 6, 11, 3, 1, 1, 1, 2, 2, 1, 1, 4, 4, 1, 6, 2, 3, 1, 6, 3, 3, 2, 2, 1, 1, 1, 2, 2, 4, 1, 1, 6, 1, 2, 2, 1, 1, 2, 1, 1, 3, 1, 3, 3, 2, 4, 1, 3, 2, 5, 4, 9, 5, 1, 2, 1, 2, 1, 4, 5, 8, 9, 7, 5, 9, 9, 9, 1, 2, 8, 2, 3, 2, 1, 1, 1, 8, 13, 5, 1, 2, 8, 1, 5, 6, 6, 4, 4, 5, 4, 1, 1, 1, 12, 2, 1, 5, 1, 2, 2, 1, 2, 13, 9, 3, 1, 1, 3, 1, 8, 2, 1, 4, 2, 2, 2, 3, 9, 10, 5, 12, 7, 3, 6, 4, 4, 1, 1, 4, 2, 1, 1, 2, 3, 1, 1, 1, 1, 3, 1, 3, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 2, 1, 3, 1, 1, 2, 2, 1, 4, 2, 5, 2, 9, 1, 2, 2, 3, 3, 1, 2, 2, 1, 4, 7, 1, 2, 2, 1, 6, 1, 2, 1, 2, 2, 5, 5, 1, 1, 1, 2, 1, 1, 3, 5, 2, 1, 2, 3, 3, 8, 4, 2, 4, 4, 4, 4, 2, 3, 1, 1, 1, 2, 4, 2, 1, 1, 1, 1, 3, 1, 1, 4, 12, 4, 5, 1, 1, 1, 5, 1, 4, 3, 3, 1, 1, 1, 1, 2, 4, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 7, 1, 1, 2, 1, 6, 2, 2, 1, 4, 3, 2, 2, 3, 1, 1, 1, 2, 1, 3, 2, 2, 1, 4, 8, 3, 1, 1, 2, 1, 2, 1, 1, 1, 1, 2, 1, 2, 4, 1, 1, 1, 1, 6, 1, 1, 1, 1, 1, 2, 2, 4, 1, 3, 1, 4, 4, 3, 6, 1, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1]
#compute betweenness list hamsterBetweennessList = hamsters.betweenness() print "Betweenness of all nodes: ", hamsterBetweennessList
Betweenness of all nodes: [680.8874931882787, 15890.327509198049, 23470.698058424176, 3427.224844629231, 8807.03722886861, 13.11135460178485, 326.25630901357465, 14215.913835378811, 7388.133190313045, 5166.028507383593, 1336.4699716987382, 69.65354484282744, 4.886459788554603, 4.886459788554603, 6688.562319720537, 4818.950483991934, 1932.0350480624236, 36.724181102067675, 740.6663715685866, 2201.6723433620964, 1024.3713993640258, 425.41776964123306, 45793.14667385219, 15.309972503463893, 13273.522913722902, 30982.505450433022, 9898.124262011055, 63.21138884981633, 367.86867085958545, 10641.078157915981, 63.90200264113042, 17.11888771798431, 427.80566353110737, 413.5576186554771, 583.6603594670727, 416.1860239043051, 724.2327464988097, 181.47113685228146, 68.27997657225905, 12731.77694740961, 0.0, 2536.846303851699, 70.90814049426365, 56484.006918875006, 28641.44030270852, 23247.197422805995, 12970.850129856623, 14645.07060645877, 4.114707082645118, 4.114707082645118, 83.15651796257444, 26394.28156441182, 14515.399388066098, 10628.261932861893, 2606.1075825312782, 536.467009979382, 441.25315364882005, 23671.8472151568, 7114.726030548438, 0.09706959706959709, 1048.055912234092, 1927.1768956341737, 27022.12737450119, 37321.13449744336, 44831.05496839346, 31033.448206753896, 5343.6728561693635, 3225.832799754218, 1142.6734222988896, 4917.7053652743025, 816.7006274724729, 851.191963546566, 4.768557553499536, 4.768557553499536, 1225.6684772792778, 5819.483936381518, 3804.8740110729555, 727.808971275034, 5162.075413004823, 8198.436180883102, 755.4219446766369, 939.5088271569427, 128.57648045675728, 48.6684629543666, 18461.2916141367, 590.4604537152492, 38028.154817348506, 579.3799110283148, 1850.699669004723, 213.33673001827304, 2051.3846077255657, 3469.78558931694, 2876.573728372576, 2151.624866146418, 1023.0654947357627, 12750.044246325095, 8032.011131721734, 6956.314095353955, 5154.627568237388, 175.9932630857459, 193.4425160177723, 26397.176555528327, 925.525593988568, 1357.8679844088774, 1.6841372564984092, 30.576328787350796, 595.3398499690815, 2328.2617550467817, 894.9631872079432, 14214.87829529638, 11272.40200857638, 686.8118865946128, 806.304685188981, 806.304685188981, 2416.076841118192, 0.0, 21890.998786093045, 28413.893090110847, 2536.433483884289, 10.635409451282815, 2326.8838732186014, 1638.2881202261403, 22617.213115305698, 23430.598738701152, 64.08601365144278, 2120.2529789191058, 1562.712730366411, 1562.712730366411, 1027.4635688589685, 974.6523836467389, 768.4581261152057, 661.2526865256348, 632.5386649103065, 650.6222223549853, 8562.529828078905, 5536.2920797442, 102731.83289266126, 90.26757760329966, 16.59397334702964, 26072.980000958385, 467.25199246964064, 26.075811459332368, 4425.478918906347, 1681.6357151191144, 18559.373981244473, 0.0, 345.8894780789245, 426.18728276692616, 19766.052173394983, 2094.2442379426334, 297.1817470108426, 4583.11881691651, 10852.232891204354, 3123.233037887632, 10.41617147161039, 15637.636227444564, 7669.45312583314, 15481.723170456751, 1930.9425972279357, 2546.106158117325, 2042.948800232781, 64.01670489659499, 885.8802606636638, 1573.6213695911736, 2959.8562443728547, 1453.2589811570485, 1127.2506811121991, 46254.83793712053, 91891.0557242366, 8516.248543535254, 3199.1022826845465, 77.40891804110305, 136.36568634406706, 56.93150136005969, 466.4408806963643, 30527.736891191213, 28136.005996069198, 21284.8020823676, 21393.249262946618, 15.754478607112224, 3404.193957916484, 2238.8264251768583, 1813.7505932796928, 1813.7505932796928, 11323.664560866078, 95.70018672769572, 1205.9883590957945, 11025.181373492216, 818.6673794860366, 1674.2832276269469, 470.55600557683215, 1990.8861262946732, 7382.709709209132, 51.553665699734616, 2571.967851856302, 2908.6807234760804, 3104.3556615769535, 1605.0279797045196, 705.549901632392, 71.3579078117556, 2039.5244686745043, 1.2445872278904995, 17146.771991669433, 2382.1613674221803, 1588.9984642420052, 1.921673449566172, 178.83482080590144, 855.1727866221526, 3615.8526488969014, 1683.6968990809225, 38358.25174603064, 1.921673449566172, 1.921673449566172, 1.921673449566172, 1.921673449566172, 528.6567156857966, 1227.8134017559971, 1.921673449566172, 290.2361815155963, 1104.1849714355378, 5593.458097668847, 2567.3406552368115, 539.8067996677585, 805.5619756097745, 729.5815462022124, 773.8484298794847, 1386.5057887121263, 3760.3874386366156, 3192.2289475516695, 9077.229921812681, 149.9260155042594, 60.28662316169877, 711.6308871257993, 636.1894502523859, 64.54812574370199, 164.77459531119032, 137089.18923407493, 66571.63386042291, 1692.7971831636717, 61.3831135143669, 48.07332112017384, 696.4581733294136, 941.1883508807932, 15741.363645134968, 7756.404620437714, 961.6563167878738, 948.3371608974579, 1197.173617109011, 1197.173617109011, 1757.2613116212249, 61119.78487927576, 10270.141735270423, 8805.236080845436, 7521.8589532153055, 7906.948202396922, 5009.080544102339, 4723.809907010148, 4311.756690851888, 4977.975881347516, 31063.09609933307, 7278.980436940222, 7790.838351303804, 13753.205156155698, 2027.101588338431, 2027.101588338431, 0.053992760349496585, 9.200192538005078, 3503.152902225564, 0.02480689245395128, 1206.2481382060582, 0.02480689245395128, 0.02480689245395128, 5332.141305415068, 4947.171062340789, 3694.9585952325374, 3586.034469275335, 1875.4453909431068, 20742.1711554903, 2785.457397301379, 1786.9955034330003, 2906.8723391115996, 33.599654680663654, 33.599654680663654, 33.599654680663654, 33.599654680663654, 33.599654680663654, 87.449488698922, 185.31563085977422, 13.52707241038544, 698.7151095810949, 3480.3698368637224, 8299.264585794817, 9813.704973116432, 255.06721112131632, 6775.600506181995, 47490.299710920815, 6572.868286029744, 8239.507512380143, 5541.748111967561, 6970.971829898786, 312.92821103994555, 188.39530761546914, 1048.6807665346694, 45.630167818291085, 169.49816891291255, 53.061284251551264, 29.267014083858392, 29.267014083858392, 29.267014083858392, 29.267014083858392, 29.267014083858392, 136.16965365188682, 5991.474784625269, 600.055778507284, 98.2238353169845, 8088.436480448147, 167.17853238986993, 4380.0359338407225, 1742.2786515347639, 1404.1311069265996, 1404.1311069265996, 1404.1311069265996, 3814.1038182915536, 12726.38765633561, 4570.767888430985, 196.75130243549376, 357.1534269871164, 151.15192039438398, 196.1726424794226, 7537.789124273418, 13495.50640455168, 89.11752224110332, 3963.8083949896436, 785.0088180506514, 2254.007866982363, 1223.6651640854855, 56.489587635335624, 56.489587635335624, 56.489587635335624, 4.637884267396328, 4.637884267396328, 4.637884267396328, 207.91324604382697, 2096.74091622761, 7327.754944714537, 4480.03379914286, 14830.56752034653, 5783.227687983137, 12317.747001240474, 402.2960096675662, 1642.671922396774, 6477.673523621196, 851.3698253976726, 1469.5314154199273, 356.181910972996, 19480.678318188104, 495.08177610185646, 3636.824599781258, 9827.629126104144, 2944.269396001201, 1434.7295693348071, 532.0654122688052, 352.14035562320055, 730.1424527686829, 133.64419576843028, 215.39642881573948, 222.1708021796501, 1302.8565486285963, 69.12001494476488, 394.1949778934016, 24154.226578296988, 277.37474230067204, 4127.988258377786, 2800.3232569935117, 18114.09435869549, 2927.6850318260017, 1746.4736181626408, 8568.193332748293, 716.1912515566421, 2246.2622169302444, 59.52947891256972, 18.733551264904623, 3718.7080216907157, 254.6740859105698, 3088.0609796170565, 25.472397602423047, 493.3495750546821, 195.61504096318072, 91.30080708719933, 301.1055955737899, 134.03172701902932, 36.20092042250345, 0.0, 0.0, 129.0822252237659, 259.7102639904482, 1299.2269953575942, 506.7165249983963, 33.47279153814348, 2093.8908782521275, 2585.8981059708212, 10576.59945757433, 7190.531979004802, 3141.033002779532, 6.246862076523613, 6.246862076523613, 407.86492704090995, 3031.9559076754986, 0.0, 1864.1629964956328, 3650.162996495633, 431.4691509025929, 212.5639841820319, 212.5639841820319, 1547.5510604513177, 564.000233892117, 754.9048609816746, 4328.149076752903, 16665.479010781866, 20986.650538941805, 1174.0951916405802, 1004.539810468455, 1106.2874855990374, 2.4563944736692704, 2.4563944736692704, 212.59803990882762, 212.59803990882762, 212.59803990882762, 276.6799271971242, 250.28638391732855, 276.6799271971242, 1755.604098110771, 235.2888454493382, 811.0043741477989, 771.2384392140823, 460.3198483046175, 697.3438540584812, 18366.82624870392, 11161.482767949265, 11.594560050736128, 624.0180458578777, 48.35123828270492, 324.57985246352655, 180.41130589540327, 2592.5308895300745, 12909.169044000802, 4678.239664925019, 876.1233823120922, 161.5736905014077, 0.0, 2584.0227809206312, 30.79767915837773, 1503.0266982145301, 1687.1177699834188, 60.83605409220289, 4658.922011635515, 121.00624951008616, 19306.189784606853, 755.038650585206, 31169.59600055841, 2589.3346946308707, 77.80102746685665, 3.3585476984695553, 2128.71439149208, 7151.973705063466, 8835.056842217415, 17797.765252129953, 386.8611380907575, 521.3726570464099, 1316.3589946630655, 2898.058505735128, 7575.498964199051, 32.04463251827616, 11533.3268600507, 1200.2405687262988, 623.9499485504649, 2663.2475234717213, 0.0, 6149.063467538896, 57.38517742335169, 328.5114087053269, 2194.1532601257795, 10190.85783561216, 12254.467498690969, 255.9781574114284, 108.06099249001926, 1.2120725888475632, 4765.682307615735, 46.42430146736436, 406.6918220295723, 10339.780905493442, 6980.430906413108, 4464.542681107704, 7279.832658783741, 5921.177555458851, 4913.01783587487, 1663.7594327643094, 3418.1501768539083, 78.96751143388812, 78.96751143388812, 147.69649439857525, 352.3328545577951, 120.3754019721683, 1003.5903010415551, 189.49055024344202, 491.6108480040986, 9165.120619214556, 2898.780720263164, 4821.24800370657, 3338.211113619719, 3029.853965134162, 17508.25446493488, 44.90358399220072, 44.90358399220072, 8764.489859885129, 178.4598368937406, 4.751043500215877, 322.6053471042591, 322.6053471042591, 143.77112790545178, 2434.598070027458, 776.7206922148291, 8521.88165717839, 0.0, 4165.796296880012, 133.76103762841768, 289.1629015817093, 189.51362930222373, 180.69624368792833, 27.31200199674979, 27.31200199674979, 21.516638627967946, 186.36236650830313, 186.36236650830313, 4249.9718626324775, 11005.514346875287, 5937.010298931646, 3456.6774009423575, 2150.9407398021012, 323.4623501968917, 1562.7854970209019, 1562.7854970209019, 7316.170533842627, 82.16714399186453, 634.7540809885048, 9522.030466462824, 214.71324090310426, 1478.3513185453758, 7.496403514868663, 3071.3800093333125, 2190.7628635741025, 23283.46624330181, 0.4739061414806536, 5020.045090295603, 139.975291090393, 289.2317272393893, 2946.7568661891682, 91.41565722308204, 4242.483841349323, 5306.984678684274, 208.24729137199864, 10147.349823518585, 5198.902790564374, 105.78820542524552, 1175.5462554931712, 365.0554486644143, 1199.130596165745, 919.3478820572249, 0.0, 6477.112712683099, 13.624811328159847, 3258.5807856177844, 3258.5807856177844, 3105.421616965125, 3647.266792554371, 846.5871841069121, 33658.55116368686, 1063.2040695740734, 12128.351191548843, 849.7954908446895, 1637.678362219746, 2252.020787914327, 0.0, 0.0, 2.7886438738940442, 467.10958525203847, 92.09730724145334, 144.83784028942756, 0.0, 88.61810094744517, 88.61810094744517, 88.61810094744517, 8581.371421455364, 1335.1186903486332, 56.38990378821392, 56.38990378821392, 56.38990378821392, 56.38990378821392, 56.38990378821392, 56.38990378821392, 56.38990378821392, 71.31019746368236, 3324.087646947853, 9.87231753359509, 2026.5283490750771, 15960.604758656427, 1430.0229834629708, 427.08306026439027, 730.1321484903311, 730.1321484903311, 1.448142360546937, 0.0, 421.0939525386532, 316.8561619644572, 757.5123397036468, 493.3436753347469, 2527.520284973737, 721.9362648724715, 0.09600614439324115, 0.09600614439324115, 13943.596014185034, 2328.0444925047523, 1195.9733711550384, 837.3199149104619, 181.13457987804753, 462.85711975328576, 235.30187614844857, 0.0, 6193.801833947843, 59.558151728464686, 888.621661026531, 620.5734083645997, 620.5734083645997, 620.5734083645997, 620.5734083645997, 11692.51721050739, 0.0, 44.63336483018814, 1936.0606924002007, 21.936289671513364, 0.0, 14221.440581244666, 93.04099850095346, 3638.027552771331, 6.499842698299985, 0.0, 0.0, 9247.428033820072, 29934.303300066207, 1936.7732842639064, 3514.334158146558, 221.63049940505917, 0.03333333333333333, 997.9350805305193, 148.9258108167235, 616.3751573757733, 14.621978436143419, 317.7342865640053, 2213.934800175347, 2592.5308895300745, 1004.539810468455, 219.19108451545065, 103.59242885476291, 3707.2759163300884, 3827.6338991398165, 15.235295866212939, 2428.1969500403898, 1306.9747550255158, 1739.3881741883883, 0.029185867895545316, 0.0, 182.76855695294753, 3021.342501493141, 193.9250575401202, 76.2684720927362, 289.13636935645366, 13253.11842088594, 456.27741302792623, 0.0, 3.6630471221393806, 4165.323989822038, 247.03705349237606, 88.51805927740348, 29.422160137356364, 10.092857214607394, 158.97534308978916, 1523.082044554715, 1698.7784834829201, 864.708458426502, 1523.082044554715, 3979.840080665508, 4639.534252576609, 3484.2403938569805, 3484.2403938569805, 1523.082044554715, 1523.082044554715, 40.31054784106962, 249.12632398766584, 3063.005678042025, 311.42247572235686, 1704.8714746018286, 119.974322439086, 0.6666666666666666, 0.6666666666666666, 0.6666666666666666, 0.6666666666666666, 0.6666666666666666, 0.0, 285.4124121261923, 354.45316370774935, 14673.34511639783, 10012.670360512964, 0.1728433151258194, 0.0, 806.0783070586144, 806.0783070586144, 1371.1408553519375, 309.8594349044684, 425.41776964123306, 318.50482054660955, 122.66879906913282, 63.90200264113042, 26.61901623899931, 438.29964175387903, 1568.9574558818042, 8067.610542911298, 10850.794267009178, 87.51954442852389, 341.8117273745613, 1785.1089841585097, 559.1535810882584, 0.0, 28.208792269826642, 94.2026402724479, 123.36491997949645, 144.67394434658289, 351.5325245344619, 231.72654808203043, 440.9780490293481, 4298.524670849626, 1853.7913164426768, 458.63456477078273, 220.13838272208164, 0.2, 2.5, 2.5, 20.827665021622632, 259.365150209424, 3149.201744901361, 657.7311693033573, 5413.30685906787, 1933.0516674409453, 6215.926904390093, 176.92559140030951, 429.990452218425, 266.1967162446524, 912.3470009359553, 43.59571389403225, 43.59571389403225, 579.6561562456156, 9736.116860731208, 198.76887139347537, 919.5258656588002, 35.57901494384451, 4.950664533209929, 2102.520695342681, 70.66087733633347, 173.30341785152223, 285.4124121261923, 117.37837332789397, 0.0, 1786.0, 4680.826135020252, 124.62722647705085, 29.57618125666568, 368.34215004653527, 25.11376861688581, 4.2968032185345715, 209.84777857846663, 284.5714350738153, 3571.3089516108757, 6650.245253813338, 1668.7532983375143, 0.0, 0.0, 86.13249307160282, 4156.740998132921, 5658.748114986552, 2404.2191966984437, 2404.2191966984437, 1073.6243711051789, 242.50417617130617, 318.5740179557943, 242.50417617130617, 242.50417617130617, 6404.174363445108, 4476.203645083246, 418.8772141763923, 0.7362637362637361, 78.30353343209117, 830.5184414217923, 11.067798706848189, 78.4034557555833, 207.31590914219393, 56.28406883338301, 40.84373119616152, 351.5325245344619, 891.1748635477583, 891.1748635477583, 891.1748635477583, 891.1748635477583, 891.1748635477583, 891.1748635477583, 891.1748635477583, 891.1748635477583, 5524.201537435859, 79.62342763693515, 5352.405303030303, 3760.6636946714143, 320.7093027768054, 0.4053030303030303, 320.7093027768054, 17.460158289475963, 1317.5873217057851, 584.6302177976336, 0.0, 2807.703214397348, 7510.791590718593, 36.34791895462201, 0.0, 7327.6481342194, 490.60914749610095, 1217.659808677734, 91.00849859986076, 5535.357130194639, 60.28662316169877, 60.28662316169877, 60.28662316169877, 60.28662316169877, 31.05445149114673, 2155.5066393493953, 89.87940182833373, 2.7590670061959783, 2065.935906809217, 552.1937523214085, 2096.9013252562027, 552.192201309765, 161.5364242058471, 161.5364242058471, 772.1870597560281, 161.5364242058471, 119.64772816948812, 46.577461060452386, 46.577461060452386, 0.0, 14.276093123559559, 82.19484843955112, 0.0, 0.0, 3572.0139057836855, 0.0, 0.0, 27.024400338251727, 224.1345120216649, 0.9706965405474544, 121.00624951008616, 2.134866321291541, 5.545801583483755, 14245.0, 0.0, 8914.0, 0.0, 16002.0, 0.0, 0.0, 1452.872179444693, 0.3154606504606504, 0.3154606504606504, 135.53282610769506, 0.0, 25098.11860022449, 61.10280536716227, 145.6354381233396, 40.60010580145836, 1786.1801470588234, 0.0, 0.0, 10836.24359308067, 3420.855172559888, 2536.04789730387, 114.7515211313582, 114.7515211313582, 0.7154997943966528, 0.7154997943966528, 2310.8871227169234, 1357.2374055344317, 2268.8074377000435, 0.7154997943966528, 0.7154997943966528, 55.19365027266525, 0.0, 0.0, 461.4336435788672, 299.8713163244177, 2.174197438456986, 3.2893224995745998, 23.824109972755213, 23.824109972755213, 9464.921279593711, 2986.4684941721735, 3196.527794338967, 6474.27184389534, 661.873002216196, 661.873002216196, 661.873002216196, 661.873002216196, 661.873002216196, 661.873002216196, 87.68929211530342, 945.1886279201001, 0.047619047619047616, 63.0948057770193, 1787.7465167051162, 0.0, 128.6352931633592, 0.8283475442403767, 87.60069210627593, 73.51076415346994, 33.073815631717885, 1236.7681810827808, 713.407807275469, 779.9624378131589, 4.037797919045873, 724.0922613906592, 16.221669757999997, 7.1622141076397, 15.948795963123219, 213.15716555736137, 1.7862236788476071, 1540.53612652747, 5047.305428229618, 3478.3635603599932, 621.3463750293331, 13.244813325347252, 7956.561021878431, 0.189383089079041, 0.0, 3571.0, 0.0, 15.0, 5354.0, 1786.0, 0.0, 16.563361341571298, 16.926337067842898, 71.27499870860821, 164.28421670133073, 5.473628387959921, 0.0, 0.0, 5354.0, 0.0, 364.55449789427274, 1987.9071400858747, 1224.97533442595, 75.29185126605078, 0.0, 24.32709369360803, 0.0, 43.70910129825777, 98.9963780493738, 6.716392485821657, 905.0245983309377, 25.709249052004804, 391.8595133039219, 151.08664064154627, 1989.0124754018373, 0.5, 0.5, 0.5, 48.5526212295664, 3152.0045741989065, 1659.2808359619569, 0.0, 2.0, 496.91342003359733, 2579.847635768557, 5517.045214024535, 1738.8025219853262, 211.60361231918867, 200.2532870635039, 12.52067167626958, 1755.1978738511257, 388.3408116769004, 0.0, 31.49923061952699, 478.128545690499, 677.5471539167135, 7.496403514868663, 7.496403514868663, 76.43567271517998, 104.5665172758654, 238.05110172143, 34.63832820993629, 0.0, 0.0, 1483.6173121228585, 0.0, 4.073260073260073, 1046.3771252307356, 1661.926300441634, 34.11232728207767, 2502.3094348728077, 3468.224064247993, 5044.569358805323, 208.64709638466468, 2014.6570840229463, 37.205856640923365, 173.65671082367376, 1157.5874764502844, 1212.4776328375633, 216.83962654963915, 395.6229701981207, 33.004932166828425, 102.22582087442431, 80.96145221270771, 0.24849535072028356, 0.0, 363.77937766089303, 70.65878241068725, 17.460158289475963, 17.460158289475963, 17.460158289475963, 17.460158289475963, 11.523087341262013, 1309.317657893671, 389.17670892341806, 2.7645187975168333, 742.6340878121762, 1439.3044357156857, 116.66276473766816, 116.66276473766816, 116.66276473766816, 460.3198483046175, 460.3198483046175, 4.394363870558999, 196.43816335239586, 0.0, 0.0, 201.75007726967735, 0.0, 33.5516310567307, 0.0, 0.0, 0.0, 30.927039269060746, 5.701648814701263, 218.61281915312438, 14277.73201374594, 0.0, 8913.0, 2359.5128692089356, 0.0, 1.5981149167005684, 1900.8558704749075, 1245.9806872543998, 16.249492006928456, 139.55776905275707, 0.0, 381.10851704156096, 52.3590293585958, 14.946546061278735, 471.2798181756799, 411.13036476346906, 56.7164375967708, 131.95954478349967, 1453.0848814292315, 0.0991209914012669, 0.0991209914012669, 16.016294198421487, 22.432167104921366, 190.5140362223733, 1171.2317166483087, 118.48413038274522, 76.49969217041057, 1653.6426154044868, 0.6255921837878025, 0.0, 0.0, 0.0, 2421.4637006829676, 862.0204976594248, 10.503145050858334, 401.7373884534685, 31.32238878919405, 39.73838173662958, 2479.78157770865, 1786.1666666666665, 0.0, 1593.5185793748574, 1.4660704892825214, 329.7896808640865, 511.548704031265, 2.855209554644242, 0.05947497949138638, 2719.5227992668547, 202.32441883454888, 202.32441883454888, 202.32441883454888, 312.83137370540373, 0.0, 92.75661189977914, 92.75661189977914, 0.0, 30.79767915837773, 277.61794738955507, 23.24044012625762, 1.9365579133668256, 0.0, 11.318998526689777, 3571.0, 2652.2788403379473, 2348.9433545897564, 0.0, 0.0, 0.44757335468418363, 2.3333333333333326, 2.3333333333333326, 2.3333333333333326, 2.3333333333333326, 0.05947497949138638, 344.4055269383633, 120.51951997901466, 36.130418556606706, 205.25151251405737, 653.9740800717751, 237.43954234876514, 262.8770573099349, 717.0650024117616, 16.90088267075675, 29.421231871651774, 220.087211024763, 150.68912577988965, 20.3410076952446, 6.129938775741626, 94.6497469775008, 88.96133236334377, 478.1387381678135, 67.69733426641002, 70.13107460676076, 135.0636719807195, 57.706454801028265, 0.1728433151258194, 0.1728433151258194, 0.1728433151258194, 110.66376014736927, 3.8562542615572197, 292.50526873492123, 94.27486201506075, 26.160536471682907, 3.8562542615572197, 3.8562542615572197, 3.8562542615572197, 3.8562542615572197, 3.8562542615572197, 0.5048184601055846, 164.60679640839004, 216.5503352909253, 806.2217958779149, 0.5048184601055846, 318.80233669234224, 0.19677419354838704, 1288.7200401241864, 4.362780712918587, 0.0, 5355.0, 2005.2965497831597, 0.5, 892.5, 892.5, 85.28239680821403, 4.085351542544754, 14.319172608325745, 859.1420228179126, 354.83002064178055, 109.02043713866601, 2213.471479121775, 109.02043713866601, 109.02043713866601, 456.27741302792623, 2144.647870722001, 50.41481788661741, 83.80709383101863, 0.0, 446.7403092529051, 30.927039269060746, 0.1801470588235294, 86.06805562376924, 192.66178580402058, 25.74788053454178, 31.311125944347033, 0.961536806731927, 82.48013373555216, 1.3137498401312648, 0.0, 5355.0, 0.6418575040725645, 33.86703057892433, 25.793858277774532, 141.0857602613435, 843.248181668069, 9.340917600010702, 2337.893956018134, 11.093033186157403, 1020.6245416603134, 678.9056385089671, 0.0, 828.1322247134847, 56.648950482662265, 87.85408243333261, 0.05590496156533892, 1006.7005111816454, 1006.7005111816454, 568.6431425123416, 81.89829570884622, 291.5897031860178, 36.64187269260514, 0.0, 0.0, 0.0, 5352.5, 17809.851720156123, 0.961536806731927, 0.7782947007109778, 45.63951186485763, 134.8029607749437, 0.0, 236.782521207005, 36.19411875474749, 0.0, 2.0, 17.58653950088492, 2119.9923340445393, 0.0, 445.74999999999994, 3.0, 3194.5698292186953, 9.025795945542136, 9.025795945542136, 2895.792804673245, 1224.698849322285, 405.14243221870555, 1241.4443854537258, 2991.4721621319763, 201.42294957245318, 0.2793390320929688, 202.44340578782044, 67.47953100501641, 136.84298649114803, 3272.19891078613, 29.051648205452217, 0.2793390320929688, 888.1792986972129, 54.89606790884079, 19.274630978519365, 1381.8615718820145, 240.91367541557366, 240.91367541557366, 461.6547338398886, 116.19853055614985, 204.40910422369276, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 590.5703560754671, 0.30505859621392584, 75.28841423326335, 0.0, 2314.2146708559158, 0.0, 0.0, 0.0, 1952.7431210649654, 0.0, 0.08391457680250784, 0.5, 36.910567212029, 7384.797472549961, 359.22143387843124, 169.5986147271138, 0.0, 0.45, 0.45, 0.45, 0.45, 13.158451885315811, 354.09423299790257, 9.056910671424175, 24.091598508603006, 179.45225663529806, 1.5970765094061794, 228.594793622489, 1.6341135464432166, 0.0, 1.8011490519819358, 22.88438683506169, 7.502790391529623, 21.642458787906218, 4428.246222007225, 2244.8415042814645, 816.0948000193149, 255.79723045583867, 585.7785357855976, 0.014925373134328358, 86.0105406289949, 5352.014925373134, 46.40218881760866, 193.67766654877323, 105.64550801354235, 2.3213727745076977, 1840.7149658780982, 305.88624076296776, 79.36951198540406, 92.35251795209182, 20.127770860163796, 689.0553560509549, 5.157475601173273, 139.10268562226346, 37.59463817176142, 0.0, 34.044386306613944, 0.0, 2.589283271878052, 129.50689332220725, 0.7309760497009599, 379.40644743933046, 10.429076842372142, 9.340917600010702, 60.87589626230962, 0.0, 0.2, 5148.169015639105, 0.0, 0.0, 1225.0036800641162, 7.372185859502407, 224.94924709103614, 224.94924709103614, 7.372185859502407, 7.372185859502407, 7.372185859502407, 19.2660041894897, 0.0, 0.0, 0.0, 3634.797664298077, 0.0, 0.07696484546496936, 7.49845964372021, 1.7862236788476071, 0.0, 129.0822252237659, 535.9432450842494, 0.0, 0.0, 0.0, 565.0517667079047, 11.787981817320867, 0.07696484546496936, 7.97080420540145, 138.36603694124818, 1.9365579133668256, 927.8960649468081, 98.42017397715566, 0.2902398820668788, 42.29509340411213, 0.0, 86.72955138158191, 109.60202385895481, 198.21381741423227, 83.72019876479536, 0.0, 422.83955411808796, 0.0, 133.3828552301033, 16.62124093420852, 0.0, 354.92761824492374, 251.14316348648478, 1.781340671710227, 1.781340671710227, 1.781340671710227, 8.915201099312554, 1805.747026786725, 1.781340671710227, 117.50342815764736, 61.01518507550847, 133.59750624406172, 1.781340671710227, 1.781340671710227, 0.0, 414.58075133468526, 667.2763785839079, 0.0, 0.0, 0.0, 0.0, 0.0, 16.54136840347769, 6.067315215736119, 0.0, 1.7862236788476071, 0.14285714285714285, 594.0892005272444, 75.95096289370329, 12.717740168424452, 0.14627659574468088, 0.2919012529406426, 0.2919012529406426, 0.2919012529406426, 96.219341468002, 0.0, 3571.0, 0.0, 0.0, 50.2931760404245, 5.097737549961851, 45.805579976391755, 19.66408318276472, 1.0481365305714267, 1.0481365305714267, 5.7891329631916895, 1.0481365305714267, 1.0481365305714267, 1.0481365305714267, 1.0481365305714267, 37.77427160966803, 125.31747239255847, 79.67850164976508, 10.993804921876572, 1.8605631423587006, 1.8605631423587006, 1.9164681039240394, 1.8605631423587006, 1.9164681039240394, 1.8605631423587006, 6.064464015302818, 86.61499898457024, 34.044386306613944, 34.044386306613944, 0.0, 297.25763733866756, 6.146121383280775, 6.146121383280775, 0.0, 0.0, 0.0, 14.513216998710591, 0.0, 0.0, 3.9223169144534444, 169.553425866811, 0.0, 33.88940962331969, 23.016084129480497, 171.5099101392399, 272.2415707568262, 540.8748042869863, 540.8748042869863, 0.0, 21.808930610347016, 363.76720145109795, 69.02392578244535, 4.882839689923935, 2.456485188700973, 148.1445711951027, 99.4025575028126, 0.2, 26.684925533010055, 0.0, 0.0, 1.4424423522593313, 19.21405534428734, 0.0, 0.44757335468418363, 425.02703466626883, 173.65671082367376, 0.1958333333333333, 0.0, 0.0, 0.0, 1.6992091478238058, 1.6992091478238058, 0.0, 0.0, 6.0, 71.45236565816083, 0.0, 6.067315215736119, 6.671057482822188, 4.516605111800289, 0.0, 113.44422021169453, 11.863331632546904, 18.58219489217825, 0.0, 0.0, 0.0, 0.0, 0.0, 7.0644097697750485, 7.0644097697750485, 14.513216998710591, 0.0, 0.0, 99.51587037449555, 0.0, 0.0, 4.683359932530107, 0.0, 0.0, 1.0, 0.0, 0.0, 105.52238710604892, 0.0, 1.3137498401312648, 2.1335135873579474, 0.9641771230389762, 33.07966460391119, 0.0, 0.0, 4.457987645070743, 3.9340526829400186, 2.7016910494325836, 79.32830073198814, 121.02833734233054, 0.0, 16.90088267075675, 0.0, 0.961536806731927, 0.0, 8.785207336551686, 53.67541527252179, 42.684072582593295, 170.37469029050163, 289.73525619966716, 58.08308824221988, 119.974322439086, 119.974322439086, 119.974322439086, 0.0, 9.406656356446746, 49.1568946126793, 0.07156088186622538, 9.755256110280534, 7132.0, 0.0, 0.0, 0.0, 161.08572006733067, 378.89796210329865, 16.54136840347769, 0.0, 3.9280495141502803, 30.344157898635775, 0.0, 30.79767915837773, 165.96464917335246, 165.96464917335246, 129.0822252237659, 129.0822252237659, 263.5702748217378, 6.666928215900812, 0.0, 0.0, 0.0, 587.0361950683559, 0.1, 0.0, 3.9987479830106922, 0.0, 20.77340600507183, 0.05263157894736842, 0.0, 0.0, 42.65703284447711, 106.32877563704974, 14.730605332109677, 0.0, 0.0, 11.863331632546904, 0.0, 121.00624951008616, 0.0, 0.0, 6.0, 0.0, 0.0, 0.0, 56.648950482662265, 165.16549025704026, 232.9413208872651, 1.0426001716861457, 53.539033703249856, 5.524916569548833, 35.77537240777003, 1307.9300270343122, 97.58313472130027, 2.9387195072011836, 0.0, 0.0, 35.847982819283, 0.0, 0.0, 0.0, 379.61771465240236, 1417.0462522120918, 0.0, 0.0, 0.0, 0.0, 0.9706965405474544, 0.0, 0.10081954595112488, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 79.25040549857245, 79.25040549857245, 29.884369434777216, 0.0, 1786.189383089079, 0.0, 0.0, 8.93563923682216, 8.93563923682216, 0.0, 1.1372407772426916, 0.24849535072028356, 1.0426001716861457, 0.0, 141.9239519649134, 0.0, 0.0, 0.0, 105.52238710604892, 105.52238710604892, 0.0, 1.0, 0.18181818181818182, 0.0, 90.09753012743869, 3266.803424416468, 0.0, 21.752427482604425, 0.05263157894736842, 0.0, 28.058902632473153, 0.0, 0.029185867895545316, 0.0, 0.2017788646799838, 0.2017788646799838, 16.54136840347769, 16.54136840347769, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.961536806731927, 39.54606941563458, 0.0, 0.0, 236.44317927451058, 134.45077119890402, 29.212204722190283, 445.1500628168795, 593.6481957389992, 1175.8984382960114, 593.6481957389992, 593.6481957389992, 32.37945344971038, 32.37945344971038, 0.029185867895545316, 151.0504547662228, 0.0, 0.0, 0.0, 98.2238353169845, 59.0926111179984, 0.0, 0.0, 0.0, 0.0, 0.0, 4.740354947857855, 0.0, 0.0, 19.19413952818432, 245.3331634552393, 2.7590670061959783, 239.87382284154106, 0.0, 0.0, 0.0, 32.02354920126059, 0.0, 0.0928030303030303, 0.5019194648718193, 0.5019194648718193, 0.0, 0.0, 0.0, 0.0, 0.2, 7381.579595437041, 0.189383089079041, 0.0, 0.0, 0.0, 22.42051322080456, 0.0, 161.44119351755768, 1786.0, 0.0, 0.0, 1995.4258554996431, 0.0, 0.0, 1.9988982549606358, 0.0, 124.39123345144412, 394.4270756708244, 0.0, 0.0, 1787.303553171294, 0.961536806731927, 0.961536806731927, 0.961536806731927, 4.516605111800289, 0.0, 0.0, 0.0, 83.26674709268227, 0.0, 3570.0, 0.0, 0.0, 0.0, 76.17238926222709, 298.72940977884343, 427.42314034769987, 0.0, 0.0, 445.74999999999994, 0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1786.0000000000005, 1084.9337199904405, 0.0, 0.0, 0.0, 0.0, 39.40779824033465, 0.0, 0.0, 0.0, 0.0, 0.0, 445.74999999999994, 445.74999999999994, 2.9387195072011836, 0.0, 1792.2178559156719, 0.0, 2.7590670061959783, 2.7590670061959783, 0.20512616748234902, 102.49814315392008, 0.0, 0.0, 0.0, 0.14285714285714285, 0.0, 0.0, 161.44119351755768, 0.0, 0.0, 0.8554945054945056, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 9.634139336783882, 0.0, 2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 9.634139336783882, 0.0, 0.0, 0.0, 0.0, 0.0, 471.19154682540307, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
#compute Clustering Coefficient list hamsterClusteringCoefficientList = hamsters.transitivity_local_undirected() print "Clustering Coefficient List of all nodes: ", hamsterClusteringCoefficientList
Clustering Coefficient List of all nodes: [0.15555555555555556, 0.14421052631578948, 0.06537530266343826, 0.09523809523809523, 0.23891625615763548, 0.16666666666666666, 0.06666666666666667, 0.10752688172043011, 0.15016835016835017, 0.09653092006033183, 0.11029411764705882, 0.16666666666666666, 0.6, 0.6, 0.06157635467980296, 0.06, 0.07017543859649122, 0.3333333333333333, 0.35714285714285715, 0.03571428571428571, 0.23333333333333334, 0.03571428571428571, 0.05280875236692615, 0.0, 0.06666666666666667, 0.06340326340326341, 0.010084033613445379, 0.0, 0.0, 0.1048780487804878, 0.0, 0.5357142857142857, 0.32967032967032966, 0.32051282051282054, 0.375, 0.32051282051282054, 0.3161764705882353, 0.5303030303030303, 0.5303030303030303, 0.0915915915915916, nan, 0.16666666666666666, 0.09523809523809523, 0.045787545787545784, 0.03785835580861053, 0.051094890510948905, 0.05084745762711865, 0.05742574257425743, 0.6666666666666666, 0.6666666666666666, 0.2857142857142857, 0.05314009661835749, 0.08098591549295775, 0.05608322026232474, 0.14285714285714285, 0.2087912087912088, 0.23333333333333334, 0.0933832709113608, 0.13246753246753246, 0.0, 0.25, 0.2315270935960591, 0.040626040626040624, 0.038542607648298706, 0.021670523879654954, 0.016246498599439777, 0.0928030303030303, 0.14022988505747128, 0.21666666666666667, 0.18468468468468469, 0.3333333333333333, 0.2875816993464052, 0.5, 0.5, 0.12280701754385964, 0.0873015873015873, 0.1206896551724138, 0.14545454545454545, 0.09788359788359788, 0.09359605911330049, 0.21212121212121213, 0.02197802197802198, 0.19047619047619047, 0.3333333333333333, 0.05952380952380952, 0.0, 0.03801546391752577, 0.32727272727272727, 0.0935672514619883, 0.0, 0.07368421052631578, 0.08666666666666667, 0.05928853754940711, 0.06666666666666667, 0.1541501976284585, 0.011634056054997356, 0.014184397163120567, 0.08484848484848485, 0.20512820512820512, 0.21794871794871795, 0.21978021978021978, 0.07728937728937729, 0.22072072072072071, 0.12063492063492064, 0.3333333333333333, 0.5303030303030303, 0.23333333333333334, 0.23, 0.24867724867724866, 0.09643483343074226, 0.08867427568042142, 0.06666666666666667, 0.10833333333333334, 0.10833333333333334, 0.1978021978021978, nan, 0.07343660355708548, 0.07320979180965455, 0.23333333333333334, 0.2, 0.10507246376811594, 0.1800356506238859, 0.0273972602739726, 0.03129890453834116, 0.42424242424242425, 0.12626262626262627, 0.12804878048780488, 0.12804878048780488, 0.10695187165775401, 0.10795454545454546, 0.08374384236453201, 0.09230769230769231, 0.08, 0.10461538461538461, 0.03162055335968379, 0.11614401858304298, 0.06600478029049457, 0.2222222222222222, 0.4, 0.061016949152542375, 0.1, 0.23809523809523808, 0.11693548387096774, 0.1619047619047619, 0.04807692307692308, 1.0, 0.3333333333333333, 0.20833333333333334, 0.08878968253968254, 0.18924731182795698, 0.14102564102564102, 0.09666666666666666, 0.052854122621564484, 0.09971509971509972, 0.16666666666666666, 0.08225108225108226, 0.11901306240928883, 0.10589410589410589, 0.09523809523809523, 0.23172905525846701, 0.25, 0.37777777777777777, 0.12561576354679804, 0.11174242424242424, 0.06451612903225806, 0.11491935483870967, 0.11088709677419355, 0.09082420847126729, 0.024787997390737115, 0.10256410256410256, 0.05789473684210526, 0.14285714285714285, 0.1388888888888889, 0.2, 0.06060606060606061, 0.056, 0.07133490689745607, 0.07147802007615092, 0.03349985307081987, 0.0, 0.09166666666666666, 0.0, 0.0, 0.0, 0.0, 0.16666666666666666, 0.17846153846153845, 0.07373737373737374, 0.2, 0.030303030303030304, 0.10909090909090909, 0.0, 0.10921880784894483, 0.4, 0.16492450638792103, 0.09523809523809523, 0.06324110671936758, 0.15833333333333333, 0.21794871794871795, 0.0, 0.09941520467836257, 0.0, 0.05087719298245614, 0.08307692307692308, 0.0, 0.0, 0.0, 0.15555555555555556, 0.08974358974358974, 0.0, 0.09412528399870172, 0.0, 0.0, 0.0, 0.0, 0.0, 0.10526315789473684, 0.4, 0.19047619047619047, 0.0, 0.07459677419354839, 0.0, 0.0, 0.047619047619047616, 0.0, 0.28888888888888886, 0.0, 0.014705882352941176, 0.08333333333333333, 0.11067193675889328, 0.0, 0.13333333333333333, 0.11857707509881422, 0.19480519480519481, 0.0, 0.09090909090909091, 0.05727696982852182, 0.06628347804818394, 0.16666666666666666, 0.4264705882352941, 0.4083333333333333, 0.23715415019762845, 0.18181818181818182, 0.12602566799915843, 0.1293746414228342, 0.1632183908045977, 0.19886363636363635, 0.06593406593406594, 0.06593406593406594, 0.15833333333333333, 0.04143277198609997, 0.0407843137254902, 0.05725490196078432, 0.0549645390070922, 0.05272108843537415, 0.10822510822510822, 0.09116809116809117, 0.07142857142857142, 0.07389162561576355, 0.08163265306122448, 0.09855072463768116, 0.06377551020408163, 0.0546448087431694, 0.10952380952380952, 0.10952380952380952, 0.6666666666666666, 0.5333333333333333, 0.14285714285714285, 0.0, 0.022222222222222223, 0.0, 0.0, 0.11879432624113476, 0.12210915818686402, 0.10121951219512196, 0.09615384615384616, 0.16923076923076924, 0.026255707762557076, 0.043076923076923075, 0.4, 0.13157894736842105, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.3333333333333333, 0.0761904761904762, 0.06552706552706553, 0.07311827956989247, 0.19047619047619047, 0.15862068965517243, 0.0777489818585709, 0.01839080459770115, 0.018145161290322582, 0.020689655172413793, 0.02217741935483871, 0.32967032967032966, 0.10714285714285714, 0.1541501976284585, 0.0, 0.38181818181818183, 0.19047619047619047, 0.3333333333333333, 0.3333333333333333, 0.3333333333333333, 0.3333333333333333, 0.3333333333333333, 0.16666666666666666, 0.13804713804713806, 0.11428571428571428, 0.0, 0.09745293466223699, 0.0, 0.07308377896613191, 0.18181818181818182, 0.08421052631578947, 0.08421052631578947, 0.08421052631578947, 0.12307692307692308, 0.07308377896613191, 0.05982905982905983, 0.18181818181818182, 0.12087912087912088, 0.18181818181818182, 0.06060606060606061, 0.10526315789473684, 0.0715846994535519, 0.0, 0.07666666666666666, 0.0, 0.13725490196078433, 0.06060606060606061, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.13333333333333333, 0.041666666666666664, 0.08870967741935484, 0.10227936879018118, 0.10262172284644194, 0.09254362771020624, 0.0880281690140845, 0.10714285714285714, 0.05975609756097561, 0.05851063829787234, 0.2222222222222222, 0.125, 0.0, 0.12231352718078382, 0.13970588235294118, 0.16366366366366367, 0.09042553191489362, 0.09803921568627451, 0.2222222222222222, 0.19696969696969696, 0.14285714285714285, 0.1, 0.0, 0.1, 0.0, 0.0380952380952381, 0.16666666666666666, 0.2, 0.08078231292517007, 0.24358974358974358, 0.113107822410148, 0.13756613756613756, 0.08043775649794802, 0.20840336134453782, 0.2072072072072072, 0.05851063829787234, 0.16, 0.08739495798319327, 0.01818181818181818, 0.01818181818181818, 0.09877551020408164, 0.03508771929824561, 0.10098522167487685, 0.47619047619047616, 0.11764705882352941, 0.0, 0.21428571428571427, 0.1736842105263158, 0.16339869281045752, 0.175, nan, nan, 0.0, 0.0, 0.0, 0.4166666666666667, 0.4666666666666667, 0.20261437908496732, 0.27450980392156865, 0.06461538461538462, 0.05138339920948617, 0.11428571428571428, 0.5333333333333333, 0.5333333333333333, 0.5, 0.07272727272727272, nan, 0.10909090909090909, 0.09090909090909091, 0.0, 0.3333333333333333, 0.3333333333333333, 0.06842105263157895, 0.42857142857142855, 0.2777777777777778, 0.1206896551724138, 0.022857142857142857, 0.022895622895622896, 0.017543859649122806, 0.03296703296703297, 0.06666666666666667, 0.3333333333333333, 0.3333333333333333, 0.14285714285714285, 0.14285714285714285, 0.14285714285714285, 0.0, 0.0, 0.0, 0.03636363636363636, 0.0, 0.17777777777777778, 0.1388888888888889, 0.0, 0.08088235294117647, 0.07091136079900125, 0.0837245696400626, 0.0, 0.13852813852813853, 0.09523809523809523, 0.05128205128205128, 0.045454545454545456, 0.04736842105263158, 0.07272727272727272, 0.1, 0.07142857142857142, 0.42857142857142855, nan, 0.06666666666666667, 0.0, 0.0, 0.012987012987012988, 0.0, 0.03484320557491289, 0.25, 0.12328178694158076, 0.19080459770114944, 0.05903866248693835, 0.09166666666666666, 0.23076923076923078, 0.6, 0.1339031339031339, 0.1529175050301811, 0.1442241968557758, 0.035996488147497806, 0.07352941176470588, 0.125, 0.12087912087912088, 0.16883116883116883, 0.047311827956989246, 0.4722222222222222, 0.08325624421831637, 0.08658008658008658, 0.2597402597402597, 0.23809523809523808, nan, 0.015503875968992248, 0.0, 0.2, 0.08333333333333333, 0.11491628614916286, 0.1184984170058797, 0.12727272727272726, 0.0, 0.0, 0.15632183908045977, 0.3333333333333333, 0.25691699604743085, 0.12617220801364024, 0.11106233538191396, 0.14701216287678476, 0.1534526854219949, 0.13032581453634084, 0.13417190775681342, 0.13714285714285715, 0.14903846153846154, 0.22727272727272727, 0.22727272727272727, 0.2857142857142857, 0.308300395256917, 0.2761904761904762, 0.2450592885375494, 0.23391812865497075, 0.30039525691699603, 0.12323943661971831, 0.15956284153005465, 0.13365384615384615, 0.1422077922077922, 0.16363636363636364, 0.07123034227567067, 0.0, 0.0, 0.1386066763425254, 0.30303030303030304, 0.3333333333333333, 0.25833333333333336, 0.25833333333333336, 0.29523809523809524, 0.17849462365591398, 0.0, 0.047619047619047616, 1.0, 0.0392156862745098, 0.15384615384615385, 0.18382352941176472, 0.2777777777777778, 0.0, 0.3333333333333333, 0.3333333333333333, 0.3333333333333333, 0.0, 0.0, 0.08923076923076922, 0.03701015965166909, 0.051515151515151514, 0.052564102564102565, 0.036036036036036036, 0.05228758169934641, 0.05138339920948617, 0.05138339920948617, 0.0, 0.2, 0.5, 0.10606060606060606, 0.4, 0.06666666666666667, 0.3333333333333333, 0.058823529411764705, 0.1951219512195122, 0.08304853041695147, 0.6, 0.24154589371980675, 0.1, 0.29411764705882354, 0.18536585365853658, 0.2571428571428571, 0.20833333333333334, 0.19047619047619047, 0.3088235294117647, 0.156734693877551, 0.16559139784946236, 0.2545454545454545, 0.2147147147147147, 0.20526315789473684, 0.14333333333333334, 0.25333333333333335, nan, 0.027777777777777776, 0.42857142857142855, 0.055384615384615386, 0.055384615384615386, 0.05333333333333334, 0.0761904761904762, 0.14545454545454545, 0.07215980024968789, 0.14285714285714285, 0.0745637228979376, 0.16524216524216523, 0.17867867867867868, 0.17354196301564723, nan, nan, 0.0, 0.10989010989010989, 0.34065934065934067, 0.2857142857142857, nan, 0.0, 0.0, 0.0, 0.1289198606271777, 0.17543859649122806, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2857142857142857, 0.12727272727272726, 0.3333333333333333, 0.0, 0.10963455149501661, 0.19166666666666668, 0.14285714285714285, 0.0, 0.0, 0.0, nan, 0.1645021645021645, 0.20952380952380953, 0.16842105263157894, 0.1388888888888889, 0.2044334975369458, 0.2833333333333333, 0.6666666666666666, 0.0, 0.07641196013289037, 0.08791208791208792, 0.23666666666666666, 0.2427536231884058, 0.2545454545454545, 0.08333333333333333, 0.22727272727272727, 1.0, 0.12923076923076923, 0.03571428571428571, 0.15714285714285714, 0.17582417582417584, 0.17582417582417584, 0.17582417582417584, 0.17582417582417584, 0.15656565656565657, nan, 0.0, 0.17857142857142858, 0.0, nan, 0.03643724696356275, 0.23809523809523808, 0.12436974789915967, 0.6666666666666666, nan, nan, 0.01818181818181818, 0.10163432073544433, 0.09486166007905138, 0.13642960812772134, 0.23529411764705882, 0.0, 0.2714285714285714, 0.1388888888888889, 0.21637426900584794, 0.5, 0.19047619047619047, 0.05263157894736842, 0.04736842105263158, 0.03296703296703297, 0.06666666666666667, 0.0, 0.0873015873015873, 0.08994708994708994, 0.3888888888888889, 0.13666666666666666, 0.16996047430830039, 0.19333333333333333, 0.0, nan, 0.3333333333333333, 0.18181818181818182, 0.09523809523809523, 0.3333333333333333, 0.07142857142857142, 0.017316017316017316, 0.4642857142857143, nan, 0.0, 0.13142857142857142, 0.0, 0.0, 0.2545454545454545, 0.0, 0.34615384615384615, 0.0, 0.01282051282051282, 0.0, 0.0, 0.10952380952380952, 0.12631578947368421, 0.08187134502923976, 0.08187134502923976, 0.0, 0.0, 0.0, 0.0, 0.0735930735930736, 0.10476190476190476, 0.07017543859649122, 0.16666666666666666, 0.4, 0.4, 0.4, 0.4, 0.4, nan, 0.26666666666666666, 0.08333333333333333, 0.07138047138047138, 0.01904761904761905, 0.0, nan, 0.044444444444444446, 0.044444444444444446, 0.01098901098901099, 0.047619047619047616, 0.03571428571428571, 0.047619047619047616, 0.0, 0.0, 0.0, 0.029411764705882353, 0.15654520917678813, 0.14827856025039124, 0.0999000999000999, 0.25735294117647056, 0.21904761904761905, 0.22916666666666666, 0.21645021645021645, nan, 0.1619047619047619, 0.3333333333333333, 0.2857142857142857, 0.26666666666666666, 0.16666666666666666, 0.06666666666666667, 0.10909090909090909, 0.1657754010695187, 0.11067193675889328, 0.14705882352941177, 0.2727272727272727, 0.0, 0.4, 0.4, 0.5, 0.05555555555555555, 0.08387096774193549, 0.19852941176470587, 0.15632183908045977, 0.015151515151515152, 0.05714285714285714, 0.21212121212121213, 0.1794871794871795, 0.09090909090909091, 0.0, 0.0, 0.0, 0.13333333333333333, 0.08282828282828283, 0.22857142857142856, 0.2631578947368421, 0.0, 0.5333333333333333, 0.05555555555555555, 0.0, 0.027777777777777776, 0.26666666666666666, 0.3, nan, 0.3333333333333333, 0.14745098039215687, 0.22727272727272727, 0.16363636363636364, 0.39166666666666666, 0.6, 0.0, 0.22857142857142856, 0.23809523809523808, 0.0, 0.13842746400885936, 0.25, nan, nan, 0.16666666666666666, 0.03296703296703297, 0.08912655971479501, 0.1010752688172043, 0.1010752688172043, 0.09166666666666666, 0.06060606060606061, 0.07692307692307693, 0.06060606060606061, 0.06060606060606061, 0.07407407407407407, 0.10476190476190476, 0.029239766081871343, 0.0, 0.3516483516483517, 0.27941176470588236, 0.26666666666666666, 0.2222222222222222, 0.3484848484848485, 0.2222222222222222, 0.3055555555555556, 0.16666666666666666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1111111111111111, 0.0, 0.0, 0.0, 0.15555555555555556, 0.6666666666666666, 0.15555555555555556, 0.3333333333333333, 0.14705882352941177, 0.07575757575757576, nan, 0.14285714285714285, 0.10661268556005399, 0.0, nan, 0.1111111111111111, 0.27450980392156865, 0.22380952380952382, 0.0, 0.1286549707602339, 0.13333333333333333, 0.13333333333333333, 0.13333333333333333, 0.13333333333333333, 0.5, 0.210752688172043, 0.06666666666666667, 0.0, 0.08421052631578947, 0.15384615384615385, 0.1111111111111111, 0.19047619047619047, 0.3333333333333333, 0.3333333333333333, 0.09090909090909091, 0.3333333333333333, 0.26666666666666666, 0.3, 0.3, nan, 0.0, 0.0, nan, nan, 0.0, nan, nan, 0.0, 0.39285714285714285, 0.0, 0.25, 0.6666666666666666, 0.5, 0.0, nan, 0.0, nan, 0.0, nan, nan, 0.24444444444444444, 0.6666666666666666, 0.6666666666666666, 0.24242424242424243, nan, 0.014285714285714285, 0.2857142857142857, 0.46153846153846156, 0.42857142857142855, 0.0, nan, nan, 0.09994711792702274, 0.11231884057971014, 0.13852813852813853, 0.19696969696969696, 0.19696969696969696, 0.6666666666666666, 0.0, 0.037037037037037035, 0.10909090909090909, 0.07692307692307693, 0.0, 0.0, 0.2, nan, nan, 0.1978021978021978, 0.13333333333333333, 0.8666666666666667, 0.0, 0.39285714285714285, 0.39285714285714285, 0.12043010752688173, 0.008333333333333333, 0.21846153846153846, 0.1310483870967742, 0.08888888888888889, 0.08888888888888889, 0.08888888888888889, 0.08888888888888889, 0.08888888888888889, 0.08888888888888889, 0.39285714285714285, 0.20588235294117646, 0.0, 0.0, 0.0, nan, 0.13186813186813187, 0.16666666666666666, 0.42857142857142855, 0.41818181818181815, 0.5555555555555556, 0.22943722943722944, 0.10144927536231885, 0.17753623188405798, 0.3333333333333333, 0.13636363636363635, 0.0, 0.3333333333333333, 0.3333333333333333, 0.08333333333333333, 0.0, 0.23529411764705882, 0.18614718614718614, 0.17663817663817663, 0.0, 0.0, 0.0, 0.0, nan, 0.0, nan, 0.0, 0.0, 0.0, nan, 0.0, 0.5238095238095238, 0.2, 0.17857142857142858, 0.0, nan, 1.0, 0.16666666666666666, 1.0, 0.0, 0.044444444444444446, 0.014705882352941176, 0.0, nan, 0.6666666666666666, 1.0, 0.3333333333333333, 0.4, 0.0, 0.35507246376811596, 0.0, 0.3111111111111111, 0.3333333333333333, 0.13333333333333333, 0.0, 0.0, 0.0, 0.25, 0.11965811965811966, 0.0761904761904762, nan, 0.0, 0.1, 0.0, 0.16392156862745097, 0.0, 0.14545454545454545, 0.03571428571428571, 0.0, 0.21428571428571427, 0.0, nan, 0.0, 0.044444444444444446, 0.07272727272727272, 0.3333333333333333, 0.3333333333333333, 0.35714285714285715, 0.35555555555555557, 0.38461538461538464, 0.32142857142857145, nan, 1.0, 0.3, 1.0, 0.3333333333333333, 0.1, 0.2, 0.3, 0.10256410256410256, 0.19883040935672514, 0.1476923076923077, 0.26143790849673204, 0.07692307692307693, 0.1, 0.2, 0.08823529411764706, 0.030303030303030304, 0.14545454545454545, 0.23809523809523808, 0.0, 0.13333333333333333, 0.13333333333333333, 0.6666666666666666, nan, 0.0, 0.0, 0.3333333333333333, 0.3333333333333333, 0.3333333333333333, 0.3333333333333333, 0.0, 0.18095238095238095, 0.09090909090909091, 0.0, 0.16, 0.20952380952380953, 0.07142857142857142, 0.07142857142857142, 0.07142857142857142, 0.0, 0.0, 0.2, 0.1111111111111111, 1.0, 1.0, 0.07142857142857142, nan, 0.0, nan, nan, nan, 0.0, 0.3333333333333333, 0.3333333333333333, 0.0, nan, 0.0, 0.3, nan, 0.2, 0.2222222222222222, 0.2, 0.2, 0.0, nan, 0.14285714285714285, 0.42857142857142855, 0.0, 0.16483516483516483, 0.17857142857142858, 0.06666666666666667, 0.0, 0.1111111111111111, 0.0, 0.5, 0.5357142857142857, 0.26666666666666666, 0.1388888888888889, 0.2573099415204678, 0.10256410256410256, 0.16666666666666666, 0.36257309941520466, 0.3333333333333333, 1.0, 1.0, 1.0, 0.14193548387096774, 0.0761904761904762, 0.3333333333333333, 0.19696969696969696, 0.10714285714285714, 0.19444444444444445, 0.047619047619047616, 0.0, 1.0, 0.1282051282051282, 0.3333333333333333, 0.14102564102564102, 0.01818181818181818, 0.0, 0.6666666666666666, 0.07352941176470588, 0.08888888888888889, 0.08888888888888889, 0.08888888888888889, 0.07272727272727272, nan, 0.13333333333333333, 0.13333333333333333, nan, 0.0, 0.2222222222222222, 0.2, 0.0, nan, 0.0, 0.0, 0.14285714285714285, 0.16666666666666666, nan, 1.0, 0.6666666666666666, 0.0, 0.0, 0.0, 0.0, 0.0, 0.07272727272727272, 0.09523809523809523, 0.2545454545454545, 0.0, 0.12727272727272726, 0.2, 0.25757575757575757, 0.20833333333333334, 0.0, 0.0, 0.4090909090909091, 0.4, 0.13333333333333333, 0.0, 0.3333333333333333, 0.26666666666666666, 0.10714285714285714, 0.0, 0.0, 0.4, 0.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.3333333333333333, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.047619047619047616, 0.2, 0.17777777777777778, 0.0, 0.05555555555555555, 0.0, 0.06535947712418301, 0.0, nan, 0.0, 0.20307692307692307, 0.0, 0.0, 0.0, 0.0, 0.5333333333333333, 0.6, 0.19047619047619047, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4642857142857143, 0.2857142857142857, 0.3, 0.16666666666666666, nan, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4, 0.0, 0.0, 0.3333333333333333, 0.0, nan, 0.0, 0.5, 0.26666666666666666, 0.0, 0.09523809523809523, 0.0, 0.0, 0.05533596837944664, 0.0, 0.06666666666666667, 0.16666666666666666, 1.0, 0.16666666666666666, 0.0, 0.16666666666666666, 0.0, 0.0, 0.0, 0.027777777777777776, 0.3333333333333333, 0.0, 0.0, nan, nan, 1.0, 0.0, 0.0, 0.0, 0.6666666666666666, 0.1, 0.35294117647058826, nan, 0.19444444444444445, 0.0, nan, 0.0, 0.0, 0.17857142857142858, nan, 0.0, 0.0, 0.015151515151515152, 0.0, 0.0, 0.10822510822510822, 0.10606060606060606, 0.0, 0.09047619047619047, 0.058333333333333334, 0.09090909090909091, 0.0, 0.03571428571428571, 0.0, 0.0, 0.07692307692307693, 0.26666666666666666, 0.4, 0.16666666666666666, 0.0, 0.0, 0.10989010989010989, 0.25, 0.25, 0.0, 0.16666666666666666, 0.0, nan, nan, nan, nan, nan, nan, 0.11764705882352941, 0.6666666666666666, 0.4, nan, 0.14285714285714285, nan, nan, nan, 0.12121212121212122, nan, 0.0, 0.0, 0.0, 0.05555555555555555, 0.08333333333333333, 0.13333333333333333, nan, 0.6666666666666666, 0.6666666666666666, 0.6666666666666666, 0.6666666666666666, 0.0, 0.0, 0.3333333333333333, 0.5, 0.0, 0.0, 0.05555555555555555, 0.42857142857142855, nan, 0.6, 0.3, 0.5333333333333333, 0.4, 0.1443850267379679, 0.11764705882352941, 0.15, 0.21428571428571427, 0.15555555555555556, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6785714285714286, 0.3619047619047619, 0.3619047619047619, 0.5357142857142857, 0.36363636363636365, 0.0, 0.0, 0.0, 0.3333333333333333, 0.0, nan, 0.0, 1.0, 0.6666666666666666, 0.3333333333333333, 0.0, 0.13333333333333333, 0.0, 0.0, 0.0, nan, 0.0, 0.0, nan, nan, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, nan, nan, nan, 0.05454545454545454, 1.0, 0.0, 0.0, 0.0, nan, 0.0, 0.125, 1.0, nan, nan, 0.09090909090909091, 0.0, 0.5, 0.0, 0.0, 0.0, 0.0, 0.10714285714285714, 0.6666666666666666, 0.0, nan, 0.17857142857142858, 0.3, 0.15151515151515152, 0.1, nan, 0.05555555555555555, nan, 0.2222222222222222, 0.0, nan, 0.0, 0.2222222222222222, 0.0, 0.0, 0.0, 0.26666666666666666, 0.0, 0.0, 0.28888888888888886, 0.1388888888888889, 0.0, 0.0, 0.0, nan, 0.0, 0.12280701754385964, nan, nan, 1.0, nan, nan, 0.2, 0.6, nan, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0.5714285714285714, 0.5714285714285714, 0.5714285714285714, 0.23636363636363636, nan, 0.0, nan, nan, 0.4444444444444444, 0.06666666666666667, 0.3888888888888889, 0.06666666666666667, 0.0, 0.0, 0.1, 0.4, 0.4, 0.0, 0.0, 0.32142857142857145, 0.28888888888888886, 0.044444444444444446, 0.5272727272727272, 0.0, 0.0, 0.5357142857142857, 0.3333333333333333, 0.5357142857142857, 0.0, 0.38095238095238093, 0.14285714285714285, 0.0, 0.0, nan, 0.14285714285714285, 0.3333333333333333, 0.3333333333333333, nan, nan, 1.0, 0.0, nan, nan, 0.4, 0.16666666666666666, nan, 0.42857142857142855, 0.0, 0.0, 0.3611111111111111, 0.2, 0.2, nan, 0.0, 0.1871345029239766, 0.0, 0.0, 0.0, 0.2727272727272727, 0.0, 0.0, 0.3333333333333333, nan, nan, 0.5, 0.3333333333333333, 1.0, 0.6666666666666666, 0.2, 0.2, 0.0, nan, nan, nan, 0.0, 0.0, nan, nan, 0.0, 0.3333333333333333, nan, 0.6, 0.0, 0.0, nan, 0.3333333333333333, 0.0, 0.0, 1.0, 1.0, nan, nan, nan, 0.0, 0.0, 0.0, nan, nan, 0.13333333333333333, nan, 1.0, 0.0, nan, nan, 0.0, nan, nan, 0.0, nan, 0.0, 0.3333333333333333, 0.0, 0.0, nan, 1.0, 0.0, 0.5, 0.0, 0.027777777777777776, 0.3, nan, 0.0, nan, 0.0, nan, 0.6666666666666666, 0.1, 0.2857142857142857, 0.19444444444444445, 0.47619047619047616, 0.2, 0.16666666666666666, 0.16666666666666666, 0.16666666666666666, nan, 0.0, 0.17857142857142858, 0.0, 0.3333333333333333, 0.0, nan, nan, nan, 0.32142857142857145, 0.20512820512820512, 0.2, nan, 0.0, 0.35714285714285715, nan, 0.0, 0.0, 0.0, 0.0, 0.0, 0.3, 0.0, nan, nan, nan, 0.07575757575757576, 0.0, nan, 0.1, nan, 0.0, 0.0, nan, 1.0, 0.3333333333333333, 0.1388888888888889, 0.3333333333333333, nan, nan, 0.0, nan, 0.25, 1.0, nan, 0.0, 1.0, 1.0, 1.0, 0.0, 0.25, 0.4222222222222222, 0.6, 0.3939393939393939, 0.42857142857142855, 0.0, 0.0, 0.5, 0.3333333333333333, nan, nan, 0.0, 1.0, nan, nan, 0.0, 0.0, nan, nan, nan, nan, 0.0, nan, 0.6666666666666666, nan, nan, nan, 1.0, 0.0, nan, nan, nan, 0.0, 0.0, 0.0, nan, 0.0, nan, nan, 0.0, 0.0, nan, 0.5, 0.0, 0.6, 1.0, 0.3055555555555556, nan, 1.0, 1.0, 0.0, 0.0, nan, 0.0, 0.0, nan, 0.0, 0.2857142857142857, nan, 0.0, 0.0, nan, 0.0, nan, 0.0, nan, 0.0, 0.0, 0.2, 0.2, nan, nan, nan, 0.0, nan, nan, 0.6666666666666666, 0.3, 1.0, nan, 0.0, 0.0, 0.0, 0.14285714285714285, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, nan, nan, nan, 0.0, 0.0, 1.0, nan, nan, nan, nan, 0.3333333333333333, nan, nan, 0.5, 0.21212121212121213, 0.0, 0.2, nan, nan, nan, 0.4, nan, 0.5, 0.6666666666666666, 0.6666666666666666, nan, nan, nan, nan, 0.0, 0.0, 0.0, nan, 1.0, nan, 0.0, nan, 0.0, 0.0, 1.0, nan, 0.19047619047619047, nan, nan, 0.0, nan, 0.13333333333333333, 0.0, 1.0, nan, 0.16666666666666666, 0.6666666666666666, 0.0, 0.0, 0.0, nan, nan, nan, 0.0, nan, 0.3333333333333333, 1.0, 1.0, nan, 0.0, 0.17857142857142858, 0.0, nan, nan, 0.0, nan, 0.0, nan, nan, nan, nan, 1.0, nan, 0.0, 0.0, nan, nan, nan, nan, 0.4, nan, nan, nan, nan, nan, 0.0, 0.0, 0.3333333333333333, nan, 0.0, nan, 0.0, 0.0, 0.0, 0.2, nan, nan, nan, 0.0, nan, nan, 0.0, nan, 1.0, 0.0, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, 0.0, nan, 0.0, nan, nan, nan, nan, nan, 0.0, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, 0.0, nan, nan, nan, nan, nan, 0.0, nan, nan, nan, nan, nan, nan, nan, nan]

Compute Global Properties

# Use igraph to compute the density and diameter of the hamster network hamsterDensity = hamsters.density() hamsterDiameter = hamsters.diameter() # Display the density and diameter of the graph print "Graph density: ", hamsterDensity print "Graph diameter: ", hamsterDiameter
Graph density: 0.00726544254336 Graph diameter: 14
# Compute number of components hamsterConnectedComponents = len(hamsters.components()) print "The number of connected components in the hamster friendship network are: ", hamsterConnectedComponents
The number of connected components in the hamster friendship network are: 23
# Compute the average degree,betweenness,and clustering coefficient using lists made earlier to compute local properties hamsterAvgDegree = numpy.mean(hamsterDegreeList) print "The average degree of the friendship network is:", hamsterAvgDegree hamsterAvgBetweenness = numpy.mean(hamsterBetweennessList) print "The average betweenness of the friendship network is:", hamsterAvgBetweenness hamsterAvgClusteringCoefficient = numpy.mean(hamsterClusteringCoefficientList) print "The average clustering coefficient of the friendship network is:", hamsterAvgClusteringCoefficient
The average degree of the friendship network is: 13.491926803 The average betweenness of the friendship network is: 2108.89720129 The average clustering coefficient of the friendship network is: nan

Creating Visuals

# Create a new plot that highlights the igraph.plot(hamsters, layout = hamsters.layout_sugiyama(), bbox=(750,600), vertex_size=5, edge_size=.01)
Image in a Jupyter notebook
# Visualize a histogram of the degree values for the Friendship network containing all degrees plt.hist(hamsterDegreeList) plt.title("Degree Histogram for Friendship Network") plt.xlabel("Degree") plt.ylabel("Frequency") plt.show()
Image in a Jupyter notebook

Part 2: Programming Exploratory Analysis

Find the 3 highest betweenness values using a for or while loop that goes through the betweenness list and finds the 3 highest values (different values), stores them in a list and prints them. Then print out the number of nodes with these 3 high betweenness values. Repeat the process for clustering coefficient.

hamsterBetweennessList = hamsters.betweenness() hamsterBetweennessList.sort() hamsterBetweennessList.reverse() max_betweennesses = [] max_betweennesses.append(hamsterBetweennessList[0]) for betweenness in hamsterBetweennessList: if (betweenness < max_betweennesses[0]): max_betweennesses.append(betweenness) break for betweenness in hamsterBetweennessList: if (betweenness < max_betweennesses[1]): max_betweennesses.append(betweenness) break print "The 3 highest betweenness values are:", (max_betweennesses) count=0 for betweenness in hamsterBetweennessList: if (betweenness == max_betweennesses[0]): count= count+1 print "There are", count, "nodes with betweenness", max_betweennesses[0] count=0 for betweenness in hamsterBetweennessList: if (betweenness == max_betweennesses[1]): count= count+1 print "There are", count, "nodes with betweenness", max_betweennesses[1] count=0 for betweenness in hamsterBetweennessList: if (betweenness == max_betweennesses[2]): count= count+1 print "There are", count, "nodes with betweenness", max_betweennesses[2]
The 3 highest betweenness values are: [137089.18923407493, 102731.83289266126, 91891.0557242366] There are 1 nodes with betweenness 137089.189234 There are 1 nodes with betweenness 102731.832893 There are 1 nodes with betweenness 91891.0557242
hamsterClusteringCoefficientList = hamsters.transitivity_local_undirected() hamsterClusteringCoefficientList = [x for x in hamsterClusteringCoefficientList if str(x) != 'nan'] hamsterClusteringCoefficientList.sort() hamsterClusteringCoefficientList.reverse() max_ClusteringCoefficient = [] max_ClusteringCoefficient.append(hamsterClusteringCoefficientList[0]) for ClusteringCoefficient in hamsterClusteringCoefficientList: if (ClusteringCoefficient < max_ClusteringCoefficient[0]): max_ClusteringCoefficient.append(ClusteringCoefficient) break for ClusteringCoefficient in hamsterClusteringCoefficientList : if (ClusteringCoefficient < max_ClusteringCoefficient[1]): max_ClusteringCoefficient.append(ClusteringCoefficient) break print "The 3 highest clustering coefficients are:", (max_ClusteringCoefficient) count=0 for ClusteringCoefficient in hamsterClusteringCoefficientList: if (ClusteringCoefficient == max_ClusteringCoefficient[0]): count= count+1 print "There are", count, "nodes with clustering coefficient", max_ClusteringCoefficient[0] count=0 for ClusteringCoefficient in hamsterClusteringCoefficientList: if (ClusteringCoefficient == max_ClusteringCoefficient[1]): count= count+1 print "There are", count, "nodes with clustering coefficient", max_ClusteringCoefficient[1] count=0 for ClusteringCoefficient in hamsterClusteringCoefficientList: if (ClusteringCoefficient == max_ClusteringCoefficient[2]): count= count+1 print "There are", count, "nodes with clustering coefficient", max_ClusteringCoefficient[2]
The 3 highest clustering coefficients are: [1.0, 0.8666666666666667, 0.6785714285714286] There are 46 nodes with clustering coefficient 1.0 There are 1 nodes with clustering coefficient 0.866666666667 There are 1 nodes with clustering coefficient 0.678571428571

Hypotheses

Hypothesis 1 : The hamster/node with the highest degree is also the the hamster with the highest betweenness. In other words, it is the hamster with the most important connections and theoretically the one that is most crucial to the social structure of the network.

Hypothesis 2 : If hamster/node with the highest degree is removed from the graph, the average degree will diminish by 10%.

Significance

H1 : If our hypothesis is correct, we will have proved that there is a single hamster/node that is singularly the most important to the network/group of hamsters. It having the highest betweenness means that it is the best conduit for relationships between the other members of the group.

H2 : By putting a value on this specific hamster's contribution to the properties of the graph we can learn how skewed and dependent the graph is on one individual. If it is correct, it shows how the average degree of a graph can be misleading if it is heavily reliant on a small amount of nodes. This would also highligh the hamster's dominance within the group and give us important clues to the social hierarchy of the hamster horde.

Hypothesis 1

#Hypothesis 1, finding highest degree via for loop max_degree = 0 for number in hamsterDegreeList: if (number > max_degree): max_degree = number print "The node with the highest degree has a degree of", max_degree
The node with the highest degree has a degree of 272

In this case, we went back to our original degree list to see that there is a single node with the single highest degree value of 272. The second half of our hypothesis see if this node also has the highest betweenness. If it does, this may signify his or her dominance in the social hierarchy of the hamster horde and give us further insight into how the group of hamsters conduct themselves socially.

#Hypothesis 1, find the highest betweenness in the network via for loop max_betweenness = 0 for number in hamsterBetweennessList: if (number > max_betweenness): max_betweenness = number print "The node with highest betweeness has a betweenness of", max_betweenness
The node with highest betweeness has a betweenness of 137089.189234

We have now found that the highest betweenness is 137089.189234. We must now see if the highest degree node matches up with this node.

#Hypothesis 1, Here we are running a loop in the betweenness list but using the max degree node to see if its betweenness is the highest for number in hamsterBetweennessList: if (number > max_degree): max_betweenness = number print "The betweenness of the node with the highest degree is", max_betweenness

We have found that the node with the max degree is not the same as the node with the max betweenness, indicating that our hypothesis is incorrect. There are at least two hamsters, if not more, with high incidences of social influence and connections within the network of our hamster horde. There is no kingpin of the hamster horde.

Hypothesis 2

We are creating a new list, which is exactly the same as the original except we have removed the node with the highest degree to test our second hypothesis.

hamsterDegreeList.remove(272) print hamsterDegreeList

In this code we removed the '272' degree value from the degree list. We will now compute the new average degree and compare it to the orginal as to test our second hypothesis.

#We are calculating the new average degree from a list without a highest degree or 272 newhamsterAvgDegree = numpy.mean(hamsterDegreeList) print "The average degree of the new friendship network, without highest degree 272, is:", newhamsterAvgDegree
#We are calculating the percent difference between the two average degrees hamster_diff = 13.35271944/13.491926803 percent_difference = (1.0-hamster_diff)*100 print "The percentage difference of removing the hamster with the highest degree on the average degree is", percent_difference, "%"

As it turns out, our second hypothesis was incorrect as well. Removing the hamster with the single highest degree did not come close to causing a 10% decrease in the average degree of the network. This shows, once again, as our first experiment showed, that the hamster horde does not have a central memeber that dominates its social scene. Although removing that single hamster does cause some difference, it is not as great as we expected. Apparently there is no alpha hamster that heavily influences the characteristics of the horde. This leaves us with some answers but more questions about the social dynamics of the hamster horde and we are excited to move forward.