(* Content-type: application/vnd.wolfram.mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 11.1' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] NotebookDataLength[ 1132905, 27662] NotebookOptionsPosition[ 1097516, 26810] NotebookOutlinePosition[ 1097902, 26827] CellTagsIndexPosition[ 1097859, 26824] WindowFrame->Normal*) (* Beginning of Notebook Content *) Notebook[{ Cell[BoxData[ RowBox[{ RowBox[{"dataBC", "=", RowBox[{ "Import", "[", "\"\\"", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.8110504744252462`*^9, 3.811050535176465*^9}, { 3.811228648703023*^9, 3.8112286491278667`*^9}, {3.82358602868046*^9, 3.823586030076211*^9}},ExpressionUUID->"bfca6cbb-6992-44d9-bcba-\ 2d066447c52a"], Cell[BoxData[ RowBox[{"\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"usersConv", "=", RowBox[{ "Import", "[", "\"\\"", "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"itemsConv", "=", RowBox[{ "Import", "[", "\"\\"", "]"}]}], ";"}]}]}]], "Input", CellChangeTimes->{{3.8110505455400057`*^9, 3.811050586122204*^9}, { 3.811228645809849*^9, 3.811228654201488*^9}, {3.8235860637836657`*^9, 3.823586075091886*^9}},ExpressionUUID->"cbf5ea29-3416-400b-8503-\ bbba6e8876a5"], Cell[BoxData[ RowBox[{ RowBox[{"dataBC2", "=", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], ",", RowBox[{"#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], ",", RowBox[{ RowBox[{ RowBox[{"(", RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "+", "1"}], ")"}], "/", "11"}], "//", "N"}]}], "}"}], "&"}], "/@", "dataBC"}]}], ";"}]], "Input", CellChangeTimes->{{3.811051250726572*^9, 3.811051355217848*^9}},ExpressionUUID->"dd292f2f-31e8-4e21-8ad6-\ 836aa191b4d1"], Cell[BoxData[ RowBox[{"\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ RowBox[{"Simple", " ", "Reputation"}], "-", RowBox[{"based", " ", "Ranking"}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"Clear", "[", "RepBase", "]"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"RepBase", "[", RowBox[{"data_", ",", "\[Lambda]_", ",", "Nit_"}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "R", ",", "ranks", ",", "reps", ",", "tmp", ",", "tmp2", ",", "n", ",", "m", ",", "usrs", ",", "itms", ",", "repsI", ",", "gatherByUsers", ",", "gatherByItems"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"gatherByUsers", "=", RowBox[{"GatherBy", "[", RowBox[{"data", ",", RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], "&"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"gatherByItems", "=", RowBox[{"GatherBy", "[", RowBox[{"data", ",", RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "&"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"n", "=", RowBox[{"Max", "[", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], "&"}], "/@", "data"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"m", "=", RowBox[{"Max", "[", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "&"}], "/@", "data"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"reps", "=", RowBox[{"Table", "[", RowBox[{".5", ",", "n"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"ranks", "=", RowBox[{"Table", "[", RowBox[{"0", ",", "m"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{"(*", " ", "Ranks", " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"tmp", "=", RowBox[{ "gatherByItems", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{"usrs", "=", RowBox[{"First", "/@", "tmp"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", "usrs", "]"}], "\[Equal]", "0"}], ",", RowBox[{"Continue", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"repsI", "=", RowBox[{ "reps", "\[LeftDoubleBracket]", "usrs", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{ "ranks", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "=", RowBox[{ RowBox[{"1", "/", RowBox[{"Total", "[", "repsI", "]"}]}], "*", RowBox[{"(", RowBox[{"repsI", ".", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "&"}], "/@", "tmp"}], ")"}]}], ")"}]}]}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"i", ",", "m"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"(*", " ", "Reps", " ", "*)"}], "\[IndentingNewLine]", RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"tmp2", "=", RowBox[{ "gatherByUsers", "\[LeftDoubleBracket]", "u", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"itms", "=", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "&"}], "/@", "tmp2"}], ")"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", "itms", "]"}], "\[Equal]", "0"}], ",", RowBox[{"Continue", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{ "reps", "\[LeftDoubleBracket]", "u", "\[RightDoubleBracket]"}], "=", RowBox[{"1", "-", RowBox[{ RowBox[{"(", RowBox[{"\[Lambda]", "/", RowBox[{"Length", "[", "itms", "]"}]}], ")"}], RowBox[{"(", RowBox[{"Norm", "[", RowBox[{ RowBox[{ RowBox[{"(", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "&"}], "/@", "tmp2"}], ")"}], "-", RowBox[{ "ranks", "\[LeftDoubleBracket]", "itms", "\[RightDoubleBracket]"}]}], ",", "1"}], "]"}], ")"}]}]}]}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"u", ",", "n"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"k", ",", "Nit"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{"reps", ",", "ranks"}], "}"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}]}]}]], "Input", CellChangeTimes->{{3.789566600619802*^9, 3.789566602189898*^9}, { 3.789566705449356*^9, 3.789566728406884*^9}, {3.789567162658698*^9, 3.7895672567099857`*^9}, {3.789567291301324*^9, 3.789567430154016*^9}, { 3.789567557813952*^9, 3.7895676641789827`*^9}, {3.789567738309461*^9, 3.789567809834158*^9}, {3.789567894925693*^9, 3.789568026737625*^9}, { 3.7895683452194242`*^9, 3.789568368247752*^9}, 3.789568406666885*^9, { 3.789568444821884*^9, 3.789568525247292*^9}, {3.789568724996687*^9, 3.78956878146625*^9}, {3.789569441963232*^9, 3.789569524140149*^9}, { 3.7895696171733837`*^9, 3.789569646489708*^9}, {3.789569676809095*^9, 3.7895696857935963`*^9}, {3.7895697338531*^9, 3.78956976858421*^9}, { 3.789569942962152*^9, 3.789569970359366*^9}, 3.789570734465679*^9, { 3.7895707798772497`*^9, 3.789570789769964*^9}, {3.789987545528226*^9, 3.789987573404531*^9}, {3.7899881096186132`*^9, 3.789988114387782*^9}, { 3.7899881768016167`*^9, 3.789988176960002*^9}, {3.7912894398361607`*^9, 3.791289441539673*^9}, {3.811050766656946*^9, 3.811050919275083*^9}, { 3.8110510202431927`*^9, 3.811051067171896*^9}, {3.811051117469762*^9, 3.811051233475584*^9}, {3.811051468352071*^9, 3.811051476045833*^9}, { 3.811052588199192*^9, 3.811052605896378*^9}, {3.811052895855606*^9, 3.811052909349769*^9}, {3.811053021661771*^9, 3.811053044605406*^9}, 3.811053077351754*^9, {3.811053329875856*^9, 3.8110533372209263`*^9}, { 3.8110534029996147`*^9, 3.811053442270157*^9}, {3.8110538899551153`*^9, 3.811054003401783*^9}, {3.8110540405383463`*^9, 3.811054075828229*^9}, { 3.8110541719329*^9, 3.811054172293454*^9}, 3.811054951342455*^9, { 3.831440483323592*^9, 3.8314404975974913`*^9}},ExpressionUUID->"979d7a81-aafe-4539-b26a-\ de519f2a9543"], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"reps1", ",", "ranks1"}], "}"}], "=", RowBox[{"RepBase", "[", RowBox[{"dataBC2", ",", ".5", ",", "2"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811051370046946*^9, 3.811051391704473*^9}, 3.811054080830248*^9},ExpressionUUID->"00fb10d3-380c-49c4-83df-\ c6ab526d98c0"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"reps1", "[", RowBox[{"[", RowBox[{";;", "20"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811054122487821*^9, 3.8110541283425903`*^9}},ExpressionUUID->"06e65e84-04c7-4388-8c79-\ 6a68a5b6c94c"], Cell[BoxData[ RowBox[{"{", RowBox[{ "0.8160431825561931`", ",", "0.8037203153402463`", ",", "0.9104396045286056`", ",", "0.8937357092403161`", ",", "0.8425835956695225`", ",", "0.8160431825561931`", ",", "0.8463362193289995`", ",", "0.9106383332660595`", ",", "0.8731775072261203`", ",", "0.9413517537002278`", ",", "0.9109190271681503`", ",", "0.9214026391970725`", ",", "0.8818345060973711`", ",", "0.9194140222219094`", ",", "0.930422043854408`", ",", "0.8620418418514484`", ",", "0.8160431825561931`", ",", "0.8850264794690583`", ",", "0.8981634209165306`", ",", "0.8659009561760408`"}], "}"}]], "Output", CellChangeTimes->{3.811054128694685*^9, 3.811054228117364*^9},ExpressionUUID->"8a6e4fd8-6703-46be-99d4-\ 0a97a8f7638e"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"ranks1", "[", RowBox[{"[", RowBox[{";;", "20"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811054132831727*^9, 3.8110541343676434`*^9}},ExpressionUUID->"0335dc04-9c59-40f6-8688-\ 4695a375d074"], Cell[BoxData[ RowBox[{"{", RowBox[{ "0.4588227257967047`", ",", "0.6363636363636365`", ",", "1.`", ",", "0.46580100296392`", ",", "0.25830017042037035`", ",", "0.2216815358647047`", ",", "0.22983038403068268`", ",", "0.39274023464911173`", ",", "0.7272727272727272`", ",", "0.0909090909090909`", ",", "0.7272727272727272`", ",", "0.5642472625841244`", ",", "0.4158491202566897`", ",", "0.4597161304508463`", ",", "0.41167493182232023`", ",", "0.36042689583128684`", ",", "0.09090909090909091`", ",", "0.3402900104516988`", ",", "0.4233563127093754`", ",", "0.09090909090909091`"}], "}"}]], "Output", CellChangeTimes->{ 3.811054134664765*^9},ExpressionUUID->"1a67c109-858c-4d42-a63b-\ aa9e4693350a"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Histogram", "[", "reps1", "]"}]], "Input", CellChangeTimes->{{3.81105414100331*^9, 3.811054148603552*^9}},ExpressionUUID->"8939beef-0f35-4ac8-a6ba-\ 39f35c95e493"], Cell[BoxData[ GraphicsBox[{ {RGBColor[0.987148, 0.8073604000000001, 0.49470040000000004`], EdgeForm[{ Opacity[0.5249999999999999], Thickness[Small]}], {}, {RGBColor[0.987148, 0.8073604000000001, 0.49470040000000004`], EdgeForm[{ Opacity[0.5249999999999999], Thickness[Small]}], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.56, 0}, {0.58, 2.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{46.74709767814261, 68.41470132627842}, { 136.8462668592717, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 2]& , TagBoxNote->"2"], StyleBox["2", {}, StripOnInput -> False]], Annotation[#, Style[2, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.58, 0}, {0.6, 9.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{67.66470132627842, 89.33230497441434}, { 136.62762326251064`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 9]& , TagBoxNote->"9"], StyleBox["9", {}, StripOnInput -> False]], Annotation[#, Style[9, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.6, 0}, {0.62, 20.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{88.58230497441434, 110.24990862255027`}, { 136.28404046760042`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 20]& , TagBoxNote->"20"], StyleBox["20", {}, StripOnInput -> False]], Annotation[#, Style[20, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.62, 0}, {0.64, 79.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{109.49990862255027`, 131.1675122706862}, { 134.4411872949001, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 79]& , TagBoxNote->"79"], StyleBox["79", {}, StripOnInput -> False]], Annotation[#, Style[79, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.64, 0}, {0.66, 152.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{130.4175122706862, 152.0851159188221}, { 132.16104692867768`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 152]& , TagBoxNote->"152"], StyleBox["152", {}, StripOnInput -> False]], Annotation[#, Style[152, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.66, 0}, {0.68, 281.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{151.3351159188221, 173.00271956695804`}, { 128.13175778836683`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 281]& , TagBoxNote->"281"], StyleBox["281", {}, StripOnInput -> False]], Annotation[#, Style[281, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.68, 0}, {0.7, 503.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{172.25271956695804`, 193.92032321509384`}, { 121.19763229108767`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 503]& , TagBoxNote->"503"], StyleBox["503", {}, StripOnInput -> False]], Annotation[#, Style[503, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.7, 0}, {0.72, 698.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{193.17032321509384`, 214.83792686322977`}, { 115.10684638131544`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 698]& , TagBoxNote->"698"], StyleBox["698", {}, StripOnInput -> False]], Annotation[#, Style[698, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.72, 0}, {0.74, 950.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{214.08792686322977`, 235.7555305113657}, { 107.23567689791749`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 950]& , TagBoxNote->"950"], StyleBox["950", {}, StripOnInput -> False]], Annotation[#, Style[950, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.74, 0}, {0.76, 1314.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{235.0055305113657, 256.6731341595016}, { 95.86620986634266, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 1314]& , TagBoxNote->"1314"], StyleBox["1314", {}, StripOnInput -> False]], Annotation[#, Style[1314, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.76, 0}, {0.78, 1868.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{255.92313415950161`, 277.59073780763754`}, { 78.56213092268207, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 1868]& , TagBoxNote->"1868"], StyleBox["1868", {}, StripOnInput -> False]], Annotation[#, Style[1868, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.78, 0}, {0.8, 2342.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{276.84073780763754`, 298.50834145577346`}, { 63.75683594200497, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 2342]& , TagBoxNote->"2342"], StyleBox["2342", {}, StripOnInput -> False]], Annotation[#, Style[2342, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.8, 0}, {0.82, 3039.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{297.75834145577346`, 319.42594510390927`}, { 41.98618066451141, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 3039]& , TagBoxNote->"3039"], StyleBox["3039", {}, StripOnInput -> False]], Annotation[#, Style[3039, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.82, 0}, {0.84, 3717.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{318.67594510390927`, 340.3435487520452}, { 20.80898657822644, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 3717]& , TagBoxNote->"3717"], StyleBox["3717", {}, StripOnInput -> False]], Annotation[#, Style[3717, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.84, 0}, {0.86, 4685.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{339.5935487520452, 361.2611524001811}, {-9.426299373873633, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 4685]& , TagBoxNote->"4685"], StyleBox["4685", {}, StripOnInput -> False]], Annotation[#, Style[4685, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.86, 0}, {0.88, 5076.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{360.5111524001811, 382.17875604831704`}, {-21.639105992955393`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 5076]& , TagBoxNote->"5076"], StyleBox["5076", {}, StripOnInput -> False]], Annotation[#, Style[5076, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.88, 0}, {0.9, 5366.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{381.42875604831704`, 403.09635969645296`}, {-30.697197858770494`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 5366]& , TagBoxNote->"5366"], StyleBox["5366", {}, StripOnInput -> False]], Annotation[#, Style[5366, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.9, 0}, {0.92, 4635.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{402.34635969645296`, 424.0139633445889}, {-7.864559397008975, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 4635]& , TagBoxNote->"4635"], StyleBox["4635", {}, StripOnInput -> False]], Annotation[#, Style[4635, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.92, 0}, {0.94, 3619.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{423.2639633445889, 444.9315669927247}, { 23.869996932881193`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 3619]& , TagBoxNote->"3619"], StyleBox["3619", {}, StripOnInput -> False]], Annotation[#, Style[3619, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.94, 0}, {0.96, 3020.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{444.1815669927247, 465.8491706408606}, { 42.579641855719984`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 3020]& , TagBoxNote->"3020"], StyleBox["3020", {}, StripOnInput -> False]], Annotation[#, Style[3020, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.96, 0}, {0.98, 1944.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{465.0991706408606, 486.76677428899643`}, { 76.18828615784777, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 1944]& , TagBoxNote->"1944"], StyleBox["1944", {}, StripOnInput -> False]], Annotation[#, Style[1944, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{0.98, 0}, {1., 867.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{486.01677428899643`, 507.68437793713247`}, { 109.82816525951284`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 867]& , TagBoxNote->"867"], StyleBox["867", {}, StripOnInput -> False]], Annotation[#, Style[867, {}], "Tooltip"]& ], TagBox[ TooltipBox[ TagBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], RectangleBox[{1., 0}, {1.02, 9222.}, "RoundingRadius" -> 0]}, ImageSizeCache->{{506.93437793713247`, 528.6019815852685}, {-151.13858487457415`, 137.65873645834628`}}], "DelayedMouseEffectStyle"], StatusArea[#, 9222]& , TagBoxNote->"9222"], StyleBox["9222", {}, StripOnInput -> False]], Annotation[#, Style[9222, {}], "Tooltip"]& ]}, {}, {}}, {{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, \ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}}}, AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948], Axes->{True, True}, AxesLabel->{None, None}, AxesOrigin->{0.5508000000000001, 0}, FrameLabel->{{None, None}, {None, None}}, FrameTicks->{{Automatic, Automatic}, {Automatic, Automatic}}, GridLines->{None, None}, GridLinesStyle->Directive[ GrayLevel[0.5, 0.4]], PlotRange->{{0.56, 1.02}, {All, All}}, PlotRangePadding->{{ Scaled[0.02], Scaled[0.02]}, { Scaled[0.02], Scaled[0.05]}}, Ticks->{Automatic, Automatic}]], "Output", CellChangeTimes->{3.8110541492024717`*^9, 3.81105420816203*^9},ExpressionUUID->"d62c10df-1f60-45a9-8ab5-8480943e7e70"] }, Open ]], Cell[BoxData[ RowBox[{"\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ RowBox[{"Fair", " ", "Reputation"}], "-", RowBox[{"based", " ", "Ranking"}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"Clear", "[", "FairRepBase", "]"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"FairRepBase", "[", RowBox[{"data_", ",", "\[Lambda]_", ",", "Nit_", ",", "groups_"}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "R", ",", "ranks", ",", "reps", ",", "n", ",", "m", ",", "usrs", ",", "itms", ",", "repsI", ",", "\[Mu]s", ",", "\[Sigma]s", ",", "\[Mu]", ",", "\[Sigma]", ",", "tmp", ",", "tmp2", ",", "gatherByUsers", ",", "gatherByItems"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"gatherByUsers", "=", RowBox[{"GatherBy", "[", RowBox[{"data", ",", RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], "&"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"gatherByItems", "=", RowBox[{"GatherBy", "[", RowBox[{"data", ",", RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "&"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"n", "=", RowBox[{"Max", "[", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], "&"}], "/@", "data"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"m", "=", RowBox[{"Max", "[", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "&"}], "/@", "data"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"reps", "=", RowBox[{"Table", "[", RowBox[{".5", ",", "n"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"ranks", "=", RowBox[{"Table", "[", RowBox[{"0", ",", "m"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{"(*", " ", "Ranks", " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"tmp", "=", RowBox[{ "gatherByItems", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{"usrs", "=", RowBox[{"First", "/@", "tmp"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", "usrs", "]"}], "\[Equal]", "0"}], ",", RowBox[{"Continue", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"repsI", "=", RowBox[{ "reps", "\[LeftDoubleBracket]", "usrs", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{ "ranks", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "=", RowBox[{ RowBox[{"1", "/", RowBox[{"Total", "[", "repsI", "]"}]}], "*", RowBox[{"(", RowBox[{"repsI", ".", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "&"}], "/@", "tmp"}], ")"}]}], ")"}]}]}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"i", ",", "m"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", " ", "Reps", " ", "*)"}], "\[IndentingNewLine]", RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"tmp2", "=", RowBox[{ "gatherByUsers", "\[LeftDoubleBracket]", "u", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"itms", "=", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "&"}], "/@", "tmp2"}], ")"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", "itms", "]"}], "\[Equal]", "0"}], ",", RowBox[{"Continue", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{ "reps", "\[LeftDoubleBracket]", "u", "\[RightDoubleBracket]"}], "=", RowBox[{"1", "-", RowBox[{ RowBox[{"(", RowBox[{"\[Lambda]", "/", RowBox[{"Length", "[", "itms", "]"}]}], ")"}], RowBox[{"(", RowBox[{"Norm", "[", RowBox[{ RowBox[{ RowBox[{"(", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "&"}], "/@", "tmp2"}], ")"}], "-", RowBox[{ "ranks", "\[LeftDoubleBracket]", "itms", "\[RightDoubleBracket]"}]}], ",", "1"}], "]"}], ")"}]}]}]}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"u", ",", "n"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"k", ",", "Nit"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"(*", " ", "Fair", " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"\[Mu]s", ",", "\[Sigma]s"}], "}"}], "=", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"Mean", "[", "#", "]"}], ",", RowBox[{"StandardDeviation", "[", "#", "]"}]}], "}"}], "&"}], "/@", RowBox[{"Table", "[", RowBox[{ RowBox[{ "reps", "\[LeftDoubleBracket]", "g", "\[RightDoubleBracket]"}], ",", RowBox[{"{", RowBox[{"g", ",", "groups"}], "}"}]}], "]"}]}], ")"}], "\[Transpose]"}]}], ";", "\[IndentingNewLine]", RowBox[{"\[Mu]", "=", RowBox[{"Min", "[", "\[Mu]s", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"\[Sigma]", "=", RowBox[{"Min", "[", "\[Sigma]s", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"Print", "[", RowBox[{"{", RowBox[{"\[Mu]", ",", "\[Sigma]"}], "}"}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ "\[Sigma]s", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "<", RowBox[{"10", "^", RowBox[{"-", "6"}]}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"reps", "\[LeftDoubleBracket]", RowBox[{ "groups", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "\[RightDoubleBracket]"}], "=", RowBox[{"(", RowBox[{"\[Mu]", "+", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"reps", "\[LeftDoubleBracket]", RowBox[{ "groups", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "\[RightDoubleBracket]"}], "-", RowBox[{ "\[Mu]s", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ")"}], "*", RowBox[{"(", RowBox[{"\[Sigma]", "/", RowBox[{"(", RowBox[{"10", "^", RowBox[{"-", "6"}]}], ")"}]}], ")"}]}]}], ")"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"reps", "\[LeftDoubleBracket]", RowBox[{ "groups", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "\[RightDoubleBracket]"}], "=", RowBox[{"(", RowBox[{"\[Mu]", "+", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"reps", "\[LeftDoubleBracket]", RowBox[{ "groups", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "\[RightDoubleBracket]"}], "-", RowBox[{ "\[Mu]s", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ")"}], "*", RowBox[{"(", RowBox[{"\[Sigma]", "/", RowBox[{ "\[Sigma]s", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ")"}]}]}], ")"}]}]}], "\[IndentingNewLine]", "]"}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"i", ",", RowBox[{"Length", "[", "groups", "]"}]}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"(*", " ", "Ranks", " ", "*)"}], "\[IndentingNewLine]", RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"tmp", "=", RowBox[{ "gatherByItems", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{"usrs", "=", RowBox[{"First", "/@", "tmp"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", "usrs", "]"}], "\[Equal]", "0"}], ",", RowBox[{"Continue", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"repsI", "=", RowBox[{ "reps", "\[LeftDoubleBracket]", "usrs", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{ "ranks", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "=", RowBox[{ RowBox[{"1", "/", RowBox[{"Total", "[", "repsI", "]"}]}], "*", RowBox[{"(", RowBox[{"repsI", ".", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "&"}], "/@", "tmp"}], ")"}]}], ")"}]}]}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"i", ",", "m"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{"reps", ",", "ranks"}], "}"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}]}]}]], "Input", CellChangeTimes->{{3.789566600619802*^9, 3.789566602189898*^9}, { 3.789566705449356*^9, 3.789566728406884*^9}, {3.789567162658698*^9, 3.7895672567099857`*^9}, {3.789567291301324*^9, 3.789567430154016*^9}, { 3.789567557813952*^9, 3.7895676641789827`*^9}, {3.789567738309461*^9, 3.789567809834158*^9}, {3.789567894925693*^9, 3.789568026737625*^9}, { 3.7895683452194242`*^9, 3.789568368247752*^9}, 3.789568406666885*^9, { 3.789568444821884*^9, 3.789568525247292*^9}, {3.789568724996687*^9, 3.78956878146625*^9}, {3.789569441963232*^9, 3.789569524140149*^9}, { 3.7895696171733837`*^9, 3.789569646489708*^9}, {3.789569676809095*^9, 3.7895696857935963`*^9}, {3.7895697338531*^9, 3.78956976858421*^9}, { 3.789569942962152*^9, 3.789569970359366*^9}, 3.789570734465679*^9, { 3.7895707798772497`*^9, 3.789570789769964*^9}, {3.789571088287237*^9, 3.789571219859437*^9}, {3.78957148221045*^9, 3.789571526026582*^9}, { 3.789571727990794*^9, 3.789571775731995*^9}, {3.789572013979012*^9, 3.7895721044833*^9}, {3.789987739018551*^9, 3.7899877493022842`*^9}, { 3.789987908726244*^9, 3.789987911442902*^9}, {3.789988123052278*^9, 3.7899881263182497`*^9}, {3.789989740517187*^9, 3.789989811906506*^9}, { 3.789989985103882*^9, 3.789989997415893*^9}, {3.789990031585585*^9, 3.789990062771072*^9}, {3.789990099359996*^9, 3.7899901014939423`*^9}, { 3.811054938387712*^9, 3.811054938740068*^9}, {3.811054968921859*^9, 3.811055046148375*^9}, 3.811055081846629*^9, {3.811241668550865*^9, 3.811241670659924*^9}, {3.8219456621093063`*^9, 3.82194567347998*^9}, { 3.831440507140039*^9, 3.8314405135030518`*^9}},ExpressionUUID->"38f8fb9a-6a0d-42cf-9b88-\ 1069a3da8e32"], Cell[BoxData[""], "Input", CellChangeTimes->{{3.8219429052663937`*^9, 3.8219429108471518`*^9}},ExpressionUUID->"75e4faad-7775-47b2-840c-\ 19fad354c3b6"], Cell[BoxData[ RowBox[{"\[IndentingNewLine]", RowBox[{"(*", " ", RowBox[{ RowBox[{"Fair", " ", "Reputation"}], "-", RowBox[{ "based", " ", "Ranking", " ", "groups", " ", "of", " ", "attributes"}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"Clear", "[", "FairRepBaseSubset", "]"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"FairRepBaseSubset", "[", RowBox[{"data_", ",", "\[Lambda]_", ",", "Nit_", ",", "groups_"}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ "R", ",", "ranks", ",", "reps", ",", "n", ",", "m", ",", "usrs", ",", "itms", ",", "repsI", ",", "\[Mu]s", ",", "\[Sigma]s", ",", "\[Mu]", ",", "\[Sigma]", ",", "tmp", ",", "tmp2", ",", "gatherByUsers", ",", "gatherByItems", ",", "subset", ",", "help"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"gatherByUsers", "=", RowBox[{"GatherBy", "[", RowBox[{"data", ",", RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], "&"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"gatherByItems", "=", RowBox[{"GatherBy", "[", RowBox[{"data", ",", RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "&"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"n", "=", RowBox[{"Max", "[", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], "&"}], "/@", "data"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"m", "=", RowBox[{"Max", "[", RowBox[{ RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "&"}], "/@", "data"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"reps", "=", RowBox[{"Table", "[", RowBox[{".5", ",", "n"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"ranks", "=", RowBox[{"Table", "[", RowBox[{"0", ",", "m"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"subset", "=", RowBox[{"Union", "[", RowBox[{"Flatten", "[", "groups", "]"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{"(*", " ", "Ranks", " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"tmp", "=", RowBox[{ "gatherByItems", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{"help", "=", RowBox[{"Table", "[", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{"subset", ",", RowBox[{"tmp", "\[LeftDoubleBracket]", RowBox[{"i", ",", "1"}], "\[RightDoubleBracket]"}]}], "]"}], ",", "i", ",", "Nothing"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", RowBox[{"Length", "@", "tmp"}]}], "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"usrs", "=", RowBox[{"Flatten", "[", RowBox[{ RowBox[{ RowBox[{"tmp", "\[LeftDoubleBracket]", RowBox[{"#", ",", "1"}], "\[RightDoubleBracket]"}], "&"}], "/@", "help"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", "usrs", "]"}], "\[Equal]", "0"}], ",", RowBox[{"Continue", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"repsI", "=", RowBox[{ "reps", "\[LeftDoubleBracket]", "usrs", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "@", "repsI"}], "\[NotEqual]", RowBox[{"Length", "@", RowBox[{"(", RowBox[{"Flatten", "[", RowBox[{ RowBox[{ RowBox[{"tmp", "\[LeftDoubleBracket]", RowBox[{"#", ",", "3"}], "\[RightDoubleBracket]"}], "&"}], "/@", "help"}], "]"}], ")"}]}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"Print", "[", RowBox[{"{", RowBox[{ RowBox[{"Length", "@", "help"}], ",", RowBox[{"Length", "@", "usrs"}], ",", RowBox[{"Length", "@", "repsI"}], ",", RowBox[{"Length", "@", RowBox[{"(", RowBox[{"Flatten", "[", RowBox[{ RowBox[{ RowBox[{"tmp", "\[LeftDoubleBracket]", RowBox[{"#", ",", "1"}], "\[RightDoubleBracket]"}], "&"}], "/@", "help"}], "]"}], ")"}]}]}], "}"}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{ RowBox[{ "ranks", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "=", RowBox[{ RowBox[{"1.0", "/", RowBox[{"Total", "[", "repsI", "]"}]}], "*", RowBox[{"(", RowBox[{"repsI", ".", RowBox[{"(", RowBox[{"Flatten", "[", RowBox[{ RowBox[{ RowBox[{"tmp", "\[LeftDoubleBracket]", RowBox[{"#", ",", "3"}], "\[RightDoubleBracket]"}], "&"}], "/@", "help"}], "]"}], ")"}]}], ")"}]}]}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"i", ",", "m"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"(*", " ", "Reps", " ", "*)"}], "\[IndentingNewLine]", RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"tmp2", "=", RowBox[{ "gatherByUsers", "\[LeftDoubleBracket]", "u", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{"help", "=", RowBox[{"Table", "[", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{"subset", ",", RowBox[{"tmp2", "\[LeftDoubleBracket]", RowBox[{"i", ",", "1"}], "\[RightDoubleBracket]"}]}], "]"}], ",", "i", ",", "Nothing"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", RowBox[{"Length", "@", "tmp2"}]}], "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"itms", "=", RowBox[{"Flatten", "[", RowBox[{ RowBox[{ RowBox[{"tmp2", "\[LeftDoubleBracket]", RowBox[{"#", ",", "2"}], "\[RightDoubleBracket]"}], "&"}], "/@", "help"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", "itms", "]"}], "\[Equal]", "0"}], ",", RowBox[{"Continue", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{ "reps", "\[LeftDoubleBracket]", "u", "\[RightDoubleBracket]"}], "=", RowBox[{"1.0", "-", RowBox[{ RowBox[{"(", RowBox[{"\[Lambda]", "/", RowBox[{"Length", "[", "itms", "]"}]}], ")"}], RowBox[{"(", RowBox[{"Norm", "[", RowBox[{ RowBox[{ RowBox[{"(", RowBox[{"Flatten", "[", RowBox[{ RowBox[{ RowBox[{"tmp2", "\[LeftDoubleBracket]", RowBox[{"#", ",", "3"}], "\[RightDoubleBracket]"}], "&"}], "/@", "help"}], "]"}], ")"}], "-", RowBox[{ "ranks", "\[LeftDoubleBracket]", "itms", "\[RightDoubleBracket]"}]}], ",", "1"}], "]"}], ")"}]}]}]}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"u", ",", "n"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"Print", "[", "k", "]"}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"k", ",", "Nit"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"(*", " ", "Fair", " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"{", RowBox[{"\[Mu]s", ",", "\[Sigma]s"}], "}"}], "=", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"Mean", "[", "#", "]"}], ",", RowBox[{"StandardDeviation", "[", "#", "]"}]}], "}"}], "&"}], "/@", RowBox[{"Table", "[", RowBox[{ RowBox[{ "reps", "\[LeftDoubleBracket]", "g", "\[RightDoubleBracket]"}], ",", RowBox[{"{", RowBox[{"g", ",", "groups"}], "}"}]}], "]"}]}], ")"}], "\[Transpose]"}]}], ";", "\[IndentingNewLine]", RowBox[{"\[Mu]", "=", RowBox[{"Min", "[", "\[Mu]s", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"\[Sigma]", "=", RowBox[{"Min", "[", "\[Sigma]s", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"Print", "[", RowBox[{"{", RowBox[{"\[Mu]", ",", "\[Sigma]"}], "}"}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ "\[Sigma]s", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "<", RowBox[{"10", "^", RowBox[{"-", "6"}]}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"reps", "\[LeftDoubleBracket]", RowBox[{ "groups", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "\[RightDoubleBracket]"}], "=", RowBox[{"(", RowBox[{"\[Mu]", "+", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"reps", "\[LeftDoubleBracket]", RowBox[{ "groups", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "\[RightDoubleBracket]"}], "-", RowBox[{ "\[Mu]s", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ")"}], "*", RowBox[{"(", RowBox[{"\[Sigma]", "/", RowBox[{"(", RowBox[{"10", "^", RowBox[{"-", "6"}]}], ")"}]}], ")"}]}]}], ")"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"reps", "\[LeftDoubleBracket]", RowBox[{ "groups", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "\[RightDoubleBracket]"}], "=", RowBox[{"(", RowBox[{"\[Mu]", "+", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"reps", "\[LeftDoubleBracket]", RowBox[{ "groups", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "\[RightDoubleBracket]"}], "-", RowBox[{ "\[Mu]s", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ")"}], "*", RowBox[{"(", RowBox[{"\[Sigma]", "/", RowBox[{ "\[Sigma]s", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ")"}]}]}], ")"}]}]}], "\[IndentingNewLine]", "]"}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"i", ",", RowBox[{"Length", "[", "groups", "]"}]}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"(*", " ", "Ranks", " ", "*)"}], "\[IndentingNewLine]", RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"tmp", "=", RowBox[{ "gatherByItems", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{"help", "=", RowBox[{"Table", "[", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{"subset", ",", RowBox[{"tmp", "\[LeftDoubleBracket]", RowBox[{"i", ",", "1"}], "\[RightDoubleBracket]"}]}], "]"}], ",", "i", ",", "Nothing"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", RowBox[{"Length", "@", "tmp"}]}], "}"}]}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"usrs", "=", RowBox[{"Flatten", "[", RowBox[{ RowBox[{ RowBox[{"tmp", "\[LeftDoubleBracket]", RowBox[{"#", ",", "1"}], "\[RightDoubleBracket]"}], "&"}], "/@", "help"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "[", "usrs", "]"}], "\[Equal]", "0"}], ",", RowBox[{"Continue", "[", "]"}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"repsI", "=", RowBox[{ "reps", "\[LeftDoubleBracket]", "usrs", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"Length", "@", "repsI"}], "\[NotEqual]", RowBox[{"Length", "@", RowBox[{"(", RowBox[{"Flatten", "[", RowBox[{ RowBox[{ RowBox[{"tmp", "\[LeftDoubleBracket]", RowBox[{"#", ",", "3"}], "\[RightDoubleBracket]"}], "&"}], "/@", "help"}], "]"}], ")"}]}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"Print", "[", RowBox[{"{", RowBox[{ RowBox[{"Length", "@", "help"}], ",", RowBox[{"Length", "@", "usrs"}], ",", RowBox[{"Length", "@", "repsI"}], ",", RowBox[{"Length", "@", RowBox[{"(", RowBox[{"Flatten", "[", RowBox[{ RowBox[{ RowBox[{"tmp", "\[LeftDoubleBracket]", RowBox[{"#", ",", "1"}], "\[RightDoubleBracket]"}], "&"}], "/@", "help"}], "]"}], ")"}]}]}], "}"}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"Abort", "[", "]"}]}]}], "]"}], ";", "\[IndentingNewLine]", RowBox[{ RowBox[{ "ranks", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "=", RowBox[{ RowBox[{"1.0", "/", RowBox[{"Total", "[", "repsI", "]"}]}], "*", RowBox[{"(", RowBox[{"repsI", ".", RowBox[{"(", RowBox[{"Flatten", "[", RowBox[{ RowBox[{ RowBox[{"tmp", "\[LeftDoubleBracket]", RowBox[{"#", ",", "3"}], "\[RightDoubleBracket]"}], "&"}], "/@", "help"}], "]"}], ")"}]}], ")"}]}]}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"i", ",", "m"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{"reps", ",", "ranks"}], "}"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}]}]}]], "Input", CellChangeTimes->{{3.821937523829043*^9, 3.821937524785301*^9}, { 3.821937578482638*^9, 3.821937646146525*^9}, {3.821937683875258*^9, 3.821937717161435*^9}, 3.821937748998829*^9, {3.8219380819602127`*^9, 3.821938226443267*^9}, {3.8219385418667793`*^9, 3.8219387049504633`*^9}, { 3.821941449495428*^9, 3.821941523327773*^9}, {3.821941990596504*^9, 3.8219420925128393`*^9}, {3.8219428918866587`*^9, 3.8219429126276073`*^9}, {3.821943308015272*^9, 3.821943336722538*^9}, { 3.821945060500229*^9, 3.8219450738304977`*^9}, {3.821945218013042*^9, 3.8219452370681667`*^9}, {3.83144055643829*^9, 3.831440576653824*^9}},ExpressionUUID->"9c698f9b-bb9a-445f-881b-\ d991b810c831"], Cell[BoxData[ RowBox[{ RowBox[{"userAtt", "=", RowBox[{ RowBox[{ "Import", "[", "\"\\"", "]"}], "[", RowBox[{"[", RowBox[{"2", ";;"}], "]"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811055338648891*^9, 3.811055344805237*^9}, { 3.8110597127446327`*^9, 3.811059722121409*^9}, {3.8110597735616302`*^9, 3.811059775805604*^9}, {3.811228621154749*^9, 3.811228621601685*^9}, { 3.823586138464834*^9, 3.82358614001064*^9}},ExpressionUUID->"7f48f602-30d4-4f3d-b919-\ 9008569b423d"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"userAtt", "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811059728177041*^9, 3.811059733455141*^9}},ExpressionUUID->"2402da0a-5314-4729-883a-\ bba3aa6651c2"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"2", ",", "\<\"stockton, california, usa\"\>", ",", "18.`"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "\<\"porto, v.n.gaia, portugal\"\>", ",", "17.`"}], "}"}], ",", RowBox[{"{", RowBox[{"6", ",", "\<\"santa monica, california, usa\"\>", ",", "61.`"}], "}"}], ",", RowBox[{"{", RowBox[{"10", ",", "\<\"albacete, wisconsin, spain\"\>", ",", "26.`"}], "}"}], ",", RowBox[{"{", RowBox[{ "11", ",", "\<\"melbourne, victoria, australia\"\>", ",", "14.`"}], "}"}], ",", RowBox[{"{", RowBox[{"13", ",", "\<\"barcelona, barcelona, spain\"\>", ",", "26.`"}], "}"}], ",", RowBox[{"{", RowBox[{ "18", ",", "\<\"rio de janeiro, rio de janeiro, brazil\"\>", ",", "25.`"}], "}"}], ",", RowBox[{"{", RowBox[{"20", ",", "\<\"langhorne, pennsylvania, usa\"\>", ",", "19.`"}], "}"}], ",", RowBox[{"{", RowBox[{ "21", ",", "\<\"ferrol / spain, alabama, spain\"\>", ",", "46.`"}], "}"}], ",", RowBox[{"{", RowBox[{"24", ",", "\<\"cologne, nrw, germany\"\>", ",", "19.`"}], "}"}]}], "}"}]], "Output", CellChangeTimes->{3.8110597337523203`*^9, 3.8110597811137657`*^9, 3.811228625603993*^9},ExpressionUUID->"fa63a3f0-06a0-45a8-ab43-\ 8b5898d21a31"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"userAtt", "[", RowBox[{"[", RowBox[{"2", ",", "2", ",", "0"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811059753395154*^9, 3.811059758558681*^9}},ExpressionUUID->"fd48f165-d944-4f5e-9062-\ 1ad8da2fcb04"], Cell[BoxData["String"], "Output", CellChangeTimes->{{3.8110597549820557`*^9, 3.811059758896825*^9}},ExpressionUUID->"c596fd29-9746-4e1b-8627-\ 54c9f5ade782"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"StringSplit", "[", RowBox[{ RowBox[{"userAtt", "[", RowBox[{"[", RowBox[{"2", ",", "2"}], "]"}], "]"}], ",", "\"\<, \>\""}], "]"}], "[", RowBox[{"[", RowBox[{"-", "1"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811059790574643*^9, 3.811059821692074*^9}},ExpressionUUID->"ba05efb1-c4b2-47e3-816b-\ e63ad934f4af"], Cell[BoxData["\<\"portugal\"\>"], "Output", CellChangeTimes->{{3.811059802807645*^9, 3.81105982202557*^9}},ExpressionUUID->"6b4ceeb2-1391-4fe8-b1ea-\ 061cb2ccd68a"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Max", "[", RowBox[{"First", "/@", "userAtt"}], "]"}]], "Input", CellChangeTimes->{{3.8221403573535013`*^9, 3.822140359437372*^9}, { 3.822140422932453*^9, 3.822140432034481*^9}},ExpressionUUID->"d220efc0-ee0a-4bce-bf82-\ 9689c0591cc9"], Cell[BoxData["278855"], "Output", CellChangeTimes->{ 3.822140360162532*^9, {3.822140428953397*^9, 3.822140432373975*^9}},ExpressionUUID->"a26df64c-8ef6-4e73-82e0-\ 9f4b84c89b02"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Max", "[", RowBox[{"First", "/@", "dataBC"}], "]"}]], "Input", CellChangeTimes->{{3.822140364437221*^9, 3.8221403926669292`*^9}},ExpressionUUID->"d25fdef7-8e87-4fab-9da4-\ 3ce844f1b77a"], Cell[BoxData["53408"], "Output", CellChangeTimes->{{3.82214037962745*^9, 3.82214039330558*^9}},ExpressionUUID->"e4b07369-ae99-45b0-886a-\ 73f12e60c3d5"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"userAtt2", "=", RowBox[{ RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"{", RowBox[{"ToExpression", "[", RowBox[{"#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], "]"}], "}"}], "~", "Join", "~", RowBox[{"{", RowBox[{ RowBox[{"StringSplit", "[", RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], ",", "\"\<, \>\""}], "]"}], "[", RowBox[{"[", RowBox[{"-", "1"}], "]"}], "]"}], "}"}], "~", "Join", "~", RowBox[{"{", RowBox[{"#", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "}"}]}], ")"}], "&"}], "/@", "userAtt"}]}], ";"}]], "Input", CellChangeTimes->{{3.811060252202853*^9, 3.811060320221078*^9}},ExpressionUUID->"e0956d9f-6088-46dd-94fe-\ a35a2bbb486a"], Cell[CellGroupData[{ Cell[BoxData[""], "Input", CellChangeTimes->{{3.811060452883198*^9, 3.811060476517576*^9}},ExpressionUUID->"f5e5f679-1212-4316-b13a-\ 2f04ff57eb46"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"2", ",", "\<\"usa\"\>", ",", "18.`"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "\<\"portugal\"\>", ",", "17.`"}], "}"}], ",", RowBox[{"{", RowBox[{"6", ",", "\<\"usa\"\>", ",", "61.`"}], "}"}], ",", RowBox[{"{", RowBox[{"10", ",", "\<\"spain\"\>", ",", "26.`"}], "}"}], ",", RowBox[{"{", RowBox[{"11", ",", "\<\"australia\"\>", ",", "14.`"}], "}"}], ",", RowBox[{"{", RowBox[{"13", ",", "\<\"spain\"\>", ",", "26.`"}], "}"}], ",", RowBox[{"{", RowBox[{"18", ",", "\<\"brazil\"\>", ",", "25.`"}], "}"}], ",", RowBox[{"{", RowBox[{"20", ",", "\<\"usa\"\>", ",", "19.`"}], "}"}], ",", RowBox[{"{", RowBox[{"21", ",", "\<\"spain\"\>", ",", "46.`"}], "}"}], ",", RowBox[{"{", RowBox[{"24", ",", "\<\"germany\"\>", ",", "19.`"}], "}"}]}], "}"}]], "Output", CellChangeTimes->{ 3.811060455174275*^9},ExpressionUUID->"c9944396-4067-4a68-b7b5-\ 1375115944a6"] }, Open ]], Cell[BoxData["userAtt2"], "Input",ExpressionUUID->"c7523611-5445-441c-b238-ebbe8fcc3eee"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"usersConv", "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.8110614554865217`*^9, 3.811061468944804*^9}},ExpressionUUID->"083ca1cd-a8c8-4c67-97c4-\ 2da0c6478e32"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "276727"}], "}"}], ",", RowBox[{"{", RowBox[{"2", ",", "276737"}], "}"}], ",", RowBox[{"{", RowBox[{"3", ",", "276745"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "276747"}], "}"}], ",", RowBox[{"{", RowBox[{"5", ",", "276748"}], "}"}], ",", RowBox[{"{", RowBox[{"6", ",", "276754"}], "}"}], ",", RowBox[{"{", RowBox[{"7", ",", "276755"}], "}"}], ",", RowBox[{"{", RowBox[{"8", ",", "276762"}], "}"}], ",", RowBox[{"{", RowBox[{"9", ",", "276768"}], "}"}], ",", RowBox[{"{", RowBox[{"10", ",", "276774"}], "}"}]}], "}"}]], "Output", CellChangeTimes->{{3.811061458852178*^9, 3.811061469211112*^9}},ExpressionUUID->"7d6dfc79-5905-41b0-8d67-\ 4207ddac2d11"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"DotheConversion", "[", RowBox[{"convList_", ",", "listToConv_"}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{"res", ",", "user", ",", "found", ",", "i", ",", "USERS"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"res", "=", RowBox[{"{", "}"}]}], ";", "\[IndentingNewLine]", RowBox[{"USERS", "=", RowBox[{"Last", "/@", "convList"}]}], ";", "\[IndentingNewLine]", RowBox[{"Do", "[", "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"user", "=", RowBox[{ "el", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}]}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{"USERS", ",", "user"}], "]"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"found", "=", "False"}], ";", "\[IndentingNewLine]", RowBox[{"i", "=", "1"}], ";", "\[IndentingNewLine]", RowBox[{"While", "[", RowBox[{ RowBox[{"!", "found"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"convList", "\[LeftDoubleBracket]", RowBox[{"i", ",", "2"}], "\[RightDoubleBracket]"}], "\[Equal]", "user"}], ",", "\[IndentingNewLine]", RowBox[{"found", "=", "True"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"i", "++"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"AppendTo", "[", RowBox[{"res", ",", RowBox[{ RowBox[{"{", RowBox[{"convList", "\[LeftDoubleBracket]", RowBox[{"i", ",", "1"}], "\[RightDoubleBracket]"}], "}"}], "~", "Join", "~", RowBox[{"el", "\[LeftDoubleBracket]", RowBox[{"2", ";;"}], "\[RightDoubleBracket]"}]}]}], "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";"}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"el", ",", "listToConv"}], "}"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", "res"}]}], "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811061506520906*^9, 3.8110615607829847`*^9}, { 3.811061901674539*^9, 3.8110620732579*^9}, {3.811062134212001*^9, 3.81106213729359*^9}, {3.8110623446911087`*^9, 3.811062384045908*^9}, { 3.8110624335652313`*^9, 3.8110624607499123`*^9}},ExpressionUUID->"c11a6eaf-dfdc-48d7-8288-\ 2445029a677c"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"userAtt3", "=", RowBox[{"DotheConversion", "[", RowBox[{"usersConv", ",", "userAtt2"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811062087711152*^9, 3.811062102291367*^9}},ExpressionUUID->"1baf06ce-f280-4847-9e81-\ 14f06db6fa65"], Cell[BoxData["$Aborted"], "Output", CellChangeTimes->{ 3.8235872312049*^9},ExpressionUUID->"0bfb0e8e-7c5a-4017-91d6-cfaec9d5c673"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Max", "[", RowBox[{"Last", "/@", "usersConv"}], "]"}]], "Input", CellChangeTimes->{{3.8110623070138617`*^9, 3.8110623143151827`*^9}},ExpressionUUID->"e3deaff5-f628-41e2-8c9d-\ b49b1f8381bc"], Cell[BoxData["278852"], "Output", CellChangeTimes->{{3.811062311989492*^9, 3.811062314498981*^9}},ExpressionUUID->"341b2b20-7caa-4a23-94ca-\ b6966fcc464c"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Max", "[", RowBox[{"First", "/@", "userAtt"}], "]"}]], "Input", CellChangeTimes->{{3.811062321571612*^9, 3.811062325584124*^9}, 3.811065835932271*^9},ExpressionUUID->"8d42e95e-0508-4ab9-9d24-\ c54b7e8df7d7"], Cell[BoxData["278855"], "Output", CellChangeTimes->{3.811062325975317*^9, 3.81106583621209*^9},ExpressionUUID->"0a5b4a74-7660-4389-abce-e434deb62bc7"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Min", "[", RowBox[{"First", "/@", "userAtt"}], "]"}]], "Input", CellChangeTimes->{{3.811065745846341*^9, 3.8110658008542356`*^9}, { 3.8110658421760893`*^9, 3.811065844774835*^9}},ExpressionUUID->"c3305f4d-a243-4c20-aac1-\ 337fe7dc1ef3"], Cell[BoxData["2"], "Output", CellChangeTimes->{{3.8110657479527884`*^9, 3.811065762037405*^9}, { 3.811065794773896*^9, 3.8110658014612503`*^9}, 3.811065845030788*^9},ExpressionUUID->"99a471ef-399f-494d-893a-\ c8e8f78bc3aa"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"userAtt", "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811066705574189*^9, 3.811066707683681*^9}},ExpressionUUID->"301f4d40-1a5c-4904-af18-\ 8d55110c3110"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"2", ",", "\<\"stockton, california, usa\"\>", ",", "18.`"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "\<\"porto, v.n.gaia, portugal\"\>", ",", "17.`"}], "}"}], ",", RowBox[{"{", RowBox[{"6", ",", "\<\"santa monica, california, usa\"\>", ",", "61.`"}], "}"}], ",", RowBox[{"{", RowBox[{"10", ",", "\<\"albacete, wisconsin, spain\"\>", ",", "26.`"}], "}"}], ",", RowBox[{"{", RowBox[{ "11", ",", "\<\"melbourne, victoria, australia\"\>", ",", "14.`"}], "}"}], ",", RowBox[{"{", RowBox[{"13", ",", "\<\"barcelona, barcelona, spain\"\>", ",", "26.`"}], "}"}], ",", RowBox[{"{", RowBox[{ "18", ",", "\<\"rio de janeiro, rio de janeiro, brazil\"\>", ",", "25.`"}], "}"}], ",", RowBox[{"{", RowBox[{"20", ",", "\<\"langhorne, pennsylvania, usa\"\>", ",", "19.`"}], "}"}], ",", RowBox[{"{", RowBox[{ "21", ",", "\<\"ferrol / spain, alabama, spain\"\>", ",", "46.`"}], "}"}], ",", RowBox[{"{", RowBox[{"24", ",", "\<\"cologne, nrw, germany\"\>", ",", "19.`"}], "}"}]}], "}"}]], "Output", CellChangeTimes->{ 3.811066707943907*^9},ExpressionUUID->"df7b0edb-5d61-4060-9572-\ 6ec623864b24"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{"Min", "[", RowBox[{"Last", "/@", "usersConv"}], "]"}], "\[IndentingNewLine]", RowBox[{"Max", "[", RowBox[{"Last", "/@", "usersConv"}], "]"}]}], "Input", CellChangeTimes->{{3.811066750066019*^9, 3.811066782328135*^9}},ExpressionUUID->"ede1f479-c58d-4ad7-8a50-\ 7b3d66078f75"], Cell[BoxData["2"], "Output", CellChangeTimes->{{3.811066753398354*^9, 3.811066782960153*^9}},ExpressionUUID->"b29b0d85-2c18-4a55-9bce-\ 919bf013bf86"], Cell[BoxData["278852"], "Output", CellChangeTimes->{{3.811066753398354*^9, 3.81106678296294*^9}},ExpressionUUID->"3bd2206d-6d68-4ee0-ba4c-\ 39d7c1221441"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{"Min", "[", RowBox[{"First", "/@", "userAtt"}], "]"}], "\[IndentingNewLine]", RowBox[{"Max", "[", RowBox[{"First", "/@", "userAtt"}], "]"}]}], "Input", CellChangeTimes->{{3.811066792165098*^9, 3.811066804142132*^9}},ExpressionUUID->"5d3db845-7149-4ba2-8d37-\ 3461b018d800"], Cell[BoxData["2"], "Output", CellChangeTimes->{ 3.811066804376033*^9},ExpressionUUID->"c4f58ac4-f39c-4455-a393-\ 85d468fadfcd"], Cell[BoxData["278855"], "Output", CellChangeTimes->{ 3.8110668044466553`*^9},ExpressionUUID->"9b6433c9-664c-46aa-ba20-\ fd2eac44d00d"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", "usersConv", "]"}]], "Input", CellChangeTimes->{{3.81106682335893*^9, 3.8110668280920143`*^9}},ExpressionUUID->"3d095c3b-194c-420b-9970-\ c5ebd523ccf0"], Cell[BoxData["53408"], "Output", CellChangeTimes->{ 3.811066828658819*^9},ExpressionUUID->"7d984684-93d5-4fcb-8d56-\ 51c0a9e201aa"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", "userAtt", "]"}]], "Input", CellChangeTimes->{ 3.8110668910157127`*^9},ExpressionUUID->"5c623b7e-a673-491d-b8a0-\ 13bbef703565"], Cell[BoxData["157191"], "Output", CellChangeTimes->{ 3.811066891269837*^9},ExpressionUUID->"2b25934c-9e22-444b-8127-\ 30b2c6f75603"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"Last", "/@", "usersConv"}], ",", RowBox[{"First", "/@", "userAtt"}]}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811066836250445*^9, 3.8110668594652643`*^9}},ExpressionUUID->"0deeed03-1369-4c74-906c-\ 571aeb5538c3"], Cell[BoxData["53408"], "Output", CellChangeTimes->{ 3.8110668600511703`*^9},ExpressionUUID->"34a0d178-85aa-467f-826b-\ a8b918ddbd4c"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"userAtt4", "=", RowBox[{"Table", "[", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"el", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], "}"}], "~", "Join", "~", RowBox[{"(", RowBox[{ RowBox[{"(", RowBox[{"userAtt2", "\[LeftDoubleBracket]", RowBox[{ RowBox[{"Position", "[", RowBox[{ RowBox[{"First", "/@", "userAtt2"}], ",", RowBox[{ "el", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}]}], "]"}], "\[LeftDoubleBracket]", RowBox[{"1", ",", "1"}], "\[RightDoubleBracket]"}], "\[RightDoubleBracket]"}], ")"}], "\[LeftDoubleBracket]", RowBox[{"2", ";;"}], "\[RightDoubleBracket]"}], ")"}]}], ",", RowBox[{"{", RowBox[{"el", ",", "usersConv"}], "}"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811066933430703*^9, 3.8110669907836847`*^9}, 3.8110670210987797`*^9, {3.811070442803225*^9, 3.8110705513505707`*^9}, { 3.811073344143218*^9, 3.8110733584083023`*^9}},ExpressionUUID->"32e5c2ec-21a2-4034-9288-\ 664a86f133b6"], Cell[BoxData[ RowBox[{"Beep", "[", "]"}]], "Input", CellChangeTimes->{{3.811229081858799*^9, 3.811229093006302*^9}},ExpressionUUID->"199b7efd-6af9-41da-9aa4-\ 6e08d55ed0be"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"userAtt4", "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811073328245968*^9, 3.81107332958575*^9}},ExpressionUUID->"2c3c0fcc-8593-4c91-965e-\ b76199d653c9"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "\<\"australia\"\>", ",", "16.`"}], "}"}], ",", RowBox[{"{", RowBox[{"2", ",", "\<\"australia\"\>", ",", "14.`"}], "}"}], ",", RowBox[{"{", RowBox[{"3", ",", "\<\"germany\"\>", ",", "27.`"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "\<\"usa\"\>", ",", "25.`"}], "}"}], ",", RowBox[{"{", RowBox[{"5", ",", "\<\"saudi arabia\"\>", ",", "39.`"}], "}"}], ",", RowBox[{"{", RowBox[{"6", ",", "\<\"canada\"\>", ",", "19.`"}], "}"}], ",", RowBox[{"{", RowBox[{"7", ",", "\<\"germany\"\>", ",", "32.`"}], "}"}], ",", RowBox[{"{", RowBox[{"8", ",", "\<\"germany\"\>", ",", "25.`"}], "}"}], ",", RowBox[{"{", RowBox[{"9", ",", "\<\"netherlands\"\>", ",", "23.`"}], "}"}], ",", RowBox[{"{", RowBox[{"10", ",", "\<\"switzerland\"\>", ",", "28.`"}], "}"}]}], "}"}]], "Output", CellChangeTimes->{3.8110733298509493`*^9, 3.811136222516664*^9},ExpressionUUID->"c29d878c-7924-4030-835e-\ a0205586de0a"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"userAtt5", "=", RowBox[{ RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"#", "\[LeftDoubleBracket]", RowBox[{";;", "2"}], "\[RightDoubleBracket]"}], "~", "Join", "~", RowBox[{"{", RowBox[{"IntegerPart", "[", RowBox[{"#", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "]"}], "}"}]}], ")"}], "&"}], "/@", "userAtt4"}]}], ";"}]], "Input", CellChangeTimes->{{3.81113624603461*^9, 3.8111362936625843`*^9}},ExpressionUUID->"7cf92976-8a56-48bc-a2d3-\ 3487b19331cf"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"userAtt5", "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811136301079973*^9, 3.81113630121986*^9}},ExpressionUUID->"4f0fe206-aa42-49cb-95dc-\ 63a3cc650470"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "\<\"australia\"\>", ",", "16"}], "}"}], ",", RowBox[{"{", RowBox[{"2", ",", "\<\"australia\"\>", ",", "14"}], "}"}], ",", RowBox[{"{", RowBox[{"3", ",", "\<\"germany\"\>", ",", "27"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "\<\"usa\"\>", ",", "25"}], "}"}], ",", RowBox[{"{", RowBox[{"5", ",", "\<\"saudi arabia\"\>", ",", "39"}], "}"}], ",", RowBox[{"{", RowBox[{"6", ",", "\<\"canada\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"7", ",", "\<\"germany\"\>", ",", "32"}], "}"}], ",", RowBox[{"{", RowBox[{"8", ",", "\<\"germany\"\>", ",", "25"}], "}"}], ",", RowBox[{"{", RowBox[{"9", ",", "\<\"netherlands\"\>", ",", "23"}], "}"}], ",", RowBox[{"{", RowBox[{"10", ",", "\<\"switzerland\"\>", ",", "28"}], "}"}]}], "}"}]], "Output", CellChangeTimes->{ 3.811136301397634*^9},ExpressionUUID->"ffa8e06f-64ed-4ac2-92c3-\ b7433f54dcd2"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"gatherByAge", "=", RowBox[{"GatherBy", "[", RowBox[{"userAtt5", ",", "Last"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.8111363048996773`*^9, 3.811136318355363*^9}},ExpressionUUID->"10da0359-bb50-4f05-b163-\ 43a85415168b"], Cell[BoxData[{ RowBox[{ RowBox[{"usersCV0To20", "=", RowBox[{"Select", "[", RowBox[{"userAtt5", ",", RowBox[{ RowBox[{ RowBox[{"Last", "@", "#"}], "\[LessEqual]", "20"}], "&"}]}], "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"usersCV20To40", "=", RowBox[{"Select", "[", RowBox[{"userAtt5", ",", RowBox[{ RowBox[{"20", "<", RowBox[{"Last", "@", "#"}], "\[LessEqual]", "40"}], "&"}]}], "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"usersCV40To60", "=", RowBox[{"Select", "[", RowBox[{"userAtt5", ",", RowBox[{ RowBox[{"40", "<", RowBox[{"Last", "@", "#"}], "\[LessEqual]", "60"}], "&"}]}], "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"usersCV60Tooo", "=", RowBox[{"Select", "[", RowBox[{"userAtt5", ",", RowBox[{ RowBox[{ RowBox[{"Last", "@", "#"}], ">", "60"}], "&"}]}], "]"}]}], ";"}]}], "Input", CellChangeTimes->{{3.811136623646078*^9, 3.811136691204529*^9}, { 3.811136749472212*^9, 3.811136759588353*^9}},ExpressionUUID->"aa770cd0-90a5-4655-81c1-\ 904c72ae4ac7"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"usersCV0To20", "[", RowBox[{"[", "1", "]"}], "]"}]], "Input", CellChangeTimes->{{3.822140301610574*^9, 3.822140302486813*^9}},ExpressionUUID->"8a56661f-b5db-4cbe-a574-\ 83d053b75d49"], Cell[BoxData[ RowBox[{"{", RowBox[{"2", ",", "\<\" usa\"\>", ",", "18"}], "}"}]], "Output", CellChangeTimes->{ 3.8221403030888*^9},ExpressionUUID->"a1017043-498e-4105-a166-0da5c36674fe"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "/@", RowBox[{"(", RowBox[{"{", RowBox[{ RowBox[{"First", "/@", "usersCV0To20"}], ",", RowBox[{"First", "/@", "usersCV20To40"}], ",", RowBox[{"First", "/@", "usersCV40To60"}], ",", RowBox[{"First", "/@", "usersCV60Tooo"}]}], "}"}], ")"}]}]], "Input",Expr\ essionUUID->"2a1162d3-a569-4ac9-866c-cb3b6eb5c5bd"], Cell[BoxData[ RowBox[{"{", RowBox[{"22220", ",", "85600", ",", "41607", ",", "7764"}], "}"}]], "Output",\ CellChangeTimes->{3.811686981372884*^9, 3.8221401178085117`*^9},ExpressionUUID->"9b8c9efb-ab09-4d87-b727-\ 77919a75432f"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"PieChart3D", "[", RowBox[{ RowBox[{"Length", "/@", RowBox[{"(", RowBox[{"{", RowBox[{ RowBox[{"First", "/@", "usersCV0To20"}], ",", RowBox[{"First", "/@", "usersCV20To40"}], ",", RowBox[{"First", "/@", "usersCV40To60"}], ",", RowBox[{"First", "/@", "usersCV60Tooo"}]}], "}"}], ")"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\<]0,20]\>\"", ",", "\"\<]20,40]\>\"", ",", "\"\<]40,60]\>\"", ",", "\"\<]60,\[Infinity][\>\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{".15", ",", ".6"}], "}"}]}], "]"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.8116813386492043`*^9, 3.811681388466681*^9}},ExpressionUUID->"ed37fe8e-e178-42ee-b3ea-\ b75d20d0ddb6"], Cell[BoxData[ Graphics3DBox[ {RGBColor[0.5, 0.5, 1.], EdgeForm[{GrayLevel[0], Opacity[0.1]}], {{{}, { {RGBColor[0.980722, 0.7110406, 0.2420506], EdgeForm[{GrayLevel[0], Opacity[0.1]}], DynamicModuleBox[{DynamicChart`click$277735 = False}, GeometricTransformation3DBox[ TagBox[ TagBox[ TooltipBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ RGBColor[ 0.6666666666666666, 0.6666666666666666, 0.6666666666666666], AbsoluteThickness[1.5]}], {}, {}], { Polygon3DBox[CompressedData[" 1:eJxTTMoPSmVmYGBgAmI5IAaxRwE9wYf97DEixmrLFtrARP7GP9Frff9+v5SC scxdqw32MPETZY+2qO57v19ginZyo9EBuDhjb2GOSM77/e/UBJKemp2Aiydm n7uz9Oe7/fmxzn46ghfg4gJurx/5p7/bf6POKSvy22W4uK8gl8XKrW/3W+l0 fvx27DpcXNSz7lrG0zf7a8KZ/4nV34aLNwua2aZ+f73/6AyRx0+k7sPFe8+e mTT5zav9V+yv9Yd4P4SLu+3kWsl27OX+udvVZ6Z9fwQXT5919eHblhf7W30m Ln3f/wRhr/C2b5O1nu8/Eib2xkv4GVzcosB4SeyOp/vrHwmWvKx/DhePPpdi dUL/yf5ft1Q3BF95ARfHEe445EfFyRXHHv4f7LHH1wd77PH7wR57evhgjz39 fLDHnt4+2GNPn0B7sabnD/bY0/8He+z55YM99vz1wR57fvxgjz3/frDHnt9h 4YxePnywBwA8jx+n "]], BSplineSurface3DBox[{{{-0.63083278088602, 0.7759188118351112, 0.}, {-1., 0.4757807305133761, 0.}, {-1., 1.6653345369377348`*^-16, 0.}}, {{-0.63083278088602, 0.7759188118351112, 1}, {-1., 0.4757807305133761, 1}, {-1., 1.6653345369377348`*^-16, 1}}}, SplineDegree -> {1, 2}, SplineWeights -> {{1., 0.9030040921518627, 1.}, {1., 0.9030040921518627, 1.}}, SplineKnots -> {{0, 0, 1, 1}, {0, 0, 0, 1, 1, 1}}], Polygon3DBox[{{{0., 0., 0.}, {0., 0., 1.}, {-0.63083278088602, 0.7759188118351112, 1.}, {-0.63083278088602, 0.7759188118351112, 0.}}}], Polygon3DBox[{{{0., 0., 0.}, {0., 0., 1.}, {-1., 1.2246467991473532`*^-16, 1.}, {-1., 1.2246467991473532`*^-16, 0.}}}]}}, ImageSizeCache->{{72.0302722882766, 271.}, {-130.90937357600612`, -4.394080876072991}}], StatusArea[#, 22220]& , TagBoxNote->"22220"], StyleBox["22220", { GrayLevel[0], FontFamily -> "Arial"}, StripOnInput -> False]], Annotation[#, Style[22220, { GrayLevel[0], FontFamily -> "Arial"}], "Tooltip"]& ], EventHandlerTag[{ "MouseClicked" :> FEPrivate`Set[DynamicChart`click$277735, FEPrivate`Not[DynamicChart`click$277735]], PassEventsDown -> True, Method -> "Preemptive", PassEventsUp -> True}]], Dynamic[ If[DynamicChart`click$277735, {{{1., 0, 0}, {0, 1., 0}, { 0, 0, 1.}}, {-0.18060081843037257`, 0.08592638932411628, 0}}, {{ 1, 0, 0}, {0, 1, 0}, {0, 0, 1}}, {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}}], TrackedSymbols :> {DynamicChart`click$277735}]], DynamicModuleValues:>{}]}, {RGBColor[0.919, 0.4612, 0.1], EdgeForm[{GrayLevel[0], Opacity[0.1]}], DynamicModuleBox[{DynamicChart`click$277736 = False}, GeometricTransformation3DBox[ TagBox[ TagBox[ TooltipBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ RGBColor[ 0.6666666666666666, 0.6666666666666666, 0.6666666666666666], AbsoluteThickness[1.5]}], {}, {}], { Polygon3DBox[CompressedData[" 1:eJzt1+tTlGUYBnADQi1lVERBASM1iBxRRgkxvWyVRnBIlFEYcRTWBE00pWnU 4WDJmKHFgBEpHtHSyNQERFeJd0lOiiyiKIfV5bAcl2X3FtJMMaJpfN4v9/QX 7D3zzuz8vu17eO7rclN+sny99ZAhQ6wGry2D17+/LWMZy1jGMv8/YZqP/Mq9 WqX+hqm/htR04qX/4dGS33OgRYqK+b2ows4gvPx5SvGLliZJZTXvUcL0buFe RxNWb1iok15t7j+t8DYKf2fEySm/ZTVI7+U4v7Bz6hG+arpm1KXW+5Ii/1T1 42bZD+9QbnYfdVfybXz7qsfXJuEP17ivGxqskVz2G2ufjjML/2VMZmdmRKlU 07tzf+0XsjvXps+MzCuQNHl+Q0Nvyd6zxdHaZWy2NMWoUHs+kd1sM7LAe+M3 iDE8KXAfkD3Ldvfs9KZcPCr1LlrUIbu2vM9wc6AIKevLQjPPyz6QRjsq+28g ZvZClXKF7MNj1cEp5ttwS30j9S+t/L8OBL4btrSqBnZe32dqFbJjclr9+UN1 WBa3zfP0Pvn+XN2tuFsW+ADbozcmjcuT7/OcB7q5VbpGVLblOA5Xy89lWFhr 3+vZzZhWFvfzjgvycxxr5eSxP1iP66qARQlJXcJv15RM9G5txZvOcFkyT34f In+4Y69UtmOp/5bwmbp24fHFfcoDNzqQdfzzawej24SHhru+WObYhTKlvauV Vi/8q5hLvYuDDAgv+KDfxq9F+C5bQ/Wc6G5E5jiUBH3ZJPzsLr3Rar0Rp24G BPomPRS+8kxE0nH/Hhw0H/xst7ZeeJXLCY3HMBNurtu0da7TfeGz0uJN98+a 4KY2GbDgjvBjC27kvzLDjN6Ei3eGZt8Svqh04mq3dDOelflucMkrFq4+sWxA U2vGtEkfVjeEqIR/56YYX/LMjKCMbhtD4EnhcR4zrjT2m3EvrNJ+VcAR6aVn Lsy54qwzQ7N3uK1OcVl4VEB37uFjZuROSTwinbsuvGLy6K6j882IbpjgXfdj hXAHz3VP9xSaYFuatrJYXS3c31CTUOtqgt/aAPu1R+4J/zPxXrJPRA8meYYf KomsF54VUfg0KsmIv73crR1HPhRers/IXpLcjfPXvA8vDmoSvvet5+ltsQY4 nNFF+lu3CA8xOpQsf78Lsxw2h6hP64X7nCvwqnzcgSX1adte82kTvqJS+2l2 WjvWfHwxPvlCu/AJmxLjVoxrw5h+5SHV6E7hTqH11qF79PAd/Ug3PbxLeHC8 dkRgUzN2jkdlxj6D8LqpjTMbPZqwXf/tT6pj3cJ9Xdc05BY9wPzLelVchlF4 ft3SVJex9cgoDI7Vbe0Rzg/B4ha3uMUt/p/z5yeBP28J/PlM4M9zAn/+E/h9 QeD3C4HfRwR+fxH4fUfg9yOB36cEfv8S+H1N4Pc7gc8DBD4/EPi8QeDzCYHP MwQ+/xD4vETg8xWBz2MEPr8R+LxH4PMhgc+TBD5/Evi8SuDzLYHPwwQ+PxP4 vE3g8zmBz/MEPv8T+L5A4PsFge8jBL6/EPi+M/ies/2IwPcpAt+/CHxfI/D9 jsD3QQLfHwl83yTw/ZTA99nB753tvwS+LxP4fk34B3CjLRY= "]], BSplineSurface3DBox[{{{ 0.39185275166472466`, -0.9200279457781615, 0.}, { 1.311880697442886, -0.5281751941134368, 0.}, { 0.9200279457781615, 0.39185275166472466`, 0.}, { 0.5281751941134368, 1.311880697442886, 0.}, {-0.39185275166472466`, 0.9200279457781615, 0.}, {-0.5214961525435922, 0.8648110106810547, 0.}, {-0.63083278088602, 0.775918811835111, 0.}}, {{0.39185275166472466`, -0.9200279457781615, 1}, { 1.311880697442886, -0.5281751941134368, 1}, { 0.9200279457781615, 0.39185275166472466`, 1}, { 0.5281751941134368, 1.311880697442886, 1}, {-0.39185275166472466`, 0.9200279457781615, 1}, {-0.5214961525435922, 0.8648110106810547, 1}, {-0.63083278088602, 0.775918811835111, 1}}}, SplineDegree -> {1, 2}, SplineWeights -> {{1., 0.7071067811865475, 1., 0.7071067811865475, 1., 0.9902172871581737, 1.}, {1., 0.7071067811865475, 1., 0.7071067811865475, 1., 0.9902172871581737, 1.}}, SplineKnots -> {{0, 0, 1, 1}, {0, 0, 0, 1, 1, 2, 2, 3, 3, 3}}], Polygon3DBox[{{{0., 0., 0.}, {0., 0., 1.}, { 0.39185275166472466`, -0.9200279457781615, 1.}, { 0.39185275166472466`, -0.9200279457781615, 0.}}}], Polygon3DBox[{{{0., 0., 0.}, {0., 0., 1.}, {-0.6308327808860197, 0.7759188118351115, 1.}, {-0.6308327808860197, 0.7759188118351115, 0.}}}]}}, ImageSizeCache->{{131.67099644503122`, 556.5895800306874}, {-185.2034752160885, 122.84472776621155`}}], StatusArea[#, 85600]& , TagBoxNote->"85600"], StyleBox["85600", { GrayLevel[0], FontFamily -> "Arial"}, StripOnInput -> False]], Annotation[#, Style[85600, { GrayLevel[0], FontFamily -> "Arial"}], "Tooltip"]& ], EventHandlerTag[{ "MouseClicked" :> FEPrivate`Set[DynamicChart`click$277736, FEPrivate`Not[DynamicChart`click$277736]], PassEventsDown -> True, Method -> "Preemptive", PassEventsUp -> True}]], Dynamic[ If[DynamicChart`click$277736, {{{1., 0, 0}, {0, 1., 0}, { 0, 0, 1.}}, {0.17127016258022248`, 0.10327890108702825`, 0}}, {{ 1, 0, 0}, {0, 1, 0}, {0, 0, 1}}, {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}}], TrackedSymbols :> {DynamicChart`click$277736}]], DynamicModuleValues:>{}]}, {RGBColor[0.6755956000000001, 0.4168, 0.49185939999999995`], EdgeForm[{ GrayLevel[0], Opacity[0.1]}], DynamicModuleBox[{DynamicChart`click$277737 = False}, GeometricTransformation3DBox[ TagBox[ TagBox[ TooltipBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ RGBColor[ 0.6666666666666666, 0.6666666666666666, 0.6666666666666666], AbsoluteThickness[1.5]}], {}, {}], { Polygon3DBox[CompressedData[" 1:eJzt1V1Ik2EUB/DpwsRSZkZqUGjZSEGzoEH4cVhSiiGaBNoHhqO8UdJlF4Nu /IoIo/wsQSRxqCAKYfiRkkekdNlI3ChTYambc7Y5D0alEi276HlvznV0sQMv vPyunvflOf9/pKY4+6ZcJpP57jyqnefPu3e88z/M0KfMmkP7Z6FxJOu2pWQN /7piQbupTfkAzUf19vY4t/C04OhnFdemYeTStNVklPz1Gc/W5PgkzOlUk5i+ LvyKxaS8PzgGG21ydHRKfq78zvns2D6o8c1SuayS7wuztnZk1MNwa+Ll6l+S RyS8OhAe2omV/aOpXT8kP1IX5V9kGcaxgdnTWVOSf74Q2xgUMI7KCtmNznuS N2fE3TIHvsezT5wbPw9KHtgUEqrYMmFvj7Fu9LH0Xd0d717kznxEdXJeUJVN +j89p4b0/S1zGJ+X0LsdLnm58aK/Ks2C9sXI2s14l/CCuNGwstUFtKda27Ux TuFPU7OnT7Qs4fp3l1m3+4twX+P17fwkG+ZklE4kv3UIL4teNWgMy6i0FfUr tCvCDc9H2hoSVzBK0S3PkdmF78ltmNI2OXDXt8o39TqbcNnLkOBHc6t4LL3q ZP78kvBMH3VEk48TCw9/dRfHLApPuqsPurrXheq+h/qAKYtwv2V8gFsuHBh2 ezaOzwvPWaz1GA1rOFGa4ldYMCPcqTa1denc2FqyXKOpNkvnYYfA617/l87f TwL+PhPw95+A3xcCfr92zsPuIwG/vwT8vhPw+UDA5wkBnz8EfF4R8PlGwOch AZ+fBHzeEvD5TMDnOQGf/wR8XxDw/ULA9xEB318EfN8R8P1IwPcpAd+/BL8B vwkuPA== "]], BSplineSurface3DBox[{{{-0.9522298030952333, \ -0.30538238668465034`, 0.}, {-0.646847416410583, -1.2576121897798838`, 0.}, { 0.30538238668465034`, -0.9522298030952333, 0.}, { 0.3493611917760409, -0.9381256945925458, 0.}, { 0.3918527516647247, -0.9200279457781615, 0.}}, {{-0.9522298030952333, -0.30538238668465034`, 1}, {-0.646847416410583, -1.2576121897798838`, 1}, { 0.30538238668465034`, -0.9522298030952333, 1}, { 0.3493611917760409, -0.9381256945925458, 1}, { 0.3918527516647247, -0.9200279457781615, 1}}}, SplineDegree -> {1, 2}, SplineWeights -> {{1., 0.7071067811865475, 1., 0.9989351726170151, 1.}, {1., 0.7071067811865475, 1., 0.9989351726170151, 1.}}, SplineKnots -> {{0, 0, 1, 1}, {0, 0, 0, 1, 1, 2, 2, 2}}], Polygon3DBox[{{{0., 0., 0.}, {0., 0., 1.}, {-0.9522298030952333, -0.30538238668465034`, 1.}, {-0.9522298030952333, -0.30538238668465034`, 0.}}}], Polygon3DBox[{{{0., 0., 0.}, {0., 0., 1.}, { 0.3918527516647249, -0.9200279457781614, 1.}, { 0.3918527516647249, -0.9200279457781614, 0.}}}]}}, ImageSizeCache->{{53.37988081277774, 359.72998591637116`}, {-41.63683095226804, 176.35764674006006`}}], StatusArea[#, 41607]& , TagBoxNote->"41607"], StyleBox["41607", { GrayLevel[0], FontFamily -> "Arial"}, StripOnInput -> False]], Annotation[#, Style[41607, { GrayLevel[0], FontFamily -> "Arial"}], "Tooltip"]& ], EventHandlerTag[{ "MouseClicked" :> FEPrivate`Set[DynamicChart`click$277737, FEPrivate`Not[DynamicChart`click$277737]], PassEventsDown -> True, Method -> "Preemptive", PassEventsUp -> True}]], Dynamic[ If[DynamicChart`click$277737, {{{1., 0, 0}, {0, 1., 0}, { 0, 0, 1.}}, {-0.08317521283912208, -0.18188425981696918`, 0}}, {{ 1, 0, 0}, {0, 1, 0}, {0, 0, 1}}, {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}}], TrackedSymbols :> {DynamicChart`click$277737}]], DynamicModuleValues:>{}]}, {RGBColor[0.4366, 0.49960000000000004`, 0.8097967], EdgeForm[{GrayLevel[ 0], Opacity[0.1]}], DynamicModuleBox[{DynamicChart`click$277738 = False}, GeometricTransformation3DBox[ TagBox[ TagBox[ TooltipBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ RGBColor[ 0.6666666666666666, 0.6666666666666666, 0.6666666666666666], AbsoluteThickness[1.5]}], {}, {}], { Polygon3DBox[CompressedData[" 1:eJxTTMoPSmVmYGBgAmIuIAaxBwq8dry0aFXFu/0LCp5OSOq+vB8mzppzqFlS +f3+VdHyK2zazsLFcy4Jek+e+35/63eFn1YnDsPFI//PCY1+/n6/gIzv1qbr m/ej2vJhP3uMiLHasoV78Lvmgz19xNHd88Eeu/s/2GP37wd77OHzwR57eH6w BwD/z2B2 "]], BSplineSurface3DBox[{{{-1., -1.2246467991473532`*^-16, 0.}, {-1., -0.15642747908082902`, 0.}, {-0.9522298030952333, -0.30538238668465034`, 0.}}, {{-1., -1.2246467991473532`*^-16, 1}, {-1., -0.15642747908082902`, 1}, {-0.9522298030952333, -0.30538238668465034`, 1}}}, SplineDegree -> {1, 2}, SplineWeights -> {{1., 0.9879852739528138, 1.}, {1., 0.9879852739528138, 1.}}, SplineKnots -> {{0, 0, 1, 1}, {0, 0, 0, 1, 1, 1}}], Polygon3DBox[{{{0., 0., 0.}, {0., 0., 1.}, {-1., -1.2246467991473532`*^-16, 1.}, {-1., -1.2246467991473532`*^-16, 0.}}}], Polygon3DBox[{{{0., 0., 0.}, {0., 0., 1.}, {-0.9522298030952333, -0.30538238668465034`, 1.}, {-0.9522298030952333, -0.30538238668465034`, 0.}}}]}}, ImageSizeCache->{{65.60287113262478, 271.}, {-41.636830952268035`, 35.123050453012716`}}], StatusArea[#, 7764]& , TagBoxNote->"7764"], StyleBox["7764", { GrayLevel[0], FontFamily -> "Arial"}, StripOnInput -> False]], Annotation[#, Style[7764, { GrayLevel[0], FontFamily -> "Arial"}], "Tooltip"]& ], EventHandlerTag[{ "MouseClicked" :> FEPrivate`Set[DynamicChart`click$277738, FEPrivate`Not[DynamicChart`click$277738]], PassEventsDown -> True, Method -> "Preemptive", PassEventsUp -> True}]], Dynamic[ If[DynamicChart`click$277738, {{{1., 0, 0}, {0, 1., 0}, { 0, 0, 1.}}, {-0.19759705479056278`, -0.030909609154684176`, 0}}, {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}}, {{1, 0, 0}, {0, 1, 0}, { 0, 0, 1}}], TrackedSymbols :> {DynamicChart`click$277738}]], DynamicModuleValues:>{}]}}}, {}}, {}}, BoxRatios->{1, 1, 0.1}, Boxed->False, FaceGridsStyle->Automatic, LabelStyle->{ GrayLevel[0], FontFamily -> "Arial"}, Lighting->"Neutral", PlotRange->{{1.2, -1.2}, {1.2, -1.2}, {0., 1.02}}, ViewPoint->{0, -2.4, 2}]], "Output", CellChangeTimes->{3.811686697551607*^9, 3.822140121351213*^9},ImageCache->GraphicsData["CompressedBitmap", "\<\ eJztfWl4VFW29u5zqioMsdWQhEGvijIjCfMUCCFAIBOEMCRMCSEJEGSeB5Eg EsXEKSrBoVvRprWdR0BBUWTSAkHbebz92a22bX/f9/S990f/OnettYezT2VX JSEJRk2eZ5+Cqjprrb3W++699nQqu2jt4tJlRWvLiouumri6aOXisuI1V6Wt WA1v2b9hzLqcsd9Mv4r54N8OY+bLFYy1vtH6Bvz56Z92NFw6icIsvEZH0wcB pv1pd7D/ZurzGHVj+b7SDVb5lMQRLFAxecCIqpwBI2tyByZRmT44ydmZW2Q5 c4ansgBcxzlFo9KchWMyoGQ6i7CkZNpO8ehJzHZKkidBScfCLKc0OR0uYzIs /Drz0ScLRk3kN43JsuimgLMhfWZwY8asmjkjxtUUjBhXPXdEahXoscrnDBvL fGhcJ62e/8Mr8gNd2+gVKd+Qnlee2W9INdoNtQlOHTTKcmYOSQbVs4aNdQpG jHfmJ6Wh/RZcJoK9aM2C0RPJEDLHJtPboOlQMkQ9PXV1FqdkWnAB+8vGZoGQ srHZzhJe4H/XpU5mfmdp6mRn6bgpVJZRyYHPlo/PsZwV46eCQSsmTHVWUsnF Yjmr0nJtZ3XaNPhsMSnJwhIsGZ1h1cxPmmCVzxsxjtmdRH01H7Bv6No+IN0A DitP7zekKqPf0OCy1ByyDbzgzBmW6swDH8wbOR5sKRDXCU4hlqQJ8D/wDtiO 8QX3UBEOYnaLcc6aidOgTKeyduJ0y1k7aYblrJs0g7WD60x6H9Q4W7Pn1BQn TaouGj2xHGpXvmNKIXonoBzGvnAhhJ9kjerWt3xi30HVmYlDazISh5Hp0weP 5tD3O3MB+nNHuAXjYaFDWRS6FB2qlV+OWwPk1vXpvGygkudsyMiznI0ZeWD3 xox8Erts/JRg+ZQ5NYuSM8qLkiaWg+fRr19yb39M1yiF0gng6XRAaFbicGfG 4GRkKLhz9rCxcBme6vsVOD0Q6nTw+fR6+91Hft+EJZOK7WzOnAVu2ZI1C5UG l6ZOqVyYnFlezMMQcIPA3qdrQMVi3cQZ1RP7DQ5mJgx3pg5Mspz8oSnUaKZQ wylKa3TCRmd9PaNjU3S2ZM3GAq66Hq5RzvXZs0nB9ikF1YtGZ5aXjk7P2jWt JOCGir3L2RMjolU1se+AIFTbga7ayRsyxskbOgbE5Q1NsVtjFyF2NsbOxnBR 3kEBw3iJQhGzIoerPYULehdVbsAyeS6KDi6fkFMNFSwvHZPeyY0bezuk8RvX e0DNhD6DnWxo/KYNHkVJig3XMXAV4cRgQiVbo1nvaM48j2j6TdGEzyCelrNt 8lxw37Yp85xyKJimrpqQU7F8/OQsiFG0G1d2gq5+DG3FpL5DgpB5ETMhewBZ 0LvBhdJQTMMgyrJYxNsAhhoD7RYKN3C5NdaGWNt6rBlvb229rWWNiHd7uPJ4 u6XA2Z5TgMKCq9OmVi5NzVbxP87jf5SuPmqdwX6g9kAnM2Go5UwbNNrmOWST gsCHcQdJ8yj642VW/3NN6hsW9A2Rgm5hmEAZRv16WbJn2xhq+IZsqqEwHm+/ Kd7wTYi45dyYUwiy4P7gmrTpFSvTpnZSwWavuzkUdtZV43olojudnIEjnVwc eE7jl1YANB8AfDoAIPzQ2p8PBgJmzk8BBAAMbISB5eyYWgiV3DF1PqqoXjM+ txycEO0igR3ijUC0aASqUwEQmQnDLMyoQW3uwCTEBRb2MwDHpBYADnh7Vdo0 RAgVcKqFAIEbNYiw2hhJv+AYYQiSAgQKtRkcLW0ILTfJkjsfxQXXTJxRAbXp pBDDDmrZQ0qPxGBa70FOVuIwzCDAwjDogfcAPpA8jhZZRiuOfqk4snUcwXuA JBvnZJkd3DhhUOXu7Es6uTBiL9PVzhrStVtlSq/E4ITeA+GeKQNGWgQomzoo ABUBy22cRrXCqxVeXngFnDsmD3H2z411DsyNDT6Uc2nlnuxLYhTE2As8A8J3 AGn9aG59cv8RzhQsA0a0NNDZNHyyaQlDDJ1ARdNh0EIM0qIHjMMigJC1aBRu bGkobOvcNnm4RCGVg1BenN0h+EjOpRW7sy6OcbHInuVdKeVgqyZMDab2hhwM utLJ/YeDTAAn1ELAE9HZvAjNkwj1mxDKF6UaD8+kVnhGgmdAhyeVbVTm2YhL qI1AJg3xtxMsC5jlpvxhcekLxaWFwAR9B+fFOq9AeWlOh+D+gtiK5+Z1iFHQ ZE/xUQINGwde0e14cfIkZ1K/IRZOBcLN2f2HI1ipHW2KtnR6K1JbPlJ9iFSb 2k9bwpPQadULo3iZD3fKUQYUFhGjtsIoFBD0Klx98DXCa9a2MRcFFFDZEzyd TLt3zrLK5B7UycMdMDwBs3DpLlsWDtymbGWbDrtwBfACdrGktmL4fDC8yYNh fyiGoWAu0GxA3pUFQJ6jgGwjkC3EL4dvwHm1INY5JMozeTGV92dfglDm+GWP uZMzOIEfHNsrwUnHZpdmaFrh/NPDGZE8PgcxLRFttVg489zBFwrl+iAZ8oms SRLJYJlslG2FZQshbDmHC7BRPlwYG3xs+qXlNZkXRysYs328UcZhf+Wobtc6 aX0HgaiMhKEgPjNhKIIaS+2Guv+vAdmFrchWyLZo7ctuSlhblAkHCNeAaFVw /gJwbRsgbSOkwb+AaUS081phHJWXZsdWPpB9SdprpXEC0+xRPoLD3DiYwhtp Khn9htaGeKKEuC8U4jah29bRjaCGawCgnSShTYXmVgeOstSyzS8O1mNaYd1s sKaW2kY4g7NeB1DDp8EDhbHlLxZ2oB08j3BgP+xmIJUju/UJju6egAM/G9Ft twK7FdhQn820X0HtWWg8vOHtG6cWIsZpGqNJYG4hyi3nyPw4UP36griKlwpj Ay7C2e+1ESMA3RnfZwDUe9K1g8GYSaI1F6UV979G3GecJ+5pbtn3U6DdJrT7 nDfmxzkvzOpQ+VDOJdEK6exBF/DHi5LGOxP64orbRAC8jbCHMgSBz86rqceZ vxEQNUzPc/RCGTnm5T59cbhuyMMHMwjtVJhFuw592q7DMe42UlsspYwVu7Mb i3yLkO/T11WwtIK/ceCnHSo4snSBz8IhvwLKvmkx9UU+NvEA+iO8wP/eoCvc hySIceHP7ueJu2LB+D4DcVwKPBjkZUM/zgYL2QDVT+83FCmhSrMTw68TQ5Rk 1mBu+HRuqAlykKBRgzU9Nxa0cqP+3NjevNzw6dzAYiE9LOfNIuTIawWxwT/N uDTrxnEXCXKwPVpPUQAcGQepkU2zN37kCbKEiuAJ7zHADRmtHGkRHLF1jsCX gSW/DILwtU5f6IY1OWWJxNg7NSbslGUD2GEjOyznKFJE0QP/ajhFdovtSwld ugYLhk9wxvXG0QOkVMQTO6QjSVcdia2ThOG8/lBguCAJbafjhUhitTKk5TJk 9c+VIftym5ohPufogjjnrQVxwac4Uzg72D1ikrQvkCSpW28cYlO+NaHPwHqR xefpUeikAjDFrmPk7S4SiJG33zTyhs9yxfBjFN8sM2g0o23O8H3gCB32pCL4 YTeKH3Na+XHB+IGHJaZ493Vtl4clIpHEJ9ZwkSD12oxg66u5rMG0CUjaUDlS GHv81aIOuMjAecOqRR8j6cP7GJyn8kkaIYkUkWj4wqew/KFTWOaFiYRhjNhk eXubVhb9alnEkEaGw0dTau2TrD+f7shOPG8+wXvaShyrJ7PaeJiF5RgybH7s kcNFsdGKWuxOzjBa7BjWtZcztld/UAE8M9Ns0E9GM3eO2D2OY9dK4sbUlcTV cT63lVQ/H1LdNWXAhSAVTqUVxSGzaLogJN+TxUJ+wdvHiuNQfuWjuTTxzOnF bnf3klYuhCCP6ZkAHOtvNzPR4J/aNlWxkaSVcq2UO1/K3TN1UEujXIAod1yU t0riKvYX0Son5xy7TRuBjerWx0nt3Z8K0I81D/8i7VK8cL1eSoMoOPdXRUEL GQifAf+QfbK0MBb6a51K3alts22BvV+Uh4pYThTHAyXjcyvHXyyIyCr1mfWR 452UXomgAxgJUscRLwfIEoaZFs3D2/o8PGtKjobZb0k0DXvKt5WeLYme/LEi gXDUbCwzIxw1ujtnSFPR0lYbGs4zD9WYaCEVQcKJkvjgMzMvzaoYd5FgItvF CRmQI8CUnongBiSk30tImrrk8y8DQZTGSPYTUTLyFuj6PMUhEHpSVVK0IY/o agw/LeInsJT4SRwFCcBQ+CpwlB5UIsovmKnhHgA0J9IDgCJwlTXo4GoDDl81 lrU2stauk6h+JKpzEgoIq9yXGxPtMpXdwgeTuQmXXe3MGjoWp2yc1F79fxGc HdXK2YZx1tY5y5CweNIMT5gBa0UBruKze2ykrXx2D2tu6kZ8dldTHjtvJHt9 nnMOnn2EnMA+ncBqgrVuDgcUh0+6XM69Pjma85dVuDOvwWFX4cxrIpgEZA40 gMhpPxMis/N5YERD+OwLfdgePmdvHH/Ynj/kYXtEZrChlcotjsp35YzQqRx6 ePSCEtgXSmDLOVUSzzfDRDPxt5O/3KQl0UO69nCSe/QjMie6jKbJJnCXoDKN arWRrd1YFie2UBbDTdrufFbPRxab+QyyRNdMz0bn/XNUaP9Mz7fBZ8jPHZHK 9fkJaX5n1/QS5/b8xVTugPKH0g0s3nll9c0g5I8LNznVs6+jcjeUO2eVwfcW ObflLQQhlTNKIXaVM0uJ8kj3palTLmgufMFYaPMONcLB17A775uFcD7nVGk8 Sq84yGd2OdnYDs65lEFXXhMcfk1v6kBtdaWcWPSkjWFf44/C/Nw514Z+jwA3 zuHT+hFICJpdM0qcqpkLnaq8hRYxCKCw7lbn6MbbnNM33Mv60dVP/4dPVbln 7lIw5164+omBt+UtooJ95DLoBK0WSpfGnBMPSxfbu2hPDLGRIXadpPATKd7m 5fhz+bRrRlCC3ciZUbkkJRt7IpcZ1BvhdCunhph2rS89ArW3PvMDM+d3NPIC nmg/X17IH1PBL6AF28VTMXAPOvQFOvAB7gT5VLq2c05uuYsA/9iizc7uuctE d7KYHnKEyR8+lL4JnnrdtEgWp60uKJIDOpKpvMGbeo5iVu4uGKhxkr8eYPZ5 wAxAdvdbwmchSLb4o50ad9DlJ0F02Ifq8UNgbWjvGeouS8kifNw8vRizGQIn AHc64bUNYRjfenzxZqdm3nLnrtlLnDvzy3Bkgs0vneNuXkw20RHAuvdG2fqk OasnTH2hMLWcd0phNHD8+Vkd1Ghgm/5i5/a97EpnNLS/uMYVaCRkI587OW/I ms7p2vpSdFPjta0Hr6gEx82IiFsFKI9uvJ0tIFQGFCr3FKxw7oIWdDuACXLt pnyg4YXFnnnBhuBnI/xsbaCpIw5sdTGH4nK3jeWwu4Fjbqs7Aj0+a2gqYc7C a1jg8VXXNqGrruExGH6b+vkffDICsPEHxdvVmiOeCk0wQgWPCuwtXk+ogj56 KQEtSnXXf1q8xblnzlIYBS6h0R3vin/myGIILb4az5cBAWM2YszngsrnvLMw 3gkujMct2NEKUOx6rfsd3q23WK+vG1f1XM3/qU8LDazvYewoWtBHnN6QPZdC v7d4nUQR2yCGO9heIYQw48ODjHy/V2OealIOmH06r0Nz4yRkTH5C9IZGqPgl VKicLovP2pV2kQAK28Lxkt+ry+Wq7yO8RDUJXhq7LzJMM3TeeGnrOV2WOyiJ xGNSdAvkWRIe20Urg/+/v3AltTDY7WHC73m6Hqv3gxGa5ghsQ3FxvBYuwiVG UR6QYDlZHFf5+PQYegLJZg6WTe4ayPGhkNunUG7/8wdLu9CjiHQ6BDuyktHp 1Ek8DI0HNBa3CmBAzuM8UXY9Zd4YXdysIoDAIjYPEWBgnC3Hxeq4Ztr3bN5v ItNoFhEuvlC4WM7phTjZ/vh0d7J9o/5ipyX+x1W0pZOn1y0GNVZDu6IAoQXH iLjUhE8MEuioVpNoHB17CpbTghLuc4gIiFwNEPVeCW3OLfFNCg1bQONgQWzK 2RUdCQ0bmPZi5ydcfrXqfaLqAY0Lu22i3kdh3EQYb8Wpob0lhIz7CRk+yjdw +nT3vGU4VdoU5/cuLA4aONrWoQD63HbCOb0oHpXRsEiAYZ07JDoyvCtPXdv+ HMFgiV+YwY2bN4jmAdKKvWKQ/OD81ZRV3DxtAbUeNdNoD6J1AUNfz31N9Y22 jdH2ueH1UXjPQDlVElf5fGHseh7htdoeikFXdqcIt/NGuCG7KS7EtigeXz/F F4cwuCkX0z2cSX5cG0WcWHat8xZU+Jn8DmI6tun2pDXLAl2E8AVU+ETBMWZA xY+t0cKIK3kYxvYqjE26nNfQILYzBZEe+I9rH5szZzkPLViLHfSTYh71sxtm OE7VFVT+a+flzifrOlMcn4U4HpxX12aGFhC3MKmYhTG0MXjQ8744+1LV865m 2oud8mjxBlpHwRhGR5wnqP/CU1MEMsoTyPQEN3g4QHuaogfV27JGRg/s41eM 4qcQxWMQxefyOzTPTpTznYUOEzJb6xUF58BICp7z9qL4rGegCvi3imkveM7+ CpU2XdSCgueDT4bRlJlg27MiXjht98+dwylSbQzxemFWh9CndLf8AL0L/wdl uTdCKiMCtNKwovDb+gbI1gMEWvDhI365fVAV9fi3iPseAio6OC+Hm25w2hM6 rBdERLT2D9pwNyIfr+3sHCjAdLRDEy8ghp0nr7/TLfQ5XwnK35n6W3L2Cqa9 2Ee258xzknskkOcvrq/nIy3o1G81HbcyYcoHHmYvGRqpi+lqO/+88XLn7SXx zsFCbJsiuTbs8pcddsKv/o60hSPfXRxf+dRMeuogW860F/sIrjun9EykcyaX NO0CRZh1XVs8SicNPsMZNzEr97KhDekg3Pndtsuck2Ud8bnnEdPgZph/b4iP nbOL44+8NCtW+ngZXX18tMN9jOXippsc0efro/T5eiq4fx6nxnEJ76Bw77fb Ryq0xmkNwjvXdXRegWb49flaC9z4eeqGziKE869P+hdKR/Qx9y1bKmA8nB+V IhhbzehkHzl5PLyP+QpA91VDK9BZ+PWz9Z2dU0s6Um7S/FO8DXVpQHcpufXM sk44DLiOu/Y6j2sTXNde0tSulY85RRE4V494PaQ1B/++5T/Io5cLv2LriniF dKIxLm3IrFcdUx2RWgR0LXyAVxtdLKdPWRl/WVLLzwm4RNOkfh4kkz98uMP9 hasoy37N0CRcIVpcdDmOlQ7RRNJ5+vd8B6j19Klt8Oli3bWyd+M+9TXSp1Gh PqX/r5800/l90Rp2xNAOXE1XP7UD4Ej0IC/U0bcM7znnOPF17y0W/ZbmPSwm B9Y9n+Mjl+F7uGEUEqc3DMzurnX0QeyJaEx3YQfSYZ1koY+Ynb8781KFs4X8 ZRHHWeXilGyFMyuyr9qafEVQwmmVjRl5lFweFU76yw1DFZx6at316aUdceDb 3C6qM0Wv5Szb4KxS3Wd2bq9Ol3kaOs1Z9c/i4Xs0Aw99xVvCV6c2rlC+6iOo J311CHyFj9w6Rulfs7unLiw5wdL4/FvE0KZU9xKtozmju1+r2qx6u8cSw0vM g4Rr2DED2foJsinf0EzXT+cTARlUnlWVdgm5oYRpL3bKgRU7aOs0+sTfEJ9I d2Ryd5ww0CpRyypOlOF+19gLMcgN6w6fdEdJfNp9WXzQVsy0Fz4zOwp3/4A7 AvV0hyXdAcTBwzDojpMG5gwUzEF3YFP85nwxVCpp6qFS7SqfgzEeaIjWqrxA q3KSqHKUqnJolh/Qq0wFtzXuLVl/ysCDIdpg/Y0FzTEYDKmhhRVkdhDQpRbR izzVPD4MhopjRNsYvpo+VU2c291TsOIdA66HCVx/vqGz8wb0CQLATTqGqKOm zntlHY+8WRqn17RI6zKxplBYG6xpmJx3TI8E577ClZSxymqe3bJSVXOElrF+ uKaz+PGFC1VHC6sY0t0V8pf5PIui9lxUFEuUIT3AavZ0aRk0gHWU1qG9u6wj /WIWVBKriJPITTVOMVcPcUMnWrTqFbrEJBSOodSndgUDooIzByfLkxnstKjg dzcOU3FM1nolhKuqWGPyW7cmtqjJues6BmSgCjw1oX26EpGmmvhETbAj2jNv OdXhjAGRYwXxPgI04uyUOU+vR+Lp15rF93hhIiLHDy3ooOoxT6+OnTvgyqtV PWxDPSwFuQSaxUDIvWuA3DgtIjiNcYyGLeeRJ1pYNaqSmmvgA2KfoYIiUBWH i2IVo+bq9eSLWqMgQ1IVbOOtIKPTVfQcir3F69g5A9omCDp9DkOzE1AHqBUv VI1Gd2IhlfHwZ65eJ9oOQausYyjd81TmYlEZPVDnDICbKACHgXsbAoUjgHew Ck1WDx+vR/DAnFiFujmeetBgUaIupB6/FfWgvrh4HdVA1uP9G9YrwGUIwH0B PdZJvQlrmkr4eSUqD0M/L/9m63Wx9bYavu6pRLSoRDJ8jPuJsT9634CsTG2U dnZ5R5pqbmQnE8UNV8kx/s3S7XfTozGUEXoMby8Mx0a6RjRb7xuWhyZr3j8N efBp8n6jrfZkO16rKwd17aHc7Vpt61bjeSnccKdbrWMmR+sXz4G7Ty+M54Um jetnaRsJjEK3ycnXDea9nLQ0ytumthWW4kIg7iRGGz8wACNX+PejtZ1pFqgh FrblFqo2BP/yPBbSYbwwFrYx8O8DAwKm6w2+iHbkHqqWhcfhvlALuSv5crab 8XksjBIWbuKtnMdCnFGT0Z4ZkiTUjUdTHyrirUZX+DdTN5m3ypJPbb22+rV4 45MJ0MoPte5TxJzN0lcBSuIkf0wzJ75wTVYbQ7vrtbQCH1/i8arLfJ/GfHye Atr4kSHuszVknlki496AlrWtoc+eoVtLDlVpYluvmbaB6h8Zgj9XC/6x0jgy MOw8VAQzPTmg10xPixRipqWxKNRMPe4FdA2Q2bhKgfsHqHATw8a6nXDiscUu g6brRvJWSCY+7bzWMT6yx54JTfrEEOZC0VSiYR+t6QQ5aZw0SkMgsbm9wVNe WzyeaudtuylHTlCN4SeGWC6QkAM7cOLSYEO0aJXlwjX+TdNN8bbK7ZUNlrBh dPd+tBlTt0EPVImw4ZvNXShlMrRqwgac/Ig221A5/Oo+XhuidBsQ8nLU86kh JqUaps8uCU2NPTbAP5UvpummcD8k9+xHNkQrGxif+8Ljdpg5fmZYoVikrwDz zNygXIzmlQfwb6rHgoohV7to8Figk/pTLQhyib9Mc8DxUk5gU5vdTjOk4pjW zngNIXZ6DAkIQ/DIhzTkM0MklhgMCUtTOZNzdH5cqCG53JCsXtDb4UjRaAh6 QDdEj8lSbUIjCPE4J5dpIhiCH6tdZF5DqofyByC5hvgjeEQPzXLNkBPgkXOE zboNUTnAVN0xAqVgCCCVXYSG+IQheDhUGvK5YVFyhZbjCUN4AY0XifEJGoTv wSAuupbqiiFX9fCqtiOo1oOxSkOF5gPJSlcvlIpjC+O9emlg59FrRdCrj73X aMQ8t6QjV2PUGnyzJE5ozaGrT0FPaL5IDJRxzQXbI2wMvjS4ea1WV2j4yb3R IbFFWsS4uqRKaAV7mVTiOoas5hcG964PUYm1a29Qia71qrSdQd0SpUom9WHn KDPcLwxu3ajpw/lQE3xRX3D/7Fipb4rwapcrBrpV7NEvWlMp00CTVzcJlV9t 7KJUtnVV+qRK7AJjlDqpteLqHskmrXjAQD7jRFZUn8XfIrTi/IYnmTRorTxU GOvVGryy2yhda3uhFY8zhGrV3btVaH2L15O0RoXRGnxzvtQ6ma5+rL3Tq9do HUg8tWD00FGlWrpZn+3eqhN1YbyWPQcUW0TvhtlYtFIrtZdf03us07/XCI/2 tkK7oI1Hu+7ubQYcR4VoP+dqz3oy7xKv9uquvVKcQX2SPNrbSBb1cBOZLw1u 3y60f7mhC419ud4w2hfHY/fp1e70uDbNSew+2KhdpJRhPX+jNnrwTLWEBv1d DHpJnFCdzWnMg56QgeqhZUUy2zKXcadhBABkt2kKwQ6ttzq5KD7UDL9uBo5w Aq4R0pasrgB7tGX41b2VLWM0W3wR4KAHZKcBDr4IttC43mtLRY++aWQLf3Yh XAMaGuQ8zleGeYYKofxjLR62STmOlwCM5a8UdQhRXtO1ezJhopZyfNhXKBj0 qchbhPL3V3TyTlmHUV4FI9sQ5VTrbr3HucolBPBZ/aEQ0N2+S2/dBQ8iKXfe XdpRKs/iygMSjtAOGeFoGXoaUxRulYOLLW6zb4Vvj3Ajh9cSRQxokyJaUldI qkT2pIWEyrkymc75lBVnFlIflOWxpLxn33SyBNonYUlAt4TKKN7TS1foU3S3 aelbMJIBnAz4+IJQA/qlh7QR/loGACXY14ZA3K5Na7qINNKwHEbEIXWv6tZr XIhqn0c1NEtSqz6auENvjRQUjVqr9gMFvFqJf96GyKcaIuQ/DClNnr6Lrm0p 18COQGSNoRprcBjp1ej06pfhbW4kvPCXkULhpfu3mq5tnHPLO9XSJ3kWXBhv UOdpYJitw0hRSvfp3UIT7UyQtQvRdLq2ptDWRGgStFF10v14L12jaP9DGC1e /0XJNkPvQVVl9LZKTj7s1tqqIFchN4kqFfiXybQXO6Vn34nGRiG0NrrfakRt kAEhiQgSPuVkcYcQNQbGg5rEFGMuL522R6jB/+N5HRO5QtXU4rXtbMmerfD2 ucFx94vpNWzODCo8GgK6BgpLUre+WAmTm6RgjAhueokk2K8EA0NJ8MaMfOV8 3SsPytYX6KFLDIZ6w69TkKCD+wC/MHjgd0IkbYMujddZ5hXpI3E9+00ikavT ppmq/Xsx0jy7zINvgyDMSJJ5Kmoayz0kBGEWGlkQ8mTENX2wUnqE5bzDw0IQ TaAKnLqCMrggnQno/C8MVdsrBJ1b1kkHe4ZHkML6gN4j0eWmWYBHhCDcnqpB wiPIRXPa4AnMVK9HtXq9HUaKC6z1yx519u54BR/ZqibO9HHlH0QD8h7wQALK YBBGf/vd/w8fUFHzPwCarXf83bn91j87D990SIn/s6HK+4R4BNmpkjiDeMLr uOzrSXCUQfwLWx8l8Wc0X0haPCbE4zx+UDR16SHiwQk5c+4hwdGa+N/f9JpH /CmDcx7TnHPaLB4ds/rGD0jwpRHEHzU453EhHvEQRnzi0Dz0OwmOjyD+sME5 Twjxr8xzpzknMU0L7wcyZ1aR4MvDiMcV6gMG50jxZ5Z2pLa/tnjixNyyJ0nw VXQNUG2kCkSOUPG8YSz2pOt+avYNGrr3neBsrvqGZHePrOFJg4ueciMQTsOV 1yShXJLdJ7KGPxqGtVLDv3ZeXn5gjtFLZZuOKw2JkTU8bPDSM1xD+acbOqsw T/RokPgn2YM1DUgxqQGf6Qwa7jd46VlRBxznhNEwt+wJpWFEZA33GrwkNXy+ PmwdRJRJdnJkDXcYvPScG+lQDTwcfGIZfY6yx0fWsMvgpefdpi5g1lA+aMQ8 VYd0QTepQW9JdxoS5BdEmJ/Oc7cIpnnF55XuU+InR2iotxmGdy8K8WdWdQwj vmLJlpNK/LQI4jcZnPMSF19xdnWnMOKrVu/4sxKfH0H8WoNzhPiaTzT8hIjf eMtXSvy8CN3McoNzXq5TvAQOCV4QoaFebBgn7DdgM4L4RRHEFxucUw/xOrmW RhA/z5AeHahb/IZdru9XRehm8gzOORhePGcXn2yRncD6yA1orsE/dWvwNA1b ImvIMrjolYZpKI+sIc3gpVcbpmFnZA0phuHCIUPzFiEOt0ZuQJMMXoqgwQSk 2yNrGGIYRR1uGFTvjqwh0eCl1xqmYU9kDX0MXqqHhoXrXlcafhehm+lucNHr dTZ1wbINR5X4RyI01Fca/HOkTvHVy7e+o8Q/FkF8F4NzhPiq91aH68Wqrtt8 Sol/KoL4WEPC/kadvZgnmXs+QjfzW8PI7s06++Dy9Gm7lPj9ERrqtgbnCPFq gb+2eKyVEn8ognjb4Jw33UxXbfEwZFjPPna/8/JTD4Av8epzntl3h3P2/hLn 7XtK0RFvhc/TRCYY/PpwiuN8nI4FIwJXUHpolIKwEBH8ekuXMCJqPnkxSYk4 IkW8mqREHDPA1Cui/MzTI5SI14SIf78/0fmxmp9CPWEIpldEVtXirkrEYSni zdHOv+/jZzRPGgLmFUFN7j9PjqebDwkRP+4fqSpy0tCmiuFHhsGdB7WK/OtP A+jmtw3u9IqofO+5UUrEAV3E7h508zuCN59s6BRGRNYzdw5UIvYbgipE4P/T zq7srDlBiiB0/deZCXTzy4agBg3QEiLETGLwg6ddXLxgCOoZLqL6z2s6hRFR 8cnBZCXieUNQ3zXgwiuCgopa8ebnDEF918A0MamSZQjq03pE9nArzhmC6hXh AfhThqC+Z6iIV4QnIk8agvqeG1S1OU/Mz4lVvOPfvpWqrPiTFAHIlCLeFxV5 UdtC5RXhgdZjhqB+YKCZV4SHZn80BPUDA7TEzD5fp/Zy5A+GoH5o4IhXhMed jxiC+pHrToULsRo4ReDiQw3gDxuC+jEXcfyrTa4VXhEedz5kqMjHGlPlRnOx WC/23HjQ+TtDUD8xWOEV4bHiAUNQPzMEVYiYarDiPh2dIqifGTgyxSMi68je IUrEHoMvPjdYIUTkGqy41xDULwxW5HhEeHxxjyGoX7gRCd3dN81gRbWhIl+K iOjo9IpIOftkkkLnXVpQZX4gRODCiEInr4HaBKtz5HZDUL/mIipPLHebHK8I D0duMwRViDj+7dbLVIcotsGKLcm5e3cmKCsqDf3I1wZ3il3NYv938NMDo5WI WwxB/YsB4F4RnorcbAjqXwzuFLvQxZ7+ykP3DFBW7DQE9f9wEfn7ZtXaby8O WwS/P+o2vzsMQRUigvrk40yPCE9FthuC+o2hIt5DKfm7r++rrNhm6Ee+cSOS uzcvRlMvzwgd+eAptzfbagjqX7mII19uciviFUGHo4Q/cGNcraD+zWWqgpY4 qSQPhj26sZfyxSatH5FB/Zvri5RvtlymqZcH5Dy+2GAI6t8MvhBn7MTBx4pv taCuMwT1W0Gz99a4NPOKoIMtAuS4ybRWUL8Tvji3xj2FIE4sFmju/L/vcF+s MgRVivh+axeFC3FEVRy1TXlxR1/lzhWGoH6nuXPcNVGaenGs2k577cGhSsRS Q1C/d0WEHl0u0iIi07UlhqB+70Ykf/fUSzX18rx+/isPDlYRWWwIqi5CslUc hBcPczjy14Nuk1NqSON/EGR/pdQluxAhHo9x5EutEyg2BPUHAy54DeRTRzwi igxB/cFAM/GIhoUGEYWGoJpEiOd8LDKImGuoyD8MIsTjUxYbRMw2ZHwmEeJp PmUGEfmGoP7D4E5eA/kwL0+HOMMQ1H9ouJCBFc8Du06DlkTnNEM/8g8X4Apa XL18Kh4BXHJkqiGomgjVIYqnv/Hn63lpNsUQVJMIrl4+YhLJrtqLLENQf3Sb X/UYY/F4P/G4T2pyzj1PLsVTwrWC+qOb5agmRzyEcaUrQgaWTTIEVYg48tx8 l2bioaOrtYhIX4w3NDk/GiIinhgrnqlNGd+PoitKNQT1R4M7xSOd9aerS1+k GIIqfQEpivIFV68/gp8QCppZsiGN19CpQM7vlT/pQLmW9MXI8EHF+QvV/IrH xG/UKiLSVza8nkEVvyXAf7AG8skHhigrhoRnqici/Fdu5C8jYfarkoOB4YPq Qaf4vZzrQ9wJlrD+EZgq3Blw7xU/F0e4UL7oF56paIXChfhJsG2uO5UVfQ1B /cH1BVoR7d7Lthus6Bm++cWkUfminIsQP/9MqauMSDdDGv+Di4vc58XQX/y0 6E1uRY6f3TeMbr7aENS/u+5UIBc/Ql1hqMgVhqD+4LpToVP8dvzNhqBebgjq 3113qorwe9kuQ0Q6R0gO9Ijwe1ml5ouvDo2hm+MNGd/3WkXGXsUTpVu5iNsM vogxBPV7A7SquIg7DCIuNgT1O4OI27mIuwwiog39yLcGEXdyEXcbRLQxBNUk opqLuNcgwm8I6t8MIu7hImoMIixDUP9qELGbi7hPE4E5OARSfh0xENxfHEe3 8O+xB8TXK8ZdhPDAr7D/NECGf4/9TkcdfP1zGNnJCYTvtl2Gax/R7vfYw9KY ebFoK33xIy+zyBj+PfaIwZj3Xen4Xoz7PfYHuvpQYfnLhR1IA0g9rdVWOmgf v+MxriBGmb++MzvlVRDtfo894ZqPk7pkz1G3bcH3SDr/HnvKYA/cwtcVffod AfVt9qx205lVHeVN+92bpJcC6tvsBe2mF0HT2eXxeNNz3ptQXkB9m73svQmX L/CmJ8zm8W+zg+5N+Al57dN1nfk2QzrmjRbj2/JGcQs7zO/sJCuGNoKOB111 eCd+FKO+zY7Q1R/Q1EmP4ORVldiSiu8h1pROfh97i98ebbpdHlEQsPDczu9j J8PcDhrZTV7tssbR7n0sSNcASpS1JtjgDj7QupkkBKQE/Ai/gl8NqLvZOS5E 2oDfoEgJIStdIfgWCtFrwu9mH9I1KlQIVQYFQdjEqfAA/t9kDhfBPueSYjRJ +E1lEromnyRFSZtQGn6O38V7Orly2F9qu4hEfr25S/CdZfEW3p/uYkuKRHG0 rGLRgoItjaS//+Qvf8eLhZ+IL+E6r6w1I8mctqpfG+z1Jdn+xuJ4qUzTFSP1 fc91/YtjW1ajk/AOv8MvHSQLGeBH8RauysS77ZNUK8zzS9dhQfNpLZkWUahi PGNQf/+fvzj0CdUeA96ef1NGi/7Xhr/nOVzvaC90uaL1jSZ6g/3mfwFRMWLv \ \>"],ExpressionUUID->"5b5bbf94-f56c-4642-a91c-8944c7390422"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"usersCV0To20", "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811136741885747*^9, 3.811136743237912*^9}},ExpressionUUID->"cf72d20f-2d8e-4880-8110-\ 76d38e06e643"], Cell[BoxData[ TemplateBox[{ "Part","take", "\"Cannot take positions \\!\\(\\*RowBox[{\\\"1\\\"}]\\) through \ \\!\\(\\*RowBox[{\\\"10\\\"}]\\) in \\!\\(\\*RowBox[{\\\"{\\\", \ \\\"}\\\"}]\\).\"",2,128,30,27503445058212715141,"Local"}, "MessageTemplate"]], "Message", "MSG", CellChangeTimes->{ 3.8111367434771442`*^9},ExpressionUUID->"4ff16fc6-cf78-4c68-b27c-\ 55e89637aa99"], Cell[BoxData[ RowBox[{ RowBox[{"{", "}"}], "\[LeftDoubleBracket]", RowBox[{"1", ";;", "10"}], "\[RightDoubleBracket]"}]], "Output", CellChangeTimes->{ 3.811136743489359*^9},ExpressionUUID->"ab66ebad-035f-426b-ada3-\ 475b10f20457"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"reps1", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"{", RowBox[{ RowBox[{"First", "/@", "usersCV0To20"}], ",", RowBox[{"First", "/@", "usersCV20To40"}], ",", RowBox[{"First", "/@", "usersCV40To60"}], ",", RowBox[{"First", "/@", "usersCV60Tooo"}]}], "}"}], ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\<]0,20]\>\"", ",", "\"\<]20,40]\>\"", ",", "\"\<]40,60]\>\"", ",", "\"\<]60,\[Infinity][\>\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{".15", ",", ".6"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{ 3.811136576115732*^9, {3.811136699585134*^9, 3.8111367298343983`*^9}, { 3.8111367800401993`*^9, 3.8111367803312483`*^9}, {3.811137757091302*^9, 3.811137777086891*^9}},ExpressionUUID->"7ed65c84-00f4-4bc0-8efd-\ a32d817fc545"], Cell[BoxData[ TagBox[ GraphicsBox[{{ {Opacity[0], PointBox[{{0.5513938222471642, 0.41097895968709663`}, { 1.0213621989406112`, 4.589021040312904}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9516704122855149, 0.6666666666666666}, { 0.9516704122855149, 1.3333333333333335`}, {0.8343326966221294, 1.3333333333333335`}, {0.8343326966221294, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.590414303778028, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.650403660115091, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6565431561865875, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.650742263665691, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6473290856381391, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6339292280006339, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.64110368915556, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6291592116297967, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6500815261538793, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6451992354478376, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6330049734430628, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.639852268878976, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6495303034017375, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6337683302153763, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.650077927987007, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6469031288159623, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6379035220143743, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6306168922247442, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6536345266758548, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6484886738483363, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6314640419025044, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6336365532132366, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6413470258620553, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6375017726707314, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6570303905177796, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6566394247637801, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6575063862531112, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6398507537929579, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6558314433812006, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6521719501779866, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6479743999137458, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6575915657326461, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5891573222574253, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6149556677169183, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6291365538227462, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8882659247425951, 1.3333333333333335`}, { 0.8882659247425951, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8868336001582189, 1.3333333333333335`}, { 0.8868336001582189, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8343326966221294, 1.}, {0.6589155059985011, 1.}}, {{0.9516704122855149, 1.}, {1., 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6589155059985011, 1.1666666666666667`}, { 0.6589155059985011, 0.8333333333333333}}, {{1., 1.1666666666666667`}, {1., 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{162.5900165453388, 510.8284271247462}, { 32.17157287525378, 67.82842712474621}}], "DelayedMouseEffectStyle"], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9516704122855149`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8882659247425951`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8343326966221294`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5891573222574253`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9516704122855149}, { Style["median", Bold], 0.8882659247425951}, { Style["25%", Bold], 0.8343326966221294}, { Style["min", Bold], 0.5891573222574253}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9534621027618613, 1.6666666666666667`}, { 0.9534621027618613, 2.3333333333333335`}, {0.8324172339065578, 2.3333333333333335`}, {0.8324172339065578, 1.6666666666666667`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5901471159327418, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5901471159327418, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6358688492325735, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.590414303778028, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.590414303778028, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6358688492325735, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6413114225027529, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6503072445957525, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6465465920758464, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6178653348137838, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6027067457185167, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6317733626587225, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6107623287610668, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.635367916084948, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6227320674060131, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6439069546801233, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6495980124687863, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6387745723469423, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6395680022051902, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6363376521612221, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6492101353941536, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6319961632947838, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6256791208341694, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6008132459191871, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6352942778457649, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6377521084490312, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6458623637221674, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5807557462425066, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.641121802663429, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6288567881922981, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6288567881922981, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6216382584742342, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6287400899808425, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6409416842040085, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6212278526411645, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6456747188929923, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6210379394295471, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.636740406734668, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6411144988224238, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6106424247718882, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6197931360223196, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6508498124945845, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6424465682847244, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6337683302153763, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6458163338810374, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6379035220143743, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6443626256112372, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6251393520570083, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6213225241024672, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6431516809571525, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6498022095628185, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6461793107782332, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5727560211877754, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.645751232977468, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6059148115615312, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.649248931933914, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6429782278215795, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6030929948431603, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6456697713239992, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6171025075612322, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6024475961099536, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6498300210397423, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6503456853895838, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6490668817421144, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6270418616337027, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6270293667385514, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6386123328851379, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6413470258620553, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6498670398215616, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6449074477292767, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.617979964812978, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6115808977356981, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6494609289813427, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6506329045027544, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6504349636416206, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6447198054819038, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6420248432495965, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6462727448460447, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.633004104763986, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6362158295596325, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6318850315910599, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6325478544626645, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6283230514829459, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6137252429790343, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6491626694290171, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6473604051635734, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6022351262497033, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6069540595162582, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6478913730586308, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6160158227549032, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.648011981487142, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6258988082220608, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6272562667016159, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6483548001831172, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6261292540032033, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6333658930917174, 2.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8878524813384705, 2.3333333333333335`}, { 0.8878524813384705, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.886458759128474, 2.3333333333333335`}, { 0.886458759128474, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8324172339065578, 2.}, {0.6509419997144436, 2.}}, {{0.9534621027618613, 2.}, {1., 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6509419997144436, 2.1666666666666665`}, { 0.6509419997144436, 1.8333333333333333`}}, {{1., 2.1666666666666665`}, {1., 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{149.11411904378474`, 509.8284271247462}, {-12.828427124746213`, 22.828427124746213`}}], "DelayedMouseEffectStyle"], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9534621027618613`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8878524813384705`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8324172339065578`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5727560211877754`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9534621027618613}, { Style["median", Bold], 0.8878524813384705}, { Style["25%", Bold], 0.8324172339065578}, { Style["min", Bold], 0.5727560211877754}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9504875877238149, 2.666666666666667}, { 0.9504875877238149, 3.333333333333334}, {0.829724126266234, 3.333333333333334}, {0.829724126266234, 2.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6358688492325735, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6358688492325735, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6338986218997851, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6393905483084096, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6387745723469423, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6462254691312144, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6257054331838288, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6287400899808425, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6382888011183145, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6479021515084887, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6291592116297967, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6323916129147524, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6293137004519535, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6351214792584854, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6453878452653412, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6281087900470077, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6357789612821747, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6372877212724162, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.642490831783727, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6392009537507229, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6457639397773737, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6362256920251096, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6308605803305684, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5875439441060244, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6403036997237241, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6420873083001081, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6413748841209436, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6429898523829896, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6354593343618232, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6421875959769298, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6411632703059277, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6484449327974909, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.629990374681859, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6321244645918702, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6184324245293898, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6248346259916419, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6448028329549879, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6325352382096401, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6399609695619127, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6214107041547017, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6223036290190581, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5873554992347321, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6065146093597034, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6325311744090756, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6312263201633384, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6424559419055997, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.639602042012579, 3.0000000000000004`}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8863085864226056, 3.333333333333334}, { 0.8863085864226056, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.88484526548784, 3.333333333333334}, { 0.88484526548784, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.829724126266234, 3.0000000000000004`}, { 0.6485830184639205, 3.0000000000000004`}}, {{ 0.9504875877238149, 3.0000000000000004`}, {1., 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6485830184639205, 3.166666666666667}, { 0.6485830184639205, 2.833333333333334}}, {{1., 3.166666666666667}, {1., 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{161.10957409344786`, 509.8284271247462}, {-57.82842712474621, -22.171572875253787`}}], "DelayedMouseEffectStyle"], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9504875877238149`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8863085864226056`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.829724126266234`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5873554992347321`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9504875877238149}, { Style["median", Bold], 0.8863085864226056}, { Style["25%", Bold], 0.829724126266234}, { Style["min", Bold], 0.5873554992347321}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ TagBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.943006073340952, 3.6666666666666674`}, { 0.943006073340952, 4.333333333333334}, {0.8275167010436126, 4.333333333333334}, {0.8275167010436126, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5747392834631341, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6271706168268839, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6337683302153763, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6107274289744141, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6457977561173844, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.624566617192682, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8845613489232046, 4.333333333333334}, { 0.8845613489232046, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8820848962267063, 4.333333333333334}, { 0.8820848962267063, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8275167010436126, 4.000000000000001}, { 0.658616792469928, 4.000000000000001}}, {{0.943006073340952, 4.000000000000001}, {1., 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.658616792469928, 4.166666666666668}, { 0.658616792469928, 3.8333333333333344`}}, {{1., 4.166666666666668}, {1., 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{150.74363849641458`, 509.8284271247462}, {-102.82842712474623`, -67.17157287525379}}], "DelayedMouseEffectStyle"], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.943006073340952`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8845613489232046`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8275167010436126`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5747392834631341`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.943006073340952}, { Style["median", Bold], 0.8845613489232046}, { Style["25%", Bold], 0.8275167010436126}, { Style["min", Bold], 0.5747392834631341}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}}, {}}, {}}, {}}, {}}, InsetBox[ TemplateBox[{ "\"]0,20]\"","\"]20,40]\"","\"]40,60]\"","\"]60,\[Infinity][\""}, "SwatchLegend", DisplayFunction->(FormBox[ FrameBox[ StyleBox[ StyleBox[ StyleBox[ PaneBox[ TagBox[ GridBox[{{ TagBox[ GridBox[{{ GraphicsBox[{ Directive[ EdgeForm[ Directive[ Opacity[0.3], GrayLevel[0]]], PointSize[0.5], AbsoluteThickness[1.6], RGBColor[0.922526, 0.385626, 0.209179]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #4}, { GraphicsBox[{ Directive[ EdgeForm[ Directive[ Opacity[0.3], GrayLevel[0]]], PointSize[0.5], AbsoluteThickness[1.6], RGBColor[0.560181, 0.691569, 0.194885]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #3}, { GraphicsBox[{ Directive[ EdgeForm[ Directive[ Opacity[0.3], GrayLevel[0]]], PointSize[0.5], AbsoluteThickness[1.6], RGBColor[0.880722, 0.611041, 0.142051]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #2}, { GraphicsBox[{ Directive[ EdgeForm[ Directive[ Opacity[0.3], GrayLevel[0]]], PointSize[0.5], AbsoluteThickness[1.6], RGBColor[0.368417, 0.506779, 0.709798]], RectangleBox[{0, 0}, {10, 10}, "RoundingRadius" -> 0]}, AspectRatio -> Full, ImageSize -> {10, 10}, PlotRangePadding -> None, ImagePadding -> Automatic, BaselinePosition -> (Scaled[0.1] -> Baseline)], #}}, GridBoxAlignment -> { "Columns" -> {Center, Left}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxDividers -> { "Columns" -> {{False}}, "Rows" -> {{False}}}, GridBoxItemSize -> { "Columns" -> {{All}}, "Rows" -> {{All}}}, GridBoxSpacings -> { "Columns" -> {{0.3}}, "Rows" -> {{0.5}}}], "Grid"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Top}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{1}}, "Rows" -> {{0}}}], "Grid"], Alignment -> Left, AppearanceElements -> None, ImageMargins -> {{5, 5}, {5, 5}}, ImageSizeAction -> "ResizeToFit"], LineIndent -> 0, StripOnInput -> False], { FontFamily -> "Arial"}, Background -> Automatic, StripOnInput -> False], 14, StripOnInput -> False], RoundingRadius -> 3, Background -> GrayLevel[1], StripOnInput -> False], TraditionalForm]& ), Editable->True, InterpretationFunction:>(RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"Directive", "[", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.368417, 0.506779, 0.709798], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.24561133333333335`, 0.3378526666666667, 0.4731986666666667], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}]], StyleBox[ RowBox[{"RGBColor", "[", RowBox[{"0.368417`", ",", "0.506779`", ",", "0.709798`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.368417, 0.506779, 0.709798]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.368417, 0.506779, 0.709798], Editable -> False, Selectable -> False], "]"}], ",", RowBox[{"Directive", "[", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.880722, 0.611041, 0.142051], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.587148, 0.40736066666666665`, 0.09470066666666668], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}]], StyleBox[ RowBox[{"RGBColor", "[", RowBox[{"0.880722`", ",", "0.611041`", ",", "0.142051`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.880722, 0.611041, 0.142051]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.880722, 0.611041, 0.142051], Editable -> False, Selectable -> False], "]"}], ",", RowBox[{"Directive", "[", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.560181, 0.691569, 0.194885], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.37345400000000006`, 0.461046, 0.12992333333333334`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}]], StyleBox[ RowBox[{"RGBColor", "[", RowBox[{"0.560181`", ",", "0.691569`", ",", "0.194885`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.560181, 0.691569, 0.194885]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.560181, 0.691569, 0.194885], Editable -> False, Selectable -> False], "]"}], ",", RowBox[{"Directive", "[", InterpretationBox[ ButtonBox[ TooltipBox[ GraphicsBox[{{ GrayLevel[0], RectangleBox[{0, 0}]}, { GrayLevel[0], RectangleBox[{1, -1}]}, { RGBColor[0.922526, 0.385626, 0.209179], RectangleBox[{0, -1}, {2, 1}]}}, DefaultBaseStyle -> "ColorSwatchGraphics", AspectRatio -> 1, Frame -> True, FrameStyle -> RGBColor[ 0.6150173333333333, 0.25708400000000003`, 0.13945266666666667`], FrameTicks -> None, PlotRangePadding -> None, ImageSize -> Dynamic[{ Automatic, 1.35 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}]], StyleBox[ RowBox[{"RGBColor", "[", RowBox[{"0.922526`", ",", "0.385626`", ",", "0.209179`"}], "]"}], NumberMarks -> False]], Appearance -> None, BaseStyle -> {}, BaselinePosition -> Baseline, DefaultBaseStyle -> {}, ButtonFunction :> With[{Typeset`box$ = EvaluationBox[]}, If[ Not[ AbsoluteCurrentValue["Deployed"]], SelectionMove[Typeset`box$, All, Expression]; FrontEnd`Private`$ColorSelectorInitialAlpha = 1; FrontEnd`Private`$ColorSelectorInitialColor = RGBColor[0.922526, 0.385626, 0.209179]; FrontEnd`Private`$ColorSelectorUseMakeBoxes = True; MathLink`CallFrontEnd[ FrontEnd`AttachCell[Typeset`box$, FrontEndResource["RGBColorValueSelector"], { 0, {Left, Bottom}}, {Left, Top}, "ClosingActions" -> { "SelectionDeparture", "ParentChanged", "EvaluatorQuit"}]]]], BaseStyle -> Inherited, Evaluator -> Automatic, Method -> "Preemptive"], RGBColor[0.922526, 0.385626, 0.209179], Editable -> False, Selectable -> False], "]"}]}], "}"}], ",", RowBox[{"{", RowBox[{#, ",", #2, ",", #3, ",", #4}], "}"}], ",", RowBox[{"LegendMarkers", "\[Rule]", RowBox[{"{", RowBox[{"{", RowBox[{ "Automatic", ",", "Automatic", ",", "Automatic", ",", "Automatic"}], "}"}], "}"}]}], ",", RowBox[{"LabelStyle", "\[Rule]", RowBox[{"{", "}"}]}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ FrameBox[ StyleBox["#1", 14, StripOnInput -> False], RoundingRadius -> 3, Background -> GrayLevel[1], StripOnInput -> False], "&"}], ")"}]}], ",", RowBox[{"LegendLayout", "\[Rule]", "\"ReversedColumn\""}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}]& )], Scaled[{0.15, 0.6}], ImageScaled[{0.5, 0.5}], BaseStyle->{FontSize -> Larger}, FormatType->StandardForm]}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5513938222471642, 0.4833333333333333}, DisplayFunction->Identity, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, {2., FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0, 0}}}, {{1., FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, {2., FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, {2., FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ TemplateBox[{0}, "Spacer1"], TraditionalForm], {0, 0}}}}], InterpretTemplate[Legended[ Graphics[{{ Opacity[0], Point[{{0.5513938222471642, 0.41097895968709663`}, { 1.0213621989406112`, 4.589021040312904}}]}, { CapForm[None], Directive[ RGBColor[0.982864, 0.7431472, 0.3262672]], {{}, { Directive[ RGBColor[0.982864, 0.7431472, 0.3262672]], {{ Directive[ RGBColor[0.368417, 0.506779, 0.709798]], Tooltip[ Charting`DelayedMouseEffect[ GraphicsGroup[{Antialiasing -> False, Polygon[{{0.9516704122855149, 0.6666666666666666}, { 0.9516704122855149, 1.3333333333333335`}, {0.8343326966221294, 1.3333333333333335`}, {0.8343326966221294, 0.6666666666666666}}], {}, {{ Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.590414303778028, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.650403660115091, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6565431561865875, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.650742263665691, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6473290856381391, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6339292280006339, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.64110368915556, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6291592116297967, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6500815261538793, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6451992354478376, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6330049734430628, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.639852268878976, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6495303034017375, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6337683302153763, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.650077927987007, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6469031288159623, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6379035220143743, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6306168922247442, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6536345266758548, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6484886738483363, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6314640419025044, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6336365532132366, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6413470258620553, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6375017726707314, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6570303905177796, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6566394247637801, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6575063862531112, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6398507537929579, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6558314433812006, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6521719501779866, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6479743999137458, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6575915657326461, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.5891573222574253, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6149556677169183, 1.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6291365538227462, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], Line[{{0.8882659247425951, 1.3333333333333335`}, { 0.8882659247425951, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], Line[{{0.8868336001582189, 1.3333333333333335`}, { 0.8868336001582189, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], Line[{{{0.8343326966221294, 1.}, {0.6589155059985011, 1.}}, {{ 0.9516704122855149, 1.}, {1., 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], Line[{{{0.6589155059985011, 1.1666666666666667`}, { 0.6589155059985011, 0.8333333333333333}}, {{1., 1.1666666666666667`}, {1., 0.8333333333333333}}}]}, {}}], { "Style", EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}]}], Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9516704122855149}, { Style["median", Bold], 0.8882659247425951}, { Style["25%", Bold], 0.8343326966221294}, { Style["min", Bold], 0.5891573222574253}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}]]}, { Directive[ RGBColor[0.880722, 0.611041, 0.142051]], Tooltip[ Charting`DelayedMouseEffect[ GraphicsGroup[{Antialiasing -> False, Polygon[{{0.9534621027618613, 1.6666666666666667`}, { 0.9534621027618613, 2.3333333333333335`}, {0.8324172339065578, 2.3333333333333335`}, {0.8324172339065578, 1.6666666666666667`}}], {}, {{ Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.5901471159327418, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.5901471159327418, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6358688492325735, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.590414303778028, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.590414303778028, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6358688492325735, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6413114225027529, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6503072445957525, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6465465920758464, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6178653348137838, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6027067457185167, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6317733626587225, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6107623287610668, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.635367916084948, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6227320674060131, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6439069546801233, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6495980124687863, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6387745723469423, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6395680022051902, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6363376521612221, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6492101353941536, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6319961632947838, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6256791208341694, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6008132459191871, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6352942778457649, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6377521084490312, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6458623637221674, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.5807557462425066, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.641121802663429, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6288567881922981, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6288567881922981, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6216382584742342, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6287400899808425, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6409416842040085, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6212278526411645, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6456747188929923, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6210379394295471, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.636740406734668, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6411144988224238, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6106424247718882, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6197931360223196, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6508498124945845, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6424465682847244, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6337683302153763, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6458163338810374, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6379035220143743, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6443626256112372, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6251393520570083, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6213225241024672, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6431516809571525, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6498022095628185, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6461793107782332, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.5727560211877754, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.645751232977468, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6059148115615312, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.649248931933914, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6429782278215795, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6030929948431603, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6456697713239992, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6171025075612322, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6024475961099536, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6498300210397423, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6503456853895838, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6490668817421144, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6270418616337027, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6270293667385514, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6386123328851379, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6413470258620553, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6498670398215616, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6449074477292767, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.617979964812978, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6115808977356981, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6494609289813427, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6506329045027544, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6504349636416206, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6447198054819038, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6420248432495965, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6462727448460447, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.633004104763986, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6362158295596325, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6318850315910599, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6325478544626645, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6283230514829459, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6137252429790343, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6491626694290171, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6473604051635734, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6022351262497033, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6069540595162582, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6478913730586308, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6160158227549032, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.648011981487142, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6258988082220608, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6272562667016159, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6483548001831172, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6261292540032033, 2.}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6333658930917174, 2.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], Line[{{0.8878524813384705, 2.3333333333333335`}, { 0.8878524813384705, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], Line[{{0.886458759128474, 2.3333333333333335`}, { 0.886458759128474, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], Line[{{{0.8324172339065578, 2.}, {0.6509419997144436, 2.}}, {{ 0.9534621027618613, 2.}, {1., 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], Line[{{{0.6509419997144436, 2.1666666666666665`}, { 0.6509419997144436, 1.8333333333333333`}}, {{1., 2.1666666666666665`}, {1., 1.8333333333333333`}}}]}, {}}], { "Style", EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}]}], Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9534621027618613}, { Style["median", Bold], 0.8878524813384705}, { Style["25%", Bold], 0.8324172339065578}, { Style["min", Bold], 0.5727560211877754}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}]]}, { Directive[ RGBColor[0.560181, 0.691569, 0.194885]], Tooltip[ Charting`DelayedMouseEffect[ GraphicsGroup[{Antialiasing -> False, Polygon[{{0.9504875877238149, 2.666666666666667}, { 0.9504875877238149, 3.333333333333334}, {0.829724126266234, 3.333333333333334}, {0.829724126266234, 2.666666666666667}}], {}, {{ Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6358688492325735, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6358688492325735, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6338986218997851, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6393905483084096, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6387745723469423, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6462254691312144, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6257054331838288, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6287400899808425, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6382888011183145, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6479021515084887, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6291592116297967, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6323916129147524, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6293137004519535, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6351214792584854, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6453878452653412, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6281087900470077, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6357789612821747, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6372877212724162, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.642490831783727, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6392009537507229, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6457639397773737, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6362256920251096, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6308605803305684, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.5875439441060244, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6403036997237241, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6420873083001081, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6413748841209436, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6429898523829896, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6354593343618232, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6421875959769298, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6411632703059277, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6484449327974909, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.629990374681859, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6321244645918702, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6184324245293898, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6248346259916419, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6448028329549879, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6325352382096401, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6399609695619127, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6214107041547017, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6223036290190581, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.5873554992347321, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6065146093597034, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6325311744090756, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6312263201633384, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6424559419055997, 3.0000000000000004`}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.639602042012579, 3.0000000000000004`}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], Line[{{0.8863085864226056, 3.333333333333334}, { 0.8863085864226056, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], Line[{{0.88484526548784, 3.333333333333334}, { 0.88484526548784, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], Line[{{{0.829724126266234, 3.0000000000000004`}, { 0.6485830184639205, 3.0000000000000004`}}, {{ 0.9504875877238149, 3.0000000000000004`}, {1., 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], Line[{{{0.6485830184639205, 3.166666666666667}, { 0.6485830184639205, 2.833333333333334}}, {{1., 3.166666666666667}, {1., 2.833333333333334}}}]}, {}}], { "Style", EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}]}], Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9504875877238149}, { Style["median", Bold], 0.8863085864226056}, { Style["25%", Bold], 0.829724126266234}, { Style["min", Bold], 0.5873554992347321}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}]]}, { Directive[ RGBColor[0.922526, 0.385626, 0.209179]], Tooltip[ Charting`DelayedMouseEffect[ GraphicsGroup[{Antialiasing -> False, Polygon[{{0.943006073340952, 3.6666666666666674`}, { 0.943006073340952, 4.333333333333334}, {0.8275167010436126, 4.333333333333334}, {0.8275167010436126, 3.6666666666666674`}}], {}, {{ Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.5747392834631341, 4.000000000000001}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6271706168268839, 4.000000000000001}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6337683302153763, 4.000000000000001}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6107274289744141, 4.000000000000001}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.6457977561173844, 4.000000000000001}], Inset[ Style["\[FilledSmallCircle]", 10, GrayLevel[0]], {0.624566617192682, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], Line[{{0.8845613489232046, 4.333333333333334}, { 0.8845613489232046, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], Line[{{0.8820848962267063, 4.333333333333334}, { 0.8820848962267063, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], Line[{{{0.8275167010436126, 4.000000000000001}, { 0.658616792469928, 4.000000000000001}}, {{0.943006073340952, 4.000000000000001}, {1., 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], Line[{{{0.658616792469928, 4.166666666666668}, { 0.658616792469928, 3.8333333333333344`}}, {{1., 4.166666666666668}, {1., 3.8333333333333344`}}}]}, {}}], { "Style", EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}]}], Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.943006073340952}, { Style["median", Bold], 0.8845613489232046}, { Style["25%", Bold], 0.8275167010436126}, { Style["min", Bold], 0.5747392834631341}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}]]}}}, {}, {}}}, {{{{{{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}}, {}}, {}}, {}}, {}}, { DisplayFunction -> Identity, AspectRatio -> 0.4, Axes -> {False, False}, AxesLabel -> {None, None}, AxesOrigin -> {0.5513938222471642, 0.4833333333333333}, Frame -> True, FrameLabel -> {{None, None}, {None, None}}, FrameStyle -> Directive[ GrayLevel[0], 14], FrameTicks -> {{{{1., Spacer[0], {0.008`20., 0}}, {2., Spacer[0], {0.008`20., 0}}, {3.0000000000000004`, Spacer[0], {0.008`20., 0}}, {4.000000000000001, Spacer[0], {0.008`20., 0}}, {0.6666666666666666, Spacer[0], {0, 0}}, {4.333333333333334, Spacer[0], {0, 0}}}, {{1., Spacer[0], {0.008`20., 0}}, {2., Spacer[0], {0.008`20., 0}}, {3.0000000000000004`, Spacer[0], {0.008`20., 0}}, {4.000000000000001, Spacer[0], {0.008`20., 0}}, {0.6666666666666666, Spacer[0], {0, 0}}, {4.333333333333334, Spacer[0], {0, 0}}}}, {Automatic, Automatic}}, GridLines -> Automatic, GridLinesStyle -> Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange -> {{0.43, 1}, All}, PlotRangePadding -> {{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks -> {Automatic, {{1., Spacer[0], {0.008`20., 0}}, {2., Spacer[0], {0.008`20., 0}}, {3.0000000000000004`, Spacer[0], {0.008`20., 0}}, {4.000000000000001, Spacer[0], {0.008`20., 0}}, {0.6666666666666666, Spacer[0], {0, 0}}, {4.333333333333334, Spacer[0], {0, 0}}}}}], { Placed[ SwatchLegend[{ Directive[ RGBColor[0.368417, 0.506779, 0.709798]], Directive[ RGBColor[0.880722, 0.611041, 0.142051]], Directive[ RGBColor[0.560181, 0.691569, 0.194885]], Directive[ RGBColor[0.922526, 0.385626, 0.209179]]}, { "]0,20]", "]20,40]", "]40,60]", "]60,\[Infinity]["}, LegendMarkers -> {{Automatic, Automatic, Automatic, Automatic}}, LabelStyle -> {}, LegendFunction -> (Framed[ Style[#, 14], RoundingRadius -> 3, Background -> White]& ), LegendLayout -> "ReversedColumn", LegendMargins -> 5], {0.15, 0.6}, Identity]}]& ], AutoDelete->True, Editable->True, SelectWithContents->False, Selectable->True]], "Output", CellChangeTimes->{{3.811136710978264*^9, 3.8111367305153513`*^9}, { 3.811136763661325*^9, 3.811136781234632*^9}, {3.8111377619197206`*^9, 3.8111377778619757`*^9}},ExpressionUUID->"2c72f657-ffe6-4104-9bc7-\ 67351ff86c15"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"userAtt5", "=", RowBox[{ RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"{", RowBox[{"#", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], "}"}], "~", "Join", "~", RowBox[{"{", RowBox[{"Check", "[", RowBox[{ RowBox[{ RowBox[{"StringSplit", "[", RowBox[{ RowBox[{ "#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], ",", "\"\<,\>\""}], "]"}], "[", RowBox[{"[", RowBox[{"-", "1"}], "]"}], "]"}], ",", "Null"}], "]"}], "}"}], "~", "Join", "~", RowBox[{"{", RowBox[{"IntegerPart", "[", RowBox[{"#", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "]"}], "}"}]}], ")"}], "&"}], "/@", RowBox[{"(", "userAtt", ")"}]}]}], ";"}]], "Input", CellChangeTimes->{{3.8112190472260637`*^9, 3.811219169904076*^9}, { 3.811219358629958*^9, 3.811219380388801*^9}, {3.811219434408463*^9, 3.811219454282878*^9}, {3.8112229725075693`*^9, 3.811223017721388*^9}, 3.811223182687166*^9},ExpressionUUID->"1d6e1cb4-c4f5-4b1f-ba59-\ 30f397a68e32"], Cell[BoxData["Check"], "Input", CellChangeTimes->{{3.811219393931323*^9, 3.811219394837903*^9}},ExpressionUUID->"dcb63a77-9e3d-4cc4-b0c4-\ cfb1acb156fc"], Cell[CellGroupData[{ Cell[BoxData["userAtt5"], "Input",ExpressionUUID->"0480b442-7a6d-48b4-a31f-efa5158add64"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"2", ",", "\<\" usa\"\>", ",", "18"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "\<\" portugal\"\>", ",", "17"}], "}"}], ",", RowBox[{"{", RowBox[{"6", ",", "\<\" usa\"\>", ",", "61"}], "}"}], ",", RowBox[{"{", RowBox[{"10", ",", "\<\" spain\"\>", ",", "26"}], "}"}], ",", RowBox[{"{", RowBox[{"11", ",", "\<\" australia\"\>", ",", "14"}], "}"}], ",", RowBox[{"{", RowBox[{"13", ",", "\<\" spain\"\>", ",", "26"}], "}"}], ",", RowBox[{"{", RowBox[{"18", ",", "\<\" brazil\"\>", ",", "25"}], "}"}], ",", RowBox[{"{", RowBox[{"20", ",", "\<\" usa\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"21", ",", "\<\" spain\"\>", ",", "46"}], "}"}], ",", RowBox[{"{", RowBox[{"24", ",", "\<\" germany\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"25", ",", "\<\" usa\"\>", ",", "55"}], "}"}], ",", RowBox[{"{", RowBox[{"27", ",", "\<\" usa\"\>", ",", "32"}], "}"}], ",", RowBox[{"{", RowBox[{"28", ",", "\<\" germany\"\>", ",", "24"}], "}"}], ",", RowBox[{"{", RowBox[{"29", ",", "\<\" mexico\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"30", ",", "\<\" usa\"\>", ",", "24"}], "}"}], ",", RowBox[{"{", RowBox[{"33", ",", "\<\" usa\"\>", ",", "34"}], "}"}], ",", RowBox[{"{", RowBox[{"35", ",", "\<\" usa\"\>", ",", "17"}], "}"}], ",", RowBox[{"{", RowBox[{"36", ",", "\<\" canada\"\>", ",", "24"}], "}"}], ",", RowBox[{"{", RowBox[{"38", ",", "\<\" italy\"\>", ",", "34"}], "}"}], ",", RowBox[{"{", RowBox[{"40", ",", "\<\" usa\"\>", ",", "32"}], "}"}]}], "}"}]], "Output",\ CellChangeTimes->{{3.8112193727664127`*^9, 3.811219383202806*^9}, 3.811222991235684*^9, 3.81122302825421*^9},ExpressionUUID->"4cab5f39-9af7-44d5-9288-\ d60265cb45fc"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"countries", "=", RowBox[{"Union", "[", RowBox[{ RowBox[{ RowBox[{"#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "&"}], "/@", "userAtt5"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811137817898583*^9, 3.8111378463632307`*^9}},ExpressionUUID->"31e2f7e6-0f08-4568-aa5f-\ 891fad919754"], Cell[CellGroupData[{ Cell[BoxData["countries"], "Input", CellChangeTimes->{{3.8111378484189463`*^9, 3.81113784928354*^9}},ExpressionUUID->"8dbbca5f-ca4d-4fcc-a7c0-\ 95af9a98ae26"], Cell[BoxData[ RowBox[{"{", RowBox[{"\<\" 中国\"\>", ",", "\<\" 美国\"\>", ",", "\<\" 5057chadwick ct.\"\>", ",", "\<\" ?\[CapitalATilde]\.ba?{\"\>", ",", "\<\" a coru\[CapitalATilde]\[PlusMinus]a\"\>", ",", "\<\" afghanistan\"\>", ",", "\<\" alabama\"\>", ",", "\<\" alachua\"\>", ",", "\<\" alaska\"\>", ",", "\<\" alava\"\>", ",", "\<\" albania\"\>", ",", "\<\" alberta\"\>", ",", "\<\" alderney\"\>", ",", "\<\" alg\[CapitalATilde]\[Copyright]rie\"\>", ",", "\<\" algeria\"\>", ",", "\<\" allen\"\>", ",", "\<\" almada\"\>", ",", "\<\" alto alentejo\"\>", ",", "\<\" ama lurra\"\>", ",", "\<\" america\"\>", ",", "\<\" andalucia\"\>", ",", "\<\" andorra\"\>", ",", "\<\" angola\"\>", ",", "\<\" antarctica\"\>", ",", "\<\" antigua and barbuda\"\>", ",", "\<\" aotearoa\"\>", ",", "\<\" apo ap\"\>", ",", "\<\" arequipa\"\>", ",", "\<\" argentina\"\>", ",", "\<\" argentina\\\"\\\"\"\>", ",", "\<\" arizona\"\>", ",", "\<\" armenia\"\>", ",", "\<\" aruba\"\>", ",", "\<\" ashburton\"\>", ",", "\<\" asturias\"\>", ",", "\<\" asturies\"\>", ",", "\<\" athens\"\>", ",", "\<\" auckland\"\>", ",", "\<\" austbritania\"\>", ",", "\<\" australia\"\>", ",", "\<\" australian capital territory\"\>", ",", "\<\" austria\"\>", ",", "\<\" aveiro\"\>", ",", "\<\" azerbaijan\"\>", ",", "\<\" \[CapitalATilde]\[Currency]\[CapitalAHat]\[Cedilla]\ \[CapitalAHat]\[DiscretionaryHyphen]\[CapitalATilde]\[Yen]?\[CapitalAHat]\.bd\ \"\>", ",", "\<\" \[CapitalATilde]\[DownExclamation]lava\"\>", ",", "\<\" \[CapitalATilde]\[Paragraph]\[CapitalATilde]\[Degree]\ \[CapitalAHat]\.b9\[CapitalATilde]\.ba\"\>", ",", "\<\" badajoz\"\>", ",", "\<\" baden-w\[CapitalATilde]\.bcrttemberg\"\>", ",", "\<\" baden-wuerttemberg\"\>", ",", "\<\" bahamas\"\>", ",", "\<\" bahrain\"\>", ",", "\<\" bangladesh\"\>", ",", "\<\" barbados\"\>", ",", "\<\" barcelona\"\>", ",", "\<\" barcelon\[CapitalATilde]\[DoubleDot]s\"\>", ",", "\<\" basilicata\"\>", ",", "\<\" basque country\"\>", ",", "\<\" bavaria\"\>", ",", "\<\" bayern\"\>", ",", "\<\" beijing\"\>", ",", "\<\" beira litoral\"\>", ",", "\<\" belarus\"\>", ",", "\<\" belgique\"\>", ",", "\<\" belgium\"\>", ",", "\<\" belize\"\>", ",", "\<\" benin\"\>", ",", "\<\" bergued\[CapitalATilde]\[NonBreakingSpace]\"\>", ",", "\<\" berkshire\"\>", ",", "\<\" berlin\"\>", ",", "\<\" bermuda\"\>", ",", "\<\" bern\"\>", ",", "\<\" bhutan\"\>", ",", "\<\" bizkaia\"\>", ",", "\<\" bolivia\"\>", ",", "\<\" bosnia and herzegovina\"\>", ",", "\<\" botswana\"\>", ",", "\<\" _ brasil\"\>", ",", "\<\" brasil\"\>", ",", "\<\" brazil\"\>", ",", "\<\" bretagne\"\>", ",", "\<\" british columbia\"\>", ",", "\<\" brittany\"\>", ",", "\<\" brunei\"\>", ",", "\<\" brussels\"\>", ",", "\<\" buenos aires\"\>", ",", "\<\" bulgaria\"\>", ",", "\<\" burkina faso\"\>", ",", "\<\" burlington\"\>", ",", "\<\" burma\"\>", ",", "\<\" cairo\"\>", ",", "\<\" calabria\"\>", ",", "\<\" california\"\>", ",", "\<\" cambodia\"\>", ",", "\<\" cambridgeshire\"\>", ",", "\<\" cameroon\"\>", ",", "\<\" campania\"\>", ",", "\<\" canada\"\>", ",", "\<\" cantabria\"\>", ",", "\<\" canterbury\"\>", ",", "\<\" cape verde\"\>", ",", "\<\" caracas\"\>", ",", "\<\" caribbean sea\"\>", ",", "\<\" castilla-le\[CapitalATilde]\.b3n\"\>", ",", "\<\" catalonia\"\>", ",", "\<\" catalu\[CapitalATilde]\[PlusMinus]a\"\>", ",", "\<\" catalunya\"\>", ",", "\<\" catalunya spain\"\>", ",", "\<\" cayman islands\"\>", ",", "\<\" cebu province philippines\"\>", ",", "\<\" central city\"\>", ",", "\<\" chad\"\>", ",", "\<\" charleroi\"\>", ",", "\<\" cherokee\"\>", ",", "\<\" cheshire\"\>", ",", "\<\" chile\"\>", ",", "\<\" china\"\>", ",", "\<\" china \[CapitalATilde]\[Paragraph]\[CapitalATilde]\[Degree]\ \[CapitalAHat]\.b9\[CapitalATilde]\.ba\"\>", ",", "\<\" china\[CapitalATilde]\[Paragraph]\[CapitalATilde]\[Degree]\ \[CapitalAHat]\.b9\[CapitalATilde]\.ba\"\>", ",", "\<\" christchurch\"\>", ",", "\<\" citrus.\"\>", ",", "\<\" co. cork\"\>", ",", "\<\" coimbra\"\>", ",", "\<\" co. limerick\"\>", ",", "\<\" colombia\"\>", ",", "\<\" colorado\"\>", ",", "\<\" comoros\"\>", ",", "\<\" congo\"\>", ",", "\<\" connecticut\"\>", ",", "\<\" costa rica\"\>", ",", "\<\" cote d`ivoire\"\>", ",", "\<\" croatia\"\>", ",", "\<\" cuba\"\>", ",", "\<\" cumbria\"\>", ",", "\<\" cyprus\"\>", ",", "\<\" czech republic\"\>", ",", "\<\" dalarna\"\>", ",", "\<\" dc\"\>", ",", "\<\" denmark\"\>", ",", "\<\" deutsches reich\"\>", ",", "\<\" deutschland\"\>", ",", "\<\" djibouti\"\>", ",", "\<\" dominica\"\>", ",", "\<\" dominican republic\"\>", ",", "\<\" drenthe\"\>", ",", "\<\" east sussex\"\>", ",", "\<\" ecuador\"\>", ",", "\<\" egypt\"\>", ",", "\<\" egypt\\\"\\\"\"\>", ",", "\<\" el salvador\"\>", ",", "\<\" emilia romagna\"\>", ",", "\<\" england\"\>", ",", "\<\" equatorial geuinea\"\>", ",", "\<\" eritrea\"\>", ",", "\<\" espa\[CapitalATilde]\[Sterling]?\[CapitalATilde]\[Cent]\ \[CapitalAHat]\[PlusMinus]a\"\>", ",", "\<\" espa\[CapitalATilde]\[Sterling]\[CapitalAHat]\[PlusMinus]a\"\>", ",", "\<\" espa\[CapitalATilde]\[PlusMinus]a\"\>", ",", "\<\" estonia\"\>", ",", "\<\" ethiopia\"\>", ",", "\<\" euskal herria\"\>", ",", "\<\" euskal herria/ basque country\"\>", ",", "\<\" euskal herria /basque country\"\>", ",", "\<\" far away...\"\>", ",", "\<\" figueira da foz\"\>", ",", "\<\" fiji\"\>", ",", "\<\" finland\"\>", ",", "\<\" flevoland\"\>", ",", "\<\" florida\"\>", ",", "\<\" france\"\>", ",", "\<\" france\\\"\\\"\"\>", ",", "\<\" friesland\"\>", ",", "\<\" friuli venezia giulia\"\>", ",", "\<\" gabon\"\>", ",", "\<\" galicia\"\>", ",", "\<\" galiza\"\>", ",", "\<\" galiza neghra\"\>", ",", "\<\" genova\"\>", ",", "\<\" georgia\"\>", ",", "\<\" germany\"\>", ",", "\<\" ghana\"\>", ",", "\<\" gloucestershire\"\>", ",", "\<\" goteborg\"\>", ",", "\<\" granada\"\>", ",", "\<\" greater london\"\>", ",", "\<\" greece\"\>", ",", "\<\" greece\\\"\\\"\"\>", ",", "\<\" greece (=hellas)\"\>", ",", "\<\" grenada\"\>", ",", "\<\" groningen\"\>", ",", "\<\" guam\"\>", ",", "\<\" guangdong\"\>", ",", "\<\" guang xi\"\>", ",", "\<\" guatemala\"\>", ",", "\<\" guernsey\"\>", ",", "\<\" guinea\"\>", ",", "\<\" guinea-bissau\"\>", ",", "\<\" guyana\"\>", ",", "\<\" hamburg\"\>", ",", "\<\" hamilton\"\>", ",", "\<\" haute-garonne\"\>", ",", "\<\" haute-savoie\"\>", ",", "\<\" heaven\"\>", ",", "\<\" heraut\"\>", ",", "\<\" here and there\"\>", ",", "\<\" hernando\"\>", ",", "\<\" hertfordshire\"\>", ",", "\<\" hessen\"\>", ",", "\<\" hillsborough\"\>", ",", "\<\" holland\"\>", ",", "\<\" holy see\"\>", ",", "\<\" honduras\"\>", ",", "\<\" hong kong\"\>", ",", "\<\" hungary\"\>", ",", "\<\" hungary and usa\"\>", ",", "\<\" iceland\"\>", ",", "\<\" idaho\"\>", ",", "\<\" ile-de-france\"\>", ",", "\<\" ile de france\"\>", ",", "\<\" illinois\"\>", ",", "\<\" india\"\>", ",", "\<\" indiana\"\>", ",", "\<\" indonesia\"\>", ",", "\<\" iowa\"\>", ",", "\<\" iran\"\>", ",", "\<\" iran\\\"\\\"\"\>", ",", "\<\" iraq\"\>", ",", "\<\" ireland\"\>", ",", "\<\" isle of man\"\>", ",", "\<\" israel\"\>", ",", "\<\" italia\"\>", ",", "\<\" italy\"\>", ",", "\<\" jakarta\"\>", ",", "\<\" jalisco\"\>", ",", "\<\" jamaica\"\>", ",", "\<\" japan\"\>", ",", "\<\" jawa barat\"\>", ",", "\<\" jersey\"\>", ",", "\<\" jilin\"\>", ",", "\<\" jordan\"\>", ",", "\<\" kansas\"\>", ",", "\<\" kazakhstan\"\>", ",", "\<\" k\[CapitalATilde]\[Currency]rnten\"\>", ",", "\<\" kentucky\"\>", ",", "\<\" kenya\"\>", ",", "\<\" kerala\"\>", ",", "\<\" korea\"\>", ",", "\<\" ksa\"\>", ",", "\<\" kuwait\"\>", ",", "\<\" l\"\>", ",", "\<\" la argentina\"\>", ",", "\<\" la belgique\"\>", ",", "\<\" la france\"\>", ",", "\<\" lagos/nigeria\"\>", ",", "\<\" l`alg\[CapitalATilde]\[Copyright]rie\"\>", ",", "\<\" lancashire\"\>", ",", "\<\" laos\"\>", ",", "\<\" la suisse\"\>", ",", "\<\" latvia\"\>", ",", "\<\"lawrenceville\"\>", ",", "\<\" lazio\"\>", ",", "\<\" lebanon\"\>", ",", "\<\" leicestershire\"\>", ",", "\<\" le madagascar\"\>", ",", "\<\" leman lake\"\>", ",", "\<\" lesotho\"\>", ",", "\<\" liberia\"\>", ",", "\<\" liege\"\>", ",", "\<\" liguria\"\>", ",", "\<\" lisboa\"\>", ",", "\<\" lisbon\"\>", ",", "\<\" l`italia\"\>", ",", "\<\" lithuania\"\>", ",", "\<\" lleida\"\>", ",", "\<\" lombardia\"\>", ",", "\<\" lornsenland\"\>", ",", "\<\" louisiana\"\>", ",", "\<\" luxembourg\"\>", ",", "\<\" macedonia\"\>", ",", "\<\" madagascar\"\>", ",", "\<\" madrid\"\>", ",", "\<\" maharashtra\"\>", ",", "\<\" maine\"\>", ",", "\<\" malawi\"\>", ",", "\<\" malaysia\"\>", ",", "\<\" mali\"\>", ",", "\<\" malta\"\>", ",", "\<\" manawatu\"\>", ",", "\<\" manitoba\"\>", ",", "\<\" marche\"\>", ",", "\<\" marshall islands\"\>", ",", "\<\" maryland\"\>", ",", "\<\" massachusetts\"\>", ",", "\<\" mauritius\"\>", ",", "\<\" m\[CapitalATilde]\[Copyright]xico\"\>", ",", "\<\" m\[CapitalATilde]\[DownExclamation]laga\"\>", ",", "\<\" m\[CapitalATilde]\[Sterling]?\[CapitalATilde]\[Cent]\ \[CapitalAHat]\[Copyright]xico\"\>", ",", "\<\" merseyside\"\>", ",", "\<\" mexico\"\>", ",", "\<\" michigan\"\>", ",", "\<\" micronesia\"\>", ",", "\<\" middx\"\>", ",", "\<\" milano\"\>", ",", "\<\" minas gerais\"\>", ",", "\<\" minho\"\>", ",", "\<\" minnesota\"\>", ",", "\<\" mississippi\"\>", ",", "\<\" missouri\"\>", ",", "\<\" moldova\"\>", ",", "\<\" monaco\"\>", ",", "\<\" monterrey\"\>", ",", "\<\" morelos\"\>", ",", "\<\" morocco\"\>", ",", "\<\" mozambique\"\>", ",", "\<\" myanmar\"\>", ",", "\<\" na\"\>", ",", "\<\" nafarroa\"\>", ",", "\<\" namibia\"\>", ",", "\<\" nebr\"\>", ",", "\<\" nebraska\"\>", ",", "\<\" negeri sembilan\"\>", ",", "\<\" nepal\"\>", ",", "\<\" netherland\"\>", ",", "\<\" netherlands\"\>", ",", "\<\" netherlands antilles\"\>", ",", "\<\" nevada\"\>", ",", "\<\" new brunswick\"\>", ",", "\<\" newfoundland\"\>", ",", "\<\" new hampshire\"\>", ",", "\<\" new jersey\"\>", ",", "\<\" new mexico\"\>", ",", "\<\" new south wales\"\>", ",", "\<\" new york\"\>", ",", "\<\" new zealand\"\>", ",", "\<\" nicaragua\"\>", ",", "\<\" niederoesterreich\"\>", ",", "\<\" niedersachsen\"\>", ",", "\<\" niger\"\>", ",", "\<\" nigeria\"\>", ",", "\<\" norbotten\"\>", ",", "\<\" nord-pas-de-calais\"\>", ",", "\<\" nordrhein-westfalen\"\>", ",", "\<\" norfolk\"\>", ",", "\<\" north carolina\"\>", ",", "\<\" north central\"\>", ",", "\<\" northern virginia\"\>", ",", "\<\" north korea\"\>", ",", "\<\" north west\"\>", ",", "\<\" norway\"\>", ",", "\<\" nova scotia\"\>", ",", "\<\" nsw\"\>", ",", "\<\" nz\"\>", ",", "\<\" ohio\"\>", ",", "\<\" okinawa\"\>", ",", "\<\" oklahoma\"\>", ",", "\<\" oman\"\>", ",", "\<\" ontario\"\>", ",", "\<\" oregon\"\>", ",", "\<\" orense\"\>", ",", "\<\" orkney\"\>", ",", "\<\" otago\"\>", ",", "\<\" ouranos\"\>", ",", "\<\" overijssel\"\>", ",", "\<\" pa\"\>", ",", "\<\" paca\"\>", ",", "\<\" pais vasco\"\>", ",", "\<\" pakistan\"\>", ",", "\<\" palau\"\>", ",", "\<\" palestine\"\>", ",", "\<\" panama\"\>", ",", "\<\" papua new guinea\"\>", ",", "\<\" paraguay\"\>", ",", "\<\" penang\"\>", ",", "\<\" pender\"\>", ",", "\<\" pennsylvania\"\>", ",", "\<\" peru\"\>", ",", "\<\" philippines\"\>", ",", "\<\" phillipines\"\>", ",", "\<\" piemonte\"\>", ",", "\<\" poland\"\>", ",", "\<\" polk\"\>", ",", "\<\" pomorskie\"\>", ",", "\<\" pontevedra\"\>", ",", "\<\" porto\"\>", ",", "\<\" portugal\"\>", ",", "\<\" portugal\\\"\\\"\"\>", ",", "\<\" p.r.c\"\>", ",", "\<\" p.r.china\"\>", ",", "\<\" puerto rico\"\>", ",", "\<\" punjab\"\>", ",", "\<\" qatar\"\>", ",", "\<\" quebec\"\>", ",", "\<\" queensland\"\>", ",", "\<\" queenspark\"\>", ",", "\<\" quit\"\>", ",", "\<\" republic of korea\"\>", ",", "\<\" rh\[CapitalATilde]\.b4ne-alpes\"\>", ",", "\<\" rh\[CapitalATilde]\.b4ne alpes\"\>", ",", "\<\" rio de janeiro\"\>", ",", "\<\" rio de jianero\"\>", ",", "\<\" riyadh\"\>", ",", "\<\" roma\"\>", ",", "\<\" romania\"\>", ",", "\<\" rome\"\>", ",", "\<\" rosello\"\>", ",", "\<\" russia\"\>", ",", "\<\" rutland\"\>", ",", "\<\" rwanda\"\>", ",", "\<\" saarland\"\>", ",", "\<\" sabah\"\>", ",", "\<\" sachsen\"\>", ",", "\<\" saint lucia\"\>", ",", "\<\" saint vincent and the grenadines\"\>", ",", "\<\" samoa\"\>", ",", "\<\" san bernardino\"\>", ",", "\<\" san jos\[CapitalATilde]\[Copyright]\"\>", ",", "\<\" san marino\"\>", ",", "\<\" santa barbara\"\>", ",", "\<\" santar\[CapitalATilde]\[Copyright]m\"\>", ",", "\<\" santiago\"\>", ",", "\<\" saskatchewan\"\>", ",", "\<\" saudi arabia\"\>", ",", "\<\" schleswig-holstein\"\>", ",", "\<\" scotland\"\>", ",", "\<\" selangor\"\>", ",", "\<\" senegal\"\>", ",", "\<\" serbia\"\>", ",", "\<\" sevilla\"\>", ",", "\<\" siberia\"\>", ",", "\<\" sicilia\"\>", ",", "\<\" sierra leone\"\>", ",", "\<\" singapore\"\>", ",", "\<\" slovakia\"\>", ",", "\<\" slovenia\"\>", ",", "\<\" somewherein space\"\>", ",", "\<\" south africa\"\>", ",", "\<\" south australia\"\>", ",", "\<\" south carolina\"\>", ",", "\<\" south island\"\>", ",", "\<\" south korea\"\>", ",", "\<\" south vietnam\"\>", ",", "\<\" spain\"\>", ",", "\<\" spain\\\"\\\"\"\>", ",", "\<\" sri lanka\"\>", ",", "\<\" strongbadia\"\>", ",", "\<\" sudan\"\>", ",", "\<\" sudan\\\"\\\"\"\>", ",", "\<\" suisse\"\>", ",", "\<\" suriname\"\>", ",", "\<\" surrey\"\>", ",", "\<\" swaziland\"\>", ",", "\<\" swazilandia\"\>", ",", "\<\" sweden\"\>", ",", "\<\" switzerland\"\>", ",", "\<\" syria\"\>", ",", "\<\" taiwan\"\>", ",", "\<\" tajikistan\"\>", ",", "\<\" tamil nadu\"\>", ",", "\<\" tanzania\"\>", ",", "\<\" tehran\"\>", ",", "\<\" tennessee\"\>", ",", "\<\" texas\"\>", ",", "\<\" thailand\"\>", ",", "\<\" the\"\>", ",", "\<\" the netherlands\"\>", ",", "\<\" thing\"\>", ",", "\<\" ticino\"\>", ",", "\<\" tobago\"\>", ",", "\<\" togo\"\>", ",", "\<\" tokyo\"\>", ",", "\<\" toscana\"\>", ",", "\<\" tras-os-montes\"\>", ",", "\<\" trentino alto adige\"\>", ",", "\<\" trinidad and tobago\"\>", ",", "\<\" tunisia\"\>", ",", "\<\" turkey\"\>", ",", "\<\" twente\"\>", ",", "\<\" u.a.e\"\>", ",", "\<\" uganda\"\>", ",", "\<\" u.k.\"\>", ",", "\<\" ukraine\"\>", ",", "\<\" united arab emirates\"\>", ",", "\<\" united kindgdom\"\>", ",", "\<\" united kingdom\"\>", ",", "\<\" united state\"\>", ",", "\<\" united states\"\>", ",", "\<\" upper austria\"\>", ",", "\<\" urugua\"\>", ",", "\<\" uruguay\"\>", ",", "\<\" u.s.a.\"\>", ",", "\<\" usa\"\>", ",", "\<\" usa & canada\"\>", ",", "\<\" u.s. virgin islands\"\>", ",", "\<\" utah\"\>", ",", "\<\" utrecht\"\>", ",", "\<\" uzbekistan\"\>", ",", "\<\" valencia\"\>", ",", "\<\" valladolid\"\>", ",", "\<\" vanuatu\"\>", ",", "\<\" vaud\"\>", ",", "\<\" vc\"\>", ",", "\<\" veneto\"\>", ",", "\<\" venezuela\"\>", ",", "\<\" vicenza\"\>", ",", "\<\" victoria\"\>", ",", "\<\" vienna\"\>", ",", "\<\" vietnam\"\>", ",", "\<\" virginia\"\>", ",", "\<\" vlaams-brabant\"\>", ",", "\<\" waikato\"\>", ",", "\<\" wales\"\>", ",", "\<\" warsaw\"\>", ",", "\<\" washington\"\>", ",", "\<\" wellington\"\>", ",", "\<\" west bengal\"\>", ",", "\<\" western australia\"\>", ",", "\<\" western cape\"\>", ",", "\<\" west virginia\"\>", ",", "\<\" west-vlaanderen\"\>", ",", "\<\" wicklow\"\>", ",", "\<\" wien\"\>", ",", "\<\" wisconsin\"\>", ",", "\<\" wonderful usa\"\>", ",", "\<\" world\"\>", ",", "\<\" wythenshawe\"\>", ",", "\<\" x\"\>", ",", "\<\" yemen\"\>", ",", "\<\" yorkshire\"\>", ",", "\<\" ysa\"\>", ",", "\<\" yugoslavia\"\>", ",", "\<\" yukon territory\"\>", ",", "\<\" zambia\"\>", ",", "\<\" zaragoza\"\>", ",", "\<\" zeeland\"\>", ",", "\<\" zh\"\>", ",", "\<\" zimbabwe\"\>", ",", "\<\" zuid-holland\"\>", ",", "\<\" zuid holland\"\>"}], "}"}]], "Output", CellChangeTimes->{3.8111378504299383`*^9, 3.8112231968396673`*^9, 3.8112312759213533`*^9, 3.811695634682835*^9},ExpressionUUID->"fee5d4ae-417a-4ec5-b7a0-\ 6e7b7af029b8"] }, Open ]], Cell[BoxData[ RowBox[{"Length", "@", "countries"}]], "Input", CellChangeTimes->{{3.811138494505245*^9, 3.8111384969353943`*^9}},ExpressionUUID->"7ee5d4c5-d7f4-4372-a6a2-\ 100e471b36cc"], Cell[BoxData[ RowBox[{ RowBox[{"continents", "=", RowBox[{ "Import", "[", "\"\\"", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811224121861759*^9, 3.811224135216007*^9}, { 3.8112312827029257`*^9, 3.811231283108603*^9}, {3.823586216169733*^9, 3.823586217692574*^9}},ExpressionUUID->"e33ebfd8-83df-490a-989c-\ 2bc0d0a7b730"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"continents", "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811224310139576*^9, 3.811224312888156*^9}},ExpressionUUID->"8a245a20-06b9-43c0-bbaa-\ fc04c47bff6c"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"\<\"Continent_Name\"\>", ",", "\<\"Continent_Code\"\>", ",", "\<\"Country_Name\"\>", ",", "\<\"Two_Letter_Country_Code\"\>", ",", "\<\"Three_Letter_Country_Code\"\>", ",", "\<\"Country_Number\"\>"}], "}"}], ",", RowBox[{"{", RowBox[{"\<\"Asia\"\>", ",", "\<\"AS\"\>", ",", "\<\"Afghanistan, Islamic Republic of\"\>", ",", "\<\"AF\"\>", ",", "\<\"AFG\"\>", ",", "4"}], "}"}], ",", RowBox[{"{", RowBox[{"\<\"Europe\"\>", ",", "\<\"EU\"\>", ",", "\<\"Albania, Republic of\"\>", ",", "\<\"AL\"\>", ",", "\<\"ALB\"\>", ",", "8"}], "}"}], ",", RowBox[{"{", RowBox[{"\<\"Antarctica\"\>", ",", "\<\"AN\"\>", ",", "\<\"Antarctica (the territory South of 60 deg S)\"\>", ",", "\<\"AQ\"\>", ",", "\<\"ATA\"\>", ",", "10"}], "}"}], ",", RowBox[{"{", RowBox[{"\<\"Africa\"\>", ",", "\<\"AF\"\>", ",", "\<\"Algeria, People's Democratic Republic of\"\>", ",", "\<\"DZ\"\>", ",", "\<\"DZA\"\>", ",", "12"}], "}"}], ",", RowBox[{"{", RowBox[{"\<\"Oceania\"\>", ",", "\<\"OC\"\>", ",", "\<\"American Samoa\"\>", ",", "\<\"AS\"\>", ",", "\<\"ASM\"\>", ",", "16"}], "}"}], ",", RowBox[{"{", RowBox[{"\<\"Europe\"\>", ",", "\<\"EU\"\>", ",", "\<\"Andorra, Principality of\"\>", ",", "\<\"AD\"\>", ",", "\<\"AND\"\>", ",", "20"}], "}"}], ",", RowBox[{"{", RowBox[{"\<\"Africa\"\>", ",", "\<\"AF\"\>", ",", "\<\"Angola, Republic of\"\>", ",", "\<\"AO\"\>", ",", "\<\"AGO\"\>", ",", "24"}], "}"}], ",", RowBox[{"{", RowBox[{"\<\"North America\"\>", ",", "\<\"NA\"\>", ",", "\<\"Antigua and Barbuda\"\>", ",", "\<\"AG\"\>", ",", "\<\"ATG\"\>", ",", "28"}], "}"}], ",", RowBox[{"{", RowBox[{"\<\"Europe\"\>", ",", "\<\"EU\"\>", ",", "\<\"Azerbaijan, Republic of\"\>", ",", "\<\"AZ\"\>", ",", "\<\"AZE\"\>", ",", "31"}], "}"}]}], "}"}]], "Output", CellChangeTimes->{3.8112243131550713`*^9, 3.811231286138472*^9},ExpressionUUID->"01e95267-4aa7-4a84-b176-\ fe1e8895ab40"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"userAtt5", "[", RowBox[{"[", RowBox[{"1", ",", "2"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811224368837412*^9, 3.81122438785701*^9}},ExpressionUUID->"fdb7eb7a-0da5-431a-a1fa-\ 07fa15d0dc04"], Cell[BoxData["\<\" usa\"\>"], "Output", CellChangeTimes->{{3.8112243827579203`*^9, 3.8112243880563*^9}},ExpressionUUID->"eb21e54b-fdc8-4360-9f98-eee568ff14f1"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Capitalize", "[", RowBox[{"StringTake", "[", RowBox[{ RowBox[{"userAtt5", "[", RowBox[{"[", RowBox[{"5", ",", "2"}], "]"}], "]"}], ",", RowBox[{"{", RowBox[{"2", ",", RowBox[{"-", "1"}]}], "}"}]}], "]"}], "]"}]], "Input", CellChangeTimes->{3.811225406232641*^9, 3.811225448799099*^9},ExpressionUUID->"a24172c2-a84c-45e0-92de-\ 5d0baf8835e5"], Cell[BoxData["\<\"Australia\"\>"], "Output", CellChangeTimes->{{3.811225401602811*^9, 3.81122540683705*^9}, 3.8112254490726624`*^9},ExpressionUUID->"47ba5c92-77e0-40b6-a771-\ 11fad89358b4"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"FindContinent", "[", RowBox[{"string_", ",", "contInfo_"}], "]"}], ":=", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{"i", ",", "found", ",", "usa"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"found", "=", "False"}], ";", "\[IndentingNewLine]", RowBox[{"i", "=", "1"}], ";", "\[IndentingNewLine]", RowBox[{"usa", "=", "False"}], ";", "\[IndentingNewLine]", RowBox[{"While", "[", RowBox[{ RowBox[{ RowBox[{"i", "\[LessEqual]", RowBox[{"Length", "@", "contInfo"}]}], "&&", RowBox[{"!", "found"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"StringContainsQ", "[", RowBox[{ RowBox[{"Capitalize", "[", RowBox[{"StringTake", "[", RowBox[{ RowBox[{ "string", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], ",", RowBox[{"{", RowBox[{"2", ",", RowBox[{"-", "1"}]}], "}"}]}], "]"}], "]"}], ",", "\"\\""}], "]"}], "||", RowBox[{"StringContainsQ", "[", RowBox[{ RowBox[{"Capitalize", "[", RowBox[{"StringTake", "[", RowBox[{ RowBox[{ "string", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], ",", RowBox[{"{", RowBox[{"2", ",", RowBox[{"-", "1"}]}], "}"}]}], "]"}], "]"}], ",", "\"\\""}], "]"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"found", "=", "True"}], ";", "\[IndentingNewLine]", RowBox[{"usa", "=", "True"}]}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"(", RowBox[{"StringContainsQ", "[", RowBox[{ RowBox[{"contInfo", "\[LeftDoubleBracket]", RowBox[{"i", ",", "3"}], "\[RightDoubleBracket]"}], ",", RowBox[{"Capitalize", "[", RowBox[{"StringTake", "[", RowBox[{ RowBox[{ "string", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], ",", RowBox[{"{", RowBox[{"2", ",", RowBox[{"-", "1"}]}], "}"}]}], "]"}], "]"}]}], "]"}], ")"}], ",", "\[IndentingNewLine]", RowBox[{"found", "=", "True"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"i", "++"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";"}]}], "\[IndentingNewLine]", "]"}], ";", "\[IndentingNewLine]", RowBox[{"If", "[", RowBox[{"found", ",", RowBox[{"If", "[", RowBox[{"usa", ",", "\"\\"", ",", RowBox[{"contInfo", "\[LeftDoubleBracket]", RowBox[{"i", ",", "2"}], "\[RightDoubleBracket]"}]}], "]"}], ",", RowBox[{"{", "}"}]}], "]"}]}]}], "\[IndentingNewLine]", "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811231407168894*^9, 3.811231538191869*^9}, { 3.811231612823299*^9, 3.811231644783914*^9}, {3.811233219064105*^9, 3.811233343959655*^9}},ExpressionUUID->"f354c704-6956-425d-859f-\ fce24547f656"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"userAtt5", "[", RowBox[{"[", RowBox[{";;", "100"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811692034895965*^9, 3.8116920405871964`*^9}},ExpressionUUID->"8022d8fd-457b-4f1a-88d4-\ 910ed2ee610c"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "\<\"australia\"\>", ",", "16"}], "}"}], ",", RowBox[{"{", RowBox[{"2", ",", "\<\"australia\"\>", ",", "14"}], "}"}], ",", RowBox[{"{", RowBox[{"3", ",", "\<\"germany\"\>", ",", "27"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "\<\"usa\"\>", ",", "25"}], "}"}], ",", RowBox[{"{", RowBox[{"5", ",", "\<\"saudi arabia\"\>", ",", "39"}], "}"}], ",", RowBox[{"{", RowBox[{"6", ",", "\<\"canada\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"7", ",", "\<\"germany\"\>", ",", "32"}], "}"}], ",", RowBox[{"{", RowBox[{"8", ",", "\<\"germany\"\>", ",", "25"}], "}"}], ",", RowBox[{"{", RowBox[{"9", ",", "\<\"netherlands\"\>", ",", "23"}], "}"}], ",", RowBox[{"{", RowBox[{"10", ",", "\<\"switzerland\"\>", ",", "28"}], "}"}], ",", RowBox[{"{", RowBox[{"11", ",", "\<\"spain\"\>", ",", "18"}], "}"}], ",", RowBox[{"{", RowBox[{"12", ",", "\<\"spain\"\>", ",", "34"}], "}"}], ",", RowBox[{"{", RowBox[{"13", ",", "\<\"united kingdom\"\>", ",", "21"}], "}"}], ",", RowBox[{"{", RowBox[{"14", ",", "\<\"germany\"\>", ",", "31"}], "}"}], ",", RowBox[{"{", RowBox[{"15", ",", "\<\"new zealand\"\>", ",", "23"}], "}"}], ",", RowBox[{"{", RowBox[{"16", ",", "\<\"portugal\"\>", ",", "22"}], "}"}], ",", RowBox[{"{", RowBox[{"17", ",", "\<\"usa\"\>", ",", "14"}], "}"}], ",", RowBox[{"{", RowBox[{"18", ",", "\<\"usa\"\>", ",", "25"}], "}"}], ",", RowBox[{"{", RowBox[{"19", ",", "\<\"usa\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"20", ",", "\<\"spain\"\>", ",", "29"}], "}"}], ",", RowBox[{"{", RowBox[{"21", ",", "\<\"australia\"\>", ",", "39"}], "}"}], ",", RowBox[{"{", RowBox[{"22", ",", "\<\"united kingdom\"\>", ",", "23"}], "}"}], ",", RowBox[{"{", RowBox[{"23", ",", "\<\"canada\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"24", ",", "\<\"canada\"\>", ",", "11"}], "}"}], ",", RowBox[{"{", RowBox[{"25", ",", "\<\"germany\"\>", ",", "20"}], "}"}], ",", RowBox[{"{", RowBox[{"26", ",", "\<\"canada\"\>", ",", "14"}], "}"}], ",", RowBox[{"{", RowBox[{"27", ",", "\<\"spain\"\>", ",", "22"}], "}"}], ",", RowBox[{"{", RowBox[{"28", ",", "\<\"usa\"\>", ",", "16"}], "}"}], ",", RowBox[{"{", RowBox[{"29", ",", "\<\"luxembourg\"\>", ",", "14"}], "}"}], ",", RowBox[{"{", RowBox[{"30", ",", "\<\"germany\"\>", ",", "27"}], "}"}], ",", RowBox[{"{", RowBox[{"31", ",", "\<\"germany\"\>", ",", "41"}], "}"}], ",", RowBox[{"{", RowBox[{"32", ",", "\<\"canada\"\>", ",", "16"}], "}"}], ",", RowBox[{"{", RowBox[{"33", ",", "\<\"australia\"\>", ",", "18"}], "}"}], ",", RowBox[{"{", RowBox[{"34", ",", "\<\"spain\"\>", ",", "17"}], "}"}], ",", RowBox[{"{", RowBox[{"35", ",", "\<\"australia\"\>", ",", "22"}], "}"}], ",", RowBox[{"{", RowBox[{"36", ",", "\<\"spain\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"37", ",", "\<\"switzerland\"\>", ",", "17"}], "}"}], ",", RowBox[{"{", RowBox[{"38", ",", "\<\"brazil\"\>", ",", "33"}], "}"}], ",", RowBox[{"{", RowBox[{"39", ",", "\<\"germany\"\>", ",", "27"}], "}"}], ",", RowBox[{"{", RowBox[{"40", ",", "\<\"usa\"\>", ",", "31"}], "}"}], ",", RowBox[{"{", RowBox[{"41", ",", "\<\"netherlands\"\>", ",", "36"}], "}"}], ",", RowBox[{"{", RowBox[{"42", ",", "\<\"brazil\"\>", ",", "43"}], "}"}], ",", RowBox[{"{", RowBox[{"43", ",", "\<\"united kingdom\"\>", ",", "26"}], "}"}], ",", RowBox[{"{", RowBox[{"44", ",", "\<\"spain\"\>", ",", "22"}], "}"}], ",", RowBox[{"{", RowBox[{"45", ",", "\<\"usa\"\>", ",", "32"}], "}"}], ",", RowBox[{"{", RowBox[{"46", ",", "\<\"united kingdom\"\>", ",", "0"}], "}"}], ",", RowBox[{"{", RowBox[{"47", ",", "\<\"usa\"\>", ",", "14"}], "}"}], ",", RowBox[{"{", RowBox[{"48", ",", "\<\"canada\"\>", ",", "22"}], "}"}], ",", RowBox[{"{", RowBox[{"49", ",", "\<\"spain\"\>", ",", "20"}], "}"}], ",", RowBox[{"{", RowBox[{"50", ",", "\<\"australia\"\>", ",", "28"}], "}"}], ",", RowBox[{"{", RowBox[{"51", ",", "\<\"spain\"\>", ",", "22"}], "}"}], ",", RowBox[{"{", RowBox[{"52", ",", "\<\"united kingdom\"\>", ",", "26"}], "}"}], ",", RowBox[{"{", RowBox[{"53", ",", "\<\"usa\"\>", ",", "10"}], "}"}], ",", RowBox[{"{", RowBox[{"54", ",", "\<\"switzerland\"\>", ",", "35"}], "}"}], ",", RowBox[{"{", RowBox[{"55", ",", "\<\"austria\"\>", ",", "32"}], "}"}], ",", RowBox[{"{", RowBox[{"56", ",", "\<\"france\"\>", ",", "23"}], "}"}], ",", RowBox[{"{", RowBox[{"57", ",", "\<\"germany\"\>", ",", "21"}], "}"}], ",", RowBox[{"{", RowBox[{"58", ",", "\<\"bern,\"\>", ",", "24"}], "}"}], ",", RowBox[{"{", RowBox[{"59", ",", "\<\"italy\"\>", ",", "22"}], "}"}], ",", RowBox[{"{", RowBox[{"60", ",", "\<\"malaysia\"\>", ",", "18"}], "}"}], ",", RowBox[{"{", RowBox[{"61", ",", "\<\"germany\"\>", ",", "43"}], "}"}], ",", RowBox[{"{", RowBox[{"62", ",", "\<\"austria\"\>", ",", "52"}], "}"}], ",", RowBox[{"{", RowBox[{"63", ",", "\<\"united kingdom\"\>", ",", "36"}], "}"}], ",", RowBox[{"{", RowBox[{"64", ",", "\<\"usa\"\>", ",", "34"}], "}"}], ",", RowBox[{"{", RowBox[{"65", ",", "\<\"portugal\"\>", ",", "29"}], "}"}], ",", RowBox[{"{", RowBox[{"66", ",", "\<\"spain\"\>", ",", "45"}], "}"}], ",", RowBox[{"{", RowBox[{"67", ",", "\<\"canada\"\>", ",", "11"}], "}"}], ",", RowBox[{"{", RowBox[{"68", ",", "\<\"usa\"\>", ",", "28"}], "}"}], ",", RowBox[{"{", RowBox[{"69", ",", "\<\"italy\"\>", ",", "22"}], "}"}], ",", RowBox[{"{", RowBox[{"70", ",", "\<\"australia\"\>", ",", "23"}], "}"}], ",", RowBox[{"{", RowBox[{"71", ",", "\<\"austria\"\>", ",", "25"}], "}"}], ",", RowBox[{"{", RowBox[{"72", ",", "\<\"canada\"\>", ",", "37"}], "}"}], ",", RowBox[{"{", RowBox[{"73", ",", "\<\"usa\"\>", ",", "46"}], "}"}], ",", RowBox[{"{", RowBox[{"74", ",", "\<\"united kingdom\"\>", ",", "36"}], "}"}], ",", RowBox[{"{", RowBox[{"75", ",", "\<\"italy\"\>", ",", "18"}], "}"}], ",", RowBox[{"{", RowBox[{"76", ",", "\<\"canada\"\>", ",", "30"}], "}"}], ",", RowBox[{"{", RowBox[{"77", ",", "\<\"germany\"\>", ",", "36"}], "}"}], ",", RowBox[{"{", RowBox[{"78", ",", "\<\"usa\"\>", ",", "60"}], "}"}], ",", RowBox[{"{", RowBox[{"79", ",", "\<\"usa\"\>", ",", "21"}], "}"}], ",", RowBox[{"{", RowBox[{"80", ",", "\<\"spain\"\>", ",", "26"}], "}"}], ",", RowBox[{"{", RowBox[{"81", ",", "\<\"spain\"\>", ",", "32"}], "}"}], ",", RowBox[{"{", RowBox[{"82", ",", "\<\"usa\"\>", ",", "23"}], "}"}], ",", RowBox[{"{", RowBox[{"83", ",", "\<\"portugal\"\>", ",", "21"}], "}"}], ",", RowBox[{"{", RowBox[{"84", ",", "\<\"spain\"\>", ",", "27"}], "}"}], ",", RowBox[{"{", RowBox[{"85", ",", "\<\"germany\"\>", ",", "26"}], "}"}], ",", RowBox[{"{", RowBox[{"86", ",", "\<\"germany\"\>", ",", "18"}], "}"}], ",", RowBox[{"{", RowBox[{"87", ",", "\<\"finland\"\>", ",", "26"}], "}"}], ",", RowBox[{"{", RowBox[{"88", ",", "\<\"germany\"\>", ",", "24"}], "}"}], ",", RowBox[{"{", RowBox[{"89", ",", "\<\"spain\"\>", ",", "30"}], "}"}], ",", RowBox[{"{", RowBox[{"90", ",", "\<\"canada\"\>", ",", "18"}], "}"}], ",", RowBox[{"{", RowBox[{"91", ",", "\<\"usa\"\>", ",", "34"}], "}"}], ",", RowBox[{"{", RowBox[{"92", ",", "\<\"canada\"\>", ",", "20"}], "}"}], ",", RowBox[{"{", RowBox[{"93", ",", "\<\"canada\"\>", ",", "30"}], "}"}], ",", RowBox[{"{", RowBox[{"94", ",", "\<\"switzerland\"\>", ",", "29"}], "}"}], ",", RowBox[{"{", RowBox[{"95", ",", "\<\"australia\"\>", ",", "25"}], "}"}], ",", RowBox[{"{", RowBox[{"96", ",", "\<\"spain\"\>", ",", "29"}], "}"}], ",", RowBox[{"{", RowBox[{"97", ",", "\<\"germany\"\>", ",", "36"}], "}"}], ",", RowBox[{"{", RowBox[{"98", ",", "\<\"usa\"\>", ",", "26"}], "}"}], ",", RowBox[{"{", RowBox[{"99", ",", "\<\"canada\"\>", ",", "57"}], "}"}], ",", RowBox[{"{", RowBox[{"100", ",", "\<\"usa\"\>", ",", "57"}], "}"}]}], "}"}]], "Output",\ CellChangeTimes->{{3.8116920375449343`*^9, 3.8116920408761578`*^9}},ExpressionUUID->"5468382c-bb66-44fe-9235-\ c54939ce667d"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"CLUSTERSkmeans3", "=", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ "600", ",", "6299", ",", "6765", ",", "6845", ",", "6958", ",", "17466", ",", "18773", ",", "33053", ",", "33311", ",", "35914", ",", "42831", ",", "51280", ",", "52899", ",", "490", ",", "1294", ",", "20360", ",", "20967", ",", "27005", ",", "29677", ",", "4683", ",", "10441", ",", "16558", ",", "16871", ",", "18192", ",", "18710", ",", "20532", ",", "27295", ",", "27570", ",", "27967", ",", "40473", ",", "42972", ",", "50553", ",", "50607", ",", "762", ",", "2330", ",", "3116", ",", "6522", ",", "14321", ",", "15202", ",", "16777", ",", "19269", ",", "19836", ",", "31039", ",", "32236", ",", "34959", ",", "44347", ",", "45318", ",", "48490", ",", "4668", ",", "13385", ",", "16735", ",", "42364", ",", "44102", ",", "44305", ",", "48113", ",", "48308", ",", "6263", ",", "12120", ",", "15199", ",", "15504", ",", "16630", ",", "22815", ",", "30261", ",", "35777", ",", "36780", ",", "39501", ",", "39827", ",", "45059", ",", "3239", ",", "3430", ",", "3993", ",", "4682", ",", "10637", ",", "11476", ",", "11804", ",", "14396", ",", "14795", ",", "14937", ",", "14942", ",", "17453", ",", "18095", ",", "18812", ",", "20656", ",", "20673", ",", "24845", ",", "27236", ",", "28778", ",", "29351", ",", "30634", ",", "32281", ",", "34659", ",", "36883", ",", "37486", ",", "42539", ",", "43750", ",", "44135", ",", "46104", ",", "46357", ",", "48293", ",", "48620", ",", "49321", ",", "49716", ",", "52456", ",", "28495", ",", "37143", ",", "51447", ",", "542", ",", "928", ",", "2194", ",", "7190", ",", "14666", ",", "15309", ",", "16066", ",", "17159", ",", "17599", ",", "21737", ",", "22774", ",", "23292", ",", "23485", ",", "23799", ",", "23823", ",", "25752", ",", "25901", ",", "26404", ",", "29776", ",", "32621", ",", "34393", ",", "35016", ",", "37991", ",", "40064", ",", "41280", ",", "41815", ",", "46780", ",", "48092", ",", "49367", ",", "117", ",", "5552", ",", "5837", ",", "8425", ",", "8636", ",", "12303", ",", "17705", ",", "22904", ",", "23840", ",", "27410", ",", "38971", ",", "42164", ",", "44676", ",", "46232", ",", "51423", ",", "51973", ",", "1986", ",", "16709", ",", "19876", ",", "34990", ",", "3081", ",", "8064", ",", "9327", ",", "24238", ",", "27028", ",", "32478", ",", "51741", ",", "52600", ",", "4001", ",", "9477", ",", "11977", ",", "13202", ",", "20186", ",", "27604", ",", "8448", ",", "10305", ",", "14873", ",", "49765", ",", "1030", ",", "2690", ",", "12316", ",", "12542", ",", "13130", ",", "20319", ",", "22416", ",", "24951", ",", "26805", ",", "32893", ",", "36411", ",", "36802", ",", "38154", ",", "43417", ",", "53157", ",", "1951", ",", "2148", ",", "5809", ",", "24755", ",", "30112", ",", "36168", ",", "44976", ",", "48677", ",", "50099", ",", "51505", ",", "4449", ",", "7386", ",", "10845", ",", "13352", ",", "20984", ",", "21706", ",", "22067", ",", "26923", ",", "29735", ",", "31141", ",", "36458", ",", "37191", ",", "37869", ",", "38466", ",", "38668", ",", "41016", ",", "43500", ",", "45075", ",", "47269", ",", "48840", ",", "50761", ",", "52232", ",", "1675", ",", "8146", ",", "12309", ",", "12455", ",", "22693", ",", "23935", ",", "27053", ",", "27130", ",", "38304", ",", "43979", ",", "49859", ",", "1579", ",", "2211", ",", "3634", ",", "4251", ",", "4253", ",", "4874", ",", "6431", ",", "7229", ",", "7631", ",", "11146", ",", "11695", ",", "11755", ",", "13442", ",", "14907", ",", "16758", ",", "17633", ",", "18108", ",", "20239", ",", "21062", ",", "21429", ",", "31126", ",", "31768", ",", "33571", ",", "35998", ",", "36600", ",", "36785", ",", "37735", ",", "37899", ",", "38469", ",", "42912", ",", "43129", ",", "43544", ",", "44213", ",", "46111", ",", "47631", ",", "51783", ",", "52398", ",", "52458", ",", "194", ",", "2542", ",", "9384", ",", "20899", ",", "21995", ",", "23160", ",", "39467", ",", "42133", ",", "42352", ",", "29212", ",", "47189", ",", "20233", ",", "23624", ",", "40068", ",", "41264", ",", "43884", ",", "2510", ",", "21780", ",", "25276", ",", "28323", ",", "35303", ",", "4274", ",", "6346", ",", "6798", ",", "9659", ",", "14001", ",", "17235", ",", "17660", ",", "17933", ",", "18019", ",", "19818", ",", "21057", ",", "24642", ",", "30579", ",", "32404", ",", "41663", ",", "41781", ",", "42959", ",", "51957", ",", "53382", ",", "4012", ",", "4982", ",", "6057", ",", "6960", ",", "13322", ",", "15666", ",", "17577", ",", "17684", ",", "19497", ",", "22788", ",", "24941", ",", "34264", ",", "34359", ",", "34368", ",", "37103", ",", "37320", ",", "39386", ",", "40726", ",", "41477", ",", "45552", ",", "47937", ",", "48189", ",", "50773", ",", "13185", ",", "49311", ",", "52353", ",", "23982", ",", "42991", ",", "47907", ",", "48517", ",", "4690", ",", "10543", ",", "20124", ",", "26403", ",", "33888", ",", "38525", ",", "43392", ",", "9860", ",", "3412", ",", "13270", ",", "15157", ",", "16497", ",", "20004", ",", "20634", ",", "32529", ",", "33012", ",", "33929", ",", "22772", ",", "27139", ",", "32928", ",", "43562", ",", "46430", ",", "854", ",", "885", ",", "2267", ",", "5430", ",", "5497", ",", "6492", ",", "6701", ",", "8100", ",", "8340", ",", "16646", ",", "18273", ",", "19234", ",", "19832", ",", "21916", ",", "22119", ",", "22293", ",", "22638", ",", "22852", ",", "23477", ",", "25235", ",", "25852", ",", "26569", ",", "29417", ",", "29689", ",", "32331", ",", "39640", ",", "39832", ",", "42995", ",", "43248", ",", "44955", ",", "46003", ",", "49550", ",", "2425", ",", "5001", ",", "5950", ",", "8383", ",", "10626", ",", "10683", ",", "12147", ",", "12655", ",", "18923", ",", "19185", ",", "21395", ",", "25380", ",", "25896", ",", "26708", ",", "27656", ",", "27809", ",", "29855", ",", "30784", ",", "33247", ",", "35615", ",", "35896", ",", "36406", ",", "36604", ",", "37189", ",", "38720", ",", "40998", ",", "42825", ",", "44129", ",", "44593", ",", "45418", ",", "48479", ",", "50221", ",", "51004", ",", "51434", ",", "52221", ",", "7525", ",", "11337", ",", "27253", ",", "27891", ",", "3519", ",", "10741", ",", "12142", ",", "12900", ",", "13599", ",", "14110", ",", "15979", ",", "17857", ",", "19670", ",", "24083", ",", "28720", ",", "28783", ",", "32735", ",", "35394", ",", "37861", ",", "38170", ",", "40376", ",", "46242", ",", "51989", ",", "1472", ",", "2754", ",", "3498", ",", "6981", ",", "8832", ",", "9474", ",", "9755", ",", "10795", ",", "11802", ",", "13775", ",", "15698", ",", "23636", ",", "31600", ",", "33068", ",", "34187", ",", "34669", ",", "35483", ",", "39102", ",", "40807", ",", "43363", ",", "44062", ",", "45465", ",", "46411", ",", "47535", ",", "51376", ",", "52323", ",", "6851", ",", "7096", ",", "34259", ",", "52950", ",", "846", ",", "10548", ",", "24673", ",", "26614", ",", "29865", ",", "32122", ",", "44761", ",", "48155", ",", "49762", ",", "7977", ",", "14583", ",", "16151", ",", "17894", ",", "26138", ",", "32813", ",", "37463", ",", "42765", ",", "46004", ",", "46884", ",", "3791", ",", "6849", ",", "8221", ",", "9140", ",", "21859", ",", "25206", ",", "30999", ",", "31027", ",", "35808", ",", "37577", ",", "45179", ",", "47305", ",", "48449", ",", "49347", ",", "17740", ",", "19141", ",", "27934", ",", "33420", ",", "50011", ",", "51523", ",", "51893", ",", "7290", ",", "24517", ",", "24625", ",", "30182", ",", "38415", ",", "42227", ",", "48806", ",", "51121", ",", "3756", ",", "4951", ",", "21381", ",", "21600", ",", "31831", ",", "33362", ",", "52064", ",", "32721", ",", "38603", ",", "44760", ",", "4696", ",", "10262", ",", "13025", ",", "20958", ",", "33134", ",", "23252", ",", "45043", ",", "19591", ",", "28939", ",", "39022", ",", "46985", ",", "50083", ",", "52208", ",", "7212", ",", "12209", ",", "19337", ",", "28219", ",", "28757", ",", "30223", ",", "1069", ",", "39485", ",", "44991", ",", "1103", ",", "10906", ",", "11714", ",", "15258", ",", "24732", ",", "29145", ",", "34175", ",", "36101", ",", "40382", ",", "47223", ",", "49196", ",", "51910", ",", "52282", ",", "2888", ",", "22974", ",", "29147", ",", "36678", ",", "44961", ",", "2234", ",", "12197", ",", "19824", ",", "22294", ",", "28437", ",", "30157", ",", "32833", ",", "36495", ",", "37981", ",", "40215", ",", "48240", ",", "51533", ",", "1567", ",", "2130", ",", "4949", ",", "6997", ",", "8525", ",", "9730", ",", "13802", ",", "15142", ",", "18678", ",", "23451", ",", "31669", ",", "41119", ",", "43959", ",", "45661", ",", "49549", ",", "11861", ",", "17794", ",", "18727", ",", "19200", ",", "31409", ",", "34843", ",", "45096", ",", "9779", ",", "26522", ",", "50042", ",", "15386", ",", "24215", ",", "25958", ",", "39149", ",", "43977", ",", "47523", ",", "9569", ",", "40492", ",", "17410", ",", "31511", ",", "34540", ",", "39970", ",", "47780", ",", "47992", ",", "33566", ",", "7734", ",", "9175", ",", "9968", ",", "19258", ",", "19821", ",", "26317", ",", "27220", ",", "28096", ",", "36559", ",", "37291", ",", "47879", ",", "52047", ",", "52411", ",", "29155", ",", "34363", ",", "4693", ",", "16051", ",", "21464", ",", "21502", ",", "21974", ",", "26680", ",", "26863", ",", "34683", ",", "36324", ",", "39659", ",", "40926", ",", "44330", ",", "46218", ",", "50833", ",", "343", ",", "11258", ",", "30667", ",", "53197", ",", "2499", ",", "22741", ",", "22775", ",", "30854", ",", "31339", ",", "8933", ",", "19808", ",", "21535", ",", "27942", ",", "39058", ",", "1148", ",", "4208", ",", "14687", ",", "15323", ",", "20884", ",", "33575", ",", "37230", ",", "40483", ",", "46962", ",", "160", ",", "4862", ",", "5549", ",", "6462", ",", "10115", ",", "12553", ",", "13168", ",", "15454", ",", "16931", ",", "18234", ",", "21234", ",", "23042", ",", "23238", ",", "24261", ",", "29752", ",", "34543", ",", "44800", ",", "50846", ",", "34935", ",", "23166", ",", "23764", ",", "29378", ",", "39049", ",", "48323", ",", "25547", ",", "26973", ",", "32091", ",", "41952", ",", "44458", ",", "45378", ",", "1604", ",", "11571", ",", "14767", ",", "20889", ",", "21442", ",", "32831", ",", "34966", ",", "39636", ",", "44940", ",", "51556", ",", "8859", ",", "33754", ",", "38540", ",", "27330", ",", "636", ",", "1590", ",", "8276", ",", "10837", ",", "14800", ",", "22576", ",", "27799", ",", "34418", ",", "36143", ",", "51776", ",", "17512", ",", "3885", ",", "29028", ",", "2843", ",", "7262", ",", "11637", ",", "22422", ",", "14557", ",", "17605", ",", "17720", ",", "21020", ",", "30034", ",", "44259", ",", "26470", ",", "32117", ",", "44535", ",", "5595", ",", "12211", ",", "16202", ",", "28540", ",", "30510", ",", "33847", ",", "36224", ",", "41753", ",", "8854", ",", "11013", ",", "13330", ",", "19023", ",", "21046", ",", "22645", ",", "29374", ",", "31286", ",", "34427", ",", "47243", ",", "49195", ",", "13724", ",", "20241", ",", "26748", ",", "37348", ",", "38478", ",", "39474", ",", "50838", ",", "10396", ",", "29381", ",", "6808", ",", "8890", ",", "15936", ",", "24921", ",", "31723", ",", "14958", ",", "15194", ",", "50664", ",", "5010", ",", "6378", ",", "34953", ",", "47904", ",", "3944", ",", "11316", ",", "36529", ",", "36571", ",", "45807", ",", "46157", ",", "51117", ",", "16128", ",", "30405", ",", "52384", ",", "47202", ",", "28697", ",", "39175", ",", "47730", ",", "40747", ",", "43521", ",", "27599", ",", "16302", ",", "23579", ",", "32753", ",", "10986", ",", "16381", ",", "13282", ",", "17840", ",", "21353", ",", "32612", ",", "12572", ",", "12894", ",", "16214", ",", "26747", ",", "32081", ",", "36421", ",", "39201", ",", "9044", ",", "16708", ",", "26085", ",", "29121", ",", "48949", ",", "51135", ",", "342", ",", "8232", ",", "19350", ",", "21242", ",", "23931", ",", "34237", ",", "3140", ",", "16401", ",", "30600", ",", "24399", ",", "32415", ",", "28964", ",", "29033", ",", "41895", ",", "12428", ",", "27022", ",", "27255", ",", "29774", ",", "32638", ",", "32703", ",", "35357", ",", "48575", ",", "40712", ",", "52577", ",", "25172", ",", "39762", ",", "42723", ",", "39273", ",", "6185", ",", "11938", ",", "24353", ",", "30213", ",", "23501", ",", "36753", ",", "40264", ",", "30032", ",", "49083", ",", "52044", ",", "26160", ",", "19609", ",", "32606", ",", "33610", ",", "1772", ",", "29831", ",", "18981", ",", "3654", ",", "25085", ",", "41003", ",", "38037", ",", "29955", ",", "15249", ",", "43179", ",", "14382", ",", "46553", ",", "11747", ",", "32528", ",", "47472", ",", "4870", ",", "19943", ",", "28341", ",", "23508", ",", "2293", ",", "25335", ",", "15434", ",", "49935", ",", "7630", ",", "31942", ",", "44513", ",", "6779", ",", "3692", ",", "12970", ",", "23742", ",", "20094", ",", "3021", ",", "1443", ",", "43386", ",", "25602", ",", "1598", ",", "44161", ",", "53165", ",", "45739", ",", "52626", ",", "36017", ",", "6049", ",", "30768", ",", "11752", ",", "26243", ",", "52054", ",", "3914", ",", "16471", ",", "50563", ",", "30580", ",", "24263", ",", "24358", ",", "3826", ",", "30774"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{"{", RowBox[{ "8843", ",", "9982", ",", "31119", ",", "47027", ",", "51258", ",", "12134", ",", "23921", ",", "29126", ",", "33437", ",", "11058", ",", "17460", ",", "35971", ",", "28571", ",", "32801", ",", "1714", ",", "13703", ",", "12421", ",", "12663", ",", "17450", ",", "30709", ",", "40927", ",", "51868", ",", "1192", ",", "3471", ",", "5859", ",", "7583", ",", "11431", ",", "32782", ",", "33056", ",", "34480", ",", "1218", ",", "2828", ",", "8603", ",", "10603", ",", "11088", ",", "14095", ",", "17580", ",", "23884", ",", "25992", ",", "28842", ",", "29347", ",", "35240", ",", "38760", ",", "40961", ",", "44197", ",", "45103", ",", "47515", ",", "51138", ",", "39496", ",", "47242", ",", "47603", ",", "1592", ",", "15422", ",", "25066", ",", "25529", ",", "28244", ",", "36765", ",", "36974", ",", "48858", ",", "52896", ",", "52976", ",", "3085", ",", "8975", ",", "13368", ",", "13978", ",", "20262", ",", "24694", ",", "25020", ",", "26125", ",", "28235", ",", "28320", ",", "28387", ",", "29570", ",", "33626", ",", "35132", ",", "35854", ",", "38278", ",", "42940", ",", "43638", ",", "44406", ",", "52145", ",", "52519", ",", "712", ",", "6239", ",", "17437", ",", "19895", ",", "29749", ",", "35564", ",", "35737", ",", "53218", ",", "8245", ",", "24011", ",", "25379", ",", "22582", ",", "15421", ",", "25804", ",", "34512", ",", "40156", ",", "10442", ",", "11709", ",", "24635", ",", "33655", ",", "37240", ",", "40098", ",", "43414", ",", "51243", ",", "13821", ",", "16317", ",", "33341", ",", "39794", ",", "53092", ",", "3915", ",", "7366", ",", "7846", ",", "9918", ",", "19438", ",", "19799", ",", "27340", ",", "36061", ",", "37180", ",", "39765", ",", "46830", ",", "40061", ",", "30", ",", "2373", ",", "2785", ",", "12770", ",", "19455", ",", "42522", ",", "2452", ",", "6497", ",", "8037", ",", "14702", ",", "15673", ",", "15852", ",", "17257", ",", "18658", ",", "21214", ",", "30194", ",", "31016", ",", "47371", ",", "50632", ",", "1333", ",", "45431", ",", "884", ",", "4928", ",", "10529", ",", "21898", ",", "30195", ",", "33270", ",", "45223", ",", "37598", ",", "40289", ",", "44006", ",", "18223", ",", "26793", ",", "42483", ",", "9587", ",", "11345", ",", "20794", ",", "37239", ",", "44159", ",", "53390", ",", "51", ",", "25822", ",", "34792", ",", "36708", ",", "45520", ",", "52835", ",", "53317", ",", "3092", ",", "5213", ",", "34098", ",", "42835", ",", "51648", ",", "28155", ",", "52485", ",", "37061", ",", "37299", ",", "38994", ",", "6806", ",", "13666", ",", "25726", ",", "37442", ",", "44270", ",", "54", ",", "3746", ",", "9794", ",", "33722", ",", "41478", ",", "48786", ",", "2555", ",", "8649", ",", "8711", ",", "13372", ",", "17935", ",", "18874", ",", "21362", ",", "30376", ",", "1796", ",", "14957", ",", "25571", ",", "26650", ",", "26924", ",", "31024", ",", "38656", ",", "39171", ",", "50960", ",", "5184", ",", "13449", ",", "15433", ",", "15629", ",", "24820", ",", "26328", ",", "27658", ",", "37866", ",", "38790", ",", "39662", ",", "42462", ",", "45171", ",", "25046", ",", "31270", ",", "14292", ",", "18292", ",", "25581", ",", "32986", ",", "33300", ",", "47899", ",", "1251", ",", "2630", ",", "8413", ",", "10703", ",", "13257", ",", "14725", ",", "15788", ",", "21884", ",", "40093", ",", "47209", ",", "52914", ",", "37062", ",", "141", ",", "3542", ",", "34121", ",", "51975", ",", "7967", ",", "9307", ",", "12446", ",", "28404", ",", "40920", ",", "49026", ",", "49332", ",", "51951", ",", "1546", ",", "4401", ",", "37570", ",", "19144", ",", "37770", ",", "42512", ",", "6347", ",", "8160", ",", "11215", ",", "16147", ",", "16920", ",", "17558", ",", "18781", ",", "19020", ",", "24933", ",", "36011", ",", "29598", ",", "31293", ",", "38019", ",", "671", ",", "21843", ",", "25485", ",", "36410", ",", "38036", ",", "40045", ",", "50367", ",", "51361", ",", "3753", ",", "8031", ",", "26268", ",", "30429", ",", "51356", ",", "4166", ",", "24606", ",", "39872", ",", "42753", ",", "48023", ",", "1142", ",", "21470", ",", "48116", ",", "53306", ",", "2839", ",", "7974", ",", "16391", ",", "30533", ",", "51178", ",", "11398", ",", "42416", ",", "43287", ",", "43300", ",", "43693", ",", "43755", ",", "44744", ",", "51179", ",", "53204", ",", "1987", ",", "9319", ",", "18876", ",", "25443", ",", "30397", ",", "32280", ",", "27068", ",", "27597", ",", "29861", ",", "36500", ",", "49462", ",", "15004", ",", "24236", ",", "33819", ",", "35212", ",", "39037", ",", "45651", ",", "51466", ",", "19676", ",", "22641", ",", "33622", ",", "10545", ",", "39727", ",", "13424", ",", "13952", ",", "44701", ",", "45283", ",", "52451", ",", "107", ",", "8356", ",", "19432", ",", "47263", ",", "20808", ",", "21994", ",", "47657", ",", "317", ",", "5851", ",", "10969", ",", "18168", ",", "24679", ",", "33209", ",", "33922", ",", "36718", ",", "42372", ",", "48127", ",", "5713", ",", "15841", ",", "44223", ",", "6976", ",", "43066", ",", "20715", ",", "31871", ",", "35366", ",", "39062", ",", "21370", ",", "45456", ",", "42970", ",", "3315", ",", "36548", ",", "51840", ",", "351", ",", "1544", ",", "8801", ",", "31843", ",", "35870", ",", "16835", ",", "27502", ",", "2597", ",", "19288", ",", "23183", ",", "38141", ",", "28179", ",", "2108", ",", "17358", ",", "32055", ",", "33930", ",", "37145", ",", "43243", ",", "43645", ",", "32110", ",", "16619", ",", "20663", ",", "46230", ",", "15537", ",", "28618", ",", "7111", ",", "46648", ",", "4068", ",", "46981", ",", "51909", ",", "29788", ",", "41618", ",", "46640", ",", "26646", ",", "21122", ",", "27347", ",", "28220", ",", "37727", ",", "52649", ",", "6102", ",", "9475", ",", "40097", ",", "45955", ",", "8215", ",", "11446", ",", "12379", ",", "21166", ",", "23736", ",", "44680", ",", "2838", ",", "15821", ",", "42519", ",", "50261", ",", "11944", ",", "20645", ",", "24812", ",", "37912", ",", "44068", ",", "9248", ",", "12869", ",", "43736", ",", "16598", ",", "35538", ",", "51012", ",", "42856", ",", "1466", ",", "2905", ",", "20228", ",", "25187", ",", "29425", ",", "41833", ",", "47725", ",", "47820", ",", "11275", ",", "17714", ",", "34702", ",", "2384", ",", "3411", ",", "11017", ",", "33756", ",", "9165", ",", "15148", ",", "23898", ",", "38164", ",", "45500", ",", "28032", ",", "39117", ",", "51425", ",", "3232", ",", "49222", ",", "43856", ",", "17345", ",", "28694", ",", "39199", ",", "43208", ",", "43459", ",", "15890", ",", "26415", ",", "26558", ",", "34532", ",", "36869", ",", "41771", ",", "47956", ",", "48966", ",", "22635", ",", "8590", ",", "17887", ",", "19320", ",", "25366", ",", "42363", ",", "50970", ",", "23956", ",", "39771", ",", "19341", ",", "50586", ",", "14045", ",", "41542", ",", "50425", ",", "32432", ",", "7920", ",", "14648", ",", "16498", ",", "18919", ",", "29192", ",", "31067", ",", "33851", ",", "39167", ",", "40740", ",", "46318", ",", "118", ",", "25240", ",", "20996", ",", "44446", ",", "50868", ",", "4072", ",", "16291", ",", "32661", ",", "27357", ",", "30639", ",", "32930", ",", "35837", ",", "36264", ",", "44591", ",", "46517", ",", "48659", ",", "18750", ",", "6610", ",", "22409", ",", "37425", ",", "7649", ",", "26867", ",", "31282", ",", "45595", ",", "4092", ",", "12079", ",", "25519", ",", "294", ",", "21374", ",", "23646", ",", "6123", ",", "10247", ",", "17922", ",", "32070", ",", "1672", ",", "6510", ",", "26011", ",", "44046", ",", "27427", ",", "33501", ",", "50974", ",", "35435", ",", "8741", ",", "15520", ",", "23244", ",", "25530", ",", "1371", ",", "15345", ",", "52213", ",", "47964", ",", "37816", ",", "49233", ",", "9308", ",", "13427", ",", "24326", ",", "40388", ",", "45188", ",", "14397", ",", "17370", ",", "17861", ",", "16007", ",", "12997", ",", "35306", ",", "12083", ",", "21079", ",", "14309", ",", "1106", ",", "5264", ",", "24542", ",", "32014", ",", "39434", ",", "49914", ",", "15773", ",", "38759", ",", "14030", ",", "14254", ",", "18507", ",", "36644", ",", "6283", ",", "6577", ",", "14993", ",", "44052", ",", "16236", ",", "21958", ",", "35851", ",", "46084", ",", "51791", ",", "12706", ",", "19140", ",", "24460", ",", "27463", ",", "4577", ",", "9523", ",", "28029", ",", "28352", ",", "50347", ",", "51595", ",", "30180", ",", "34735", ",", "41335", ",", "20622", ",", "41205", ",", "44913", ",", "48059", ",", "51375", ",", "53038", ",", "30082", ",", "14253", ",", "15123", ",", "28250", ",", "38948", ",", "6969", ",", "20381", ",", "40871", ",", "50427", ",", "13759", ",", "2366", ",", "12795", ",", "51048", ",", "31855", ",", "40441", ",", "19333", ",", "41802", ",", "51718", ",", "14140", ",", "43105", ",", "44059", ",", "21653", ",", "39038", ",", "26529", ",", "44687", ",", "47912", ",", "23850", ",", "45455", ",", "6541", ",", "9771", ",", "36807", ",", "43400", ",", "815", ",", "13216", ",", "16290", ",", "40170", ",", "42218", ",", "4268", ",", "7208", ",", "9668", ",", "12402", ",", "18523", ",", "23844", ",", "26653", ",", "53179", ",", "44464", ",", "45315", ",", "8917", ",", "36523", ",", "21064", ",", "51534", ",", "15971", ",", "20748", ",", "26539", ",", "40356", ",", "12771", ",", "19434", ",", "10474", ",", "35532", ",", "43570", ",", "13291", ",", "20847", ",", "43915", ",", "21976", ",", "1313", ",", "2461", ",", "2950", ",", "15275", ",", "27322", ",", "36305", ",", "45210", ",", "48120", ",", "36598", ",", "6527", ",", "10023", ",", "10078", ",", "36525", ",", "46731", ",", "46896", ",", "51863", ",", "47147", ",", "29981", ",", "41022", ",", "46024", ",", "1149", ",", "16295", ",", "30749", ",", "48190", ",", "5814", ",", "15352", ",", "45444", ",", "15937", ",", "28971", ",", "38467", ",", "43746", ",", "15691", ",", "20797", ",", "30153", ",", "8868", ",", "42115", ",", "18381", ",", "45713", ",", "7079", ",", "25007", ",", "36046", ",", "6508", ",", "601", ",", "37957", ",", "43872", ",", "19752", ",", "2546", ",", "20737", ",", "26543", ",", "42988", ",", "49619", ",", "8707", ",", "13600", ",", "15563", ",", "41576", ",", "11496", ",", "18903", ",", "9846", ",", "15801", ",", "33730", ",", "52497", ",", "45993", ",", "47018", ",", "51959", ",", "37652", ",", "11610", ",", "30191", ",", "13551", ",", "32926", ",", "25589", ",", "48374", ",", "52498", ",", "22188", ",", "30294", ",", "35494", ",", "24544", ",", "51865", ",", "17653", ",", "41803", ",", "41810", ",", "45790", ",", "43233", ",", "28600", ",", "38611", ",", "19326", ",", "23588", ",", "26733", ",", "26881", ",", "11060", ",", "21417", ",", "24975", ",", "616", ",", "39042", ",", "32259", ",", "2734", ",", "48366", ",", "4537", ",", "6966", ",", "15097", ",", "45078", ",", "48044", ",", "21157", ",", "15276", ",", "39374", ",", "28349", ",", "7881", ",", "8873", ",", "24889", ",", "37498", ",", "30562", ",", "948", ",", "49401", ",", "9861", ",", "15603", ",", "30055", ",", "14695", ",", "38483", ",", "45528", ",", "15638", ",", "29304", ",", "1422", ",", "9093", ",", "38380", ",", "39263", ",", "21411", ",", "52770", ",", "51096", ",", "46009", ",", "44065", ",", "3426", ",", "8353", ",", "16714", ",", "912", ",", "39122", ",", "11478", ",", "5605", ",", "18831", ",", "19196", ",", "22357", ",", "829", ",", "20153", ",", "51600", ",", "36960", ",", "45386", ",", "6485", ",", "3535", ",", "33844", ",", "7358", ",", "46015", ",", "20664", ",", "52163", ",", "37932", ",", "32982", ",", "8415", ",", "22463", ",", "37213", ",", "37691", ",", "40300", ",", "41001", ",", "37569", ",", "41712", ",", "12851", ",", "29621", ",", "33320", ",", "32313", ",", "33951", ",", "48348", ",", "10229", ",", "41585", ",", "45259", ",", "40751", ",", "2336", ",", "26738", ",", "30144", ",", "9588", ",", "20507", ",", "4741", ",", "3339", ",", "33650", ",", "42426", ",", "26856", ",", "15963", ",", "25649", ",", "45752", ",", "6607", ",", "41594", ",", "9756", ",", "26888", ",", "34010", ",", "7141", ",", "15384", ",", "34145", ",", "38492", ",", "19637", ",", "51891", ",", "32668", ",", "42083", ",", "6409", ",", "31563", ",", "27601", ",", "17413", ",", "31057", ",", "29927", ",", "48181", ",", "51557", ",", "47872", ",", "50687", ",", "35064", ",", "43109", ",", "5624", ",", "26036", ",", "41505", ",", "5206", ",", "47299", ",", "31542", ",", "33039", ",", "10992", ",", "43350", ",", "10010", ",", "4135", ",", "29699", ",", "32794", ",", "49976", ",", "31715", ",", "3381", ",", "23205", ",", "27079", ",", "52523", ",", "28825", ",", "47206", ",", "23927", ",", "24398", ",", "28601", ",", "35204", ",", "42827", ",", "49015", ",", "11216", ",", "43909", ",", "34957", ",", "1328", ",", "19731", ",", "29607", ",", "29610", ",", "39223", ",", "47464", ",", "19651", ",", "12658", ",", "22978", ",", "30839", ",", "45851", ",", "46461", ",", "52247", ",", "51209", ",", "51402", ",", "5190", ",", "41644", ",", "4315", ",", "26927", ",", "51366", ",", "14766", ",", "21591", ",", "39910", ",", "46501", ",", "7830", ",", "31077", ",", "49783", ",", "11437", ",", "4902", ",", "7021", ",", "45996", ",", "33256", ",", "32207", ",", "34338", ",", "7660", ",", "33701", ",", "45938", ",", "7261", ",", "46466", ",", "2640", ",", "33215", ",", "28536", ",", "33414", ",", "47497", ",", "25305", ",", "43851", ",", "11942", ",", "3427", ",", "44662", ",", "598", ",", "48789", ",", "16824", ",", "40888", ",", "5670", ",", "22809", ",", "10282", ",", "8684", ",", "22406", ",", "51210", ",", "46127", ",", "41809", ",", "1382", ",", "19552", ",", "8302", ",", "34267", ",", "3808", ",", "28312", ",", "41932", ",", "4945", ",", "10925", ",", "47408", ",", "21617", ",", "26777", ",", "43919", ",", "4297", ",", "30060", ",", "37011", ",", "37283", ",", "19929", ",", "4952", ",", "40606", ",", "18178", ",", "45696", ",", "16828", ",", "19551", ",", "1525", ",", "22260", ",", "36730", ",", "27291", ",", "48830", ",", "51608", ",", "17208", ",", "7989", ",", "37573", ",", "33954", ",", "18300", ",", "24052", ",", "30814", ",", "5824", ",", "30208", ",", "41894", ",", "14630", ",", "18397", ",", "29764", ",", "7013", ",", "1952", ",", "21657", ",", "30609", ",", "5110", ",", "38445", ",", "38681", ",", "5716", ",", "30558", ",", "15571", ",", "22217", ",", "14597", ",", "23196", ",", "33907", ",", "17689", ",", "35825", ",", "9214", ",", "14566", ",", "30340", ",", "4844", ",", "9337", ",", "39573", ",", "18303", ",", "16188", ",", "47567", ",", "40527", ",", "18629", ",", "32453", ",", "34164", ",", "32098", ",", "29922", ",", "35066", ",", "33030", ",", "24556", ",", "12352", ",", "28986", ",", "35081", ",", "6908", ",", "49566", ",", "16892", ",", "17176", ",", "15724", ",", "16724", ",", "50093", ",", "13674", ",", "41291"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{"{", RowBox[{ "1146", ",", "1959", ",", "2190", ",", "5467", ",", "6437", ",", "7667", ",", "22343", ",", "22970", ",", "34095", ",", "36310", ",", "38891", ",", "39652", ",", "41510", ",", "42677", ",", "43278", ",", "49049", ",", "50008", ",", "50674", ",", "50814", ",", "5707", ",", "9715", ",", "11563", ",", "21457", ",", "24814", ",", "33759", ",", "35175", ",", "43089", ",", "46279", ",", "48780", ",", "3185", ",", "6061", ",", "7081", ",", "7399", ",", "9640", ",", "10296", ",", "23024", ",", "24424", ",", "24869", ",", "26731", ",", "27436", ",", "28226", ",", "31138", ",", "32047", ",", "35665", ",", "39836", ",", "40659", ",", "41793", ",", "43804", ",", "44348", ",", "44732", ",", "45094", ",", "49182", ",", "2002", ",", "8267", ",", "13251", ",", "20890", ",", "22882", ",", "24747", ",", "27115", ",", "29657", ",", "32499", ",", "34621", ",", "35912", ",", "36220", ",", "38254", ",", "41494", ",", "44638", ",", "17227", ",", "24025", ",", "33041", ",", "48407", ",", "4226", ",", "15170", ",", "23416", ",", "24038", ",", "36794", ",", "36972", ",", "40044", ",", "41321", ",", "46750", ",", "47803", ",", "50265", ",", "50428", ",", "51498", ",", "3920", ",", "3966", ",", "5229", ",", "8545", ",", "11686", ",", "12210", ",", "12521", ",", "16676", ",", "16807", ",", "17218", ",", "21903", ",", "22697", ",", "29081", ",", "33553", ",", "35559", ",", "36479", ",", "36917", ",", "39438", ",", "42884", ",", "46550", ",", "47783", ",", "48451", ",", "49084", ",", "8220", ",", "9944", ",", "13018", ",", "16016", ",", "31383", ",", "40748", ",", "48225", ",", "50190", ",", "52652", ",", "3235", ",", "8905", ",", "12990", ",", "13023", ",", "14605", ",", "17265", ",", "27277", ",", "27320", ",", "30721", ",", "42366", ",", "47871", ",", "50281", ",", "13806", ",", "25797", ",", "47939", ",", "21819", ",", "8069", ",", "37341", ",", "48074", ",", "11622", ",", "15321", ",", "18717", ",", "35077", ",", "37908", ",", "40425", ",", "49546", ",", "4574", ",", "9149", ",", "22123", ",", "27460", ",", "32501", ",", "1752", ",", "12441", ",", "19148", ",", "20750", ",", "37125", ",", "38465", ",", "40707", ",", "42934", ",", "43626", ",", "30511", ",", "35390", ",", "46889", ",", "9135", ",", "13805", ",", "34831", ",", "50071", ",", "1820", ",", "18356", ",", "24253", ",", "37479", ",", "7011", ",", "9173", ",", "15135", ",", "18823", ",", "20299", ",", "22282", ",", "22959", ",", "24731", ",", "26692", ",", "27076", ",", "27469", ",", "28105", ",", "28898", ",", "29169", ",", "29913", ",", "30858", ",", "41707", ",", "42774", ",", "51215", ",", "51572", ",", "52719", ",", "35810", ",", "48115", ",", "30983", ",", "24250", ",", "41273", ",", "3014", ",", "24849", ",", "48654", ",", "49043", ",", "5020", ",", "11324", ",", "22209", ",", "24725", ",", "31341", ",", "39962", ",", "150", ",", "11404", ",", "16999", ",", "24031", ",", "24504", ",", "27728", ",", "27755", ",", "33344", ",", "48707", ",", "48881", ",", "50169", ",", "10827", ",", "17769", ",", "37911", ",", "3631", ",", "7131", ",", "44892", ",", "53145", ",", "6901", ",", "13913", ",", "42075", ",", "8898", ",", "17305", ",", "24711", ",", "38784", ",", "7887", ",", "8467", ",", "19098", ",", "28794", ",", "29335", ",", "42969", ",", "45424", ",", "46559", ",", "51526", ",", "37997", ",", "50243", ",", "19385", ",", "21471", ",", "35113", ",", "5417", ",", "13798", ",", "27334", ",", "35834", ",", "44405", ",", "46552", ",", "18655", ",", "26968", ",", "8818", ",", "23202", ",", "27631", ",", "47513", ",", "31707", ",", "15255", ",", "2188", ",", "10728", ",", "30873", ",", "1817", ",", "26468", ",", "51216", ",", "34442", ",", "44245", ",", "20910", ",", "30906", ",", "52075", ",", "13670", ",", "32285", ",", "21451", ",", "22599", ",", "48421", ",", "41886", ",", "12263", ",", "27872", ",", "14138", ",", "17817", ",", "51687", ",", "27812"}], "}"}]}], "\[IndentingNewLine]", "}"}]}], ";"}]], "Input", CellChangeTimes->{{3.821611889381909*^9, 3.821611928109808*^9}, { 3.821612397583714*^9, 3.821612410686607*^9}, {3.821612464641942*^9, 3.821612470153452*^9}, {3.821612592883212*^9, 3.821612768175516*^9}, 3.821612800265263*^9, 3.821612847608755*^9},ExpressionUUID->"8c5df5b5-cb8f-4ca1-9817-\ 2ecb5c00331f"], Cell[BoxData["continents"], "Input",ExpressionUUID->"dc71bbed-439a-4b2c-9cf6-33da62800b70"], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{ RowBox[{"x", "=", "0"}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"Print", "[", RowBox[{"ProgressIndicator", "[", RowBox[{"Dynamic", "[", RowBox[{"x", "/", RowBox[{"Length", "@", "userAtt5"}]}], "]"}], "]"}], "]"}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"Print", "[", RowBox[{"Dynamic", "[", RowBox[{"{", RowBox[{"x", ",", RowBox[{"Length", "@", "userAtt5"}]}], "}"}], "]"}], "]"}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"userCont", "=", RowBox[{"Table", "[", RowBox[{ RowBox[{ RowBox[{"x", "=", "k"}], ";", "\[IndentingNewLine]", RowBox[{"FindContinent", "[", RowBox[{ RowBox[{ "userAtt5", "\[LeftDoubleBracket]", "k", "\[RightDoubleBracket]"}], ",", "continents"}], "]"}]}], "\[IndentingNewLine]", ",", RowBox[{"{", RowBox[{"k", ",", RowBox[{"Length", "@", "userAtt5"}]}], "}"}]}], "]"}]}], ";"}]}], "Input", CellChangeTimes->{{3.811224338211399*^9, 3.8112243486800747`*^9}, { 3.811224395965456*^9, 3.811224426509624*^9}, {3.811225004371203*^9, 3.811225022591555*^9}, {3.811225381501177*^9, 3.811225395186908*^9}, 3.811225452487856*^9, {3.811226032711524*^9, 3.811226084194825*^9}, { 3.8112261992254868`*^9, 3.811226241986269*^9}, {3.811228035865349*^9, 3.811228093493293*^9}, {3.8112315500347147`*^9, 3.811231590143113*^9}},ExpressionUUID->"fe668544-8dfb-4066-8a48-\ 7fc04adc8530"], Cell[CellGroupData[{ Cell[BoxData[ ProgressIndicatorBox[ Dynamic[$CellContext`x/Length[$CellContext`userAtt5]]]], "Print", CellChangeTimes->{3.811228094926106*^9, 3.811231304733436*^9, 3.811231595390334*^9, 3.8112316498794537`*^9, 3.811233349282899*^9, 3.8116882584563017`*^9, 3.811692118538451*^9, 3.811695673943407*^9, 3.821617814858881*^9},ExpressionUUID->"bff281a8-185e-4961-aea5-\ 738918938820"], Cell[BoxData[ DynamicBox[ToBoxes[{$CellContext`x, Length[$CellContext`userAtt5]}, StandardForm], ImageSizeCache->{61., {4., 12.}}]], "Print", CellChangeTimes->{3.811228094926106*^9, 3.811231304733436*^9, 3.811231595390334*^9, 3.8112316498794537`*^9, 3.811233349282899*^9, 3.8116882584563017`*^9, 3.811692118538451*^9, 3.811695673943407*^9, 3.821617814873661*^9},ExpressionUUID->"760394cd-3514-45ec-a8b1-\ 4f4ba7d82423"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{"Beep", "[", "]"}], "\[IndentingNewLine]", RowBox[{"Union", "[", "userCont", "]"}]}], "Input", CellChangeTimes->{{3.8112249875727863`*^9, 3.811224990326023*^9}, { 3.81123174112199*^9, 3.811231742797361*^9}, {3.8116956923212767`*^9, 3.811695692735835*^9}},ExpressionUUID->"e009b032-5cfa-486f-95ed-\ a99d943c648c"], Cell[BoxData[ RowBox[{"{", RowBox[{"\<\"AF\"\>", ",", "\<\"AN\"\>", ",", "\<\"AS\"\>", ",", "\<\"Continent_Code\"\>", ",", "\<\"EU\"\>", ",", "\<\"NA\"\>", ",", "\<\"OC\"\>", ",", "\<\"SA\"\>", ",", RowBox[{"{", "}"}]}], "}"}]], "Output", CellChangeTimes->{ 3.811696711798951*^9},ExpressionUUID->"60a8b9fb-4682-4198-983e-\ c4342f9540fd"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "@", "userCont"}]], "Input", CellChangeTimes->{{3.811237697227068*^9, 3.811237701836289*^9}},ExpressionUUID->"2069ef4f-e757-4462-812f-\ 5b3ea918b08d"], Cell[BoxData["157191"], "Output", CellChangeTimes->{ 3.811237702051264*^9},ExpressionUUID->"53e1c607-7799-4497-a193-\ 4dfb894db1fa"] }, Open ]], Cell[BoxData[ RowBox[{"userCont", "[", RowBox[{"[", RowBox[{";;", "1000"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.8116920060281773`*^9, 3.811692017502746*^9}},ExpressionUUID->"ffac5c62-b426-4f8f-8f90-\ ea3d5a26aa4f"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Union", "[", "userCont", "]"}]], "Input", CellChangeTimes->{{3.811695356946797*^9, 3.811695358665749*^9}},ExpressionUUID->"aa9b85bd-e4cd-4088-9094-\ 92bd394af783"], Cell[BoxData[ RowBox[{"{", RowBox[{"\<\"EU\"\>", ",", "\<\"NA\"\>", ",", "\<\"OC\"\>", ",", RowBox[{"{", "}"}]}], "}"}]], "Output", CellChangeTimes->{{3.8116920089671392`*^9, 3.811692017899901*^9}, { 3.811695348479558*^9, 3.811695359148903*^9}},ExpressionUUID->"9077543a-cb57-4d40-872f-\ 3627869094db"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"usersWithLoc", "=", RowBox[{"Table", "[", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{ "userCont", "\[LeftDoubleBracket]", "i", "\[RightDoubleBracket]"}], "===", RowBox[{"{", "}"}]}], ",", "Nothing", ",", "i"}], "]"}], ",", RowBox[{"{", RowBox[{"i", ",", RowBox[{"Length", "@", "userCont"}]}], "}"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811237870089712*^9, 3.8112379609473133`*^9}, { 3.81123799847891*^9, 3.811238059710966*^9}},ExpressionUUID->"57481b96-d675-4e21-81fe-\ 54391293f492"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"usersWithLoc", "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811237977564457*^9, 3.81123798022964*^9}},ExpressionUUID->"9612c88a-a79c-4470-848d-\ fc495f952ba5"], Cell[BoxData[ RowBox[{"{", RowBox[{ "2", ",", "4", ",", "5", ",", "6", ",", "7", ",", "9", ",", "10", ",", "13", ",", "14", ",", "18"}], "}"}]], "Output", CellChangeTimes->{{3.811237982063819*^9, 3.811238002873451*^9}, { 3.8112380411705933`*^9, 3.811238061184396*^9}},ExpressionUUID->"7ae0d0b8-f928-4189-ae8b-\ bc24cef6a397"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Count", "[", RowBox[{"userCont", ",", RowBox[{"{", "}"}]}], "]"}]], "Input", CellChangeTimes->{{3.81122542301045*^9, 3.8112254438463297`*^9}, { 3.811233154154286*^9, 3.811233156860754*^9}, {3.811237679190781*^9, 3.811237691935652*^9}},ExpressionUUID->"bd53e2c2-3de3-4075-88ec-\ b494c854ad6e"], Cell[BoxData["91159"], "Output", CellChangeTimes->{ 3.811225444310442*^9, 3.811233157161755*^9, {3.8112376726459846`*^9, 3.8112376921454153`*^9}},ExpressionUUID->"a821e234-856f-4a77-91c0-\ a207300d1d16"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"usersConv", "\[LeftDoubleBracket]", RowBox[{"usersWithLoc", "\[LeftDoubleBracket]", RowBox[{";;", "10"}], "\[RightDoubleBracket]"}], "\[RightDoubleBracket]"}]], "Input", CellChangeTimes->{{3.81123808428253*^9, 3.8112380962508173`*^9}},ExpressionUUID->"00c75ff9-1160-40a4-8af6-\ 60a02de2ae69"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"2", ",", "276737"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "276747"}], "}"}], ",", RowBox[{"{", RowBox[{"5", ",", "276748"}], "}"}], ",", RowBox[{"{", RowBox[{"6", ",", "276754"}], "}"}], ",", RowBox[{"{", RowBox[{"7", ",", "276755"}], "}"}], ",", RowBox[{"{", RowBox[{"9", ",", "276768"}], "}"}], ",", RowBox[{"{", RowBox[{"10", ",", "276774"}], "}"}], ",", RowBox[{"{", RowBox[{"13", ",", "276796"}], "}"}], ",", RowBox[{"{", RowBox[{"14", ",", "276798"}], "}"}], ",", RowBox[{"{", RowBox[{"18", ",", "276808"}], "}"}]}], "}"}]], "Output", CellChangeTimes->{ 3.811238096772238*^9},ExpressionUUID->"e61ca1e2-b2ac-4cf5-bd33-\ e39ed1f27bd4"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[""], "Input", CellChangeTimes->{{3.822139152466076*^9, 3.8221391540172*^9}, { 3.822139531406793*^9, 3.822139638356859*^9}},ExpressionUUID->"a06194fc-f6d5-4582-bfd5-\ 06a24a51698d"], Cell[BoxData[ RowBox[{"{", RowBox[{ "0.45161290322580633`", ",", "0.6363636363636364`", ",", "1.`", ",", "0.46969696969696983`"}], "}"}]], "Output", CellChangeTimes->{ 3.822139154501061*^9, {3.8221395321243067`*^9, 3.822139553856495*^9}, { 3.8221396114136*^9, 3.822139626532984*^9}},ExpressionUUID->"bd376582-5eb1-4768-9a27-\ bb428621e5f4"] }, Open ]], Cell[BoxData["dataBC2"], "Input",ExpressionUUID->"91f84506-3055-4302-82e9-3acd417807e4"], Cell[BoxData[ RowBox[{ RowBox[{"groundTruthBC", "=", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Mean", "[", RowBox[{"Last", "/@", "y"}], "]"}]}], "]"}], ",", RowBox[{"GatherBy", "[", RowBox[{"dataBC2", ",", RowBox[{ RowBox[{"#", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], "&"}]}], "]"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.822139172145338*^9, 3.822139233229377*^9}, { 3.8221396425872383`*^9, 3.8221396532506227`*^9}},ExpressionUUID->"dc67b369-47ea-4e4c-b717-\ 15f3c1f0fc82"], Cell[BoxData[ RowBox[{"groundTruthBC", "[", RowBox[{"[", "1", "]"}], "]"}]], "Input", CellChangeTimes->{{3.822139665672723*^9, 3.822139667851623*^9}},ExpressionUUID->"de088b7a-9d7e-49ad-9e52-\ 00506d1f2e5b"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", "groundTruthBC", "]"}]], "Input", CellChangeTimes->{{3.822139671473752*^9, 3.822139682285729*^9}},ExpressionUUID->"ba6b15d5-f812-490f-a28d-\ 4db1b9b3ae57"], Cell[BoxData["263956"], "Output", CellChangeTimes->{{3.822139668372875*^9, 3.8221396826523438`*^9}},ExpressionUUID->"1b99e5be-280e-4664-9194-\ cd7989e48e8e"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"reps1", ",", "ranks1"}], "}"}], "=", RowBox[{"RepBase", "[", RowBox[{"dataBC2", ",", ".5", ",", "2"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811238158093697*^9, 3.811238165232422*^9}, 3.811238327644292*^9},ExpressionUUID->"57c6b358-e7fb-4718-a35e-\ 53ffe9f4617e"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"reps1", "[", RowBox[{"[", RowBox[{";;", "20"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811238501569655*^9, 3.811238503761662*^9}},ExpressionUUID->"eae8f169-610d-4612-add1-\ 656549145052"], Cell[BoxData[ RowBox[{"{", RowBox[{ "0.8160431825561931`", ",", "0.8037203153402463`", ",", "0.9104396045286056`", ",", "0.893735709240316`", ",", "0.8425835956695225`", ",", "0.8160431825561931`", ",", "0.8463362193289995`", ",", "0.9106383332660595`", ",", "0.8731775072261203`", ",", "0.9413517537002278`", ",", "0.9109190271681503`", ",", "0.9214026391970725`", ",", "0.8818345060973711`", ",", "0.9194140222219094`", ",", "0.930422043854408`", ",", "0.8620418418514484`", ",", "0.8160431825561931`", ",", "0.8850264794690583`", ",", "0.8981634209165306`", ",", "0.8659009561760408`"}], "}"}]], "Output", CellChangeTimes->{ 3.8112385041686287`*^9},ExpressionUUID->"e84da8d3-cb2d-486c-a2ba-\ 84ec5f795030"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "@", "ranks1"}]], "Input", CellChangeTimes->{{3.822139686794916*^9, 3.822139691882271*^9}},ExpressionUUID->"49c5c078-a086-4161-a2c9-\ 689a23e358b2"], Cell[BoxData["263956"], "Output", CellChangeTimes->{ 3.822139692937666*^9},ExpressionUUID->"9265b9f5-f751-4324-8f8d-\ e8b8039a2e54"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"KendallTau", "[", RowBox[{"groundTruthBC", ",", "ranks1"}], "]"}]], "Input", CellChangeTimes->{{3.822139700213683*^9, 3.822139725261175*^9}},ExpressionUUID->"02972152-5201-4eab-be11-\ ba7b0b1b8526"], Cell[BoxData["0.9913762937858616`"], "Output", CellChangeTimes->{ 3.822139741633336*^9},ExpressionUUID->"4e52474a-86bb-46d8-b10e-\ 3dcaad0a1770"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"usersCV0To20", "[", RowBox[{"[", RowBox[{";;", "20"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811238510868537*^9, 3.811238512581799*^9}},ExpressionUUID->"ba13141b-f800-4aa8-85e3-\ c7d2a690812d"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"2", ",", "\<\" usa\"\>", ",", "18"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "\<\" portugal\"\>", ",", "17"}], "}"}], ",", RowBox[{"{", RowBox[{"11", ",", "\<\" australia\"\>", ",", "14"}], "}"}], ",", RowBox[{"{", RowBox[{"20", ",", "\<\" usa\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"24", ",", "\<\" germany\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"29", ",", "\<\" mexico\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"35", ",", "\<\" usa\"\>", ",", "17"}], "}"}], ",", RowBox[{"{", RowBox[{"41", ",", "\<\" usa\"\>", ",", "14"}], "}"}], ",", RowBox[{"{", RowBox[{"42", ",", "\<\" usa\"\>", ",", "17"}], "}"}], ",", RowBox[{"{", RowBox[{"50", ",", "\<\" united kingdom\"\>", ",", "17"}], "}"}], ",", RowBox[{"{", RowBox[{"78", ",", "\<\" usa\"\>", ",", "18"}], "}"}], ",", RowBox[{"{", RowBox[{"79", ",", "\<\" canada\"\>", ",", "20"}], "}"}], ",", RowBox[{"{", RowBox[{"92", ",", "\<\" spain\"\>", ",", "20"}], "}"}], ",", RowBox[{"{", RowBox[{"98", ",", "\<\" new zealand\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"109", ",", "\<\" usa\"\>", ",", "20"}], "}"}], ",", RowBox[{"{", RowBox[{"120", ",", "\<\" france\"\>", ",", "13"}], "}"}], ",", RowBox[{"{", RowBox[{"166", ",", "\<\" australia\"\>", ",", "20"}], "}"}], ",", RowBox[{"{", RowBox[{"185", ",", "\<\" usa\"\>", ",", "17"}], "}"}], ",", RowBox[{"{", RowBox[{"188", ",", "\<\" usa\"\>", ",", "17"}], "}"}], ",", RowBox[{"{", RowBox[{"204", ",", "\<\" usa\"\>", ",", "15"}], "}"}]}], "}"}]], "Output",\ CellChangeTimes->{ 3.811238512990213*^9},ExpressionUUID->"025bc93a-d954-4e57-80e3-\ a363d39fa92c"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData["usersCV0To20"], "Input",ExpressionUUID->"f1948712-8b4a-43de-ae5f-a74254a509b8"], Cell[BoxData[ InterpretationBox[ TagBox[ FrameBox[GridBox[{ { ItemBox[ TagBox[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"2", ",", "\<\" usa\"\>", ",", "18"}], "}"}], ",", RowBox[{"{", RowBox[{"4", ",", "\<\" portugal\"\>", ",", "17"}], "}"}], ",", RowBox[{"{", RowBox[{"11", ",", "\<\" australia\"\>", ",", "14"}], "}"}], ",", RowBox[{"{", RowBox[{"20", ",", "\<\" usa\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"24", ",", "\<\" germany\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"29", ",", "\<\" mexico\"\>", ",", "19"}], "}"}], ",", TemplateBox[{"22208"}, "OutputSizeLimit`Skeleton"], ",", RowBox[{"{", RowBox[{"278785", ",", "\<\" germany\"\>", ",", "16"}], "}"}], ",", RowBox[{"{", RowBox[{"278794", ",", "\<\" usa\"\>", ",", "14"}], "}"}], ",", RowBox[{"{", RowBox[{"278811", ",", "\<\" china\"\>", ",", "19"}], "}"}], ",", RowBox[{"{", RowBox[{"278818", ",", "\<\" usa\"\>", ",", "15"}], "}"}], ",", RowBox[{"{", RowBox[{"278835", ",", "\<\" pakistan\"\>", ",", "18"}], "}"}], ",", RowBox[{"{", RowBox[{"278838", ",", "\<\" usa\"\>", ",", "15"}], "}"}]}], "}"}], Short[#, 5]& ], BaseStyle->{Deployed -> False}, StripOnInput->False]}, {GridBox[{ { TagBox[ TooltipBox[ StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource[ "FEStrings", "sizeBriefExplanation"], StandardForm], ImageSizeCache->{85., {3., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLText", StripOnInput->False], StyleBox[ DynamicBox[ ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeExplanation"], StandardForm]], DynamicUpdating -> True, StripOnInput -> False]], Annotation[#, Style[ Dynamic[ FEPrivate`FrontEndResource["FEStrings", "sizeExplanation"]], DynamicUpdating -> True], "Tooltip"]& ], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm], ImageSizeCache->{74., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm]], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 143, 28825757012809876554, 5/2], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm], ImageSizeCache->{83., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm]], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 143, 28825757012809876554, 5 2], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm], ImageSizeCache->{62., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm]], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 143, 28825757012809876554, Infinity], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], ImageSizeCache->{111., {1., 12.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], ImageSizeCache->{147., {1., 15.}}], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>FrontEndExecute[{ FrontEnd`SetOptions[ FrontEnd`$FrontEnd, FrontEnd`PreferencesSettings -> {"Page" -> "Advanced"}], FrontEnd`FrontEndToken["PreferencesDialog"]}], Evaluator->None, Method->"Preemptive"]} }, AutoDelete->False, FrameStyle->GrayLevel[0.85], GridBoxDividers->{"Columns" -> {False, {True}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{ "Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxDividers->{ "Columns" -> {{False}}, "ColumnsIndexed" -> {}, "Rows" -> {{False}}, "RowsIndexed" -> {}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.5599999999999999]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], Offset[1.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], BaseStyle->"OutputSizeLimit", FrameMargins->{{12, 12}, {0, 15}}, FrameStyle->GrayLevel[0.85], RoundingRadius->5, StripOnInput->False], Deploy, DefaultBaseStyle->"Deploy"], If[28825757012809876554 === $SessionID, Out[143], Message[ MessageName[Syntax, "noinfoker"]]; Missing["NotAvailable"]; Null]]], "Output", CellChangeTimes->{ 3.8217034217628613`*^9},ExpressionUUID->"9634bf1a-5efc-415d-83c9-\ c250cc1c7ddf"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"#", "\[LessEqual]", RowBox[{"Length", "[", "reps1", "]"}]}], ",", RowBox[{"reps1", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], ",", "Nothing"}], "]"}], "&"}], "/@", RowBox[{"(", RowBox[{"{", RowBox[{ RowBox[{"First", "/@", "usersCV0To20"}], ",", RowBox[{"First", "/@", "usersCV20To40"}], ",", RowBox[{"First", "/@", "usersCV40To60"}], ",", RowBox[{"First", "/@", "usersCV60Tooo"}]}], "}"}], ")"}]}]], "Input", CellChangeTimes->{ 3.8217035805117083`*^9},ExpressionUUID->"2f5e6c7e-0176-4bc5-bd33-\ 1c78fbd0641d"], Cell[BoxData[ InterpretationBox[ TagBox[ FrameBox[GridBox[{ { ItemBox[ TagBox[ RowBox[{"{", RowBox[{ RowBox[{"If", "[", TemplateBox[{"1"}, "OutputSizeLimit`Skeleton"], "]"}], ",", TemplateBox[{"2"}, "OutputSizeLimit`Skeleton"], ",", RowBox[{"If", "[", RowBox[{ RowBox[{ RowBox[{"{", RowBox[{ "6", ",", "144", ",", "148", ",", "165", ",", "172", ",", "221", ",", "252", ",", "362", ",", "457", ",", "480", ",", "483", ",", "499", ",", "540", ",", "658", ",", "679", ",", "690", ",", "722", ",", "730", ",", TemplateBox[{"7728"}, "OutputSizeLimit`Skeleton"], ",", "278344", ",", "278349", ",", "278370", ",", "278413", ",", "278421", ",", "278472", ",", "278495", ",", "278547", ",", "278586", ",", "278621", ",", "278622", ",", "278713", ",", "278739", ",", "278775", ",", "278807", ",", "278810", ",", "278821", ",", "278832"}], "}"}], "\[LessEqual]", "53408"}], ",", TemplateBox[{"1"}, "OutputSizeLimit`Skeleton"], ",", "Nothing"}], "]"}]}], "}"}], Short[#, 5]& ], BaseStyle->{Deployed -> False}, StripOnInput->False]}, {GridBox[{ { TagBox[ TooltipBox[ StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource[ "FEStrings", "sizeBriefExplanation"], StandardForm], ImageSizeCache->{85., {3., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLText", StripOnInput->False], StyleBox[ DynamicBox[ ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeExplanation"], StandardForm]], DynamicUpdating -> True, StripOnInput -> False]], Annotation[#, Style[ Dynamic[ FEPrivate`FrontEndResource["FEStrings", "sizeExplanation"]], DynamicUpdating -> True], "Tooltip"]& ], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm], ImageSizeCache->{74., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm]], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 149, 28825757012809876554, 5/2], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm], ImageSizeCache->{83., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm]], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 149, 28825757012809876554, 5 2], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm], ImageSizeCache->{62., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm]], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 149, 28825757012809876554, Infinity], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], ImageSizeCache->{111., {1., 12.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], ImageSizeCache->{147., {1., 15.}}], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>FrontEndExecute[{ FrontEnd`SetOptions[ FrontEnd`$FrontEnd, FrontEnd`PreferencesSettings -> {"Page" -> "Advanced"}], FrontEnd`FrontEndToken["PreferencesDialog"]}], Evaluator->None, Method->"Preemptive"]} }, AutoDelete->False, FrameStyle->GrayLevel[0.85], GridBoxDividers->{"Columns" -> {False, {True}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{ "Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxDividers->{ "Columns" -> {{False}}, "ColumnsIndexed" -> {}, "Rows" -> {{False}}, "RowsIndexed" -> {}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.5599999999999999]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], Offset[1.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], BaseStyle->"OutputSizeLimit", FrameMargins->{{12, 12}, {0, 15}}, FrameStyle->GrayLevel[0.85], RoundingRadius->5, StripOnInput->False], Deploy, DefaultBaseStyle->"Deploy"], If[28825757012809876554 === $SessionID, Out[149], Message[ MessageName[Syntax, "noinfoker"]]; Missing["NotAvailable"]; Null]]], "Output", CellChangeTimes->{{3.821703561809218*^9, 3.82170358163616*^9}},ExpressionUUID->"becac8ff-2e40-476c-94f7-\ 6ca25d1f9335"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData["ages"], "Input", CellChangeTimes->{{3.821703656051384*^9, 3.821703657290544*^9}},ExpressionUUID->"4adc2960-01f8-4c65-875e-\ aea23dd789a4"], Cell[BoxData[ InterpretationBox[ TagBox[ FrameBox[GridBox[{ { ItemBox[ TagBox[ RowBox[{"{", TemplateBox[{"1"}, "OutputSizeLimit`Skeleton"], "}"}], Short[#, 5]& ], BaseStyle->{Deployed -> False}, StripOnInput->False]}, {GridBox[{ { TagBox[ TooltipBox[ StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource[ "FEStrings", "sizeBriefExplanation"], StandardForm], ImageSizeCache->{85., {3., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLText", StripOnInput->False], StyleBox[ DynamicBox[ ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeExplanation"], StandardForm]], DynamicUpdating -> True, StripOnInput -> False]], Annotation[#, Style[ Dynamic[ FEPrivate`FrontEndResource["FEStrings", "sizeExplanation"]], DynamicUpdating -> True], "Tooltip"]& ], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm], ImageSizeCache->{74., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm]], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 150, 28825757012809876554, 5/2], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm], ImageSizeCache->{83., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm]], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 150, 28825757012809876554, 5 2], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm], ImageSizeCache->{62., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm]], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 150, 28825757012809876554, Infinity], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], ImageSizeCache->{111., {1., 12.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm]], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>FrontEndExecute[{ FrontEnd`SetOptions[ FrontEnd`$FrontEnd, FrontEnd`PreferencesSettings -> {"Page" -> "Advanced"}], FrontEnd`FrontEndToken["PreferencesDialog"]}], Evaluator->None, Method->"Preemptive"]} }, AutoDelete->False, FrameStyle->GrayLevel[0.85], GridBoxDividers->{"Columns" -> {False, {True}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{ "Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxDividers->{ "Columns" -> {{False}}, "ColumnsIndexed" -> {}, "Rows" -> {{False}}, "RowsIndexed" -> {}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.5599999999999999]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], Offset[1.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], BaseStyle->"OutputSizeLimit", FrameMargins->{{12, 12}, {0, 15}}, FrameStyle->GrayLevel[0.85], RoundingRadius->5, StripOnInput->False], Deploy, DefaultBaseStyle->"Deploy"], If[28825757012809876554 === $SessionID, Out[150], Message[ MessageName[Syntax, "noinfoker"]]; Missing["NotAvailable"]; Null]]], "Output", CellChangeTimes->{ 3.82170366099653*^9},ExpressionUUID->"8a1615dc-f23b-4fb7-b096-3733a0277809"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "@", "ages"}]], "Input", CellChangeTimes->{{3.82170367619974*^9, 3.821703677854048*^9}},ExpressionUUID->"250b1f57-e1fb-4374-b57a-\ 2b8303ec5c85"], Cell[BoxData["4"], "Output", CellChangeTimes->{ 3.821703678113574*^9},ExpressionUUID->"517f0673-5373-4536-8302-\ 62c08a1837e1"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"reps1", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"{", RowBox[{ RowBox[{"Select", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "1", "]"}], "]"}], ",", RowBox[{ RowBox[{"#", "<", "53358"}], "&"}]}], "]"}], ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "2", "]"}], "]"}], ",", RowBox[{ RowBox[{"#", "<", "53358"}], "&"}]}], "]"}], ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "3", "]"}], "]"}], ",", RowBox[{ RowBox[{"#", "<", "53358"}], "&"}]}], "]"}], ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "4", "]"}], "]"}], ",", RowBox[{ RowBox[{"#", "<", "53358"}], "&"}]}], "]"}]}], "}"}], ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\<]0,20]\>\"", ",", "\"\<]20,40]\>\"", ",", "\"\<]40,60]\>\"", ",", "\"\<]60,\[Infinity][\>\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{".15", ",", ".6"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{"All", ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{ 3.8217034674940863`*^9, {3.821703512583037*^9, 3.821703569213758*^9}, { 3.821703664324037*^9, 3.821703671781625*^9}, {3.821703714514886*^9, 3.821703750047451*^9}},ExpressionUUID->"e6e5d3c9-8a8b-45cc-b15a-\ c6ad46bd94e0"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.5513938222471642, 0.41097895968709663`}, { 1.0213621989406112`, 4.589021040312904}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9458241105122597, 0.6666666666666666}, { 0.9458241105122597, 1.3333333333333335`}, {0.8336832888449388, 1.3333333333333335`}, {0.8336832888449388, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.590414303778028, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6413114225027529, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6387745723469423, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6492101353941535, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6515488183480839, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6627548339003934, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6620529027070934, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6257054331838288, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6626101396361971, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6586126516985851, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6532567248840448, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6251393520570083, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6589155059985011, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6595375259131155, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6478913730586308, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6149556677169183, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6630057393892156, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8865505670895748, 1.3333333333333335`}, { 0.8865505670895748, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8856701921408251, 1.3333333333333335`}, { 0.8856701921408251, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8336832888449388, 1.}, {0.6665802391401193, 1.}}, {{ 0.9458241105122597, 1.}, {1., 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6665802391401193, 1.1666666666666667`}, { 0.6665802391401193, 0.8333333333333333}}, {{1., 1.1666666666666667`}, {1., 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{64.02642503770358, 488.8284271247462}, { 31.17157287525378, 67.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9458241105122597`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8865505670895748`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8336832888449388`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.590414303778028`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9458241105122597}, { Style["median", Bold], 0.8865505670895748}, { Style["25%", Bold], 0.8336832888449388}, { Style["min", Bold], 0.590414303778028}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9520651022796945, 1.6666666666666667`}, { 0.9520651022796945, 2.3333333333333335`}, {0.8325471033953799, 2.3333333333333335`}, {0.8325471033953799, 1.6666666666666667`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5901471159327418, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6358688492325735, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6515973794889693, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6515973794889693, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5747392834631341, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.635367916084948, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6338986218997851, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.650742263665691, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6495980124687863, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6395680022051902, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6256791208341694, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6462254691312144, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6008132459191871, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6509419997144436, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6411218026634291, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6288567881922981, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6505103982661109, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6287400899808425, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6409416842040085, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6291592116297967, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6210379394295471, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6106424247718882, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6500815261538793, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6351214792584854, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6197931360223196, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6508498124945845, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6337683302153762, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6469031288159623, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6458163338810374, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6457639397773737, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5727560211877754, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6420873083001081, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6314640419025044, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6429898523829896, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6503456853895838, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6413470258620553, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6411632703059277, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6484449327974909, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6506329045027544, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6420248432495965, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6362158295596325, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6283230514829459, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6398507537929579, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6473604051635734, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6258988082220608, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5891573222574253, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6483548001831172, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6333658930917174, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6291365538227462, 2.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8868287988199315, 2.3333333333333335`}, { 0.8868287988199315, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8863362519119168, 2.3333333333333335`}, { 0.8863362519119168, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8325471033953799, 2.}, {0.6533830519769875, 2.}}, {{ 0.9520651022796945, 2.}, {1., 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6533830519769875, 2.1666666666666665`}, { 0.6533830519769875, 1.8333333333333333`}}, {{1., 2.1666666666666665`}, {1., 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{46.17157287525379, 488.8284271247462}, {-13.828427124746213`, 22.828427124746213`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9520651022796945`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8868287988199315`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8325471033953799`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5727560211877754`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9520651022796945}, { Style["median", Bold], 0.8868287988199315}, { Style["25%", Bold], 0.8325471033953799}, { Style["min", Bold], 0.5727560211877754}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.95399464710965, 2.666666666666667}, { 0.95399464710965, 3.333333333333334}, {0.829781033195478, 3.333333333333334}, {0.829781033195478, 2.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6358688492325735, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6271706168268839, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6352942778457649, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5807557462425066, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6287400899808425, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6281087900470077, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6357789612821747, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.639852268878976, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6337683302153762, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6337683302153762, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6107274289744141, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6030929948431603, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6403036997237241, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6413748841209436, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6336365532132366, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6270418616337027, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6115808977356981, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6184324245293898, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6223036290190581, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5873554992347321, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6065146093597034, 3.0000000000000004`}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8882959156108348, 3.333333333333334}, { 0.8882959156108348, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8857637609788857, 3.333333333333334}, { 0.8857637609788857, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.829781033195478, 3.0000000000000004`}, { 0.6448028329549879, 3.0000000000000004`}}, {{0.95399464710965, 3.0000000000000004`}, {1., 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6448028329549879, 3.166666666666667}, { 0.6448028329549879, 2.833333333333334}}, {{1., 3.166666666666667}, {1., 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{54.260349768614674`, 488.8284271247462}, {-59.82842712474621, -23.171572875253787`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.95399464710965`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8882959156108348`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.829781033195478`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5807557462425066`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.95399464710965}, { Style["median", Bold], 0.8882959156108348}, { Style["25%", Bold], 0.829781033195478}, { Style["min", Bold], 0.5807557462425066}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9461980574344055, 3.6666666666666674`}, { 0.9461980574344055, 4.333333333333334}, {0.8244795619394695, 4.333333333333334}, {0.8244795619394695, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.590414303778028, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6308605803305684, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6171025075612322, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.617979964812978, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6375017726707314, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.884580443838582, 4.333333333333334}, { 0.884580443838582, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8826175718724026, 4.333333333333334}, { 0.8826175718724026, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8244795619394695, 4.000000000000001}, { 0.6462727448460447, 4.000000000000001}}, {{0.9461980574344055, 4.000000000000001}, {1., 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6462727448460447, 4.166666666666668}, { 0.6462727448460447, 3.8333333333333344`}}, {{1., 4.166666666666668}, {1., 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{64.02642503770358, 487.8284271247462}, {-104.82842712474623`, -68.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9461980574344055`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.884580443838582`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8244795619394695`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.590414303778028`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9461980574344055}, { Style["median", Bold], 0.884580443838582}, { Style["25%", Bold], 0.8244795619394695}, { Style["min", Bold], 0.590414303778028}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}}, {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5513938222471642, 0.4833333333333333}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{All, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{ 3.8112384350205812`*^9, 3.811238522346423*^9, 3.811241465978814*^9, 3.811241551555851*^9, 3.8112416034448223`*^9, {3.821703366011846*^9, 3.821703386092824*^9}, 3.8217034684710693`*^9, {3.8217035396427383`*^9, 3.82170357370678*^9}, 3.821703672573182*^9, 3.821703751244437*^9},ExpressionUUID->"ccc0147b-1549-464d-ad3b-\ 7a0b88aee570"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{"reps1", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"{", RowBox[{ RowBox[{"Select", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "1", "]"}], "]"}], ",", RowBox[{ RowBox[{"#", "<", "53358"}], "&"}]}], "]"}], ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "2", "]"}], "]"}], ",", RowBox[{ RowBox[{"#", "<", "53358"}], "&"}]}], "]"}], ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "3", "]"}], "]"}], ",", RowBox[{ RowBox[{"#", "<", "53358"}], "&"}]}], "]"}], ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "4", "]"}], "]"}], ",", RowBox[{ RowBox[{"#", "<", "53358"}], "&"}]}], "]"}]}], "}"}], ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.8112430692302713`*^9, 3.8112431086830807`*^9}, { 3.811243167894003*^9, 3.811243179603804*^9}, {3.8217032261914*^9, 3.8217032264808617`*^9}, 3.821703763189883*^9},ExpressionUUID->"37069d6d-756b-4b86-9ee8-\ 63df64dbdb95"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/plot1.csv\"\>"], "Output", CellChangeTimes->{{3.81124316971682*^9, 3.811243181391156*^9}, 3.8217032282521353`*^9, 3.821703765596146*^9},ExpressionUUID->"8a2207b0-6123-4ebf-83a3-\ 2cfa04120fce"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{ "dataBC2", "\[LeftDoubleBracket]", "usersWithLoc", "\[RightDoubleBracket]"}], "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.811238245562747*^9, 3.811238246799797*^9}},ExpressionUUID->"7cdb4bad-2740-4c1d-9aa0-\ 11186c1e78f3"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"600", ",", "1", ",", "0.09090909090909091`"}], "}"}], ",", RowBox[{"{", RowBox[{"1959", ",", "1", ",", "1.`"}], "}"}], ",", RowBox[{"{", RowBox[{"2190", ",", "1", ",", "1.`"}], "}"}], ",", RowBox[{"{", RowBox[{"2520", ",", "1", ",", "0.09090909090909091`"}], "}"}], ",", RowBox[{"{", RowBox[{"4514", ",", "1", ",", "0.45454545454545453`"}], "}"}], ",", RowBox[{"{", RowBox[{"6052", ",", "1", ",", "1.`"}], "}"}], ",", RowBox[{"{", RowBox[{"6299", ",", "1", ",", "0.9090909090909091`"}], "}"}], ",", RowBox[{"{", RowBox[{"6845", ",", "1", ",", "1.`"}], "}"}], ",", RowBox[{"{", RowBox[{"6958", ",", "1", ",", "0.6363636363636364`"}], "}"}], ",", RowBox[{"{", RowBox[{"9619", ",", "1", ",", "0.09090909090909091`"}], "}"}]}], "}"}]], "Output", CellChangeTimes->{ 3.811238247160584*^9},ExpressionUUID->"6e52a6af-867d-449c-803d-\ e88ee7c01fa8"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"reps1", ",", "ranks1"}], "}"}], "=", RowBox[{"RepBase", "[", RowBox[{"dataBC2", ",", ".5", ",", "3"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811241528601975*^9, 3.811241528656673*^9}},ExpressionUUID->"32a7ca44-9037-4c09-bc23-\ ba5aef612326"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "/@", RowBox[{"{", RowBox[{ RowBox[{"First", "/@", "usersCV0To20"}], ",", RowBox[{"First", "/@", "usersCV20To40"}], ",", RowBox[{"First", "/@", "usersCV40To60"}], ",", RowBox[{"First", "/@", "usersCV60Tooo"}]}], "}"}]}]], "Input", CellChangeTimes->{{3.8221402227814493`*^9, 3.822140229260902*^9}},ExpressionUUID->"1a7a7748-1cc7-4c7d-af7c-\ 6af359e6e059"], Cell[BoxData[ RowBox[{"{", RowBox[{"22220", ",", "85600", ",", "41607", ",", "7764"}], "}"}]], "Output",\ CellChangeTimes->{ 3.822140229649164*^9},ExpressionUUID->"81e50569-2c7c-4f3f-a07c-\ ef8131400d72"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Total", "@", "%"}]], "Input", CellChangeTimes->{{3.822140234268477*^9, 3.822140237643092*^9}},ExpressionUUID->"ffe96c9c-8c83-4a51-80ab-\ dc488066f4ce"], Cell[BoxData["157191"], "Output", CellChangeTimes->{ 3.8221402383390837`*^9},ExpressionUUID->"f3ee3eb9-f089-48bb-b05f-\ 2025d05cef55"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"GatherBy", "[", RowBox[{"dataBC2", ",", "First"}], "]"}], "//", "Length"}]], "Input", CellChangeTimes->{{3.822140244350267*^9, 3.822140261649815*^9}},ExpressionUUID->"17855114-d8c4-4b54-9aab-\ 06be60ffc8af"], Cell[BoxData["53408"], "Output", CellChangeTimes->{ 3.822140262398601*^9},ExpressionUUID->"a827cbb9-d46e-46ce-8b52-\ 54aa63b5626b"] }, Open ]], Cell[BoxData["53408"], "Input",ExpressionUUID->"f5808aac-9334-4d35-aebf-1fe3c49dfc34"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"reps1Age", ",", "ranks1Age"}], "}"}], "=", RowBox[{"FairRepBase", "[", RowBox[{"dataBC2", ",", ".5", ",", "3", ",", RowBox[{ RowBox[{"(", RowBox[{"Function", "[", RowBox[{"w", ",", RowBox[{"Select", "[", RowBox[{"w", ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ")"}], "/@", RowBox[{"{", RowBox[{ RowBox[{"First", "/@", "usersCV0To20"}], ",", RowBox[{"First", "/@", "usersCV20To40"}], ",", RowBox[{"First", "/@", "usersCV40To60"}], ",", RowBox[{"First", "/@", "usersCV60Tooo"}]}], "}"}]}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811241504642952*^9, 3.81124154422164*^9}, 3.811241807974909*^9, {3.822140565631998*^9, 3.82214059124256*^9}},ExpressionUUID->"0b629245-9daa-45a1-8cc4-\ fb4ed84c91cd"], Cell[BoxData[ RowBox[{"{", RowBox[{"0.8826288727276266`", ",", "0.0803687749068488`"}], "}"}]], "Print",\ CellChangeTimes->{3.82214005284965*^9, 3.822140613228278*^9},ExpressionUUID->"4fe8e114-6a82-461c-b364-\ 4027f17b0c2a"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"KendallTau", "[", RowBox[{"groundTruthBC", ",", "ranks1Age"}], "]"}]], "Input", CellChangeTimes->{ 3.822140041164152*^9},ExpressionUUID->"804a25ba-c259-4d6d-9e84-\ 5fe81d0435ab"], Cell[BoxData["0.9914285402959175`"], "Output", CellChangeTimes->{ 3.8221406858515*^9},ExpressionUUID->"e0ba614f-1fe5-45df-bd6e-1321670991c9"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ "reps1Age", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"{", RowBox[{ RowBox[{"First", "/@", "usersCV0To20"}], ",", RowBox[{"First", "/@", "usersCV20To40"}], ",", RowBox[{"First", "/@", "usersCV40To60"}], ",", RowBox[{"First", "/@", "usersCV60Tooo"}]}], "}"}], ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\<]0,20]\>\"", ",", "\"\<]20,40]\>\"", ",", "\"\<]40,60]\>\"", ",", "\"\<]60,\[Infinity][\>\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{".15", ",", ".6"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{ 3.811241819050063*^9},ExpressionUUID->"2de25a51-3ac4-4563-b24e-\ f3bf64670921"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.5501079087289488, 0.41097895968709663`}, {1.021423432917669, 4.589021040312904}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9463581926369269, 0.6666666666666666}, { 0.9463581926369269, 1.3333333333333335`}, {0.8299628097582187, 1.3333333333333335`}, {0.8299628097582187, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5883821763663568, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6477888407272578, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6538701644449196, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6482142782513247, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6447972745574381, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6316553675401965, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6385594183616767, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6267751205352958, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6475624902396894, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6428700678970471, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6306623179045582, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6373786298921076, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6468771255943413, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.631363638213774, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6474320148420443, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6443215788844338, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6354818418645316, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6282942054297491, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6509055767014926, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6454883102525519, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.629095200507229, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6311064223684981, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6389099242369614, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.634909217268299, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6542941278100333, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6539929517290821, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6542225746439702, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6374794627559277, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6529587019075698, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6504760179286307, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6453692815760175, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5869860306874036, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6127275915858672, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6266487635830643, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.883558965073897, 1.3333333333333335`}, { 0.883558965073897, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8820772558423711, 1.3333333333333335`}, { 0.8820772558423711, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8299628097582187, 1.}, {0.6554319482919708, 1.}}, {{ 0.9463581926369269, 1.}, {0.9941987495658067, 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6554319482919708, 1.1666666666666667`}, { 0.6554319482919708, 0.8333333333333333}}, {{0.9941987495658067, 1.1666666666666667`}, {0.9941987495658067, 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{160.80600547698856`, 505.8284271247462}, { 32.17157287525378, 67.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9941987495658067`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9463581926369269`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.883558965073897`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8299628097582187`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5869860306874036`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9941987495658067}, { Style["75%", Bold], 0.9463581926369269}, { Style["median", Bold], 0.883558965073897}, { Style["25%", Bold], 0.8299628097582187}, { Style["min", Bold], 0.5869860306874036}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9483749940600223, 1.6666666666666667`}, { 0.9483749940600223, 2.3333333333333335`}, {0.8285997985317509, 2.3333333333333335`}, {0.8285997985317509, 1.6666666666666667`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5893104341152715, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5893104341152715, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6341913246660628, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5892282887667011, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5892282887667011, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6341913246660628, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6395479797549312, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6484819802172965, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6452745321107659, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6162615214801952, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6013219090038366, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6301086104870293, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6094228074547832, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.633698920583041, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6212280254166928, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6422157056102191, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.647849523047878, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6371420377639305, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.63788117446012, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6346618116816367, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6474854520306403, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6303584603776401, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6236102752664305, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5996821918672945, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6336616922249203, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6359476977293296, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6440703644416881, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5796278796791045, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6395551465737048, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6273223382253179, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6273223382253179, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6200747297227154, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6271677576497997, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6391543985397339, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6194663025272282, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6439385882964224, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6193891145676687, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6349163619975867, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6392154101209291, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6093029118197044, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.618375159008791, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.640459065430673, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6321405510179665, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6438695103623538, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.636252124414255, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6425791296736301, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6234109733216987, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6198511114848146, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.641271124595453, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6478008173358817, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.644262586132606, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5715313416466179, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6441375574061088, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6043922445902283, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6471803705716253, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6414455239152579, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.601764501741884, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6438288147751965, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6157520011621245, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6010841763849921, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6480373758728432, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6486637976008869, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6471202544699165, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6253211603736315, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6254170452481862, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6369195404908954, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6396746876185238, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6480928105646776, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6430526719009655, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6163585099331019, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.610294090376609, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6476198384842519, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6488812070715517, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6487722765356129, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6429457344671596, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6403122461766269, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.644618766792388, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6314391155421191, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6344139878949662, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6304723995799117, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6308568216572881, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6268231325949611, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6123096207064964, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.647444520938462, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.645583569121573, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6007141605432185, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6051736168732869, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.646321026344696, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6145655648380408, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6461022348892701, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6244458268591812, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6255212863802245, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6464006306954314, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6243513990128005, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6322733444993569, 2.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8834472461917812, 2.3333333333333335`}, { 0.8834472461917812, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8820772558423937, 2.3333333333333335`}, { 0.8820772558423937, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8285997985317509, 2.}, {0.6490677730119775, 2.}}, {{ 0.9483749940600223, 2.}, {0.9943915025462982, 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6490677730119775, 2.1666666666666665`}, { 0.6490677730119775, 1.8333333333333333`}}, {{0.9943915025462982, 2.1666666666666665`}, {0.9943915025462982, 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{148.10787838648542`, 505.8284271247462}, {-12.828427124746213`, 22.828427124746213`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9943915025462982`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9483749940600223`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8834472461917812`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8285997985317509`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5715313416466179`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9943915025462982}, { Style["75%", Bold], 0.9483749940600223}, { Style["median", Bold], 0.8834472461917812}, { Style["25%", Bold], 0.8285997985317509}, { Style["min", Bold], 0.5715313416466179}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9471443006721597, 2.666666666666667}, { 0.9471443006721597, 3.333333333333334}, {0.8274582029400361, 3.333333333333334}, {0.8274582029400361, 2.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6354301826776141, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6354301826776141, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6335513355417859, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.638995153888706, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6383851768289344, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6456495418349231, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.625372882651115, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6283964254921182, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6378450103733216, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6472674574165207, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6287886568817402, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6317691108913084, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6289444199413443, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6338762704926113, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6449324454699743, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6276764761558322, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6352541710117123, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6368369116183588, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6423280105850246, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6387578008617046, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6452522011575202, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6358252665024875, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6304077866552649, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5878272519023267, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.639861971248984, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6416072865156874, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6408062685208757, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6425022130220243, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6352047794556572, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6419233182177582, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6407249256662624, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6476547206053689, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6295332211858322, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.631632706011944, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6185073722471433, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.624448725403539, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6444454749128913, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6321919662566945, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6393825987233301, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6211136477719108, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6219136026427948, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5873266674491158, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6064559884407461, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6324218270172272, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6307523988513217, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6424198391894745, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6388691085649718, 3.0000000000000004`}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8835117116877211, 3.333333333333334}, { 0.8835117116877211, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8820772558423692, 3.333333333333334}, { 0.8820772558423692, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8274582029400361, 3.0000000000000004`}, { 0.6480314564522637, 3.0000000000000004`}}, {{0.9471443006721597, 3.0000000000000004`}, {0.9961529583720095, 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6480314564522637, 3.166666666666667}, { 0.6480314564522637, 2.833333333333334}}, {{0.9961529583720095, 3.166666666666667}, {0.9961529583720095, 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{161.08588486378846`, 507.8284271247462}, {-57.82842712474621, -22.171572875253787`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9961529583720095`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9471443006721597`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8835117116877211`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8274582029400361`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5873266674491158`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9961529583720095}, { Style["75%", Bold], 0.9471443006721597}, { Style["median", Bold], 0.8835117116877211}, { Style["25%", Bold], 0.8274582029400361}, { Style["min", Bold], 0.5873266674491158}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9429616365186184, 3.6666666666666674`}, { 0.9429616365186184, 4.333333333333334}, {0.8275001040765332, 4.333333333333334}, {0.8275001040765332, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5749469725663691, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6273529862684295, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6337891333883288, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6106513014328195, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6458609483454238, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6246031647386079, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.884485977912955, 4.333333333333334}, { 0.884485977912955, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8820772558423664, 4.333333333333334}, { 0.8820772558423664, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8275001040765332, 4.000000000000001}, { 0.6586477649910054, 4.000000000000001}}, {{0.9429616365186184, 4.000000000000001}, {1., 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6586477649910054, 4.166666666666668}, { 0.6586477649910054, 3.8333333333333344`}}, {{1., 4.166666666666668}, {1., 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{150.91428331632846`, 510.8284271247462}, {-102.82842712474623`, -67.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9429616365186184`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.884485977912955`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8275001040765332`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5749469725663691`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9429616365186184}, { Style["median", Bold], 0.884485977912955}, { Style["25%", Bold], 0.8275001040765332}, { Style["min", Bold], 0.5749469725663691}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}}, {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5501079087289488, 0.4833333333333333}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{ 3.8112418202540283`*^9},ExpressionUUID->"66dbee87-be34-4eed-8091-\ 4161ac73f0d0"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{ "reps1Age", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"{", RowBox[{ RowBox[{"First", "/@", "usersCV0To20"}], ",", RowBox[{"First", "/@", "usersCV20To40"}], ",", RowBox[{"First", "/@", "usersCV40To60"}], ",", RowBox[{"First", "/@", "usersCV60Tooo"}]}], "}"}], ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.811243198857978*^9, 3.8112432033074923`*^9}},ExpressionUUID->"b4369054-2029-4497-a5d2-\ bc3781aaf912"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/plot2.txt\"\>"], "Output", CellChangeTimes->{ 3.811243203704836*^9},ExpressionUUID->"f95d64f3-0ccb-424c-a0b7-\ 4b424b65405d"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"DiffLocs", "=", RowBox[{"GatherBy", "[", RowBox[{ RowBox[{"Table", "[", RowBox[{ RowBox[{"{", RowBox[{"i", ",", RowBox[{"userCont", "[", RowBox[{"[", "i", "]"}], "]"}]}], "}"}], ",", RowBox[{"{", RowBox[{"i", ",", RowBox[{"Length", "@", "userCont"}]}], "}"}]}], "]"}], ",", "Last"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811241887237337*^9, 3.811241976200449*^9}, 3.8117592142420607`*^9, 3.811759393515068*^9},ExpressionUUID->"bb488752-035d-4c9f-a438-\ 5bfaa797d389"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"userCont", "[", RowBox[{"[", RowBox[{";;", "100"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.8112418980197353`*^9, 3.811241899503748*^9}, { 3.8116954364935493`*^9, 3.811695437212968*^9}},ExpressionUUID->"dcba8e8f-c86f-4579-9366-\ cfd9fc909b5f"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", "\<\"OC\"\>", ",", "\<\"EU\"\>", ",", "\<\"SA\"\>", ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", "\<\"EU\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", "\<\"NA\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"NA\"\>", ",", "\<\"EU\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", "\<\"EU\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", "\<\"NA\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"NA\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"NA\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", RowBox[{"{", "}"}], ",", "\<\"AS\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"AS\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", "\<\"NA\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"AF\"\>", ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", "\<\"EU\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"AS\"\>", ",", "\<\"EU\"\>", ",", "\<\"EU\"\>", ",", "\<\"EU\"\>", ",", "\<\"EU\"\>", ",", "\<\"EU\"\>", ",", "\<\"NA\"\>", ",", RowBox[{"{", "}"}], ",", "\<\"OC\"\>", ",", RowBox[{"{", "}"}], ",", "\<\"SA\"\>", ",", "\<\"SA\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", "\<\"EU\"\>", ",", RowBox[{"{", "}"}], ",", RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", "\<\"EU\"\>", ",", "\<\"AS\"\>", ",", RowBox[{"{", "}"}], ",", "\<\"AS\"\>", ",", "\<\"EU\"\>"}], "}"}]], "Output", CellChangeTimes->{ 3.8112418998197603`*^9, {3.811695431514702*^9, 3.8116954378902073`*^9}, 3.8116968694014893`*^9},ExpressionUUID->"0748f9aa-4a43-4270-a24f-\ 8c17fe1f8ca1"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"Length", "@", "DiffLocs"}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.8112419225902653`*^9, 3.811241923860364*^9}, { 3.811241968209467*^9, 3.811241991171067*^9}, {3.8116918456229877`*^9, 3.811691935872423*^9}, 3.8116954490273*^9},ExpressionUUID->"2210f8e6-8b9a-42f3-bece-19606c11806a"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"Last", "@", RowBox[{"First", "@", "#"}]}], "&"}], "/@", "DiffLocs"}]], "Input", CellChangeTimes->{{3.811759459276922*^9, 3.811759471390153*^9}},ExpressionUUID->"753b3ec3-9a48-45a0-9e15-\ 2776a08022b5"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", "}"}], ",", "\<\"EU\"\>", ",", "\<\"OC\"\>", ",", "\<\"SA\"\>", ",", "\<\"NA\"\>", ",", "\<\"AS\"\>", ",", "\<\"AF\"\>", ",", "\<\"AN\"\>", ",", "\<\"Continent_Code\"\>"}], "}"}]], "Output", CellChangeTimes->{{3.811691917221175*^9, 3.811691936772887*^9}, 3.8116954492460003`*^9, 3.8116968737514277`*^9, {3.811759468526511*^9, 3.811759471561098*^9}},ExpressionUUID->"03d9b231-e279-40ab-b410-\ d63ca936308b"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"NewLocs", "=", RowBox[{"{", RowBox[{ RowBox[{ "DiffLocs", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}], ",", RowBox[{ RowBox[{ "DiffLocs", "\[LeftDoubleBracket]", "3", "\[RightDoubleBracket]"}], "~", "Join", "~", RowBox[{ "DiffLocs", "\[LeftDoubleBracket]", "6", "\[RightDoubleBracket]"}]}], ",", RowBox[{ RowBox[{ "DiffLocs", "\[LeftDoubleBracket]", "5", "\[RightDoubleBracket]"}], "~", "Join", "~", RowBox[{ "DiffLocs", "\[LeftDoubleBracket]", "4", "\[RightDoubleBracket]"}]}], ",", RowBox[{ "DiffLocs", "\[LeftDoubleBracket]", "7", "\[RightDoubleBracket]"}]}], "}"}]}], ";"}]], "Input", CellChangeTimes->{{3.811759498498187*^9, 3.8117595919588003`*^9}},ExpressionUUID->"e338d951-f409-4896-8f5e-\ 53cf058347da"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "@", "reps1"}]], "Input", CellChangeTimes->{{3.81124212664221*^9, 3.811242135070292*^9}},ExpressionUUID->"fc64093c-35e3-444c-831c-\ 3ab061741135"], Cell[BoxData["53408"], "Output", CellChangeTimes->{ 3.8112419243975573`*^9, {3.811241959837805*^9, 3.811241991859041*^9}, { 3.811242129679405*^9, 3.811242135609881*^9}},ExpressionUUID->"7739a36c-a17c-457c-bdb4-\ 5ab9ddc75823"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"reps1", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"(", RowBox[{"First", "/@", "y"}], ")"}], ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ",", RowBox[{"DiffLocs", "\[LeftDoubleBracket]", RowBox[{"2", ";;", RowBox[{"-", "2"}]}], "\[RightDoubleBracket]"}]}], "]"}], ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.811242040886088*^9, 3.811242059531436*^9}, { 3.8112420915120697`*^9, 3.811242184087009*^9}, {3.811242346797717*^9, 3.811242429535988*^9}},ExpressionUUID->"1d135c9b-cd14-4ffc-b6a2-\ 8c922cd1d267"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.5536943211946875, 0.5081773474205553}, {1.0212526513716815`, 7.491822652579446}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9550467660171231, 0.6666666666666666}, { 0.9550467660171231, 1.3333333333333335`}, {0.8346581038842102, 1.3333333333333335`}, {0.8346581038842102, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6412775357946806, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6503091975137969, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.602633600042803, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6530477708566705, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6439744236654388, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6388452934559801, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6509013938519705, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6289182507174318, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6215914156065718, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.634083576914059, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6408796521803205, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6209763374415886, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6291579249332349, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6516014876496211, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6457161398953696, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6342937020921469, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6421985809250336, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6535128866992812, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6494616974525868, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6496205885589986, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6428254533294906, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5878087454985581, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6539950446684359, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6489325861786671, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6448205391811217, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6482025903817572, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6299095378973416, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6507127884820322, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6506026671813196, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6449629633217256, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6420501567289544, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6360874221447845, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6321027466964728, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.621410257854808, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6399618585065824, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6473791026867616, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6530793313857278, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5873034220998995, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6066138370269262, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6311402573045108, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.648124621360017, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6270975108291816, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6509755601451503, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6246031647386079, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.629030392377726, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8890327566228781, 1.3333333333333335`}, { 0.8890327566228781, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8884353639212507, 1.3333333333333335`}, { 0.8884353639212507, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8346581038842102, 1.}, {0.6543354855653009, 1.}}, {{ 0.9550467660171231, 1.}, {1., 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6543354855653009, 1.1666666666666667`}, { 0.6543354855653009, 0.8333333333333333}}, {{1., 1.1666666666666667`}, {1., 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{161.06678565073844`, 510.8284271247462}, { 50.969032281426166`, 74.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9550467660171231`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8890327566228781`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8346581038842102`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5873034220998995`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9550467660171231}, { Style["median", Bold], 0.8890327566228781}, { Style["25%", Bold], 0.8346581038842102}, { Style["min", Bold], 0.5873034220998995}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9550467660171231, 1.6666666666666667`}, { 0.9550467660171231, 2.3333333333333335`}, {0.8321488356773206, 2.3333333333333335`}, {0.8321488356773206, 1.6666666666666667`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6358623248919678, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6317349808744472, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6339656910389851, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6394610450618687, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6009759584795782, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6409413307043619, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6321665943795192, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6362611489062965, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6431958227955992, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6222177857585127, 2.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8873809991902725, 2.3333333333333335`}, { 0.8873809991902725, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8875178961235511, 2.3333333333333335`}, { 0.8875178961235511, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8321488356773206, 2.}, {0.6478116610400471, 2.}}, {{ 0.9550467660171231, 2.}, {1., 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6478116610400471, 2.1666666666666665`}, { 0.6478116610400471, 1.8333333333333333`}}, {{1., 2.1666666666666665`}, {1., 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{172.3006321642792, 510.8284271247462}, { 24.144505355358163`, 47.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9550467660171231`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8873809991902725`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8321488356773206`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6009759584795782`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9550467660171231}, { Style["median", Bold], 0.8873809991902725}, { Style["25%", Bold], 0.8321488356773206}, { Style["min", Bold], 0.6009759584795782}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9573023131987818, 2.666666666666667}, { 0.9573023131987818, 3.333333333333334}, {0.8318012261059236, 3.333333333333334}, {0.8318012261059236, 2.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6289182507174318, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6293151625744755, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6137414229697927, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6260102950149914, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6339233784902262, 3.0000000000000004`}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8900517423489269, 3.333333333333334}, { 0.8900517423489269, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8881800678168955, 3.333333333333334}, { 0.8881800678168955, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8318012261059236, 3.0000000000000004`}, { 0.6593837662659664, 3.0000000000000004`}}, {{0.9573023131987818, 3.0000000000000004`}, {1., 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6593837662659664, 3.166666666666667}, { 0.6593837662659664, 2.833333333333334}}, {{1., 3.166666666666667}, {1., 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{182.7891958641547, 509.8284271247462}, {-2.828427124746213, 20.828427124746213`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9573023131987818`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8900517423489269`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8318012261059236`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6137414229697927`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9573023131987818}, { Style["median", Bold], 0.8900517423489269}, { Style["25%", Bold], 0.8318012261059236}, { Style["min", Bold], 0.6137414229697927}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9510314630821242, 3.6666666666666674`}, { 0.9510314630821242, 4.333333333333334}, {0.8263873665623137, 4.333333333333334}, {0.8263873665623137, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5749469725663691, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6372823710895053, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6306911431313896, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6106513014328195, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6023932686703066, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5889986442600124, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6259148349387392, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8855792646760139, 4.333333333333334}, { 0.8855792646760139, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8836011755188392, 4.333333333333334}, { 0.8836011755188392, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8263873665623137, 4.000000000000001}, { 0.6403360684304579, 4.000000000000001}}, {{0.9510314630821242, 4.000000000000001}, {1., 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6403360684304579, 4.166666666666668}, { 0.6403360684304579, 3.8333333333333344`}}, {{1., 4.166666666666668}, {1., 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{150.91428331632846`, 509.8284271247462}, {-29.828427124746213`, -6.171572875253787}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9510314630821242`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8855792646760139`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8263873665623137`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5749469725663691`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9510314630821242}, { Style["median", Bold], 0.8855792646760139}, { Style["25%", Bold], 0.8263873665623137}, { Style["min", Bold], 0.5749469725663691}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.528488, 0.470624, 0.701351], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9429609616902603, 4.666666666666667}, { 0.9429609616902603, 5.333333333333334}, {0.8381332397661501, 5.333333333333334}, {0.8381332397661501, 4.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6764787048345131, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5904908227507971, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6516414461364796, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6639534508930771, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6768038564237701, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6491919600421323, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.670735839323207, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6528420465908702, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6753894283018382, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6532606884923879, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6771029075727626, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6149797001987174, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.673279400983685, 5.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8875760183887785, 5.333333333333334}, { 0.8875760183887785, 4.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8860006640042457, 5.333333333333334}, { 0.8860006640042457, 4.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8381332397661501, 5.}, {0.6819389347726634, 5.}}, {{ 0.9429609616902603, 5.}, {1., 5.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6819389347726634, 5.166666666666667}, { 0.6819389347726634, 4.833333333333333}}, {{1., 5.166666666666667}, {1., 4.833333333333333}}}]}, {}}]}, ImageSizeCache->{{163.6856684018981, 510.8284271247462}, {-56.82842712474622, -33.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9429609616902603`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8875760183887785`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8381332397661501`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5904908227507971`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9429609616902603}, { Style["median", Bold], 0.8875760183887785}, { Style["25%", Bold], 0.8381332397661501}, { Style["min", Bold], 0.5904908227507971}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.772079, 0.431554, 0.102387], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9698801391551343, 5.666666666666667}, { 0.9698801391551343, 6.333333333333334}, {0.8463052579385563, 6.333333333333334}, {0.8463052579385563, 5.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5807024243045722, 6.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.9009126809590194, 6.333333333333334}, { 0.9009126809590194, 5.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8959442214180318, 6.333333333333334}, { 0.8959442214180318, 5.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8463052579385563, 6.}, {0.6940095182330809, 6.}}, {{ 0.9698801391551343, 6.}, {1., 6.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6940095182330809, 6.166666666666667}, { 0.6940095182330809, 5.833333333333333}}, {{1., 6.166666666666667}, {1., 5.833333333333333}}}]}, {}}]}, ImageSizeCache->{{155.64316899251963`, 510.8284271247462}, {-83.15360234891385, -59.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9698801391551343`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.9009126809590194`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8463052579385563`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5807024243045722`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9698801391551343}, { Style["median", Bold], 0.9009126809590194}, { Style["25%", Bold], 0.8463052579385563}, { Style["min", Bold], 0.5807024243045722}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.363898, 0.618501, 0.782349], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{1., 6.666666666666667}, {1., 7.333333333333334}, { 0.8740292907868343, 7.333333333333334}, {0.8740292907868343, 6.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8958567841927525, 7.333333333333334}, { 0.8958567841927525, 6.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8951667357674876, 7.333333333333334}, { 0.8951667357674876, 6.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8740292907868343, 7.}, {0.7052575554325866, 7.}}, {{ 1., 7.}, {1., 7.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7052575554325866, 7.166666666666667}, { 0.7052575554325866, 6.833333333333333}}, {{1., 7.166666666666667}, {1., 6.833333333333333}}}]}, {}}]}, ImageSizeCache->{{262.1715728752538, 510.8284271247462}, {-109.82842712474623`, -86.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8958567841927525`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8740292907868343`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.7052575554325866`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 1.}, { Style["median", Bold], 0.8958567841927525}, { Style["25%", Bold], 0.8740292907868343}, { Style["min", Bold], 0.7052575554325866}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}}, \ {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5536943211946875, 0.33333333333333326`}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 7.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 7.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 7.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{{3.811242393817149*^9, 3.811242430541861*^9}},ExpressionUUID->"a3c59479-2e08-4971-b83d-\ d8b3ada98a3f"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{"reps1", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"(", RowBox[{"First", "/@", "y"}], ")"}], ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ",", RowBox[{"DiffLocs", "\[LeftDoubleBracket]", RowBox[{"2", ";;", RowBox[{"-", "2"}]}], "\[RightDoubleBracket]"}]}], "]"}], ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.811243221346406*^9, 3.811243223704218*^9}},ExpressionUUID->"2801f7a9-435f-4e27-a033-\ c4a3446743f4"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/plot3.txt\"\>"], "Output", CellChangeTimes->{ 3.811243224166196*^9},ExpressionUUID->"af7e8889-2b81-4b28-b7e9-\ 1cc8968e4a61"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{"reps1", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"(", RowBox[{"First", "/@", "y"}], ")"}], ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ",", "NewLocs"}], "]"}], ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.811759716691169*^9, 3.811759717777658*^9}},ExpressionUUID->"b08f0e87-a9aa-489c-9e61-\ 8cf9e10b4884"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.5536943211946875, 0.41097895968709663`}, { 1.0212526513716815`, 4.589021040312904}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9550467660171231, 0.6666666666666666}, { 0.9550467660171231, 1.3333333333333335`}, {0.8346581038842102, 1.3333333333333335`}, {0.8346581038842102, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6412775357946806, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6503091975137969, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.602633600042803, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6530477708566705, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6439744236654388, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6388452934559801, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6509013938519705, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6289182507174318, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6215914156065718, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.634083576914059, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6408796521803205, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6209763374415886, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6291579249332349, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6516014876496211, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6457161398953696, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6342937020921469, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6421985809250336, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6535128866992812, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6494616974525868, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6496205885589986, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6428254533294906, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5878087454985581, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6539950446684359, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6489325861786671, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6448205391811217, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6482025903817572, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6299095378973416, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6507127884820322, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6506026671813196, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6449629633217256, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6420501567289544, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6360874221447845, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6321027466964728, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.621410257854808, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6399618585065824, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6473791026867616, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6530793313857278, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5873034220998995, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6066138370269262, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6311402573045108, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.648124621360017, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6270975108291816, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6509755601451503, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6246031647386079, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.629030392377726, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8890327566228781, 1.3333333333333335`}, { 0.8890327566228781, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8884353639212507, 1.3333333333333335`}, { 0.8884353639212507, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8346581038842102, 1.}, {0.6543354855653009, 1.}}, {{ 0.9550467660171231, 1.}, {1., 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6543354855653009, 1.1666666666666667`}, { 0.6543354855653009, 0.8333333333333333}}, {{1., 1.1666666666666667`}, {1., 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{161.06678565073844`, 510.8284271247462}, { 32.17157287525378, 67.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9550467660171231`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8890327566228781`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8346581038842102`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5873034220998995`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9550467660171231}, { Style["median", Bold], 0.8890327566228781}, { Style["25%", Bold], 0.8346581038842102}, { Style["min", Bold], 0.5873034220998995}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9530706272321395, 1.6666666666666667`}, { 0.9530706272321395, 2.3333333333333335`}, {0.833928791359254, 2.3333333333333335`}, {0.833928791359254, 1.6666666666666667`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6358623248919678, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6317349808744472, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6339656910389851, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6394610450618687, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6009759584795782, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6478116610400471, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6409413307043619, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6321665943795192, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6362611489062965, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6431958227955992, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6222177857585127, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6482050958988578, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6525879322311766, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5904908227507971, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6516414461364796, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6491919600421323, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6528420465908702, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6532606884923879, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6149797001987174, 2.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8874304732819049, 2.3333333333333335`}, { 0.8874304732819049, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8870808437694886, 2.3333333333333335`}, { 0.8870808437694886, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.833928791359254, 2.}, {0.6558312596768326, 2.}}, {{ 0.9530706272321395, 2.}, {1., 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6558312596768326, 2.1666666666666665`}, { 0.6558312596768326, 1.8333333333333333`}}, {{1., 2.1666666666666665`}, {1., 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{163.6856684018981, 509.8284271247462}, {-12.828427124746213`, 22.828427124746213`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9530706272321395`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8874304732819049`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.833928791359254`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5904908227507971`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9530706272321395}, { Style["median", Bold], 0.8874304732819049}, { Style["25%", Bold], 0.833928791359254}, { Style["min", Bold], 0.5904908227507971}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9524359180728552, 2.666666666666667}, { 0.9524359180728552, 3.333333333333334}, {0.8268751812823001, 3.333333333333334}, {0.8268751812823001, 2.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5749469725663691, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6372823710895053, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6306911431313896, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6106513014328195, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6023932686703066, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5889986442600124, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6259148349387392, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6289182507174318, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6293151625744755, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6137414229697927, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6260102950149914, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6339233784902262, 3.0000000000000004`}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8868917560380157, 3.333333333333334}, { 0.8868917560380157, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8845479290954676, 3.333333333333334}, { 0.8845479290954676, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8268751812823001, 3.0000000000000004`}, { 0.6403360684304579, 3.0000000000000004`}}, {{0.9524359180728552, 3.0000000000000004`}, {1., 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6403360684304579, 3.166666666666667}, { 0.6403360684304579, 2.833333333333334}}, {{1., 3.166666666666667}, {1., 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{150.91428331632846`, 509.8284271247462}, {-57.82842712474621, -22.171572875253787`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9524359180728552`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8868917560380157`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8268751812823001`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5749469725663691`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9524359180728552}, { Style["median", Bold], 0.8868917560380157}, { Style["25%", Bold], 0.8268751812823001}, { Style["min", Bold], 0.5749469725663691}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9698801391551343, 3.6666666666666674`}, { 0.9698801391551343, 4.333333333333334}, {0.8463052579385563, 4.333333333333334}, {0.8463052579385563, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5807024243045722, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.9009126809590194, 4.333333333333334}, { 0.9009126809590194, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8959442214180318, 4.333333333333334}, { 0.8959442214180318, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8463052579385563, 4.000000000000001}, { 0.6940095182330809, 4.000000000000001}}, {{0.9698801391551343, 4.000000000000001}, {1., 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6940095182330809, 4.166666666666668}, { 0.6940095182330809, 3.8333333333333344`}}, {{1., 4.166666666666668}, {1., 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{155.64316899251963`, 510.8284271247462}, {-102.82842712474623`, -67.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9698801391551343`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.9009126809590194`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8463052579385563`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5807024243045722`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9698801391551343}, { Style["median", Bold], 0.9009126809590194}, { Style["25%", Bold], 0.8463052579385563}, { Style["min", Bold], 0.5807024243045722}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}}, {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5536943211946875, 0.4833333333333333}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{ 3.8117597196819077`*^9},ExpressionUUID->"1ef896d7-f7b0-4c41-b58c-\ 3826e34259d7"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"reps1Loc", ",", "ranks1Age"}], "}"}], "=", RowBox[{"FairRepBase", "[", RowBox[{"dataBC2", ",", ".5", ",", "3", ",", RowBox[{"{", RowBox[{ RowBox[{"First", "/@", "usersCV0To20"}], ",", RowBox[{"First", "/@", "usersCV20To40"}], ",", RowBox[{"First", "/@", "usersCV40To60"}], ",", RowBox[{"First", "/@", "usersCV60Tooo"}]}], "}"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811241504642952*^9, 3.81124154422164*^9}, 3.811241807974909*^9, {3.821701245019682*^9, 3.8217012455576982`*^9}, 3.8219378616446342`*^9, {3.82214076366191*^9, 3.8221407653594303`*^9}},ExpressionUUID->"9b3153ec-db92-42fe-9f38-\ 839b5cf8bc36"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ "reps1Loc", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"(", RowBox[{"First", "/@", "y"}], ")"}], ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ",", "NewLocs"}], "]"}], ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{ 3.821701251999062*^9},ExpressionUUID->"d3c2821b-2bee-486e-bfe1-\ 67c6780361e5"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.5495380460641403, 0.41097895968709663`}, { 1.0187970395765429`, 4.589021040312904}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9510919464698917, 0.6666666666666666}, { 0.9510919464698917, 1.3333333333333335`}, {0.8308250706409467, 1.3333333333333335`}, {0.8308250706409467, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6376401281546056, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6466626533597016, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5990352849719336, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6493984563360004, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6403342878282049, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6352103462951524, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6472542506264846, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6252933458464929, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6179739226310068, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6304534467505125, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6372426470430556, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6173594666848857, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6255327776056029, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6479536362026587, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6420742421216008, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6306633593639921, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.638560241547034, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6498631016630461, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6458160106375319, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6459747410082047, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6391864798014651, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5842254273901086, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6503447718766601, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6452874346175581, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6411795474054667, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6445581772912686, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6262836302309593, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.647065836051514, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6469558261505459, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6413218274684692, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6384119674982688, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6324552648725381, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6284746203594223, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6177929481401301, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.636325781818038, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6437355226441777, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6494299849381293, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5837206151813573, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6030114955108532, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6275131046307902, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6444802871437249, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6234744478358543, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.647328341892344, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6209826250492678, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6254053740632277, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8851447174690141, 1.3333333333333335`}, { 0.8851447174690141, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8845479290954751, 1.3333333333333335`}, { 0.8845479290954751, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8308250706409467, 1.}, {0.6506848683803087, 1.}}, {{ 0.9510919464698917, 1.}, {0.995999705338076, 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6506848683803087, 1.1666666666666667`}, { 0.6506848683803087, 0.8333333333333333}}, {{0.995999705338076, 1.1666666666666667`}, {0.995999705338076, 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{158.12302292136104`, 506.8284271247462}, { 32.17157287525378, 67.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.995999705338076`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9510919464698917`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8851447174690141`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8308250706409467`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5837206151813573`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.995999705338076}, { Style["75%", Bold], 0.9510919464698917}, { Style["median", Bold], 0.8851447174690141}, { Style["25%", Bold], 0.8308250706409467}, { Style["min", Bold], 0.5837206151813573}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9505377125581186, 1.6666666666666667`}, { 0.9505377125581186, 2.3333333333333335`}, {0.8313958766852331, 2.3333333333333335`}, {0.8313958766852331, 1.6666666666666667`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6333294102179469, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6292020662004263, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6314327763649642, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6369281303878478, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5984430438055572, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6452787463660261, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6384084160303409, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6296336797054982, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6337282342322755, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6406629081215782, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6196848710844918, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6456721812248368, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6500550175571557, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5879579080767762, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6491085314624586, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6466590453681114, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6503091319168492, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.650727773818367, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6124467855246964, 2.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.884897558607884, 2.3333333333333335`}, { 0.884897558607884, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8845479290954679, 2.3333333333333335`}, { 0.8845479290954679, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8313958766852331, 2.}, {0.6532983450028117, 2.}}, {{ 0.9505377125581186, 2.}, {0.997467085325979, 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6532983450028117, 2.1666666666666665`}, { 0.6532983450028117, 1.8333333333333333`}}, {{0.997467085325979, 2.1666666666666665`}, {0.997467085325979, 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{161.60453481485297`, 507.8284271247462}, {-12.828427124746213`, 22.828427124746213`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.997467085325979`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9505377125581186`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.884897558607884`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8313958766852331`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5879579080767762`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.997467085325979}, { Style["75%", Bold], 0.9505377125581186}, { Style["median", Bold], 0.884897558607884}, { Style["25%", Bold], 0.8313958766852331}, { Style["min", Bold], 0.5879579080767762}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9506181193999437, 2.666666666666667}, { 0.9506181193999437, 3.333333333333334}, {0.8284194521616873, 3.333333333333334}, {0.8284194521616873, 2.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5832369840453981, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6439032625015293, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6374885241642672, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6179852780873047, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6099483660447111, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.596912401993104, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6328401085020157, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6357631034979019, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6361493874683657, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6209926571699254, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6329330124972505, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6406342117665074, 3.0000000000000004`}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8868289966961959, 3.333333333333334}, { 0.8868289966961959, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8845479290954699, 3.333333333333334}, { 0.8845479290954699, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8284194521616873, 3.0000000000000004`}, { 0.6468751926984337, 3.0000000000000004`}}, {{0.9506181193999437, 3.0000000000000004`}, {0.9969086045346688, 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6468751926984337, 3.166666666666667}, { 0.6468751926984337, 2.833333333333334}}, {{0.9969086045346688, 3.166666666666667}, {0.9969086045346688, 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{157.72565422548325`, 507.8284271247462}, {-57.82842712474621, -22.171572875253787`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9969086045346688`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9506181193999437`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8868289966961959`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8284194521616873`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5832369840453981`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9969086045346688}, { Style["75%", Bold], 0.9506181193999437}, { Style["median", Bold], 0.8868289966961959}, { Style["25%", Bold], 0.8284194521616873}, { Style["min", Bold], 0.5832369840453981}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9581175306599694, 3.6666666666666674`}, { 0.9581175306599694, 4.333333333333334}, {0.8351549023091476, 4.333333333333334}, {0.8351549023091476, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.570868000314704, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8894917723587585, 4.333333333333334}, { 0.8894917723587585, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8845479290954681, 4.333333333333334}, { 0.8845479290954681, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8351549023091476, 4.000000000000001}, { 0.6836137132223671, 4.000000000000001}}, {{0.9581175306599694, 4.000000000000001}, {0.9880881623820806, 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6836137132223671, 4.166666666666668}, { 0.6836137132223671, 3.8333333333333344`}}, {{0.9880881623820806, 4.166666666666668}, {0.9880881623820806, 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{147.56285334490764`, 500.8284271247462}, {-102.82842712474623`, -67.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9880881623820806`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9581175306599694`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8894917723587585`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8351549023091476`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.570868000314704`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9880881623820806}, { Style["75%", Bold], 0.9581175306599694}, { Style["median", Bold], 0.8894917723587585}, { Style["25%", Bold], 0.8351549023091476}, { Style["min", Bold], 0.570868000314704}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}}, {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5495380460641403, 0.4833333333333333}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 4.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{ 3.821701255544197*^9},ExpressionUUID->"1f672654-30b5-44b2-b12a-\ 55cf9697e228"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{ "reps1Loc", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"(", RowBox[{"First", "/@", "y"}], ")"}], ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ",", "NewLocs"}], "]"}], ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.821701274683318*^9, 3.8217012858190727`*^9}, { 3.8217013679916563`*^9, 3.821701368474003*^9}, 3.821701418820348*^9},ExpressionUUID->"a24820c5-1b48-44e9-8711-\ c88807854b7a"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/BC_OnlyLoc_fair.csv\"\>"], "Output", CellChangeTimes->{3.8217012874366503`*^9, 3.821701369972213*^9, 3.821701420395506*^9},ExpressionUUID->"26eb10be-8b2b-497b-b6cd-\ 7e5e87102590"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{"reps1", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"(", RowBox[{"First", "/@", "y"}], ")"}], ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ",", "NewLocs"}], "]"}], ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.811759676632285*^9, 3.811759689083637*^9}, { 3.811759770991167*^9, 3.811759771461124*^9}},ExpressionUUID->"34e5fb36-f456-4ad2-844a-\ ebab4fc63967"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - PosDoc/Bookcrossing_data/plot3Join.csv\"\ \>"], "Output", CellChangeTimes->{3.811759692706408*^9, 3.811759731011982*^9, 3.811759777271317*^9},ExpressionUUID->"88c44a91-448e-4cf3-a71b-\ 4b7b7e96d7e5"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ "reps1Age", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"(", RowBox[{"First", "/@", "y"}], ")"}], ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ",", RowBox[{"DiffLocs", "\[LeftDoubleBracket]", RowBox[{"2", ";;", RowBox[{"-", "2"}]}], "\[RightDoubleBracket]"}]}], "]"}], ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.811242513709446*^9, 3.811242514577714*^9}},ExpressionUUID->"f92fdf01-98a5-4255-a27a-\ f0dfc841fdbf"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.5536943211946875, 0.5081773474205553}, {1.0212526513716815`, 7.491822652579446}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9509836064851799, 0.6666666666666666}, { 0.9509836064851799, 1.3333333333333335`}, {0.8315126157356867, 1.3333333333333335`}, {0.8315126157356867, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6395479797549312, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6484819802172965, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6013219090038366, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6511909407909271, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6422157056102191, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6383851768289344, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6490677730119775, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6273223382253179, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6200747297227154, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6316553675401965, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6391543985397339, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6194663025272282, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6287886568817402, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6497602965482245, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6439385882964224, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6338762704926113, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.640459065430673, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6509055767014926, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6489020197137385, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6478008173358817, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6423280105850246, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5878272519023267, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6521279715318355, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6471202544699165, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6430526719009655, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6476547206053689, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6295332211858322, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6488812070715517, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6487722765356129, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6444454749128913, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6403122461766269, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6344139878949662, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6304723995799117, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6211136477719108, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6374794627559277, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.645583569121573, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6504760179286307, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5873266674491158, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6064559884407461, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6307523988513217, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.646321026344696, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6255212863802245, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6504016853342205, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6246031647386079, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6266487635830643, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8851282309392632, 1.3333333333333335`}, { 0.8851282309392632, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.884653018566349, 1.3333333333333335`}, { 0.884653018566349, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8315126157356867, 1.}, {0.6524647311697171, 1.}}, {{ 0.9509836064851799, 1.}, {1., 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6524647311697171, 1.1666666666666667`}, { 0.6524647311697171, 0.8333333333333333}}, {{1., 1.1666666666666667`}, {1., 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{161.08588486378846`, 509.8284271247462}, { 50.969032281426166`, 74.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9509836064851799`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8851282309392632`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8315126157356867`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5873266674491158`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9509836064851799}, { Style["median", Bold], 0.8851282309392632}, { Style["25%", Bold], 0.8315126157356867}, { Style["min", Bold], 0.5873266674491158}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9506830585635035, 1.6666666666666667`}, { 0.9506830585635035, 2.3333333333333335`}, {0.8288977618970779, 2.3333333333333335`}, {0.8288977618970779, 1.6666666666666667`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6341913246660628, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6301086104870293, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6335513355417859, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.638995153888706, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5996821918672945, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6392154101209291, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6317691108913084, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6358252665024875, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6414455239152579, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6219136026427948, 2.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8838427899492592, 2.3333333333333335`}, { 0.8838427899492592, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8837528750463138, 2.3333333333333335`}, { 0.8837528750463138, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8288977618970779, 2.}, {0.6464006306954314, 2.}}, {{ 0.9506830585635035, 2.}, {1., 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6464006306954314, 2.1666666666666665`}, { 0.6464006306954314, 1.8333333333333333`}}, {{1., 2.1666666666666665`}, {1., 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{171.23762709022873`, 509.8284271247462}, { 24.144505355358163`, 47.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9506830585635035`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8838427899492592`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8288977618970779`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5996821918672945`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9506830585635035}, { Style["median", Bold], 0.8838427899492592}, { Style["25%", Bold], 0.8288977618970779}, { Style["min", Bold], 0.5996821918672945}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9538924502602459, 2.666666666666667}, { 0.9538924502602459, 3.333333333333334}, {0.8285076161493883, 3.333333333333334}, {0.8285076161493883, 2.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6273223382253179, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6289444199413443, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6123096207064964, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6244458268591812, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6322733444993569, 3.0000000000000004`}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8863672601182431, 3.333333333333334}, { 0.8863672601182431, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8843782652129688, 3.333333333333334}, { 0.8843782652129688, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8285076161493883, 3.0000000000000004`}, { 0.6567223381237347, 3.0000000000000004`}}, {{0.9538924502602459, 3.0000000000000004`}, {1., 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6567223381237347, 3.166666666666667}, { 0.6567223381237347, 2.833333333333334}}, {{1., 3.166666666666667}, {1., 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{181.61277574597403`, 510.8284271247462}, {-2.828427124746213, 20.828427124746213`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9538924502602459`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8863672601182431`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8285076161493883`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6123096207064964`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9538924502602459}, { Style["median", Bold], 0.8863672601182431}, { Style["25%", Bold], 0.8285076161493883}, { Style["min", Bold], 0.6123096207064964}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9465693375650593, 3.6666666666666674`}, { 0.9465693375650593, 4.333333333333334}, {0.8230906253734604, 4.333333333333334}, {0.8230906253734604, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5749469725663691, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6368369116183588, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6282942054297491, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6106513014328195, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6010841763849921, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5869860306874036, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6243513990128005, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8817554533159634, 4.333333333333334}, { 0.8817554533159634, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8798659854427673, 4.333333333333334}, { 0.8798659854427673, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8230906253734604, 4.000000000000001}, { 0.639861971248984, 4.000000000000001}}, {{0.9465693375650593, 4.000000000000001}, {1., 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.639861971248984, 4.166666666666668}, { 0.639861971248984, 3.8333333333333344`}}, {{1., 4.166666666666668}, {1., 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{150.91428331632846`, 509.8284271247462}, {-29.828427124746213`, -6.171572875253787}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9465693375650593`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8817554533159634`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8230906253734604`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5749469725663691`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9465693375650593}, { Style["median", Bold], 0.8817554533159634}, { Style["25%", Bold], 0.8230906253734604}, { Style["min", Bold], 0.5749469725663691}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.528488, 0.470624, 0.701351], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9381717566235791, 4.666666666666667}, { 0.9381717566235791, 5.333333333333334}, {0.8351921044154522, 5.333333333333334}, {0.8351921044154522, 4.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6743685111541557, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5893104341152715, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6497998229555647, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6619786954165728, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6739818487730227, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6486348119127912, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6686877444548545, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.650987441064859, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.67329101319761, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6514015561034912, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6797696984781678, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6749859642569804, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6127275915858672, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6712038020484052, 5.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8836969443640765, 5.333333333333334}, { 0.8836969443640765, 4.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8823050307995463, 5.333333333333334}, { 0.8823050307995463, 4.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8351921044154522, 5.}, {0.6810185949347276, 5.}}, {{ 0.9381717566235791, 5.}, {1., 5.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6810185949347276, 5.166666666666667}, { 0.6810185949347276, 4.833333333333333}}, {{1., 5.166666666666667}, {1., 4.833333333333333}}}]}, {}}]}, ImageSizeCache->{{162.7158187419966, 510.8284271247462}, {-56.82842712474622, -33.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9381717566235791`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8836969443640765`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8351921044154522`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5893104341152715`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9381717566235791}, { Style["median", Bold], 0.8836969443640765}, { Style["25%", Bold], 0.8351921044154522}, { Style["min", Bold], 0.5893104341152715}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.772079, 0.431554, 0.102387], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9645973340883657, 5.666666666666667}, { 0.9645973340883657, 6.333333333333334}, {0.8436248667761073, 6.333333333333334}, {0.8436248667761073, 5.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5796278796791045, 6.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8970098373910896, 6.333333333333334}, { 0.8970098373910896, 5.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8922333532372981, 6.333333333333334}, { 0.8922333532372981, 5.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8436248667761073, 6.}, {0.6917097601822216, 6.}}, {{ 0.9645973340883657, 6.}, {1., 6.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6917097601822216, 6.166666666666667}, { 0.6917097601822216, 5.833333333333333}}, {{1., 6.166666666666667}, {1., 5.833333333333333}}}]}, {}}]}, ImageSizeCache->{{154.7602845693781, 510.8284271247462}, {-83.15360234891385, -59.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9645973340883657`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8970098373910896`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8436248667761073`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5796278796791045`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9645973340883657}, { Style["median", Bold], 0.8970098373910896}, { Style["25%", Bold], 0.8436248667761073}, { Style["min", Bold], 0.5796278796791045}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.363898, 0.618501, 0.782349], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9943915025462982, 6.666666666666667}, { 0.9943915025462982, 7.333333333333334}, {0.8697829410926667, 7.333333333333334}, {0.8697829410926667, 6.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8929864023033867, 7.333333333333334}, { 0.8929864023033867, 6.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8917458047097141, 7.333333333333334}, { 0.8917458047097141, 6.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8697829410926667, 7.}, {0.7041746216405362, 7.}}, {{ 0.9943915025462982, 7.}, {0.9961529583720095, 7.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7041746216405362, 7.166666666666667}, { 0.7041746216405362, 6.833333333333333}}, {{0.9961529583720095, 7.166666666666667}, {0.9961529583720095, 6.833333333333333}}}]}, {}}]}, ImageSizeCache->{{261.1715728752538, 506.8284271247462}, {-109.82842712474623`, -86.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9961529583720095`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9943915025462982`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8929864023033867`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8697829410926667`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.7041746216405362`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9961529583720095}, { Style["75%", Bold], 0.9943915025462982}, { Style["median", Bold], 0.8929864023033867}, { Style["25%", Bold], 0.8697829410926667}, { Style["min", Bold], 0.7041746216405362}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}}, \ {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5536943211946875, 0.33333333333333326`}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 7.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 7.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 7.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{ 3.811242515450116*^9},ExpressionUUID->"4dc7939a-de6a-4b70-98f4-\ ecb9e13f5b4b"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{ "reps1Age", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"(", RowBox[{"First", "/@", "y"}], ")"}], ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ",", RowBox[{"DiffLocs", "\[LeftDoubleBracket]", RowBox[{"2", ";;", RowBox[{"-", "2"}]}], "\[RightDoubleBracket]"}]}], "]"}], ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.81124323771611*^9, 3.811243239903544*^9}},ExpressionUUID->"6ff26d0c-26fb-4133-884d-\ 2b3a501cd533"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/plot4.txt\"\>"], "Output", CellChangeTimes->{ 3.8112432402719393`*^9},ExpressionUUID->"1475a8fd-dc81-4dda-9533-\ fdf40362c97a"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"#", "\[LeftDoubleBracket]", RowBox[{"1", ",", "2"}], "\[RightDoubleBracket]"}], "&"}], "/@", "DiffLocs"}], ")"}], "\[LeftDoubleBracket]", RowBox[{"2", ";;", RowBox[{"-", "2"}]}], "\[RightDoubleBracket]"}]], "Input", CellChangeTimes->{{3.8112423151281443`*^9, 3.811242326838293*^9}, { 3.81124236321097*^9, 3.8112423720632133`*^9}},ExpressionUUID->"ec1b469a-667c-4bb7-8b44-\ 445865f4d4d0"], Cell[BoxData[ RowBox[{"{", RowBox[{"\<\"EU\"\>", ",", "\<\"OC\"\>", ",", "\<\"SA\"\>", ",", "\<\"NA\"\>", ",", "\<\"AS\"\>", ",", "\<\"AF\"\>", ",", "\<\"AN\"\>"}], "}"}]], "Output", CellChangeTimes->{ 3.8112423270973997`*^9, {3.8112423692763853`*^9, 3.811242372268074*^9}},ExpressionUUID->"cfb33af2-35bb-489d-b835-\ 70ae185aaa97"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"reps1Mult", ",", "ranks1Mult"}], "}"}], "=", RowBox[{"FairRepBase", "[", RowBox[{"dataBC2", ",", ".5", ",", "3", ",", "\[IndentingNewLine]", RowBox[{"Select", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "1", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "1", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "2", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "1", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "3", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "1", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "4", "]"}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "2", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "2", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "2", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "2", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "3", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "2", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "4", "]"}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "3", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "3", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "2", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "3", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "3", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "3", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "4", "]"}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "4", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "4", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "2", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "4", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "3", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"ages", "[", RowBox[{"[", "4", "]"}], "]"}], ",", RowBox[{"locs", "[", RowBox[{"[", "4", "]"}], "]"}]}], "]"}]}], "\[IndentingNewLine]", "}"}], ",", RowBox[{ RowBox[{ RowBox[{"Length", "[", "#", "]"}], ">", "1"}], "&"}]}], "]"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811241504642952*^9, 3.81124154422164*^9}, 3.811241807974909*^9, {3.811242575882802*^9, 3.811242580697433*^9}, { 3.811242635820396*^9, 3.811242802426188*^9}, {3.811242841002968*^9, 3.811242857774798*^9}, {3.811242928831661*^9, 3.811242930168581*^9}, { 3.811760160054686*^9, 3.8117601761277113`*^9}},ExpressionUUID->"7ffa9d8e-405f-4f11-99f4-\ abd440b0d27a"], Cell[BoxData["."], "Input", CellChangeTimes->{ 3.811242830335552*^9},ExpressionUUID->"acfa13e3-5538-4c5d-90e1-\ ff0009f854e5"], Cell[BoxData[""], "Input", CellChangeTimes->{{3.8216996458622017`*^9, 3.8216996475491734`*^9}},ExpressionUUID->"17a1781f-58fd-48b8-9dab-\ e8b34e8db2d9"], Cell[BoxData[ RowBox[{ RowBox[{"filteredUsrs", "=", RowBox[{"Intersection", "[", RowBox[{ RowBox[{"Join", "@@", "CLUSTERSkmeans3"}], ",", RowBox[{"Join", "@@", "locs"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.821681760354043*^9, 3.821681798801436*^9}},ExpressionUUID->"91044222-c69a-46c2-aad4-\ 6e8aa6b6ffed"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"filteredUsrs", "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.8216818017738657`*^9, 3.821681806384399*^9}},ExpressionUUID->"3cdef21d-34de-4a2e-9b6b-\ 5d6336e244cf"], Cell[BoxData[ RowBox[{"{", RowBox[{ "107", ",", "117", ",", "118", ",", "194", ",", "342", ",", "351", ",", "598", ",", "600", ",", "616", ",", "762"}], "}"}]], "Output", CellChangeTimes->{ 3.821681806796032*^9},ExpressionUUID->"1d06a838-3a9e-4b2d-939b-\ 417d9d45b2df"] }, Open ]], Cell[BoxData[{ RowBox[{ RowBox[{"locs", "=", RowBox[{"(", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"(", RowBox[{"First", "/@", "y"}], ")"}], ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ",", "NewLocs"}], "]"}], ")"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"ages", "=", RowBox[{"{", RowBox[{ RowBox[{"First", "/@", "usersCV0To20"}], ",", RowBox[{"First", "/@", "usersCV20To40"}], ",", RowBox[{"First", "/@", "usersCV40To60"}], ",", RowBox[{"First", "/@", "usersCV60Tooo"}]}], "}"}]}], ";"}]}], "Input", CellChangeTimes->{{3.811242608191777*^9, 3.811242626573964*^9}, { 3.811760138544016*^9, 3.811760140938902*^9}},ExpressionUUID->"31c23b02-54a8-412c-a7ea-\ f63944e3e5d5"], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{"Length", "@", "locs"}], "\[IndentingNewLine]", RowBox[{"Length", "@", "ages"}]}], "Input", CellChangeTimes->{{3.8112426785602913`*^9, 3.8112426867836647`*^9}},ExpressionUUID->"d4c790f4-ab5f-46c0-a39b-\ 7f4ab96f6f66"], Cell[BoxData["7"], "Output", CellChangeTimes->{ 3.811242687515299*^9},ExpressionUUID->"b76426c5-4437-4717-9a74-\ 486980202c6f"], Cell[BoxData["4"], "Output", CellChangeTimes->{ 3.811242687519416*^9},ExpressionUUID->"4564d30a-3a19-4971-b981-\ 2d7493539532"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"dataBC2Filter", "=", RowBox[{"Table", "[", RowBox[{ RowBox[{"If", "[", RowBox[{ RowBox[{"MemberQ", "[", RowBox[{"filteredUsrs", ",", RowBox[{ "el", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}]}], "]"}], ",", "el", ",", "Nothing"}], "]"}], ",", RowBox[{"{", RowBox[{"el", ",", "dataBC2"}], "}"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.821681894258615*^9, 3.821681982976241*^9}},ExpressionUUID->"e684b003-34c6-4bb9-a312-\ 3e3247e765a2"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"dataBC2Filter", "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.821682053626751*^9, 3.82168205518998*^9}},ExpressionUUID->"74582ae6-fc63-4f62-b79e-\ 638e88323e5e"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"600", ",", "1", ",", "0.09090909090909091`"}], "}"}], ",", RowBox[{"{", RowBox[{"1959", ",", "1", ",", "1.`"}], "}"}], ",", RowBox[{"{", RowBox[{"6299", ",", "1", ",", "0.9090909090909091`"}], "}"}], ",", RowBox[{"{", RowBox[{"6437", ",", "1", ",", "0.09090909090909091`"}], "}"}], ",", RowBox[{"{", RowBox[{"6765", ",", "1", ",", "0.09090909090909091`"}], "}"}], ",", RowBox[{"{", RowBox[{"6845", ",", "1", ",", "1.`"}], "}"}], ",", RowBox[{"{", RowBox[{"6958", ",", "1", ",", "0.6363636363636364`"}], "}"}], ",", RowBox[{"{", RowBox[{"7667", ",", "1", ",", "0.09090909090909091`"}], "}"}], ",", RowBox[{"{", RowBox[{"8843", ",", "1", ",", "0.09090909090909091`"}], "}"}], ",", RowBox[{"{", RowBox[{"22970", ",", "1", ",", "0.09090909090909091`"}], "}"}]}], "}"}]], "Output", CellChangeTimes->{ 3.8216820555694933`*^9},ExpressionUUID->"d8690237-3fdd-451f-a579-\ ee89f75f2135"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"clustAndLocs", "=", RowBox[{"{", "\[IndentingNewLine]", RowBox[{ RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "1", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "1", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "2", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "1", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "3", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "1", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "4", "]"}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "2", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "2", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "2", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "2", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "3", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "2", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "4", "]"}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "3", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "3", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "2", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "3", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "3", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "3", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "4", "]"}], "]"}]}], "]"}]}], "\[IndentingNewLine]", "}"}]}], ";"}]], "Input", CellChangeTimes->{{3.821682244088254*^9, 3.821682248872243*^9}, { 3.82168291585233*^9, 3.821682941660356*^9}, {3.821962599367536*^9, 3.8219626270412703`*^9}},ExpressionUUID->"cdc4e174-77b4-4611-82f7-\ 0702197547bf"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "/@", RowBox[{"Select", "[", RowBox[{ RowBox[{"{", "\[IndentingNewLine]", RowBox[{ RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "1", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "1", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "2", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "1", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "3", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "1", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "4", "]"}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "2", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "2", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "2", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "2", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "3", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "2", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "4", "]"}], "]"}]}], "]"}], ",", "\[IndentingNewLine]", "\[IndentingNewLine]", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "3", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "3", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "2", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "3", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "3", "]"}], "]"}]}], "]"}], ",", RowBox[{"Intersection", "[", RowBox[{ RowBox[{ RowBox[{"CLUSTERSkmeans3", "[", RowBox[{"[", "3", "]"}], "]"}], "+", "1"}], ",", RowBox[{"locs", "[", RowBox[{"[", "4", "]"}], "]"}]}], "]"}]}], "\[IndentingNewLine]", "}"}], ",", RowBox[{ RowBox[{ RowBox[{"Length", "[", "#", "]"}], ">", "1"}], "&"}]}], "]"}]}]], "Input", CellChangeTimes->{{3.821962761263234*^9, 3.8219627909007*^9}},ExpressionUUID->"401b648f-5fde-4d13-a7cc-a1c3ab4b61f0"], Cell[BoxData[ RowBox[{"{", RowBox[{ "220", ",", "80", ",", "103", ",", "274", ",", "72", ",", "92", ",", "71", ",", "13", ",", "27"}], "}"}]], "Output", CellChangeTimes->{ 3.821962791216502*^9},ExpressionUUID->"8eb72c36-9d91-4740-9b31-\ d51f73fd52dc"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "/@", "clustAndLocs"}]], "Input", CellChangeTimes->{{3.821682288387426*^9, 3.821682292380783*^9}, 3.821962635280425*^9},ExpressionUUID->"3051622f-02af-4b02-b3b6-\ ed1df594b7c3"], Cell[BoxData[ RowBox[{"{", RowBox[{ "220", ",", "80", ",", "103", ",", "0", ",", "274", ",", "72", ",", "92", ",", "1", ",", "71", ",", "13", ",", "27", ",", "0"}], "}"}]], "Output", CellChangeTimes->{ 3.821682292765738*^9, {3.821962632068902*^9, 3.821962635379135*^9}},ExpressionUUID->"e0107929-5bad-49fa-9e16-\ f717ef854964"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Position", "[", RowBox[{"%323", ",", "0"}], "]"}]], "Input", CellChangeTimes->{{3.8219626706470633`*^9, 3.821962675527738*^9}, { 3.821962820777608*^9, 3.8219628209344883`*^9}},ExpressionUUID->"6bbb7643-4695-4d74-a6f3-\ 49b3e1c4daa2"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", "4", "}"}], ",", RowBox[{"{", "12", "}"}]}], "}"}]], "Output", CellChangeTimes->{ 3.821962821219122*^9},ExpressionUUID->"6ad260f7-0764-40d0-99c1-\ 937ae5ea043e"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Position", "[", RowBox[{"%323", ",", "1"}], "]"}]], "Input", CellChangeTimes->{{3.821962801945052*^9, 3.8219628085151443`*^9}},ExpressionUUID->"178aa6c5-dc74-4181-bbe2-\ 1268bfc5c5c5"], Cell[BoxData[ RowBox[{"{", RowBox[{"{", "8", "}"}], "}"}]], "Output", CellChangeTimes->{{3.8219628022876368`*^9, 3.821962808874132*^9}},ExpressionUUID->"27aa81c4-a65a-41db-810b-\ e39a76a553ab"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Complement", "[", RowBox[{ RowBox[{"Range", "[", RowBox[{"Length", "@", "%323"}], "]"}], ",", RowBox[{"Flatten", "@", RowBox[{"{", RowBox[{"4", ",", "8", ",", "12"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.821962679163187*^9, 3.8219626931911182`*^9}, { 3.821962814478559*^9, 3.8219628184782133`*^9}},ExpressionUUID->"53858a37-2bbf-4cec-b5cf-\ 34fb0996d43d"], Cell[BoxData[ RowBox[{"{", RowBox[{ "1", ",", "2", ",", "3", ",", "5", ",", "6", ",", "7", ",", "9", ",", "10", ",", "11"}], "}"}]], "Output", CellChangeTimes->{3.821962693538967*^9, 3.821962823455628*^9},ExpressionUUID->"b36ccf3f-d6bf-45bb-9972-\ 868722366d7d"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"reps1Clust", ",", "ranks1Clust"}], "}"}], "=", RowBox[{"FairRepBaseSubset", "[", RowBox[{"dataBC2", ",", ".5", ",", "3", ",", "\[IndentingNewLine]", RowBox[{"CLUSTERSkmeans3", "+", "1"}]}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.821682510790511*^9, 3.8216825228460083`*^9}, { 3.821682562953074*^9, 3.821682611491909*^9}, 3.821682661631153*^9, 3.82193789580802*^9},ExpressionUUID->"4ab91a69-aaee-4dc8-b571-\ f6a26689abf8"], Cell[CellGroupData[{ Cell[BoxData["1"], "Print", CellChangeTimes->{3.821938813278386*^9, 3.8219416488959923`*^9, 3.821942204179665*^9, 3.821943026397149*^9, 3.8219434443475924`*^9},ExpressionUUID->"feb3441f-64b5-4cc8-b1e5-\ a5a06ca3c92f"], Cell[BoxData["2"], "Print", CellChangeTimes->{3.821938813278386*^9, 3.8219416488959923`*^9, 3.821942204179665*^9, 3.821943026397149*^9, 3.821943538110393*^9},ExpressionUUID->"88440316-c736-4445-a47d-\ e359d1586fb9"], Cell[BoxData["3"], "Print", CellChangeTimes->{3.821938813278386*^9, 3.8219416488959923`*^9, 3.821942204179665*^9, 3.821943026397149*^9, 3.821943632163184*^9},ExpressionUUID->"ab683577-5b18-4ef6-a9e0-\ 27d268522aa9"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", RowBox[{"%209", "[", RowBox[{"[", "1", "]"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.821944190649062*^9, 3.821944216447937*^9}},ExpressionUUID->"662e3fb9-b1bc-43f1-b908-\ 6cafb5e3e375"], Cell[BoxData["53408"], "Output", CellChangeTimes->{3.821944194987899*^9, 3.8219442257746*^9},ExpressionUUID->"0acd1580-024c-4aea-954b-254750a364dc"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{"reps1", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "clustAndLocs", ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.821699276230794*^9, 3.821699286882495*^9}, { 3.8216993767654743`*^9, 3.821699377742997*^9}},ExpressionUUID->"f880b4b9-ea92-468b-9496-\ c93073cd94a5"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/BX_CLUSTERS_loc_notFair.csv\"\>"], "Output", CellChangeTimes->{ 3.821699380497036*^9},ExpressionUUID->"1396c7a2-aa67-46ae-b67e-\ edd961beed03"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{ "reps1Clust", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "clustAndLocs", ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.821682725964902*^9, 3.821682752682167*^9}, { 3.821682979590509*^9, 3.821682993186771*^9}},ExpressionUUID->"a1127f85-e13b-40cf-acd3-\ 25e0f82ad209"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/BX_CLUSTERS_loc_fairClust.csv\"\>"], "Output", CellChangeTimes->{3.821682756092237*^9, 3.82168299519461*^9, 3.821944182307591*^9},ExpressionUUID->"b33743ea-f5d8-4e15-adea-\ 70e7778bc453"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ "reps1Clust", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "clustAndLocs", ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{3.821682775496451*^9, 3.821682963999281*^9},ExpressionUUID->"10930b4d-42c5-4289-8864-\ 380488f2d7a6"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.5741951648630306, 0.5381837703332197}, {1.0188080155832644`, 9.46181622966678}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.945203805798307, 0.6666666666666666}, { 0.945203805798307, 1.3333333333333335`}, {0.832379410389601, 1.3333333333333335`}, {0.832379410389601, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6492010077318462, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8797218868362036, 1.3333333333333335`}, { 0.8797218868362036, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8844177750013408, 1.3333333333333335`}, { 0.8844177750013408, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.832379410389601, 1.}, {0.6757012481232891, 1.}}, {{ 0.945203805798307, 1.}, {0.9985983405505265, 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6757012481232891, 1.1666666666666667`}, { 0.6757012481232891, 0.8333333333333333}}, {{0.9985983405505265, 1.1666666666666667`}, {0.9985983405505265, 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{213.21956761360852`, 508.5329226441669}, { 55.76258183641238, 75.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9985983405505265`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.945203805798307`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8797218868362036`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.832379410389601`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6492010077318462`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9985983405505265}, { Style["75%", Bold], 0.945203805798307}, { Style["median", Bold], 0.8797218868362036}, { Style["25%", Bold], 0.832379410389601}, { Style["min", Bold], 0.6492010077318462}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9494135664103414, 1.6666666666666667`}, { 0.9494135664103414, 2.3333333333333335`}, {0.8284585926113992, 2.3333333333333335`}, {0.8284585926113992, 1.6666666666666667`}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8924431723289006, 2.3333333333333335`}, { 0.8924431723289006, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8918170712689643, 2.3333333333333335`}, { 0.8918170712689643, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8284585926113992, 2.}, {0.7264267059767384, 2.}}, {{ 0.9494135664103414, 2.}, {0.9985983405505265, 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7264267059767384, 2.1666666666666665`}, { 0.7264267059767384, 1.8333333333333333`}}, {{0.9985983405505265, 2.1666666666666665`}, {0.9985983405505265, 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{279.1715728752538, 508.8284271247462}, { 35.17157287525378, 54.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9985983405505265`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9494135664103414`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8924431723289006`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8284585926113992`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.7264267059767384`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9985983405505265}, { Style["75%", Bold], 0.9494135664103414}, { Style["median", Bold], 0.8924431723289006}, { Style["25%", Bold], 0.8284585926113992}, { Style["min", Bold], 0.7264267059767384}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9519141848791783, 2.666666666666667}, { 0.9519141848791783, 3.333333333333334}, {0.8282782995752753, 3.333333333333334}, {0.8282782995752753, 2.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8977720606453187, 3.333333333333334}, { 0.8977720606453187, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8842747542778693, 3.333333333333334}, { 0.8842747542778693, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8282782995752753, 3.0000000000000004`}, { 0.6698949542965114, 3.0000000000000004`}}, {{0.9519141848791783, 3.0000000000000004`}, {0.9985983405505265, 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6698949542965114, 3.166666666666667}, { 0.6698949542965114, 2.833333333333334}}, {{0.9985983405505265, 3.166666666666667}, {0.9985983405505265, 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{233.1715728752538, 509.8284271247462}, { 14.171572875253787`, 33.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9985983405505265`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9519141848791783`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8977720606453187`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8282782995752753`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6698949542965114`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9985983405505265}, { Style["75%", Bold], 0.9519141848791783}, { Style["median", Bold], 0.8977720606453187}, { Style["25%", Bold], 0.8282782995752753}, { Style["min", Bold], 0.6698949542965114}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.954979925834024, 3.6666666666666674`}, { 0.954979925834024, 4.333333333333334}, {0.8469205264567842, 4.333333333333334}, {0.8469205264567842, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5944048398957684, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6502807527719604, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6377081663366981, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.887134112875104, 4.333333333333334}, { 0.887134112875104, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8909205819948449, 4.333333333333334}, { 0.8909205819948449, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8469205264567842, 4.000000000000001}, { 0.692394885939705, 4.000000000000001}}, {{0.954979925834024, 4.000000000000001}, {0.9973770701537242, 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.692394885939705, 4.166666666666668}, { 0.692394885939705, 3.8333333333333344`}}, {{0.9973770701537242, 4.166666666666668}, {0.9973770701537242, 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{168.2183504295471, 506.5116420336251}, {-7.194856942504032, 12.828427124746213`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9973770701537242`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.954979925834024`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.887134112875104`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8469205264567842`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5944048398957684`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9973770701537242}, { Style["75%", Bold], 0.954979925834024}, { Style["median", Bold], 0.887134112875104}, { Style["25%", Bold], 0.8469205264567842}, { Style["min", Bold], 0.5944048398957684}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.528488, 0.470624, 0.701351], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9465600870798376, 4.666666666666667}, { 0.9465600870798376, 5.333333333333334}, {0.8281029243546304, 5.333333333333334}, {0.8281029243546304, 4.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6209680920128091, 5.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8914070998773301, 5.333333333333334}, { 0.8914070998773301, 4.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8859313772782113, 5.333333333333334}, { 0.8859313772782113, 4.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8281029243546304, 5.}, {0.7144874957293901, 5.}}, {{ 0.9465600870798376, 5.}, {0.9973770701537242, 5.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7144874957293901, 5.166666666666667}, { 0.7144874957293901, 4.833333333333333}}, {{0.9973770701537242, 5.166666666666667}, {0.9973770701537242, 4.833333333333333}}}]}, {}}]}, ImageSizeCache->{{190.05076509897083`, 506.50454849677783`}, {-28.180669868809474`, -8.171572875253787}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9973770701537242`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9465600870798376`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8914070998773301`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8281029243546304`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6209680920128091`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9973770701537242}, { Style["75%", Bold], 0.9465600870798376}, { Style["median", Bold], 0.8914070998773301}, { Style["25%", Bold], 0.8281029243546304}, { Style["min", Bold], 0.6209680920128091}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.772079, 0.431554, 0.102387], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9266237912297313, 5.666666666666667}, { 0.9266237912297313, 6.333333333333334}, {0.8235450066839421, 6.333333333333334}, {0.8235450066839421, 5.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.616736501737442, 6.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8741021346592424, 6.333333333333334}, { 0.8741021346592424, 5.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8737744123746222, 6.333333333333334}, { 0.8737744123746222, 5.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8235450066839421, 6.}, {0.7038659286298128, 6.}}, {{ 0.9266237912297313, 6.}, {0.9973770701537242, 6.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7038659286298128, 6.166666666666667}, { 0.7038659286298128, 5.833333333333333}}, {{0.9973770701537242, 6.166666666666667}, {0.9973770701537242, 5.833333333333333}}}]}, {}}]}, ImageSizeCache->{{186.58103221959294`, 507.49745495993056`}, {-49.166482795114916`, -29.171572875253787`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9973770701537242`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9266237912297313`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8741021346592424`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8235450066839421`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.616736501737442`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9973770701537242}, { Style["75%", Bold], 0.9266237912297313}, { Style["median", Bold], 0.8741021346592424}, { Style["25%", Bold], 0.8235450066839421}, { Style["min", Bold], 0.616736501737442}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.363898, 0.618501, 0.782349], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9447710495063445, 6.666666666666667}, { 0.9447710495063445, 7.333333333333334}, {0.8432972542846565, 7.333333333333334}, {0.8432972542846565, 6.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6551031605117921, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6648581010152508, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6641575881382331, 7.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8942804693808576, 7.333333333333334}, { 0.8942804693808576, 6.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8857907142678838, 7.333333333333334}, { 0.8857907142678838, 6.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8432972542846565, 7.}, {0.7037522148272317, 7.}}, {{ 0.9447710495063445, 7.}, {0.989582170152897, 7.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7037522148272317, 7.166666666666667}, { 0.7037522148272317, 6.833333333333333}}, {{0.989582170152897, 7.166666666666667}, {0.989582170152897, 6.833333333333333}}}]}, {}}]}, ImageSizeCache->{{218.11154935098534`, 500.4903614230833}, {-70.15229572142037, -50.17157287525377}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.989582170152897`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9447710495063445`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8942804693808576`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8432972542846565`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6551031605117921`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.989582170152897}, { Style["75%", Bold], 0.9447710495063445}, { Style["median", Bold], 0.8942804693808576}, { Style["25%", Bold], 0.8432972542846565}, { Style["min", Bold], 0.6551031605117921}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[1, 0.75, 0], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9692876977946296, 7.666666666666667}, { 0.9692876977946296, 8.333333333333334}, {0.8328869825604793, 8.333333333333334}, {0.8328869825604793, 7.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8768570929659223, 8.333333333333334}, { 0.8768570929659223, 7.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8895411737591185, 8.333333333333334}, { 0.8895411737591185, 7.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8328869825604793, 8.}, {0.8030538439344961, 8.}}, {{ 0.9692876977946296, 8.}, {0.989582170152897, 8.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8030538439344961, 8.166666666666666}, { 0.8030538439344961, 7.833333333333333}}, {{0.989582170152897, 8.166666666666666}, {0.989582170152897, 7.833333333333333}}}]}, {}}]}, ImageSizeCache->{{342.1715728752538, 501.8284271247462}, {-90.82842712474623, -71.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.989582170152897`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9692876977946296`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8768570929659223`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8328869825604793`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.8030538439344961`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.989582170152897}, { Style["75%", Bold], 0.9692876977946296}, { Style["median", Bold], 0.8768570929659223}, { Style["25%", Bold], 0.8328869825604793}, { Style["min", Bold], 0.8030538439344961}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.647624, 0.37816, 0.614037], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9135852809384163, 8.666666666666668}, { 0.9135852809384163, 9.333333333333334}, {0.8458558572928867, 9.333333333333334}, {0.8458558572928867, 8.666666666666668}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6551933100277191, 9.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.890494503483529, 9.333333333333332}, { 0.890494503483529, 8.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8836369725725175, 9.333333333333332}, { 0.8836369725725175, 8.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8458558572928867, 9.}, {0.7769404156366017, 9.}}, {{ 0.9135852809384163, 9.}, {0.989582170152897, 9.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7769404156366017, 9.166666666666666}, { 0.7769404156366017, 8.833333333333334}}, {{0.989582170152897, 9.166666666666666}, {0.989582170152897, 8.833333333333334}}}]}, {}}]}, ImageSizeCache->{{218.19980650188222`, 500.47617434938877`}, {-112.12392157403131`, -92.17157287525377}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.989582170152897`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9135852809384163`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.890494503483529`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8458558572928867`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6551933100277191`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.989582170152897}, { Style["75%", Bold], 0.9135852809384163}, { Style["median", Bold], 0.890494503483529}, { Style["25%", Bold], 0.8458558572928867}, { Style["min", Bold], 0.6551933100277191}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, \ {{{}, {}}, {}}, {{{}, {}}, {}}}, {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5741951648630306, 0.23333333333333323`}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 9.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 9.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 9.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{3.821682780915719*^9, 3.821682965311718*^9},ExpressionUUID->"f941ed28-d040-4547-9cf0-\ 69846f2a331c"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "@", "locs"}]], "Input", CellChangeTimes->{{3.821880984686348*^9, 3.821880989603393*^9}},ExpressionUUID->"e4e472de-8683-4961-8e88-\ 4b23a68d5f52"], Cell[BoxData["4"], "Output", CellChangeTimes->{ 3.821880989820672*^9},ExpressionUUID->"2d1493b3-f4f7-488b-8075-\ eb3d51b319da"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"locs", "[", RowBox[{"[", "1", "]"}], "]"}]], "Input", CellChangeTimes->{{3.821880961665811*^9, 3.821880962283147*^9}},ExpressionUUID->"43acfa4c-0f42-4870-80cf-\ b6102bb62496"], Cell[BoxData[ InterpretationBox[ TagBox[ FrameBox[GridBox[{ { ItemBox[ TagBox[ RowBox[{"{", RowBox[{ "2", ",", "4", ",", "6", ",", "9", ",", "10", ",", "13", ",", "19", ",", "24", ",", "25", ",", "33", ",", "45", ",", "55", ",", "61", ",", "65", ",", "66", ",", "72", ",", "77", ",", "78", ",", "79", ",", "80", ",", "81", ",", "91", ",", "92", ",", "95", ",", "96", ",", "100", ",", "105", ",", "106", ",", TemplateBox[{"12978"}, "OutputSizeLimit`Skeleton"], ",", "53129", ",", "53130", ",", "53131", ",", "53132", ",", "53133", ",", "53138", ",", "53140", ",", "53150", ",", "53151", ",", "53175", ",", "53198", ",", "53209", ",", "53210", ",", "53211", ",", "53212", ",", "53215", ",", "53216", ",", "53225", ",", "53239", ",", "53252", ",", "53259", ",", "53268", ",", "53280", ",", "53309", ",", "53311", ",", "53323", ",", "53336", ",", "53360"}], "}"}], Short[#, 5]& ], BaseStyle->{Deployed -> False}, StripOnInput->False]}, {GridBox[{ { TagBox[ TooltipBox[ StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource[ "FEStrings", "sizeBriefExplanation"], StandardForm], ImageSizeCache->{85., {3., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLText", StripOnInput->False], StyleBox[ DynamicBox[ ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeExplanation"], StandardForm]], DynamicUpdating -> True, StripOnInput -> False]], Annotation[#, Style[ Dynamic[ FEPrivate`FrontEndResource["FEStrings", "sizeExplanation"]], DynamicUpdating -> True], "Tooltip"]& ], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm], ImageSizeCache->{74., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowLess"], StandardForm], ImageSizeCache->{99., {1., 15.}}], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 157, 28825757012809876554, 5/2], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm], ImageSizeCache->{83., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowMore"], StandardForm]], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 157, 28825757012809876554, 5 2], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm], ImageSizeCache->{62., {1., 11.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeShowAll"], StandardForm], ImageSizeCache->{82., {1., 15.}}], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>OutputSizeLimit`ButtonFunction[ OutputSizeLimit`Defer, 157, 28825757012809876554, Infinity], Enabled->True, Evaluator->Automatic, Method->"Queued"], ButtonBox[ PaneSelectorBox[{False-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], ImageSizeCache->{111., {1., 12.}}], StripOnInput->False, DynamicUpdating->True], "OSLControl", StripOnInput->False], True-> StyleBox[ StyleBox[ DynamicBox[ToBoxes[ FEPrivate`FrontEndResource["FEStrings", "sizeChangeLimit"], StandardForm], ImageSizeCache->{147., {1., 15.}}], StripOnInput->False, DynamicUpdating->True], "OSLControlActive", StripOnInput->False]}, Dynamic[ CurrentValue["MouseOver"]], Alignment->Center, FrameMargins->0, ImageSize->{Automatic, 25}], Appearance->None, BaselinePosition->Baseline, ButtonFunction:>FrontEndExecute[{ FrontEnd`SetOptions[ FrontEnd`$FrontEnd, FrontEnd`PreferencesSettings -> {"Page" -> "Advanced"}], FrontEnd`FrontEndToken["PreferencesDialog"]}], Evaluator->None, Method->"Preemptive"]} }, AutoDelete->False, FrameStyle->GrayLevel[0.85], GridBoxDividers->{"Columns" -> {False, {True}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}]} }, DefaultBaseStyle->"Column", GridBoxAlignment->{ "Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxDividers->{ "Columns" -> {{False}}, "ColumnsIndexed" -> {}, "Rows" -> {{False}}, "RowsIndexed" -> {}}, GridBoxItemSize->{ "Columns" -> {{Automatic}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}, GridBoxSpacings->{"Columns" -> { Offset[0.27999999999999997`], { Offset[0.5599999999999999]}, Offset[0.27999999999999997`]}, "ColumnsIndexed" -> {}, "Rows" -> { Offset[0.2], Offset[1.2], { Offset[0.4]}, Offset[0.2]}, "RowsIndexed" -> {}}], BaseStyle->"OutputSizeLimit", FrameMargins->{{12, 12}, {0, 15}}, FrameStyle->GrayLevel[0.85], RoundingRadius->5, StripOnInput->False], Deploy, DefaultBaseStyle->"Deploy"], If[28825757012809876554 === $SessionID, Out[157], Message[ MessageName[Syntax, "noinfoker"]]; Missing["NotAvailable"]; Null]]], "Output", CellChangeTimes->{{3.821880955176087*^9, 3.821880962859103*^9}},ExpressionUUID->"96651614-2267-402e-b6fd-\ a564cd40433b"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"NotebookDirectory", "[", "]"}]], "Input", CellChangeTimes->{{3.821881111905547*^9, 3.821881120736003*^9}},ExpressionUUID->"b120855f-523b-4911-8302-\ 6b0c880d96a8"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - PosDoc/Bookcrossing_data/\"\>"], "Output",\ CellChangeTimes->{{3.8218811189292*^9, 3.821881120999732*^9}},ExpressionUUID->"93a01246-1a2f-4429-b9a2-\ 097379e29f2c"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", "locs"}], "]"}]], "Input", CellChangeTimes->{{3.821881088714115*^9, 3.821881109804676*^9}, { 3.821881517343923*^9, 3.821881521815686*^9}},ExpressionUUID->"34b69ace-36f2-4d21-a691-\ 5fcff8936828"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - PosDoc/Bookcrossing_data/locs.csv\"\>"], \ "Output", CellChangeTimes->{3.821881131824573*^9, 3.821881522549748*^9},ExpressionUUID->"74601b79-be9b-41fe-98f3-\ 97e4079edbc0"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"reps1Loc", ",", "ranks1Loc"}], "}"}], "=", RowBox[{"FairRepBase", "[", RowBox[{ "dataBC2", ",", ".5", ",", "3", ",", "\[IndentingNewLine]", "locs"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.821683056600091*^9, 3.8216830659761267`*^9}},ExpressionUUID->"34b9c824-36db-40a5-8eb1-\ 0fb1dc87d0f7"], Cell[BoxData[ RowBox[{"{", RowBox[{"0.8845479290954676`", ",", "0.08210506316735341`"}], "}"}]], "Print", CellChangeTimes->{ 3.822140812111258*^9},ExpressionUUID->"511907bb-b6b7-4fbc-ada5-\ 6aa8151cdd18"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "/@", "locs"}]], "Input", CellChangeTimes->{{3.821881582699786*^9, 3.821881585243539*^9}},ExpressionUUID->"ecc74220-0327-49eb-9a71-\ 9f68ffa530cc"], Cell[BoxData[ RowBox[{"{", RowBox[{"13034", ",", "4204", ",", "5233", ",", "154"}], "}"}]], "Output", CellChangeTimes->{ 3.821881585552412*^9},ExpressionUUID->"3b30b204-866a-4f19-92c4-\ b33adfb7c2e6"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"(", RowBox[{"Join", "@@", "locs"}], ")"}], "[", RowBox[{"[", RowBox[{";;", "10"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.822140890527957*^9, 3.822140903138329*^9}},ExpressionUUID->"e9a45119-1d8d-4e7d-8b68-\ 766397f50456"], Cell[BoxData[ RowBox[{"{", RowBox[{ "2", ",", "4", ",", "6", ",", "9", ",", "10", ",", "13", ",", "19", ",", "24", ",", "25", ",", "33"}], "}"}]], "Output", CellChangeTimes->{{3.822140895189703*^9, 3.822140903349595*^9}},ExpressionUUID->"e979e4a4-d043-4a57-9600-\ 23a934b0827e"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"KendallTau", "[", RowBox[{"groundTruthBC", ",", "ranks1Loc"}], "]"}]], "Input", CellChangeTimes->{{3.822140815536902*^9, 3.822140880183605*^9}, { 3.8221409107407513`*^9, 3.8221409213550243`*^9}},ExpressionUUID->"b9e0a0b0-0253-45c6-89d3-\ 0716f37a1be6"], Cell[BoxData["0.9913439923264415`"], "Output", CellChangeTimes->{{3.822140869910582*^9, 3.8221409367094297`*^9}},ExpressionUUID->"3ae8bc06-35fd-4756-b151-\ cd0fea301e2f"] }, Open ]], Cell[BoxData[""], "Input", CellChangeTimes->{{3.821884627229446*^9, 3.8218846311408*^9}},ExpressionUUID->"cda5f4d7-18e2-4317-be95-481d9a4a1c44"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"groundTruthBC", "[", RowBox[{"[", "1", "]"}], "]"}]], "Input", CellChangeTimes->{{3.8221408427375813`*^9, 3.822140846134596*^9}},ExpressionUUID->"ef03c99e-0ee6-412f-9354-\ 83c67cf4bd82"], Cell[BoxData["0.45161290322580633`"], "Output", CellChangeTimes->{{3.822140844373567*^9, 3.822140846464341*^9}},ExpressionUUID->"18ee706b-a98a-4655-b27c-\ 08424085390f"] }, Open ]], Cell[BoxData[""], "Input", CellChangeTimes->{{3.8218844037888403`*^9, 3.8218844272086554`*^9}, { 3.821884468036569*^9, 3.821884468265175*^9}, {3.821884524797513*^9, 3.821884557132987*^9}, {3.821884603702017*^9, 3.8218846039010344`*^9}, { 3.8218846346305723`*^9, 3.8218846581045313`*^9}},ExpressionUUID->"bf0fd7d2-2f67-43a2-8a79-\ c355f71742d4"], Cell[BoxData[ RowBox[{ RowBox[{"BXLocClust1", "=", RowBox[{ RowBox[{ RowBox[{"ToExpression", "[", RowBox[{"\"\<{\>\"", "<>", RowBox[{"(", RowBox[{"StringDrop", "[", RowBox[{ RowBox[{"StringDrop", "[", RowBox[{"#", ",", RowBox[{"-", "1"}]}], "]"}], ",", "1"}], "]"}], ")"}], "<>", "\"\<}\>\""}], "]"}], "&"}], "/@", RowBox[{"(", RowBox[{ RowBox[{ "Import", "[", "\"\\"", "]"}], "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], ")"}]}]}], ";"}]], "Input", CellChangeTimes->{{3.821884431841074*^9, 3.821884434817732*^9}, { 3.82188447387735*^9, 3.821884476270368*^9}, {3.8219371851047688`*^9, 3.821937237893873*^9}, {3.821961250907202*^9, 3.821961253453986*^9}, { 3.8219612959064417`*^9, 3.821961297535531*^9}},ExpressionUUID->"2314efe2-5211-4cbf-8e24-\ 2c616a2617df"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "/@", "BXLocClust1"}]], "Input", CellChangeTimes->{{3.82193724231608*^9, 3.821937249594006*^9}, { 3.8219612812117233`*^9, 3.821961290061648*^9}},ExpressionUUID->"019e46aa-29e1-477d-b366-\ 6b2bd8aa9b79"], Cell[BoxData[ RowBox[{"{", RowBox[{"1791", ",", "113", ",", "355"}], "}"}]], "Output", CellChangeTimes->{ 3.8219372498740177`*^9, {3.82196126316291*^9, 3.821961299673723*^9}, 3.8219615933622427`*^9},ExpressionUUID->"7f6f3b30-334a-4783-8199-\ 6189f4cc3558"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"BXLocClust2", "=", RowBox[{ RowBox[{ RowBox[{"ToExpression", "[", RowBox[{"\"\<{\>\"", "<>", RowBox[{"(", RowBox[{"StringDrop", "[", RowBox[{ RowBox[{"StringDrop", "[", RowBox[{"#", ",", RowBox[{"-", "1"}]}], "]"}], ",", "1"}], "]"}], ")"}], "<>", "\"\<}\>\""}], "]"}], "&"}], "/@", RowBox[{"(", RowBox[{ RowBox[{ "Import", "[", "\"\\"", "]"}], "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], ")"}]}]}], ";"}]], "Input", CellChangeTimes->{{3.8219613308662853`*^9, 3.8219613357139673`*^9}},ExpressionUUID->"b1e01349-8021-4597-9d11-\ b2ac565004cf"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "/@", "BXLocClust2"}]], "Input", CellChangeTimes->{{3.821961601272832*^9, 3.821961601541564*^9}},ExpressionUUID->"49b41e1e-4be3-4a89-9611-\ 0ef728b28beb"], Cell[BoxData[ RowBox[{"{", RowBox[{"2126", ",", "14", ",", "117"}], "}"}]], "Output", CellChangeTimes->{ 3.8219616017804823`*^9},ExpressionUUID->"c994d252-2e14-4587-a735-\ d6be339dd241"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{ RowBox[{"BXLocClust3", "=", RowBox[{ RowBox[{ RowBox[{"ToExpression", "[", RowBox[{"\"\<{\>\"", "<>", RowBox[{"(", RowBox[{"StringDrop", "[", RowBox[{ RowBox[{"StringDrop", "[", RowBox[{"#", ",", RowBox[{"-", "1"}]}], "]"}], ",", "1"}], "]"}], ")"}], "<>", "\"\<}\>\""}], "]"}], "&"}], "/@", RowBox[{"(", RowBox[{ RowBox[{ "Import", "[", "\"\\"", "]"}], "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], ")"}]}]}], ";"}], "\[IndentingNewLine]", RowBox[{"Length", "/@", "BXLocClust3"}]}], "Input", CellChangeTimes->{{3.8219616140533752`*^9, 3.821961621139112*^9}},ExpressionUUID->"4028f84d-91da-4ecb-ac35-\ 1cb8b9972ce0"], Cell[BoxData[ RowBox[{"{", RowBox[{"2088", ",", "39", ",", "129"}], "}"}]], "Output", CellChangeTimes->{ 3.8219616219930267`*^9},ExpressionUUID->"6f88d89b-982a-4049-9d15-\ baf3d4aca40d"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[{ RowBox[{ RowBox[{"BXLocClust4", "=", RowBox[{"{", RowBox[{"Join", "@@", RowBox[{"(", RowBox[{ RowBox[{ RowBox[{"ToExpression", "[", RowBox[{"\"\<{\>\"", "<>", RowBox[{"(", RowBox[{"StringDrop", "[", RowBox[{ RowBox[{"StringDrop", "[", RowBox[{"#", ",", RowBox[{"-", "1"}]}], "]"}], ",", "1"}], "]"}], ")"}], "<>", "\"\<}\>\""}], "]"}], "&"}], "/@", RowBox[{"(", RowBox[{ RowBox[{ "Import", "[", "\"\\"", "]"}], "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}], ")"}]}], ")"}]}], "}"}]}], ";"}], "\[IndentingNewLine]", RowBox[{"Length", "/@", "BXLocClust4"}]}], "Input", CellChangeTimes->{{3.821961637710799*^9, 3.821961691677326*^9}},ExpressionUUID->"461f4afe-2c4d-47ea-a858-\ b45d3f7d94d5"], Cell[BoxData[ RowBox[{"{", "2246", "}"}]], "Output", CellChangeTimes->{{3.82196166409199*^9, 3.821961692751197*^9}},ExpressionUUID->"1e9b0497-0268-40a3-aefa-\ 904d27f32baa"] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"locsFirstClustSec", "=", RowBox[{ "BXLocClust1", "~", "Join", "~", "BXLocClust2", "~", "Join", "~", "BXLocClust3", "~", "Join", "~", "BXLocClust4"}]}], ";"}]], "Input", CellChangeTimes->{{3.821961735567811*^9, 3.8219617922431173`*^9}},ExpressionUUID->"fa616add-c540-4787-879f-\ 64c74b4b498f"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ "reps1Loc", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "locsFirstClustSec", ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{ 3.8219618184386253`*^9},ExpressionUUID->"473236b1-bed0-4e89-9f9d-\ 237a2278f3ca"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.5997182746343613, 0.5416666666666666}, {1.019061034541221, 10.458333333333334`}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.950289798697998, 0.6666666666666666}, { 0.950289798697998, 1.3333333333333335`}, {0.8316711858650638, 1.3333333333333335`}, {0.8316711858650638, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6529553168084186, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6213653529051593, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6333294102179469, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6314995905288385, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6324913710506854, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6227573184531181, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6187793091755822, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6514969218391307, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6437355226441777, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8868074102018692, 1.3333333333333335`}, { 0.8868074102018692, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8851097065858342, 1.3333333333333335`}, { 0.8851097065858342, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8316711858650638, 1.}, {0.6667149142625177, 1.}}, {{ 0.950289798697998, 1.}, {1., 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6667149142625177, 1.1666666666666667`}, { 0.6667149142625177, 0.8333333333333333}}, {{1., 1.1666666666666667`}, {1., 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{188.26062629748122`, 508.4963047771264}, { 56.83581757049342, 76.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.950289798697998`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8868074102018692`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8316711858650638`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6187793091755822`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.950289798697998}, { Style["median", Bold], 0.8868074102018692}, { Style["25%", Bold], 0.8316711858650638}, { Style["min", Bold], 0.6187793091755822}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.924921758759486, 1.6666666666666667`}, { 0.924921758759486, 2.3333333333333335`}, {0.813815540648357, 2.3333333333333335`}, {0.813815540648357, 1.6666666666666667`}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8732851793672308, 2.3333333333333335`}, { 0.8732851793672308, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8698676987920161, 2.3333333333333335`}, { 0.8698676987920161, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.813815540648357, 2.}, {0.687615887211688, 2.}}, {{ 0.924921758759486, 2.}, {0.995999705338076, 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.687615887211688, 2.1666666666666665`}, { 0.687615887211688, 1.8333333333333333`}}, {{0.995999705338076, 2.1666666666666665`}, {0.995999705338076, 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{247.1715728752538, 506.8284271247462}, { 39.17157287525378, 57.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.995999705338076`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.924921758759486`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8732851793672308`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.813815540648357`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.687615887211688`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.995999705338076}, { Style["75%", Bold], 0.924921758759486}, { Style["median", Bold], 0.8732851793672308}, { Style["25%", Bold], 0.813815540648357}, { Style["min", Bold], 0.687615887211688}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.953361048462281, 2.666666666666667}, { 0.953361048462281, 3.333333333333334}, {0.8299088048873111, 3.333333333333334}, {0.8299088048873111, 2.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6284746203594223, 3.0000000000000004`}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8825031511669275, 3.333333333333334}, { 0.8825031511669275, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8822618050727796, 3.333333333333334}, { 0.8822618050727796, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8299088048873111, 3.0000000000000004`}, { 0.6776389585386702, 3.0000000000000004`}}, {{0.953361048462281, 3.0000000000000004`}, {0.995999705338076, 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6776389585386702, 3.166666666666667}, { 0.6776389585386702, 2.833333333333334}}, {{0.995999705338076, 3.166666666666667}, {0.995999705338076, 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{196.30873308650303`, 505.4142135623731}, { 19.136467132068283`, 38.964894256814496`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.995999705338076`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.953361048462281`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8825031511669275`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8299088048873111`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6284746203594223`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.995999705338076}, { Style["75%", Bold], 0.953361048462281}, { Style["median", Bold], 0.8825031511669275}, { Style["25%", Bold], 0.8299088048873111}, { Style["min", Bold], 0.6284746203594223}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9486907453302845, 3.6666666666666674`}, { 0.9486907453302845, 4.333333333333334}, {0.829954832431383, 4.333333333333334}, {0.829954832431383, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6213653529051593, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6314995905288385, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6324913710506854, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6227573184531181, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6187793091755822, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6284746203594223, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6514969218391307, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6437355226441777, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8851063841326823, 4.333333333333334}, { 0.8851063841326823, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8837635208446398, 4.333333333333334}, { 0.8837635208446398, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.829954832431383, 4.000000000000001}, { 0.6529553168084186, 4.000000000000001}}, {{0.9486907453302845, 4.000000000000001}, {1., 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6529553168084186, 4.166666666666668}, { 0.6529553168084186, 3.8333333333333344`}}, {{1., 4.166666666666668}, {1., 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{188.34271751223451`, 509.4142135623731}, { 0.2457463054790736, 20.074173430225287`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9486907453302845`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8851063841326823`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.829954832431383`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6187793091755822`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9486907453302845}, { Style["median", Bold], 0.8851063841326823}, { Style["25%", Bold], 0.829954832431383}, { Style["min", Bold], 0.6187793091755822}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.528488, 0.470624, 0.701351], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9056724056749409, 4.666666666666667}, { 0.9056724056749409, 5.333333333333334}, {0.8067070545948908, 5.333333333333334}, {0.8067070545948908, 4.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8652296359912146, 5.333333333333334}, { 0.8652296359912146, 4.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.863747759357298, 5.333333333333334}, { 0.863747759357298, 4.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8067070545948908, 5.}, {0.699046429909408, 5.}}, {{ 0.9056724056749409, 5.}, {0.997467085325979, 5.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.699046429909408, 5.166666666666667}, { 0.699046429909408, 4.833333333333333}}, {{0.997467085325979, 5.166666666666667}, {0.997467085325979, 4.833333333333333}}}]}, {}}]}, ImageSizeCache->{{257.1715728752538, 508.8284271247462}, {-17.828427124746213`, 0.8284271247462129}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.997467085325979`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9056724056749409`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8652296359912146`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8067070545948908`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.699046429909408`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.997467085325979}, { Style["75%", Bold], 0.9056724056749409}, { Style["median", Bold], 0.8652296359912146}, { Style["25%", Bold], 0.8067070545948908}, { Style["min", Bold], 0.699046429909408}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.772079, 0.431554, 0.102387], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9758510373184409, 5.666666666666667}, { 0.9758510373184409, 6.333333333333334}, {0.842006642526461, 6.333333333333334}, {0.842006642526461, 5.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6333294102179469, 6.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8861677193104144, 6.333333333333334}, { 0.8861677193104144, 5.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8887645099224066, 6.333333333333334}, { 0.8887645099224066, 5.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.842006642526461, 6.}, {0.6745699928987416, 6.}}, {{ 0.9758510373184409, 6.}, {0.997467085325979, 6.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6745699928987416, 6.166666666666667}, { 0.6745699928987416, 5.833333333333333}}, {{0.997467085325979, 6.166666666666667}, {0.997467085325979, 5.833333333333333}}}]}, {}}]}, ImageSizeCache->{{200.29760264308504`, 507.4142135623731}, {-37.53569534769933, -17.707268222953118`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.997467085325979`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9758510373184409`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8861677193104144`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.842006642526461`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6333294102179469`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.997467085325979}, { Style["75%", Bold], 0.9758510373184409}, { Style["median", Bold], 0.8861677193104144}, { Style["25%", Bold], 0.842006642526461}, { Style["min", Bold], 0.6333294102179469}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.363898, 0.618501, 0.782349], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.948668640154523, 6.666666666666667}, { 0.948668640154523, 7.333333333333334}, {0.8301728800248005, 7.333333333333334}, {0.8301728800248005, 6.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6213653529051593, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6333294102179469, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6314995905288385, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6324913710506854, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6227573184531181, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6187793091755822, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6284746203594223, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6514969218391307, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6437355226441777, 7.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8843503962602401, 7.333333333333334}, { 0.8843503962602401, 6.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8836730451161959, 7.333333333333334}, { 0.8836730451161959, 6.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8301728800248005, 7.}, {0.6529553168084186, 7.}}, {{ 0.948668640154523, 7.}, {1., 7.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6529553168084186, 7.166666666666667}, { 0.6529553168084186, 6.833333333333333}}, {{1., 7.166666666666667}, {1., 6.833333333333333}}}]}, {}}]}, ImageSizeCache->{{188.34271751223451`, 509.4142135623731}, {-56.42641617428852, -36.597989049542306`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.948668640154523`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8843503962602401`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8301728800248005`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6187793091755822`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.948668640154523}, { Style["median", Bold], 0.8843503962602401}, { Style["25%", Bold], 0.8301728800248005}, { Style["min", Bold], 0.6187793091755822}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[1, 0.75, 0], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9208900663262677, 7.666666666666667}, { 0.9208900663262677, 8.333333333333334}, {0.8273378802326391, 8.333333333333334}, {0.8273378802326391, 7.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8735555032978414, 8.333333333333334}, { 0.8735555032978414, 7.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8634590125592815, 8.333333333333334}, { 0.8634590125592815, 7.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8273378802326391, 8.}, {0.6937848982709517, 8.}}, {{ 0.9208900663262677, 8.}, {0.9969086045346688, 8.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6937848982709517, 8.166666666666666}, { 0.6937848982709517, 7.833333333333333}}, {{0.9969086045346688, 8.166666666666666}, {0.9969086045346688, 7.833333333333333}}}]}, {}}]}, ImageSizeCache->{{252.1715728752538, 507.8284271247462}, {-74.82842712474621, -56.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9969086045346688`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9208900663262677`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8735555032978414`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8273378802326391`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6937848982709517`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9969086045346688}, { Style["75%", Bold], 0.9208900663262677}, { Style["median", Bold], 0.8735555032978414}, { Style["25%", Bold], 0.8273378802326391}, { Style["min", Bold], 0.6937848982709517}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.647624, 0.37816, 0.614037], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9638367144117936, 8.666666666666668}, { 0.9638367144117936, 9.333333333333334}, {0.8345652749215118, 9.333333333333334}, {0.8345652749215118, 8.666666666666668}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.9011102040611783, 9.333333333333332}, { 0.9011102040611783, 8.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8945285975075796, 9.333333333333332}, { 0.8945285975075796, 8.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8345652749215118, 9.}, {0.6740985449411233, 9.}}, {{ 0.9638367144117936, 9.}, {0.9969086045346688, 9.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6740985449411233, 9.166666666666666}, { 0.6740985449411233, 8.833333333333334}}, {{0.9969086045346688, 9.166666666666666}, {0.9969086045346688, 8.833333333333334}}}]}, {}}]}, ImageSizeCache->{{236.1715728752538, 507.8284271247462}, {-92.82842712474623, -74.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9969086045346688`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9638367144117936`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.9011102040611783`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8345652749215118`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6740985449411233`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9969086045346688}, { Style["75%", Bold], 0.9638367144117936}, { Style["median", Bold], 0.9011102040611783}, { Style["25%", Bold], 0.8345652749215118}, { Style["min", Bold], 0.6740985449411233}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.571589, 0.586483, 0.], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9500266871246295, 9.666666666666668}, { 0.9500266871246295, 10.333333333333334`}, {0.8302340676459165, 10.333333333333334`}, {0.8302340676459165, 9.666666666666668}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6213653529051593, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6333294102179469, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6314995905288385, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6324913710506854, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6227573184531181, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6187793091755822, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6284746203594223, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6437355226441777, 10.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8852181105110498, 10.333333333333332`}, { 0.8852181105110498, 9.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8840443164643479, 10.333333333333332`}, { 0.8840443164643479, 9.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8302340676459165, 10.}, {0.6514969218391307, 10.}}, {{0.9500266871246295, 10.}, {1., 10.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6514969218391307, 10.166666666666666`}, { 0.6514969218391307, 9.833333333333334}}, {{1., 10.166666666666666`}, {1., 9.833333333333334}}}]}, {}}]}, ImageSizeCache->{{188.24413885817836`, 509.5127922164292}, {-113.1971573081123, -93.17157287525377}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "1.`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9500266871246295`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8852181105110498`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8302340676459165`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6187793091755822`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 1.}, { Style["75%", Bold], 0.9500266871246295}, { Style["median", Bold], 0.8852181105110498}, { Style["25%", Bold], 0.8302340676459165}, { Style["min", Bold], 0.6187793091755822}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, \ {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}}, {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5997182746343613, 0.18333333333333324`}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {10., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 10.333333333333334`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {10., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 10.333333333333334`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 10., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 10.333333333333334`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{ 3.821961819941012*^9},ExpressionUUID->"ba12c7e5-6a19-4bf3-8490-\ 2a3df9ea6b45"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{ "reps1Loc", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "locsFirstClustSec", ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.821961867798337*^9, 3.821961873873839*^9}, 3.821961912722144*^9},ExpressionUUID->"fb7e4929-db1c-49a2-97dc-\ 2c481d9fab43"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/BX_CLUSTERS_clust_fairLoc.csv\"\>"], "Output", CellChangeTimes->{3.821961874249872*^9, 3.8219619138486156`*^9},ExpressionUUID->"510516ea-6aae-4746-84e2-\ adefa03ca282"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"reps1MultClustFirst", ",", "ranks1MultClustFirst"}], "}"}], "=", RowBox[{"FairRepBase", "[", RowBox[{ "dataBC2", ",", ".5", ",", "3", ",", "\[IndentingNewLine]", "locsFirstClustSec"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.821961895513805*^9, 3.8219619155667963`*^9}, 3.82358720824706*^9},ExpressionUUID->"2f6ca1cb-a8a0-41e2-b9a5-\ 9ec9ad8f592a"], Cell[BoxData[ RowBox[{"{", RowBox[{"0.8628787901576818`", ",", "0.08176485325584618`"}], "}"}]], "Print", CellChangeTimes->{ 3.821961938990265*^9},ExpressionUUID->"b8e9163a-8131-4e08-b2dd-\ 84d1c69fec7b"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"KendallTau", "[", RowBox[{"groundTruthBC", ",", "ranks1MultClustFirst"}], "]"}]], "Input", CellChangeTimes->{{3.82214100421251*^9, 3.822141011657934*^9}},ExpressionUUID->"f9f20062-7ff6-44f7-9e2c-\ 0288d89f65b5"], Cell[BoxData["0.9903064459080005`"], "Output", CellChangeTimes->{ 3.822141029085312*^9},ExpressionUUID->"15a0780e-d03f-4894-84bc-\ ebe73e543c3d"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ "reps1MultClustFirst", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "locsFirstClustSec", ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{ 3.821961929461636*^9},ExpressionUUID->"b7afde4c-73a0-4f0c-a1b1-\ 373461b78bae"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.5257281715303409, 0.5416666666666666}, {0.9413133515151814, 10.458333333333334`}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.8604609663711418, 0.6666666666666666}, { 0.8604609663711418, 1.3333333333333335`}, {0.7459490921335745, 1.3333333333333335`}, {0.7459490921335745, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5470742276867915, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5550557065798837, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.556698144821909, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5576399831636683, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5483960993051553, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5446184069841973, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5717780269826416, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.7990126042497123, 1.3333333333333335`}, { 0.7990126042497123, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.7978950003428953, 1.3333333333333335`}, { 0.7978950003428953, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7459490921335745, 1.}, {0.5756884889010799, 1.}}, {{ 0.8604609663711418, 1.}, {0.922423116061325, 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.5756884889010799, 1.1666666666666667`}, { 0.5756884889010799, 0.8333333333333333}}, {{0.922423116061325, 1.1666666666666667`}, {0.922423116061325, 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{127.32736787426944`, 444.4963047771264}, { 56.83581757049342, 76.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.922423116061325`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.8604609663711418`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.7990126042497123`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.7459490921335745`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5446184069841973`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.922423116061325}, { Style["75%", Bold], 0.8604609663711418}, { Style["median", Bold], 0.7990126042497123}, { Style["25%", Bold], 0.7459490921335745}, { Style["min", Bold], 0.5446184069841973}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.8504887653996703, 1.6666666666666667`}, { 0.8504887653996703, 2.3333333333333335`}, {0.7446192067211429, 2.3333333333333335`}, {0.7446192067211429, 1.6666666666666667`}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8012859218067139, 2.3333333333333335`}, { 0.8012859218067139, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.7980295139616679, 2.3333333333333335`}, { 0.7980295139616679, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7446192067211429, 2.}, {0.624367596668501, 2.}}, {{ 0.8504887653996703, 2.}, {0.918216665457656, 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.624367596668501, 2.1666666666666665`}, { 0.624367596668501, 1.8333333333333333`}}, {{0.918216665457656, 2.1666666666666665`}, {0.918216665457656, 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{195.1715728752538, 442.8284271247462}, { 39.17157287525378, 57.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.918216665457656`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.8504887653996703`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8012859218067139`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.7446192067211429`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.624367596668501`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.918216665457656}, { Style["75%", Bold], 0.8504887653996703}, { Style["median", Bold], 0.8012859218067139}, { Style["25%", Bold], 0.7446192067211429}, { Style["min", Bold], 0.624367596668501}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.8666403436606986, 2.666666666666667}, { 0.8666403436606986, 3.333333333333334}, {0.7475088247290054, 3.333333333333334}, {0.7475088247290054, 2.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.553124667157973, 3.0000000000000004`}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.7982624131456075, 3.333333333333334}, { 0.7982624131456075, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.7980295139616684, 3.333333333333334}, { 0.7980295139616684, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7475088247290054, 3.0000000000000004`}, { 0.6005682948714575, 3.0000000000000004`}}, {{0.8666403436606986, 3.0000000000000004`}, {0.9077866834251602, 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6005682948714575, 3.166666666666667}, { 0.6005682948714575, 2.833333333333334}}, {{0.9077866834251602, 3.166666666666667}, {0.9077866834251602, 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{134.39850768562894`, 433.4142135623731}, { 19.136467132068283`, 38.964894256814496`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9077866834251602`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.8666403436606986`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.7982624131456075`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.7475088247290054`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.553124667157973`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9077866834251602}, { Style["75%", Bold], 0.8666403436606986}, { Style["median", Bold], 0.7982624131456075}, { Style["25%", Bold], 0.7475088247290054}, { Style["min", Bold], 0.553124667157973}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.8594355219687707, 3.6666666666666674`}, { 0.8594355219687707, 4.333333333333334}, {0.7454141869383467, 4.333333333333334}, {0.7454141869383467, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5470742276867915, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.556698144821909, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5576399831636683, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5483960993051553, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5446184069841973, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.553124667157973, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5717780269826416, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.799251217135168, 4.333333333333334}, { 0.799251217135168, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.7978815976796549, 4.333333333333334}, { 0.7978815976796549, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7454141869383467, 4.000000000000001}, { 0.5756884889010799, 4.000000000000001}}, {{0.8594355219687707, 4.000000000000001}, {0.922423116061325, 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.5756884889010799, 4.166666666666668}, { 0.5756884889010799, 3.8333333333333344`}}, {{0.922423116061325, 4.166666666666668}, {0.922423116061325, 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{127.40945908902273`, 444.4142135623731}, { 0.2457463054790736, 20.074173430225287`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.922423116061325`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.8594355219687707`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.799251217135168`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.7454141869383467`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5446184069841973`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.922423116061325}, { Style["75%", Bold], 0.8594355219687707}, { Style["median", Bold], 0.799251217135168}, { Style["25%", Bold], 0.7454141869383467}, { Style["min", Bold], 0.5446184069841973}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.528488, 0.470624, 0.701351], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.83531081476622, 4.666666666666667}, { 0.83531081476622, 5.333333333333334}, {0.7522249013448795, 5.333333333333334}, {0.7522249013448795, 4.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8013572701792533, 5.333333333333334}, { 0.8013572701792533, 4.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8001131673456554, 5.333333333333334}, { 0.8001131673456554, 4.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7522249013448795, 5.}, {0.661838910249167, 5.}}, {{ 0.83531081476622, 5.}, {0.9123766233829824, 5.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.661838910249167, 5.166666666666667}, { 0.661838910249167, 4.833333333333333}}, {{0.9123766233829824, 5.166666666666667}, {0.9123766233829824, 4.833333333333333}}}]}, {}}]}, ImageSizeCache->{{226.1715728752538, 437.8284271247462}, {-17.828427124746213`, 0.8284271247462129}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9123766233829824`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.83531081476622`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8013572701792533`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.7522249013448795`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.661838910249167`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9123766233829824}, { Style["75%", Bold], 0.83531081476622}, { Style["median", Bold], 0.8013572701792533}, { Style["25%", Bold], 0.7522249013448795}, { Style["min", Bold], 0.661838910249167}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.772079, 0.431554, 0.102387], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.8798559820589552, 5.666666666666667}, { 0.8798559820589552, 6.333333333333334}, {0.7529364159347115, 6.333333333333334}, {0.7529364159347115, 5.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5550557065798837, 6.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.7948126910952058, 6.333333333333334}, { 0.7948126910952058, 5.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.7972751291995575, 6.333333333333334}, { 0.7972751291995575, 5.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7529364159347115, 6.}, {0.594162587885541, 6.}}, {{ 0.8798559820589552, 6.}, {0.9003536610144429, 6.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.594162587885541, 6.166666666666667}, { 0.594162587885541, 5.833333333333333}}, {{0.9003536610144429, 6.166666666666667}, {0.9003536610144429, 5.833333333333333}}}]}, {}}]}, ImageSizeCache->{{135.98511896790592`, 427.4142135623731}, {-37.53569534769933, -17.707268222953118`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9003536610144429`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.8798559820589552`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.7948126910952058`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.7529364159347115`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5550557065798837`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9003536610144429}, { Style["75%", Bold], 0.8798559820589552}, { Style["median", Bold], 0.7948126910952058}, { Style["25%", Bold], 0.7529364159347115}, { Style["min", Bold], 0.5550557065798837}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.363898, 0.618501, 0.782349], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.8594516337842015, 6.666666666666667}, { 0.8594516337842015, 7.333333333333334}, {0.7466595796351762, 7.333333333333334}, {0.7466595796351762, 6.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5770734448154651, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5470742276867915, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5550557065798837, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.556698144821909, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5576399831636683, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5483960993051553, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5446184069841973, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.553124667157973, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5756884889010799, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5717780269826416, 7.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.7986518941046856, 7.333333333333334}, { 0.7986518941046856, 6.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.7978342460806539, 7.333333333333334}, { 0.7978342460806539, 6.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7466595796351762, 7.}, {0.5901401628684755, 7.}}, {{ 0.8594516337842015, 7.}, {0.918216665457656, 7.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.5901401628684755, 7.166666666666667}, { 0.5901401628684755, 6.833333333333333}}, {{0.918216665457656, 7.166666666666667}, {0.918216665457656, 6.833333333333333}}}]}, {}}]}, ImageSizeCache->{{127.40945908902273`, 441.4142135623731}, {-56.42641617428852, -36.597989049542306`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.918216665457656`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.8594516337842015`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.7986518941046856`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.7466595796351762`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5446184069841973`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.918216665457656}, { Style["75%", Bold], 0.8594516337842015}, { Style["median", Bold], 0.7986518941046856}, { Style["25%", Bold], 0.7466595796351762}, { Style["min", Bold], 0.5446184069841973}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[1, 0.75, 0], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.853156715429884, 7.666666666666667}, { 0.853156715429884, 8.333333333333334}, {0.7679140449625341, 8.333333333333334}, {0.7679140449625341, 7.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8100265147747125, 8.333333333333334}, { 0.8100265147747125, 7.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.800826817056881, 8.333333333333334}, { 0.800826817056881, 7.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7679140449625341, 8.}, {0.646223539302962, 8.}}, {{ 0.853156715429884, 8.}, {0.922423116061325, 8.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.646223539302962, 8.166666666666666}, { 0.646223539302962, 7.833333333333333}}, {{0.922423116061325, 8.166666666666666}, {0.922423116061325, 7.833333333333333}}}]}, {}}]}, ImageSizeCache->{{213.1715728752538, 445.8284271247462}, {-74.82842712474621, -56.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.922423116061325`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.853156715429884`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8100265147747125`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.7679140449625341`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.646223539302962`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.922423116061325}, { Style["75%", Bold], 0.853156715429884}, { Style["median", Bold], 0.8100265147747125}, { Style["25%", Bold], 0.7679140449625341}, { Style["min", Bold], 0.646223539302962}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.647624, 0.37816, 0.614037], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.8643830431033502, 8.666666666666668}, { 0.8643830431033502, 9.333333333333334}, {0.7403557912725742, 9.333333333333334}, {0.7403557912725742, 8.666666666666668}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8042011751950379, 9.333333333333332}, { 0.8042011751950379, 8.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.7978865663634745, 9.333333333333332}, { 0.7978865663634745, 8.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7403557912725742, 9.}, {0.5863987563063554, 9.}}, {{ 0.8643830431033502, 9.}, {0.8961132973726851, 9.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.5863987563063554, 9.166666666666666}, { 0.5863987563063554, 8.833333333333334}}, {{0.8961132973726851, 9.166666666666666}, {0.8961132973726851, 8.833333333333334}}}]}, {}}]}, ImageSizeCache->{{164.1715728752538, 424.8284271247462}, {-92.82842712474623, -74.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.8961132973726851`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.8643830431033502`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8042011751950379`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.7403557912725742`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5863987563063554`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.8961132973726851}, { Style["75%", Bold], 0.8643830431033502}, { Style["median", Bold], 0.8042011751950379}, { Style["25%", Bold], 0.7403557912725742}, { Style["min", Bold], 0.5863987563063554}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.571589, 0.586483, 0.], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.8596530443411682, 9.666666666666668}, { 0.8596530443411682, 10.333333333333334`}, {0.7459071877225742, 10.333333333333334`}, {0.7459071877225742, 9.666666666666668}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5470742276867915, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5550557065798837, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.556698144821909, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5576399831636683, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5483960993051553, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5446184069841973, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.553124667157973, 10.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5717780269826416, 10.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.7988035733797354, 10.333333333333332`}, { 0.7988035733797354, 9.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.7978904394886251, 10.333333333333332`}, { 0.7978904394886251, 9.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7459071877225742, 10.}, {0.5756884889010799, 10.}}, {{0.8596530443411682, 10.}, {0.922423116061325, 10.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.5756884889010799, 10.166666666666666`}, { 0.5756884889010799, 9.833333333333334}}, {{0.922423116061325, 10.166666666666666`}, {0.922423116061325, 9.833333333333334}}}]}, {}}]}, ImageSizeCache->{{127.31088043496658`, 444.5127922164292}, {-113.1971573081123, -93.17157287525377}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.922423116061325`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.8596530443411682`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.7988035733797354`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.7459071877225742`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5446184069841973`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.922423116061325}, { Style["75%", Bold], 0.8596530443411682}, { Style["median", Bold], 0.7988035733797354}, { Style["25%", Bold], 0.7459071877225742}, { Style["min", Bold], 0.5446184069841973}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, \ {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}}, {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5257281715303409, 0.18333333333333324`}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {10., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 10.333333333333334`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {10., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 10.333333333333334`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 10., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 10.333333333333334`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{ 3.821961942837503*^9},ExpressionUUID->"0b5b5d80-f20d-434d-98f8-\ 738468775eb5"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{ "reps1MultClustFirst", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "locsFirstClustSec", ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.821961958812018*^9, 3.821961963726424*^9}},ExpressionUUID->"34e063c5-7924-4594-b678-\ 4d487b74279f"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/BX_CLUSTERS_clust_fairAll.csv\"\>"], "Output", CellChangeTimes->{ 3.821961964266305*^9},ExpressionUUID->"36d8d886-eb71-46cb-a573-\ 1e331d9a273c"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{"reps1", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "locsFirstClustSec", ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.821962396303905*^9, 3.8219624072477407`*^9}},ExpressionUUID->"7f793e95-e1e2-4920-86d1-\ 992bb59191ec"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/BX_CLUSTERS_clust_notFair.csv\"\>"], "Output", CellChangeTimes->{ 3.821962408885618*^9},ExpressionUUID->"dc104ca9-5ac8-4ff7-861a-\ a537550a2a03"] }, Open ]], Cell[BoxData[ RowBox[{"BXLocClust1Fixed", "[", RowBox[{"[", RowBox[{"1", ",", RowBox[{";;", "4"}]}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.821937379521199*^9, 3.821937382231305*^9}},ExpressionUUID->"f2e30f07-427e-49f0-be07-\ 1e28d4d3f414"], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "2"}], "}"}], ",", RowBox[{"{", "3", "}"}]}], "}"}], "~", "Join", "~", RowBox[{"{", RowBox[{"{", "5", "}"}], "}"}]}]], "Input", CellChangeTimes->{{3.821961762185357*^9, 3.821961774826323*^9}},ExpressionUUID->"8ba33d15-12d1-48ac-b18d-\ e13d5b34dcdb"], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{"1", ",", "2"}], "}"}], ",", RowBox[{"{", "3", "}"}], ",", RowBox[{"{", "5", "}"}]}], "}"}]], "Output", CellChangeTimes->{ 3.8219373826877728`*^9, 3.821937436027166*^9, {3.821961770647531*^9, 3.821961775276881*^9}},ExpressionUUID->"91816eea-229a-41e1-939b-\ fc9fdc6426a7"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ "reps1Loc", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "clustAndLocs", ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{ 3.8216831417290173`*^9},ExpressionUUID->"60f6dd77-cd80-4605-85d7-\ 3e98a969cb13"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.5635633444933151, 0.5381837703332197}, {1.0181291682227727`, 9.46181622966678}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9426591849998747, 0.6666666666666666}, { 0.9426591849998747, 1.3333333333333335`}, {0.8299489238117073, 1.3333333333333335`}, {0.8299489238117073, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6469558261505459, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8772435081634485, 1.3333333333333335`}, { 0.8772435081634485, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8819346459239097, 1.3333333333333335`}, { 0.8819346459239097, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8299489238117073, 1.}, {0.6734292586493323, 1.}}, {{ 0.9426591849998747, 1.}, {0.995999705338076, 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6734292586493323, 1.1666666666666667`}, { 0.6734292586493323, 0.8333333333333333}}, {{0.995999705338076, 1.1666666666666667`}, {0.995999705338076, 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{211.37484586052958`, 506.5329226441669}, { 55.76258183641238, 75.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.995999705338076`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9426591849998747`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8772435081634485`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8299489238117073`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6469558261505459`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.995999705338076}, { Style["75%", Bold], 0.9426591849998747}, { Style["median", Bold], 0.8772435081634485}, { Style["25%", Bold], 0.8299489238117073}, { Style["min", Bold], 0.6469558261505459}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9482823111857939, 1.6666666666666667`}, { 0.9482823111857939, 2.3333333333333335`}, {0.8273273373868517, 2.3333333333333335`}, {0.8273273373868517, 1.6666666666666667`}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8913119171043531, 2.3333333333333335`}, { 0.8913119171043531, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8906858160444167, 2.3333333333333335`}, { 0.8906858160444167, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8273273373868517, 2.}, {0.7252954507521909, 2.}}, {{ 0.9482823111857939, 2.}, {0.997467085325979, 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7252954507521909, 2.1666666666666665`}, { 0.7252954507521909, 1.8333333333333333`}}, {{0.997467085325979, 2.1666666666666665`}, {0.997467085325979, 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{278.1715728752538, 507.8284271247462}, { 35.17157287525378, 54.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.997467085325979`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9482823111857939`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8913119171043531`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8273273373868517`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.7252954507521909`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.997467085325979}, { Style["75%", Bold], 0.9482823111857939}, { Style["median", Bold], 0.8913119171043531}, { Style["25%", Bold], 0.8273273373868517}, { Style["min", Bold], 0.7252954507521909}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9514744843630264, 2.666666666666667}, { 0.9514744843630264, 3.333333333333334}, {0.8311491279408162, 3.333333333333334}, {0.8311491279408162, 2.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8987820934776344, 3.333333333333334}, { 0.8987820934776344, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8856461969261505, 3.333333333333334}, { 0.8856461969261505, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8311491279408162, 3.0000000000000004`}, { 0.6770067248256937, 3.0000000000000004`}}, {{0.9514744843630264, 3.0000000000000004`}, {0.9969086045346688, 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6770067248256937, 3.166666666666667}, { 0.6770067248256937, 2.833333333333334}}, {{0.9969086045346688, 3.166666666666667}, {0.9969086045346688, 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{239.1715728752538, 507.8284271247462}, { 14.171572875253787`, 33.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9969086045346688`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9514744843630264`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8987820934776344`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8311491279408162`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6770067248256937`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9969086045346688}, { Style["75%", Bold], 0.9514744843630264}, { Style["median", Bold], 0.8987820934776344}, { Style["25%", Bold], 0.8311491279408162}, { Style["min", Bold], 0.6770067248256937}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9526764880580048, 3.6666666666666674`}, { 0.9526764880580048, 4.333333333333334}, {0.84225676726094, 4.333333333333334}, {0.84225676726094, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.5842254273901086, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6413218274684692, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6284746203594223, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8833487315893553, 4.333333333333334}, { 0.8833487315893553, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8872179078518373, 4.333333333333334}, { 0.8872179078518373, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.84225676726094, 4.000000000000001}, { 0.6843558518364801, 4.000000000000001}}, {{0.9526764880580048, 4.000000000000001}, {0.995999705338076, 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6843558518364801, 4.166666666666668}, { 0.6843558518364801, 3.8333333333333344`}}, {{0.995999705338076, 4.166666666666668}, {0.995999705338076, 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{159.85457983782558`, 506.5116420336251}, {-7.194856942504032, 12.828427124746213`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.995999705338076`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9526764880580048`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8833487315893553`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.84225676726094`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.5842254273901086`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.995999705338076}, { Style["75%", Bold], 0.9526764880580048}, { Style["median", Bold], 0.8833487315893553}, { Style["25%", Bold], 0.84225676726094}, { Style["min", Bold], 0.5842254273901086}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.528488, 0.470624, 0.701351], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9454875333112026, 4.666666666666667}, { 0.9454875333112026, 5.333333333333334}, {0.8243203588954151, 5.333333333333334}, {0.8243203588954151, 4.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6124467855246964, 5.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.889072779942339, 5.333333333333334}, { 0.889072779942339, 4.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8834717861319517, 5.333333333333334}, { 0.8834717861319517, 4.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8243203588954151, 5.}, {0.7081056856764228, 5.}}, {{ 0.9454875333112026, 5.}, {0.997467085325979, 5.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7081056856764228, 5.166666666666667}, { 0.7081056856764228, 4.833333333333333}}, {{0.997467085325979, 5.166666666666667}, {0.997467085325979, 4.833333333333333}}}]}, {}}]}, ImageSizeCache->{{183.04935391058484`, 506.50454849677783`}, {-28.180669868809474`, -8.171572875253787}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.997467085325979`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9454875333112026`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.889072779942339`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8243203588954151`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6124467855246964`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.997467085325979}, { Style["75%", Bold], 0.9454875333112026}, { Style["median", Bold], 0.889072779942339}, { Style["25%", Bold], 0.8243203588954151}, { Style["min", Bold], 0.6124467855246964}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.772079, 0.431554, 0.102387], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9264745256909834, 5.666666666666667}, { 0.9264745256909834, 6.333333333333334}, {0.8238607762192633, 6.333333333333334}, {0.8238607762192633, 5.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6179852780873047, 6.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8741898180965726, 6.333333333333334}, { 0.8741898180965726, 5.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8738635743155809, 6.333333333333334}, { 0.8738635743155809, 5.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8238607762192633, 6.}, {0.7047216246803003, 6.}}, {{ 0.9264745256909834, 6.}, {0.9969086045346688, 6.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7047216246803003, 6.166666666666667}, { 0.7047216246803003, 5.833333333333333}}, {{0.9969086045346688, 6.166666666666667}, {0.9969086045346688, 5.833333333333333}}}]}, {}}]}, ImageSizeCache->{{187.60707167961215`, 506.49745495993056`}, {-49.166482795114916`, -29.171572875253787`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9969086045346688`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9264745256909834`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8741898180965726`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8238607762192633`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6179852780873047`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9969086045346688}, { Style["75%", Bold], 0.9264745256909834}, { Style["median", Bold], 0.8741898180965726}, { Style["25%", Bold], 0.8238607762192633}, { Style["min", Bold], 0.6179852780873047}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.363898, 0.618501, 0.782349], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9504002360731525, 6.666666666666667}, { 0.9504002360731525, 7.333333333333334}, {0.8471412427776458, 7.333333333333334}, {0.8471412427776458, 6.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6556363067033439, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6655628629521184, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6648500261619564, 7.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8990213903004698, 7.333333333333334}, { 0.8990213903004698, 6.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8903822774696561, 7.333333333333334}, { 0.8903822774696561, 6.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8471412427776458, 7.}, {0.7051412292541963, 7.}}, {{ 0.9504002360731525, 7.}, {0.995999705338076, 7.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7051412292541963, 7.166666666666667}, { 0.7051412292541963, 6.833333333333333}}, {{0.995999705338076, 7.166666666666667}, {0.995999705338076, 6.833333333333333}}}]}, {}}]}, ImageSizeCache->{{218.54960139333173`, 505.4903614230833}, {-70.15229572142037, -50.17157287525377}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.995999705338076`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9504002360731525`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8990213903004698`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8471412427776458`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6556363067033439`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.995999705338076}, { Style["75%", Bold], 0.9504002360731525}, { Style["median", Bold], 0.8990213903004698}, { Style["25%", Bold], 0.8471412427776458}, { Style["min", Bold], 0.6556363067033439}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[1, 0.75, 0], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9767946659825094, 7.666666666666667}, { 0.9767946659825094, 8.333333333333334}, {0.8378537398873867, 8.333333333333334}, {0.8378537398873867, 7.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8826427122160851, 8.333333333333334}, { 0.8826427122160851, 7.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8955630105374447, 8.333333333333334}, { 0.8955630105374447, 7.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8378537398873867, 8.}, {0.8074650142718152, 8.}}, {{ 0.9767946659825094, 8.}, {0.997467085325979, 8.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8074650142718152, 8.166666666666666}, { 0.8074650142718152, 7.833333333333333}}, {{0.997467085325979, 8.166666666666666}, {0.997467085325979, 7.833333333333333}}}]}, {}}]}, ImageSizeCache->{{346.1715728752538, 508.8284271247462}, {-90.82842712474623, -71.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.997467085325979`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9767946659825094`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8826427122160851`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8378537398873867`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.8074650142718152`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.997467085325979}, { Style["75%", Bold], 0.9767946659825094}, { Style["median", Bold], 0.8826427122160851}, { Style["25%", Bold], 0.8378537398873867}, { Style["min", Bold], 0.8074650142718152}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.647624, 0.37816, 0.614037], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.921569236807017, 8.666666666666668}, { 0.921569236807017, 9.333333333333334}, {0.8544258049277, 9.333333333333334}, {0.8544258049277, 8.666666666666668}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6654128609930916, 9.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8986782396652595, 9.333333333333332}, { 0.8986782396652595, 8.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8918800397869674, 9.333333333333332}, { 0.8918800397869674, 8.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8544258049277, 9.}, {0.7861066164092956, 9.}}, {{ 0.921569236807017, 9.}, {0.9969086045346688, 9.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7861066164092956, 9.166666666666666}, { 0.7861066164092956, 8.833333333333334}}, {{0.9969086045346688, 9.166666666666666}, {0.9969086045346688, 8.833333333333334}}}]}, {}}]}, ImageSizeCache->{{226.59655629242843`, 506.47617434938877`}, {-112.12392157403131`, -92.17157287525377}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9969086045346688`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.921569236807017`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8986782396652595`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8544258049277`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6654128609930916`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9969086045346688}, { Style["75%", Bold], 0.921569236807017}, { Style["median", Bold], 0.8986782396652595}, { Style["25%", Bold], 0.8544258049277}, { Style["min", Bold], 0.6654128609930916}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}}, {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5635633444933151, 0.23333333333333323`}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 9.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 9.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 9.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{ 3.821683143531204*^9},ExpressionUUID->"80103932-caac-412a-b32f-\ fad4aae0dc22"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{ "reps1Loc", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "clustAndLocs", ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.821683172467601*^9, 3.821683179203574*^9}},ExpressionUUID->"c0a859ae-355d-4140-9c27-\ 16a7115dd85a"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/BX_CLUSTERS_loc_fairLoc.csv\"\>"], "Output", CellChangeTimes->{ 3.821683180368268*^9},ExpressionUUID->"0c8344c8-f7de-453c-9dae-\ c6f48b26c7c6"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{ RowBox[{"{", RowBox[{"reps1Mult", ",", "ranks1Mult"}], "}"}], "=", RowBox[{"FairRepBase", "[", RowBox[{ "dataBC2", ",", ".5", ",", "3", ",", "\[IndentingNewLine]", "clustAndLocs"}], "]"}]}], ";"}]], "Input", CellChangeTimes->{{3.811241504642952*^9, 3.81124154422164*^9}, 3.811241807974909*^9, {3.811242575882802*^9, 3.811242580697433*^9}, { 3.811242635820396*^9, 3.811242802426188*^9}, {3.811242841002968*^9, 3.811242857774798*^9}, {3.811242928831661*^9, 3.811242930168581*^9}, { 3.811760160054686*^9, 3.8117601761277113`*^9}, {3.8216820628395357`*^9, 3.821682136057232*^9}, {3.821683193009079*^9, 3.8216832004821377`*^9}, 3.821683234349242*^9, {3.821944402204878*^9, 3.821944404064266*^9}, { 3.821945683638101*^9, 3.821945684884006*^9}},ExpressionUUID->"085c12e0-ad4d-4388-8bc7-\ 395e734875b0"], Cell[BoxData[ RowBox[{"{", RowBox[{"0.8735696141218794`", ",", "0.06964362637776211`"}], "}"}]], "Print", CellChangeTimes->{3.821944451278277*^9, 3.821945109045609*^9, 3.821945328010273*^9, 3.821945704586142*^9},ExpressionUUID->"64c6a7d1-98fa-4f50-abb1-\ ae67da2a1f23"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"KendallTau", "[", RowBox[{"groundTruthBC", ",", "ranks1Mult"}], "]"}]], "Input", CellChangeTimes->{ 3.8221412828181963`*^9},ExpressionUUID->"ea4a2794-aa2d-4a3c-a5d7-\ 4e696baeaa83"], Cell[BoxData["0.9913735047633655`"], "Output", CellChangeTimes->{ 3.822141298329077*^9},ExpressionUUID->"8747fe57-1bf4-498c-8a42-\ a01f0a95cc2a"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "@", "reps1Mult"}]], "Input", CellChangeTimes->{{3.821944639766865*^9, 3.821944641060276*^9}},ExpressionUUID->"128bb3d8-e670-4e25-850e-\ 5c0410db3285"], Cell[BoxData["53408"], "Output", CellChangeTimes->{ 3.821944641437509*^9},ExpressionUUID->"c15a0c09-a7b2-47c0-bf61-\ 1abff06c0e75"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ "reps1Mult", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "clustAndLocs", ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.811242040886088*^9, 3.811242059531436*^9}, { 3.8112420915120697`*^9, 3.811242184087009*^9}, {3.811242346797717*^9, 3.811242429535988*^9}, {3.811242986251849*^9, 3.811242989398283*^9}, 3.811243304936707*^9, 3.821682159111483*^9, 3.8216832715291653`*^9, { 3.821700604051372*^9, 3.8217006129999437`*^9}},ExpressionUUID->"6fe7af5b-38fb-4e6b-ae04-\ d61c3f012058"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.5942316108280976, 0.5381837703332197}, {0.9997248168002841, 9.46181622966678}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9251932969390787, 0.6666666666666666}, { 0.9251932969390787, 1.3333333333333335`}, {0.8293750517558127, 1.3333333333333335`}, {0.8293750517558127, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6738073393425681, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8695815425534007, 1.3333333333333335`}, { 0.8695815425534007, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8735696141218771, 1.3333333333333335`}, { 0.8735696141218771, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8293750517558127, 1.}, {0.6963131681754593, 1.}}, {{ 0.9251932969390787, 1.}, {0.9705396123684793, 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6963131681754593, 1.1666666666666667`}, { 0.6963131681754593, 0.8333333333333333}}, {{0.9705396123684793, 1.1666666666666667`}, {0.9705396123684793, 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{233.4370126362439, 484.5329226441669}, { 55.76258183641238, 75.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9705396123684793`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9251932969390787`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8695815425534007`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8293750517558127`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6738073393425681`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9705396123684793}, { Style["75%", Bold], 0.9251932969390787}, { Style["median", Bold], 0.8695815425534007}, { Style["25%", Bold], 0.8293750517558127}, { Style["min", Bold], 0.6738073393425681}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9269669514326223, 1.6666666666666667`}, { 0.9269669514326223, 2.3333333333333335`}, {0.8148303792418906, 2.3333333333333335`}, {0.8148303792418906, 1.6666666666666667`}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.874150068356221, 2.3333333333333335`}, { 0.874150068356221, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8735696141218794, 2.3333333333333335`}, { 0.8735696141218794, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8148303792418906, 2.}, {0.7202372785035706, 2.}}, {{ 0.9269669514326223, 2.}, {0.97256583672711, 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7202372785035706, 2.1666666666666665`}, { 0.7202372785035706, 1.8333333333333333`}}, {{0.97256583672711, 2.1666666666666665`}, {0.97256583672711, 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{274.1715728752538, 487.8284271247462}, { 35.17157287525378, 54.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.97256583672711`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9269669514326223`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.874150068356221`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8148303792418906`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.7202372785035706`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.97256583672711}, { Style["75%", Bold], 0.9269669514326223}, { Style["median", Bold], 0.874150068356221}, { Style["25%", Bold], 0.8148303792418906}, { Style["min", Bold], 0.7202372785035706}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9269313370456096, 2.666666666666667}, { 0.9269313370456096, 3.333333333333334}, {0.8293932029074843, 3.333333333333334}, {0.8293932029074843, 2.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8842178338983276, 3.333333333333334}, { 0.8842178338983276, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8735696141218802, 3.333333333333334}, { 0.8735696141218802, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8293932029074843, 3.0000000000000004`}, { 0.7044422961454859, 3.0000000000000004`}}, {{0.9269313370456096, 3.0000000000000004`}, {0.9637611411660265, 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7044422961454859, 3.166666666666667}, { 0.7044422961454859, 2.833333333333334}}, {{0.9637611411660265, 3.166666666666667}, {0.9637611411660265, 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{261.1715728752538, 480.8284271247462}, { 14.171572875253787`, 33.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9637611411660265`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9269313370456096`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8842178338983276`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8293932029074843`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.7044422961454859`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9637611411660265}, { Style["75%", Bold], 0.9269313370456096}, { Style["median", Bold], 0.8842178338983276}, { Style["25%", Bold], 0.8293932029074843}, { Style["min", Bold], 0.7044422961454859}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.929935926029334, 3.6666666666666674`}, { 0.929935926029334, 4.333333333333334}, {0.8348536250753793, 4.333333333333334}, {0.8348536250753793, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6126631201904698, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6618287679248588, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6507660519177679, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8702378706690106, 4.333333333333334}, { 0.8702378706690106, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8735696141218792, 4.333333333333334}, { 0.8735696141218792, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8348536250753793, 4.000000000000001}, { 0.6988853192970463, 4.000000000000001}}, {{0.929935926029334, 4.000000000000001}, {0.9672415011021773, 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.6988853192970463, 4.166666666666668}, { 0.6988853192970463, 3.8333333333333344`}}, {{0.9672415011021773, 4.166666666666668}, {0.9672415011021773, 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{183.2200086980695, 482.5116420336251}, {-7.194856942504032, 12.828427124746213`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9672415011021773`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.929935926029334`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8702378706690106`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8348536250753793`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6126631201904698`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9672415011021773}, { Style["75%", Bold], 0.929935926029334}, { Style["median", Bold], 0.8702378706690106}, { Style["25%", Bold], 0.8348536250753793}, { Style["min", Bold], 0.6126631201904698}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.528488, 0.470624, 0.701351], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9254639422440234, 4.666666666666667}, { 0.9254639422440234, 5.333333333333334}, {0.8240721281844208, 5.333333333333334}, {0.8240721281844208, 4.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6467778563742127, 5.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8782564851800674, 5.333333333333334}, { 0.8782564851800674, 4.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8735696141218791, 5.333333333333334}, { 0.8735696141218791, 4.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8240721281844208, 5.}, {0.7268245312603294, 5.}}, {{ 0.9254639422440234, 5.}, {0.9689600549345656, 5.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7268245312603294, 5.166666666666667}, { 0.7268245312603294, 4.833333333333333}}, {{0.9689600549345656, 5.166666666666667}, {0.9689600549345656, 4.833333333333333}}}]}, {}}]}, ImageSizeCache->{{211.2569936534328, 483.50454849677783`}, {-28.180669868809474`, -8.171572875253787}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9689600549345656`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9254639422440234`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8782564851800674`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8240721281844208`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6467778563742127`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9689600549345656}, { Style["75%", Bold], 0.9254639422440234}, { Style["median", Bold], 0.8782564851800674}, { Style["25%", Bold], 0.8240721281844208}, { Style["min", Bold], 0.6467778563742127}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.772079, 0.431554, 0.102387], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9196295482853105, 5.666666666666667}, { 0.9196295482853105, 6.333333333333334}, {0.829793070871979, 6.333333333333334}, {0.829793070871979, 5.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6495528045031214, 6.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.873855234637777, 6.333333333333334}, { 0.873855234637777, 5.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8735696141218792, 6.333333333333334}, { 0.8735696141218792, 5.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.829793070871979, 6.}, {0.7254889035320727, 6.}}, {{ 0.9196295482853105, 6.}, {0.981293307437912, 6.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7254889035320727, 6.166666666666667}, { 0.7254889035320727, 5.833333333333333}}, {{0.981293307437912, 6.166666666666667}, {0.981293307437912, 5.833333333333333}}}]}, {}}]}, ImageSizeCache->{{213.54408414896648`, 493.49745495993056`}, {-49.166482795114916`, -29.171572875253787`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.981293307437912`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9196295482853105`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.873855234637777`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.829793070871979`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6495528045031214`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.981293307437912}, { Style["75%", Bold], 0.9196295482853105}, { Style["median", Bold], 0.873855234637777}, { Style["25%", Bold], 0.829793070871979}, { Style["min", Bold], 0.6495528045031214}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.363898, 0.618501, 0.782349], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9230948044407021, 6.666666666666667}, { 0.9230948044407021, 7.333333333333334}, {0.8378882860238615, 7.333333333333334}, {0.8378882860238615, 6.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6798636109639993, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6880547357351511, 7.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6874665221650718, 7.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8806983755307507, 7.333333333333334}, { 0.8806983755307507, 6.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.873569614121879, 7.333333333333334}, { 0.873569614121879, 6.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8378882860238615, 7.}, {0.7207137292968597, 7.}}, {{ 0.9230948044407021, 7.}, {0.960722248731203, 7.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7207137292968597, 7.166666666666667}, { 0.7207137292968597, 6.833333333333333}}, {{0.960722248731203, 7.166666666666667}, {0.960722248731203, 6.833333333333333}}}]}, {}}]}, ImageSizeCache->{{238.45562394417095`, 477.4903614230833}, {-70.15229572142037, -50.17157287525377}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.960722248731203`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9230948044407021`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8806983755307507`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8378882860238615`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6798636109639993`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.960722248731203}, { Style["75%", Bold], 0.9230948044407021}, { Style["median", Bold], 0.8806983755307507}, { Style["25%", Bold], 0.8378882860238615}, { Style["min", Bold], 0.6798636109639993}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[1, 0.75, 0], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9548012695669441, 7.666666666666667}, { 0.9548012695669441, 8.333333333333334}, {0.8158603434718213, 8.333333333333334}, {0.8158603434718213, 7.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8606493158005198, 8.333333333333334}, { 0.8606493158005198, 7.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8735696141218795, 8.333333333333334}, { 0.8735696141218795, 7.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8158603434718213, 8.}, {0.7854716178562499, 8.}}, {{ 0.9548012695669441, 8.}, {0.9754736889104137, 8.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7854716178562499, 8.166666666666666}, { 0.7854716178562499, 7.833333333333333}}, {{0.9754736889104137, 8.166666666666666}, {0.9754736889104137, 7.833333333333333}}}]}, {}}]}, ImageSizeCache->{{328.1715728752538, 490.8284271247462}, {-90.82842712474623, -71.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9754736889104137`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9548012695669441`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8606493158005198`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8158603434718213`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.7854716178562499`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9754736889104137}, { Style["75%", Bold], 0.9548012695669441}, { Style["median", Bold], 0.8606493158005198}, { Style["25%", Bold], 0.8158603434718213}, { Style["min", Bold], 0.7854716178562499}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.647624, 0.37816, 0.614037], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9003860669098974, 8.666666666666668}, { 0.9003860669098974, 9.333333333333334}, {0.8397394731404098, 9.333333333333334}, {0.8397394731404098, 8.666666666666668}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6690155332533242, 9.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8797100161663204, 9.333333333333332}, { 0.8797100161663204, 8.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8735696141218796, 9.333333333333332}, { 0.8735696141218796, 8.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8397394731404098, 9.}, {0.7780308896383943, 9.}}, {{ 0.9003860669098974, 9.}, {0.9684355529361907, 9.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7780308896383943, 9.166666666666666}, { 0.7780308896383943, 8.833333333333334}}, {{0.9684355529361907, 9.166666666666666}, {0.9684355529361907, 8.833333333333334}}}]}, {}}]}, ImageSizeCache->{{229.5566410993847, 483.47617434938877`}, {-112.12392157403131`, -92.17157287525377}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9684355529361907`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9003860669098974`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8797100161663204`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8397394731404098`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6690155332533242`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9684355529361907}, { Style["75%", Bold], 0.9003860669098974}, { Style["median", Bold], 0.8797100161663204}, { Style["25%", Bold], 0.8397394731404098}, { Style["min", Bold], 0.6690155332533242}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, \ {{{}, {}}, {}}, {{{}, {}}, {}}}, {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.5942316108280976, 0.23333333333333323`}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 9.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 9.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {8., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {9., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 9.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{ 3.811242995430984*^9, 3.811243306830181*^9, 3.821683272779069*^9, { 3.8217005922207537`*^9, 3.821700613550458*^9}},ExpressionUUID->"4fb474d6-df73-44ef-9510-\ 16336d3aef6c"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"784", "*", "10"}]], "Input", CellChangeTimes->{{3.823692565887718*^9, 3.823692572343533*^9}},ExpressionUUID->"d7f71c35-8762-48f9-9adc-\ d8cc32ebd497"], Cell[BoxData["7840"], "Output", CellChangeTimes->{ 3.823692573488109*^9},ExpressionUUID->"98865024-24b6-4cad-aa40-\ 514495534204"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "[", RowBox[{"Join", "@@", "clustAndLocs"}], "]"}]], "Input", CellChangeTimes->{{3.82169868459408*^9, 3.821698688308811*^9}},ExpressionUUID->"9f526463-ff90-4e12-9f8a-\ 30425c0c5ce5"], Cell[BoxData["952"], "Output", CellChangeTimes->{ 3.821698689263069*^9},ExpressionUUID->"ba98ae5a-0197-4ed6-9dec-\ 6ad635cc213d"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "@", "clustAndLocs"}]], "Input", CellChangeTimes->{{3.821944705940249*^9, 3.821944707593028*^9}},ExpressionUUID->"90efbe40-bec6-4c94-8d02-\ 072996eb73e9"], Cell[BoxData["9"], "Output", CellChangeTimes->{ 3.82194470787845*^9},ExpressionUUID->"5be2189b-bca5-4530-a77e-d62aa3aad542"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Length", "/@", "clustAndLocs"}]], "Input", CellChangeTimes->{{3.821944973105628*^9, 3.8219449758726797`*^9}},ExpressionUUID->"cf25c4f2-3d71-411e-87c4-\ 33becec2b3c0"], Cell[BoxData[ RowBox[{"{", RowBox[{ "220", ",", "80", ",", "103", ",", "274", ",", "72", ",", "92", ",", "71", ",", "13", ",", "27"}], "}"}]], "Output", CellChangeTimes->{ 3.821944976246647*^9},ExpressionUUID->"a06826ab-10aa-434e-88d3-\ 802e99f245a7"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"reps1Mult", "[", RowBox[{"[", RowBox[{";;", "20"}], "]"}], "]"}]], "Input", CellChangeTimes->{{3.8219449423024282`*^9, 3.8219449436404753`*^9}},ExpressionUUID->"c64f90c8-1079-404b-8099-\ 57687c8e661a"], Cell[BoxData[ RowBox[{"{", RowBox[{ "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`", ",", "0.5`"}], "}"}]], "Output", CellChangeTimes->{ 3.821944943976619*^9},ExpressionUUID->"ecd34898-b124-48c3-b8df-\ f1b939e3f4d0"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{ "reps1Mult", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", "clustAndLocs", ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.8112432570952597`*^9, 3.811243262689028*^9}, 3.8112433202022133`*^9, {3.81176031491595*^9, 3.8117603153313627`*^9}, { 3.821683294824871*^9, 3.8216833166704884`*^9}},ExpressionUUID->"2d7140b8-228f-4bcc-9d30-\ 492a7bee22bd"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/BX_CLUSTERS_loc_fairAll.csv\"\>"], "Output", CellChangeTimes->{3.811243263172694*^9, 3.811243321866806*^9, 3.821683317269129*^9, 3.8219445604123096`*^9, 3.821944654367352*^9, 3.821947560907877*^9},ExpressionUUID->"8e321c2c-9df6-4891-a5f2-\ 57b88634ab68"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"BoxWhiskerChart", "[", RowBox[{ RowBox[{ RowBox[{ RowBox[{ "reps1Mult", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"(", RowBox[{"First", "/@", "y"}], ")"}], ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ",", RowBox[{"DiffLocs", "\[LeftDoubleBracket]", RowBox[{"2", ";;", RowBox[{"-", "2"}]}], "\[RightDoubleBracket]"}]}], "]"}], ")"}]}], ",", RowBox[{"{", RowBox[{"\"\\"", ",", RowBox[{"{", RowBox[{"\"\\"", ",", "1", ",", RowBox[{"Directive", "[", RowBox[{"Thick", ",", "White"}], "]"}]}], "}"}]}], "}"}], ",", RowBox[{"AspectRatio", "\[Rule]", ".4"}], ",", RowBox[{"BarSpacing", "\[Rule]", ".5"}], ",", RowBox[{"GridLines", "\[Rule]", "Automatic"}], ",", RowBox[{"GridLinesStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Gray", ",", " ", "Dotted"}], "]"}]}], ",", RowBox[{"FrameStyle", "\[Rule]", RowBox[{"Directive", "[", RowBox[{"Black", ",", "14"}], "]"}]}], ",", RowBox[{"ChartLegends", "\[Rule]", RowBox[{"Placed", "[", RowBox[{ RowBox[{"SwatchLegend", "[", RowBox[{ RowBox[{"{", RowBox[{"None", ",", RowBox[{"{", RowBox[{ "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], "}"}], ",", RowBox[{"LegendFunction", "\[Rule]", RowBox[{"(", RowBox[{ RowBox[{"Framed", "[", RowBox[{ RowBox[{"Style", "[", RowBox[{"#", ",", "14"}], "]"}], ",", RowBox[{"RoundingRadius", "\[Rule]", "3"}], ",", RowBox[{"Background", "\[Rule]", "White"}]}], "]"}], "&"}], ")"}]}], ",", RowBox[{"LegendMargins", "\[Rule]", "5"}]}], "]"}], ",", RowBox[{"{", RowBox[{"0", ",", "0"}], "}"}]}], "]"}]}], ",", RowBox[{"PlotTheme", "\[Rule]", "\"\\""}], ",", RowBox[{"ChartStyle", "\[Rule]", "97"}], ",", RowBox[{"BarOrigin", "\[Rule]", "Left"}], ",", RowBox[{"PlotRange", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{".43", ",", "1"}], "}"}], ",", "All"}], "}"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.811242513709446*^9, 3.811242514577714*^9}, 3.8112429933451853`*^9},ExpressionUUID->"5dae07ac-889c-4159-a2c9-\ 5c42864d1fdd"], Cell[BoxData[ GraphicsBox[{ {Opacity[0], PointBox[{{0.6857342090509838, 0.5081773474205553}, {0.9689827666404164, 7.491822652579446}}]}, {RGBColor[0.982864, 0.7431472, 0.3262672], CapForm[None], {}, {RGBColor[0.982864, 0.7431472, 0.3262672], {RGBColor[0.368417, 0.506779, 0.709798], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9125113530483193, 0.6666666666666666}, { 0.9125113530483193, 1.3333333333333335`}, {0.8425597252216415, 1.3333333333333335`}, {0.8425597252216415, 0.6666666666666666}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7299565902676111, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7351888803219294, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7075690953655043, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7367754111853042, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7315189715904094, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7287201332348552, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7355319559492939, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7375214197352598, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.722796516473959, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7185518793659237, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7259135949971429, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7297260853458216, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7181955476669122, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7230607295966334, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7359375395427077, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7325279957091961, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7260610733814289, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7304901770454377, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7371203871810851, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7349222835156213, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7347899502138764, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7310453602782945, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6989043556566252, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7373241929597064, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.734391371511096, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7320091495814807, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7341867075828142, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7234998252224075, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7354226916708023, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7353588953723573, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7322941030920305, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7304041908261663, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.726949814673519, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7246413825857938, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7185345081415053, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.72930417762382, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7334913957948842, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7368703132282299, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6986091434868671, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7098903734965434, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7242188169562526, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7339232952681701, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7217417117763221, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7358066888120592, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7235451963285908, 1.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7229989269213439, 1.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8738770682873728, 1.3333333333333335`}, { 0.8738770682873728, 0.6666666666666665}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8736483107181494, 1.3333333333333335`}, { 0.8736483107181494, 0.6666666666666665}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8425597252216415, 1.}, {0.7377746545022196, 1.}}, {{ 0.9125113530483193, 1.}, {0.941697526988458, 1.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7377746545022196, 1.1666666666666667`}, { 0.7377746545022196, 0.8333333333333333}}, {{0.941697526988458, 1.1666666666666667`}, {0.941697526988458, 0.8333333333333333}}}]}, {}}]}, ImageSizeCache->{{252.51956042620475`, 462.8284271247462}, { 50.969032281426166`, 74.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.941697526988458`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9125113530483193`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8738770682873728`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8425597252216415`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6986091434868671`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.941697526988458}, { Style["75%", Bold], 0.9125113530483193}, { Style["median", Bold], 0.8738770682873728}, { Style["25%", Bold], 0.8425597252216415}, { Style["min", Bold], 0.6986091434868671}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.880722, 0.611041, 0.142051], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9126238958381822, 1.6666666666666667`}, { 0.9126238958381822, 2.3333333333333335`}, {0.841532202645096, 2.3333333333333335`}, {0.841532202645096, 1.6666666666666667`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7280716158817214, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7257094955834472, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7337887283279666, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7081057991516585, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7280742807492349, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7309783817518745, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7327829891059161, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.73226865014443, 2.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7272213607241537, 2.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.873563965948633, 2.3333333333333335`}, { 0.873563965948633, 1.6666666666666665`}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8736483107181564, 2.3333333333333335`}, { 0.8736483107181564, 1.6666666666666665`}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.841532202645096, 2.}, {0.7350719456568258, 2.}}, {{ 0.9126238958381822, 2.}, {0.9429700334089167, 2.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7350719456568258, 2.1666666666666665`}, { 0.7350719456568258, 1.8333333333333333`}}, {{0.9429700334089167, 2.1666666666666665`}, {0.9429700334089167, 1.8333333333333333`}}}]}, {}}]}, ImageSizeCache->{{260.32235349748714`, 462.8284271247462}, { 24.144505355358163`, 47.82842712474621}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9429700334089167`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9126238958381822`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.873563965948633`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.841532202645096`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.7081057991516585`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9429700334089167}, { Style["75%", Bold], 0.9126238958381822}, { Style["median", Bold], 0.873563965948633}, { Style["25%", Bold], 0.841532202645096}, { Style["min", Bold], 0.7081057991516585}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.560181, 0.691569, 0.194885], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9138384590183166, 2.666666666666667}, { 0.9138384590183166, 3.333333333333334}, {0.8417432236871525, 3.333333333333334}, {0.8417432236871525, 2.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7275175709507151, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.723680430038057, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7189698437570823, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7258797838947544, 3.0000000000000004`}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7303365043590999, 3.0000000000000004`}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8749892422850236, 3.333333333333334}, { 0.8749892422850236, 2.666666666666667}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8736483107181564, 3.333333333333334}, { 0.8736483107181564, 2.666666666666667}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8417432236871525, 3.0000000000000004`}, { 0.7420078433419721, 3.0000000000000004`}}, {{0.9138384590183166, 3.0000000000000004`}, {0.9457266058836167, 3.0000000000000004`}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7420078433419721, 3.166666666666667}, { 0.7420078433419721, 2.833333333333334}}, {{0.9457266058836167, 3.166666666666667}, {0.9457266058836167, 2.833333333333334}}}]}, {}}]}, ImageSizeCache->{{269.248642389648, 465.8284271247462}, {-2.828427124746213, 20.828427124746213`}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9457266058836167`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9138384590183166`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8749892422850236`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8417432236871525`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.7189698437570823`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9457266058836167}, { Style["75%", Bold], 0.9138384590183166}, { Style["median", Bold], 0.8749892422850236}, { Style["25%", Bold], 0.8417432236871525}, { Style["min", Bold], 0.7189698437570823}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.922526, 0.385626, 0.209179], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9116823116323758, 3.6666666666666674`}, { 0.9116823116323758, 4.333333333333334}, {0.8415886082011188, 4.333333333333334}, {0.8415886082011188, 3.6666666666666674`}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.6997508766744822, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7351020985851457, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7205371617729847, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.712484792366136, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7156423335288411, 4.000000000000001}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7258315134892636, 4.000000000000001}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8747921263646364, 4.333333333333334}, { 0.8747921263646364, 3.666666666666668}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8736483107181576, 4.333333333333334}, { 0.8736483107181576, 3.666666666666668}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8415886082011188, 4.000000000000001}, { 0.7368251684393137, 4.000000000000001}}, {{0.9116823116323758, 4.000000000000001}, {0.9472075210288612, 4.000000000000001}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7368251684393137, 4.166666666666668}, { 0.7368251684393137, 3.8333333333333344`}}, {{0.9472075210288612, 4.166666666666668}, {0.9472075210288612, 3.8333333333333344`}}}]}, {}}]}, ImageSizeCache->{{253.45764938299453`, 466.8284271247462}, {-29.828427124746213`, -6.171572875253787}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9472075210288612`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9116823116323758`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8747921263646364`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8415886082011188`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.6997508766744822`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9472075210288612}, { Style["75%", Bold], 0.9116823116323758}, { Style["median", Bold], 0.8747921263646364}, { Style["25%", Bold], 0.8415886082011188}, { Style["min", Bold], 0.6997508766744822}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.528488, 0.470624, 0.701351], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.909272694382765, 4.666666666666667}, { 0.909272694382765, 5.333333333333334}, {0.8449597643229941, 5.333333333333334}, {0.8449597643229941, 4.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7002138964462564, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7363333682600273, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7436056262380393, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7199450352334299, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7476117389179876, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7370425197268644, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7372897964269982, 5.}], InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7175665971648111, 5.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8744792744340759, 5.333333333333334}, { 0.8744792744340759, 4.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8736483107181567, 5.333333333333334}, { 0.8736483107181567, 4.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8449597643229941, 5.}, {0.7491141292227074, 5.}}, {{ 0.909272694382765, 5.}, {0.9561078322045331, 5.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7491141292227074, 5.166666666666667}, { 0.7491141292227074, 4.833333333333333}}, {{0.9561078322045331, 5.166666666666667}, {0.9561078322045331, 4.833333333333333}}}]}, {}}]}, ImageSizeCache->{{253.83808304244178`, 474.8284271247462}, {-56.82842712474622, -33.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9561078322045331`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.909272694382765`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8744792744340759`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8449597643229941`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.7002138964462564`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9561078322045331}, { Style["75%", Bold], 0.909272694382765}, { Style["median", Bold], 0.8744792744340759}, { Style["25%", Bold], 0.8449597643229941}, { Style["min", Bold], 0.7002138964462564}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.772079, 0.431554, 0.102387], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9181556221046466, 5.666666666666667}, { 0.9181556221046466, 6.333333333333334}, {0.8439088185492895, 6.333333333333334}, {0.8439088185492895, 5.666666666666667}}], {}, {{ InsetBox[ BoxData[ FormBox[ StyleBox["\"\[FilledSmallCircle]\"", 10, GrayLevel[0], StripOnInput -> False], TraditionalForm]], { 0.7047962880338358, 6.}]}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.874834885259428, 6.333333333333334}, { 0.874834885259428, 5.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8736483107181561, 6.333333333333334}, { 0.8736483107181561, 5.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8439088185492895, 6.}, {0.7677097745575061, 6.}}, {{ 0.9181556221046466, 6.}, {0.9413808622098977, 6.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.7677097745575061, 6.166666666666667}, { 0.7677097745575061, 5.833333333333333}}, {{0.9413808622098977, 6.166666666666667}, {0.9413808622098977, 5.833333333333333}}}]}, {}}]}, ImageSizeCache->{{257.6031404049014, 461.8284271247462}, {-83.15360234891385, -59.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9413808622098977`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9181556221046466`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.874834885259428`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8439088185492895`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.7047962880338358`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9413808622098977}, { Style["75%", Bold], 0.9181556221046466}, { Style["median", Bold], 0.874834885259428}, { Style["25%", Bold], 0.8439088185492895}, { Style["min", Bold], 0.7047962880338358}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}, {RGBColor[0.363898, 0.618501, 0.782349], TagBox[ TooltipBox[ DynamicBox[{ FEPrivate`If[ CurrentValue["MouseOver"], EdgeForm[{ GrayLevel[0.5], AbsoluteThickness[1.5], Opacity[0.66]}], {}, {}], GraphicsGroupBox[{Antialiasing -> False, PolygonBox[{{0.9073749454798029, 6.666666666666667}, { 0.9073749454798029, 7.333333333333334}, {0.8399216759565106, 7.333333333333334}, {0.8399216759565106, 6.666666666666667}}], {}, {{}, {}}, {}, { GrayLevel[0], GrayLevel[1], LineBox[{{0.8820197496197466, 7.333333333333334}, { 0.8820197496197466, 6.666666666666666}}]}, { GrayLevel[0], Directive[ Thickness[Large], GrayLevel[1]], LineBox[{{0.8736483107181567, 7.333333333333334}, { 0.8736483107181567, 6.666666666666666}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8399216759565106, 7.}, {0.8081977102377177, 7.}}, {{ 0.9073749454798029, 7.}, {0.9223560333954159, 7.}}}]}, { GrayLevel[0], GrayLevel[0.5], LineBox[{{{0.8081977102377177, 7.166666666666667}, { 0.8081977102377177, 6.833333333333333}}, {{0.9223560333954159, 7.166666666666667}, {0.9223560333954159, 6.833333333333333}}}]}, {}}]}, ImageSizeCache->{{346.1715728752538, 445.8284271247462}, {-109.82842712474623`, -86.17157287525379}}], StyleBox[ TagBox[ GridBox[{{ StyleBox["\"max\"", Bold, StripOnInput -> False], "0.9223560333954159`"}, { StyleBox["\"75%\"", Bold, StripOnInput -> False], "0.9073749454798029`"}, { StyleBox["\"median\"", Bold, StripOnInput -> False], "0.8820197496197466`"}, { StyleBox["\"25%\"", Bold, StripOnInput -> False], "0.8399216759565106`"}, { StyleBox["\"min\"", Bold, StripOnInput -> False], "0.8081977102377177`"}}, GridBoxAlignment -> {"Columns" -> {Center, ".", {Left}}}, AutoDelete -> False, GridBoxDividers -> {"Columns" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, "Rows" -> { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, GridBoxFrame -> { "ColumnsIndexed" -> {{{1, -1}, {1, -1}} -> GrayLevel[0]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], "Grid"], {}, StripOnInput -> False]], Annotation[#, Style[ Grid[{{ Style["max", Bold], 0.9223560333954159}, { Style["75%", Bold], 0.9073749454798029}, { Style["median", Bold], 0.8820197496197466}, { Style["25%", Bold], 0.8399216759565106}, { Style["min", Bold], 0.8081977102377177}}, Dividers -> {{ Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}, { Directive[ GrayLevel[0.3]], { Directive[ GrayLevel[0.3]]}, Directive[ GrayLevel[0.3]]}}, Alignment -> {{Center, ".", {Left}}}, Frame -> GrayLevel[0], BaseStyle -> Directive[ AbsoluteThickness[1], Dashing[{}]]], {}], "Tooltip"]& ]}}, {}, {}}, {{{{{{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, \ {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}, {{{}, {}}, {}}}, \ {}}, {}}, {}}, {}}, AspectRatio->0.4, Axes->{False, False}, AxesLabel->{None, None}, AxesOrigin->{0.6857342090509838, 0.33333333333333326`}, Frame->True, FrameLabel->{{None, None}, {None, None}}, FrameStyle->Directive[ GrayLevel[0], 14], FrameTicks->{{{{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 7.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 7.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}, { Automatic, Automatic}}, GridLines->Automatic, GridLinesStyle->Directive[ GrayLevel[0.5], Dashing[{0, Small}]], PlotRange->{{0.43, 1}, All}, PlotRangePadding->{{ Scaled[0.05], Scaled[0.05]}, { Scaled[0.05], Scaled[0.05]}}, Ticks->{Automatic, {{1., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {2., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 3.0000000000000004`, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 4.000000000000001, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {5., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {6., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, {7., FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0.008, 0}}, { 0.6666666666666666, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}, { 7.333333333333334, FormBox[ InterpretationBox[ StyleBox[ GraphicsBox[{}, ImageSize -> {0, 0}, BaselinePosition -> Baseline], "CacheGraphics" -> False], Spacer[0], Selectable -> False], TraditionalForm], {0, 0}}}}]], "Output", CellChangeTimes->{ 3.811243002057068*^9},ExpressionUUID->"cd28746c-9aa1-405b-98d5-\ c1da1595e151"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Export", "[", RowBox[{ "\"\\"", ",", RowBox[{ RowBox[{ RowBox[{ "reps1Mult", "\[LeftDoubleBracket]", "#", "\[RightDoubleBracket]"}], "&"}], "/@", RowBox[{"(", RowBox[{"Map", "[", RowBox[{ RowBox[{"Function", "[", RowBox[{"y", ",", RowBox[{"Select", "[", RowBox[{ RowBox[{"(", RowBox[{"First", "/@", "y"}], ")"}], ",", RowBox[{ RowBox[{"#", "\[LessEqual]", "53408"}], "&"}]}], "]"}]}], "]"}], ",", RowBox[{"DiffLocs", "\[LeftDoubleBracket]", RowBox[{"2", ";;", RowBox[{"-", "2"}]}], "\[RightDoubleBracket]"}]}], "]"}], ")"}]}]}], "]"}]], "Input", CellChangeTimes->{{3.811243270493545*^9, 3.811243270560273*^9}},ExpressionUUID->"c98b8aad-45d0-433c-be82-\ 11143f4a7c00"], Cell[BoxData["\<\"/Users/gramos/Library/Mobile \ Documents/com~apple~CloudDocs/FEUP - \ PosDoc/Bookcrossing_data/plot6.txt\"\>"], "Output", CellChangeTimes->{ 3.811243286954948*^9},ExpressionUUID->"91b0ee14-ceac-4e4d-8e8d-\ d682392e017d"] }, Open ]] }, WindowSize->{1513, 1445}, WindowMargins->{{Automatic, 14}, {Automatic, 0}}, Magnification:>1.5 Inherited, FrontEndVersion->"11.1 for Mac OS X x86 (32-bit, 64-bit Kernel) (April 18, \ 2017)", StyleDefinitions->"Default.nb" ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[558, 20, 484, 12, 143, "Input", "ExpressionUUID" -> \ "bfca6cbb-6992-44d9-bcba-2d066447c52a"], Cell[1045, 34, 782, 21, 298, "Input", "ExpressionUUID" -> \ "cbf5ea29-3416-400b-8503-bbba6e8876a5"], Cell[1830, 57, 697, 21, 49, "Input", "ExpressionUUID" -> \ "dd292f2f-31e8-4e21-8ad6-836aa191b4d1"], Cell[2530, 80, 8117, 177, 1042, "Input", "ExpressionUUID" -> \ "979d7a81-aafe-4539-b26a-de519f2a9543"], Cell[10650, 259, 351, 9, 49, "Input", "ExpressionUUID" -> \ "00fb10d3-380c-49c4-83df-c6ab526d98c0"], Cell[CellGroupData[{ Cell[11026, 272, 230, 6, 49, "Input", "ExpressionUUID" -> \ "06e65e84-04c7-4388-8c79-6a68a5b6c94c"], Cell[11259, 280, 775, 15, 81, "Output", "ExpressionUUID" -> \ "8a6e4fd8-6703-46be-99d4-0a97a8f7638e"] }, Open ]], Cell[CellGroupData[{ Cell[12071, 300, 231, 6, 49, "Input", "ExpressionUUID" -> \ "0335dc04-9c59-40f6-8688-4695a375d074"], Cell[12305, 308, 743, 15, 81, "Output", "ExpressionUUID" -> \ "1a67c109-858c-4d42-a63b-aa9e4693350a"] }, Open ]], Cell[CellGroupData[{ Cell[13085, 328, 191, 4, 49, "Input", "ExpressionUUID" -> \ "8939beef-0f35-4ac8-a6ba-39f35c95e493"], Cell[13279, 334, 17218, 508, 350, "Output", "ExpressionUUID" -> \ "d62c10df-1f60-45a9-8ab5-8480943e7e70"] }, Open ]], Cell[30512, 845, 13626, 305, 1786, "Input", "ExpressionUUID" -> \ "38f8fb9a-6a0d-42cf-9b88-1069a3da8e32"], Cell[44141, 1152, 156, 3, 49, "Input", "ExpressionUUID" -> \ "75e4faad-7775-47b2-840c-19fad354c3b6"], Cell[44300, 1157, 18270, 418, 2127, "Input", "ExpressionUUID" -> \ "9c698f9b-bb9a-445f-881b-d991b810c831"], Cell[62573, 1577, 643, 16, 143, "Input", "ExpressionUUID" -> \ "7f48f602-30d4-4f3d-b919-9008569b423d"], Cell[CellGroupData[{ Cell[63241, 1597, 230, 6, 49, "Input", "ExpressionUUID" -> \ "2402da0a-5314-4729-883a-bba3aa6651c2"], Cell[63474, 1605, 1343, 38, 143, "Output", "ExpressionUUID" -> \ "fa63a3f0-06a0-45a8-ab43-8b5898d21a31"] }, Open ]], Cell[CellGroupData[{ Cell[64854, 1648, 243, 6, 49, "Input", "ExpressionUUID" -> \ "fd48f165-d944-4f5e-9062-1ad8da2fcb04"], Cell[65100, 1656, 161, 3, 49, "Output", "ExpressionUUID" -> \ "c596fd29-9746-4e1b-8627-54c9f5ade782"] }, Open ]], Cell[CellGroupData[{ Cell[65298, 1664, 385, 12, 49, "Input", "ExpressionUUID" -> \ "ba05efb1-c4b2-47e3-816b-e63ad934f4af"], Cell[65686, 1678, 168, 3, 49, "Output", "ExpressionUUID" -> \ "6b4ceeb2-1391-4fe8-b1ea-061cb2ccd68a"] }, Open ]], Cell[CellGroupData[{ Cell[65891, 1686, 267, 6, 49, "Input", "ExpressionUUID" -> \ "d220efc0-ee0a-4bce-bf82-9689c0591cc9"], Cell[66161, 1694, 185, 4, 49, "Output", "ExpressionUUID" -> \ "a26df64c-8ef6-4e73-82e0-9f4b84c89b02"] }, Open ]], Cell[CellGroupData[{ Cell[66383, 1703, 217, 5, 49, "Input", "ExpressionUUID" -> \ "d25fdef7-8e87-4fab-9da4-3ce844f1b77a"], Cell[66603, 1710, 156, 3, 49, "Output", "ExpressionUUID" -> \ "e4b07369-ae99-45b0-886a-73f12e60c3d5"] }, Open ]], Cell[66774, 1716, 910, 25, 49, "Input", "ExpressionUUID" -> \ "e0956d9f-6088-46dd-94fe-a35a2bbb486a"], Cell[CellGroupData[{ Cell[67709, 1745, 152, 3, 49, "Input", "ExpressionUUID" -> \ "f5e5f679-1212-4316-b13a-2f04ff57eb46"], Cell[67864, 1750, 1009, 26, 81, "Output", "ExpressionUUID" -> \ "c9944396-4067-4a68-b7b5-1375115944a6"] }, Open ]], Cell[68888, 1779, 89, 0, 49, "Input", "ExpressionUUID" -> \ "c7523611-5445-441c-b238-ebbe8fcc3eee"], Cell[CellGroupData[{ Cell[69002, 1783, 234, 6, 49, "Input", "ExpressionUUID" -> \ "083ca1cd-a8c8-4c67-97c4-2da0c6478e32"], Cell[69239, 1791, 820, 25, 81, "Output", "ExpressionUUID" -> \ "7d6dfc79-5905-41b0-8d67-4207ddac2d11"] }, Open ]], Cell[70074, 1819, 2846, 64, 639, "Input", "ExpressionUUID" -> \ "c11a6eaf-dfdc-48d7-8288-2445029a677c"], Cell[CellGroupData[{ Cell[72945, 1887, 283, 7, 49, "Input", "ExpressionUUID" -> \ "1baf06ce-f280-4847-9e81-14f06db6fa65"], Cell[73231, 1896, 133, 2, 49, "Output", "ExpressionUUID" -> \ "0bfb0e8e-7c5a-4017-91d6-cfaec9d5c673"] }, Open ]], Cell[CellGroupData[{ Cell[73401, 1903, 221, 5, 49, "Input", "ExpressionUUID" -> \ "e3deaff5-f628-41e2-8c9d-b49b1f8381bc"], Cell[73625, 1910, 159, 3, 49, "Output", "ExpressionUUID" -> \ "341b2b20-7caa-4a23-94ca-b6966fcc464c"] }, Open ]], Cell[CellGroupData[{ Cell[73821, 1918, 239, 5, 49, "Input", "ExpressionUUID" -> \ "8d42e95e-0508-4ab9-9d24-c54b7e8df7d7"], Cell[74063, 1925, 154, 2, 49, "Output", "ExpressionUUID" -> \ "0a5b4a74-7660-4389-abce-e434deb62bc7"] }, Open ]], Cell[CellGroupData[{ Cell[74254, 1932, 269, 6, 49, "Input", "ExpressionUUID" -> \ "c3305f4d-a243-4c20-aac1-337fe7dc1ef3"], Cell[74526, 1940, 231, 4, 49, "Output", "ExpressionUUID" -> \ "99a471ef-399f-494d-893a-c8e8f78bc3aa"] }, Open ]], Cell[CellGroupData[{ Cell[74794, 1949, 230, 6, 49, "Input", "ExpressionUUID" -> \ "301f4d40-1a5c-4904-af18-8d55110c3110"], Cell[75027, 1957, 1295, 38, 143, "Output", "ExpressionUUID" -> \ "df7b0edb-5d61-4060-9572-6ec623864b24"] }, Open ]], Cell[CellGroupData[{ Cell[76359, 2000, 311, 7, 81, "Input", "ExpressionUUID" -> \ "ede1f479-c58d-4ad7-8a50-7b3d66078f75"], Cell[76673, 2009, 154, 3, 49, "Output", "ExpressionUUID" -> \ "b29b0d85-2c18-4a55-9bce-919bf013bf86"], Cell[76830, 2014, 158, 3, 49, "Output", "ExpressionUUID" -> \ "3bd2206d-6d68-4ee0-ba4c-39d7c1221441"] }, Open ]], Cell[CellGroupData[{ Cell[77025, 2022, 309, 7, 81, "Input", "ExpressionUUID" -> \ "5d3db845-7149-4ba2-8d37-3461b018d800"], Cell[77337, 2031, 130, 3, 49, "Output", "ExpressionUUID" -> \ "c4f58ac4-f39c-4455-a393-85d468fadfcd"], Cell[77470, 2036, 137, 3, 49, "Output", "ExpressionUUID" -> \ "9b6433c9-664c-46aa-ba20-fd2eac44d00d"] }, Open ]], Cell[CellGroupData[{ Cell[77644, 2044, 194, 4, 49, "Input", "ExpressionUUID" -> \ "3d095c3b-194c-420b-9970-c5ebd523ccf0"], Cell[77841, 2050, 134, 3, 49, "Output", "ExpressionUUID" -> \ "7d984684-93d5-4fcb-8d56-51c0a9e201aa"] }, Open ]], Cell[CellGroupData[{ Cell[78012, 2058, 169, 4, 49, "Input", "ExpressionUUID" -> \ "5c623b7e-a673-491d-b8a0-13bbef703565"], Cell[78184, 2064, 135, 3, 49, "Output", "ExpressionUUID" -> \ "2b25934c-9e22-444b-8127-30b2c6f75603"] }, Open ]], Cell[CellGroupData[{ Cell[78356, 2072, 323, 8, 49, "Input", "ExpressionUUID" -> \ "0deeed03-1369-4c74-906c-571aeb5538c3"], Cell[78682, 2082, 136, 3, 49, "Output", "ExpressionUUID" -> \ "34a0d178-85aa-467f-826b-a8b918ddbd4c"] }, Open ]], Cell[78833, 2088, 1179, 29, 49, "Input", "ExpressionUUID" -> \ "32e5c2ec-21a2-4034-9288-664a86f133b6"], Cell[80015, 2119, 178, 4, 49, "Input", "ExpressionUUID" -> \ "199b7efd-6af9-41da-9aa4-6e08d55ed0be"], Cell[CellGroupData[{ Cell[80218, 2127, 230, 6, 49, "Input", "ExpressionUUID" -> \ "2c3c0fcc-8593-4c91-965e-b76199d653c9"], Cell[80451, 2135, 1055, 26, 81, "Output", "ExpressionUUID" -> \ "c29d878c-7924-4030-835e-a0205586de0a"] }, Open ]], Cell[81521, 2164, 572, 15, 49, "Input", "ExpressionUUID" -> \ "7cf92976-8a56-48bc-a2d3-3487b19331cf"], Cell[CellGroupData[{ Cell[82118, 2183, 230, 6, 49, "Input", "ExpressionUUID" -> \ "4f0fe206-aa42-49cb-95dc-63a3cc650470"], Cell[82351, 2191, 1011, 26, 81, "Output", "ExpressionUUID" -> \ "ffa8e06f-64ed-4ac2-92c3-b7433f54dcd2"] }, Open ]], Cell[83377, 2220, 276, 7, 49, "Input", "ExpressionUUID" -> \ "10da0359-bb50-4f05-b163-43a85415168b"], Cell[83656, 2229, 1146, 36, 143, "Input", "ExpressionUUID" -> \ "aa770cd0-90a5-4655-81c1-904c72ae4ac7"], Cell[CellGroupData[{ Cell[84827, 2269, 214, 5, 49, "Input", "ExpressionUUID" -> \ "8a56661f-b5db-4cbe-a574-83d053b75d49"], Cell[85044, 2276, 193, 4, 49, "Output", "ExpressionUUID" -> \ "a1017043-498e-4105-a166-0da5c36674fe"] }, Open ]], Cell[CellGroupData[{ Cell[85274, 2285, 375, 9, 49, "Input", "ExpressionUUID" -> \ "2a1162d3-a569-4ac9-866c-cb3b6eb5c5bd"], Cell[85652, 2296, 236, 6, 49, "Output", "ExpressionUUID" -> \ "9b8c9efb-ab09-4d87-b727-77919a75432f"] }, Open ]], Cell[CellGroupData[{ Cell[85925, 2307, 1428, 37, 143, "Input", "ExpressionUUID" -> \ "ed37fe8e-e178-42ee-b3ea-b75d20d0ddb6"], Cell[87356, 2346, 30673, 555, 363, 15488, 305, "CachedBoxData", "BoxData", \ "Output", "ExpressionUUID" -> "5b5bbf94-f56c-4642-a91c-8944c7390422"] }, Open ]], Cell[CellGroupData[{ Cell[118066, 2906, 235, 6, 49, "Input", "ExpressionUUID" -> \ "cf72d20f-2d8e-4880-8110-76d38e06e643"], Cell[118304, 2914, 385, 9, 34, "Message", "ExpressionUUID" -> \ "4ff16fc6-cf78-4c68-b27c-55e89637aa99"], Cell[118692, 2925, 239, 6, 49, "Output", "ExpressionUUID" -> \ "ab66ebad-035f-426b-ada3-475b10f20457"] }, Open ]], Cell[CellGroupData[{ Cell[118968, 2936, 2616, 66, 267, "Input", "ExpressionUUID" -> \ "7ed65c84-00f4-4bc0-8efd-a32d817fc545"], Cell[121587, 3004, 125700, 2791, 262, "Output", "ExpressionUUID" -> \ "2c72f657-ffe6-4104-9bc7-67351ff86c15"] }, Open ]], Cell[247302, 5798, 1201, 31, 49, "Input", "ExpressionUUID" -> \ "1d6e1cb4-c4f5-4b1f-ba59-30f397a68e32"], Cell[248506, 5831, 157, 3, 49, "Input", "ExpressionUUID" -> \ "dcb63a77-9e3d-4cc4-b0c4-cfb1acb156fc"], Cell[CellGroupData[{ Cell[248688, 5838, 89, 0, 49, "Input", "ExpressionUUID" -> \ "0480b442-7a6d-48b4-a31f-efa5158add64"], Cell[248780, 5840, 1904, 47, 143, "Output", "ExpressionUUID" -> \ "4cab5f39-9af7-44d5-9288-d60265cb45fc"] }, Open ]], Cell[250699, 5890, 368, 10, 49, "Input", "ExpressionUUID" -> \ "31e2f7e6-0f08-4568-aa5f-891fad919754"], Cell[CellGroupData[{ Cell[251092, 5904, 162, 3, 49, "Input", "ExpressionUUID" -> \ "8dbbca5f-ca4d-4fcc-a7c0-95af9a98ae26"], Cell[251257, 5909, 16715, 264, 1853, "Output", "ExpressionUUID" -> \ "fee5d4ae-417a-4ec5-b7a0-6e7b7af029b8"] }, Open ]], Cell[267987, 6176, 190, 4, 49, "Input", "ExpressionUUID" -> \ "7ee5d4c5-d7f4-4372-a6a2-100e471b36cc"], Cell[268180, 6182, 471, 11, 143, "Input", "ExpressionUUID" -> \ "e33ebfd8-83df-490a-989c-2bc0d0a7b730"], Cell[CellGroupData[{ Cell[268676, 6197, 233, 6, 49, "Input", "ExpressionUUID" -> \ "8a245a20-06b9-43c0-bbaa-fc04c47bff6c"], Cell[268912, 6205, 2123, 46, 205, "Output", "ExpressionUUID" -> \ "01e95267-4aa7-4a84-b176-fe1e8895ab40"] }, Open ]], Cell[CellGroupData[{ Cell[271072, 6256, 233, 6, 49, "Input", "ExpressionUUID" -> \ "fdb7eb7a-0da5-431a-a1fa-07fa15d0dc04"], Cell[271308, 6264, 163, 2, 49, "Output", "ExpressionUUID" -> \ "eb21e54b-fdc8-4360-9f98-eee568ff14f1"] }, Open ]], Cell[CellGroupData[{ Cell[271508, 6271, 411, 12, 49, "Input", "ExpressionUUID" -> \ "a24172c2-a84c-45e0-92de-5d0baf8835e5"], Cell[271922, 6285, 194, 3, 49, "Output", "ExpressionUUID" -> \ "47ba5c92-77e0-40b6-a771-11fad89358b4"] }, Open ]], Cell[272131, 6291, 3621, 85, 546, "Input", "ExpressionUUID" -> \ "f354c704-6956-425d-859f-fce24547f656"], Cell[CellGroupData[{ Cell[275777, 6380, 234, 6, 49, "Input", "ExpressionUUID" -> \ "8022d8fd-457b-4f1a-88d4-910ed2ee610c"], Cell[276014, 6388, 8655, 206, 546, "Output", "ExpressionUUID" -> \ "5468382c-bb66-44fe-9235-c54939ce667d"] }, Open ]], Cell[284684, 6597, 35498, 471, 5010, "Input", "ExpressionUUID" -> \ "8c5df5b5-cb8f-4ca1-9817-2ecb5c00331f"], Cell[320185, 7070, 91, 0, 49, "Input", "ExpressionUUID" -> \ "dc71bbed-439a-4b2c-9cf6-33da62800b70"], Cell[CellGroupData[{ Cell[320301, 7074, 1504, 39, 205, "Input", "ExpressionUUID" -> \ "fe668544-8dfb-4066-8a48-7fc04adc8530"], Cell[CellGroupData[{ Cell[321830, 7117, 392, 7, 36, "Print", "ExpressionUUID" -> \ "bff281a8-185e-4961-aea5-738918938820"], Cell[322225, 7126, 437, 8, 36, "Print", "ExpressionUUID" -> \ "760394cd-3514-45ec-a8b1-4f4ba7d82423"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[322711, 7140, 344, 6, 81, "Input", "ExpressionUUID" -> \ "e009b032-5cfa-486f-95ed-a99d943c648c"], Cell[323058, 7148, 356, 8, 49, "Output", "ExpressionUUID" -> \ "60a8b9fb-4682-4198-983e-c4342f9540fd"] }, Open ]], Cell[CellGroupData[{ Cell[323451, 7161, 187, 4, 49, "Input", "ExpressionUUID" -> \ "2069ef4f-e757-4462-812f-5b3ea918b08d"], Cell[323641, 7167, 135, 3, 49, "Output", "ExpressionUUID" -> \ "53e1c607-7799-4497-a193-4dfb894db1fa"] }, Open ]], Cell[323791, 7173, 235, 6, 49, "Input", "ExpressionUUID" -> \ "ffac5c62-b426-4f8f-8f90-ea3d5a26aa4f"], Cell[CellGroupData[{ Cell[324051, 7183, 191, 4, 49, "Input", "ExpressionUUID" -> \ "aa9b85bd-e4cd-4088-9094-92bd394af783"], Cell[324245, 7189, 316, 7, 49, "Output", "ExpressionUUID" -> \ "9077543a-cb57-4d40-872f-3627869094db"] }, Open ]], Cell[324576, 7199, 626, 18, 49, "Input", "ExpressionUUID" -> \ "57481b96-d675-4e21-81fe-54391293f492"], Cell[CellGroupData[{ Cell[325227, 7221, 234, 6, 49, "Input", "ExpressionUUID" -> \ "9612c88a-a79c-4470-848d-fc495f952ba5"], Cell[325464, 7229, 341, 8, 49, "Output", "ExpressionUUID" -> \ "7ae0d0b8-f928-4189-ae8b-bc24cef6a397"] }, Open ]], Cell[CellGroupData[{ Cell[325842, 7242, 329, 7, 49, "Input", "ExpressionUUID" -> \ "bd53e2c2-3de3-4075-88ec-b494c854ad6e"], Cell[326174, 7251, 210, 4, 49, "Output", "ExpressionUUID" -> \ "a821e234-856f-4a77-91c0-a207300d1d16"] }, Open ]], Cell[CellGroupData[{ Cell[326421, 7260, 330, 7, 49, "Input", "ExpressionUUID" -> \ "00c75ff9-1160-40a4-8af6-60a02de2ae69"], Cell[326754, 7269, 799, 25, 81, "Output", "ExpressionUUID" -> \ "e61ca1e2-b2ac-4cf5-bd33-e39ed1f27bd4"] }, Open ]], Cell[CellGroupData[{ Cell[327590, 7299, 199, 4, 49, "Input", "ExpressionUUID" -> \ "a06194fc-f6d5-4582-bfd5-06a24a51698d"], Cell[327792, 7305, 360, 9, 49, "Output", "ExpressionUUID" -> \ "bd376582-5eb1-4768-9a27-bb428621e5f4"] }, Open ]], Cell[328167, 7317, 88, 0, 49, "Input", "ExpressionUUID" -> \ "91f84506-3055-4302-82e9-3acd417807e4"], Cell[328258, 7319, 624, 17, 49, "Input", "ExpressionUUID" -> \ "dc67b369-47ea-4e4c-b717-15f3c1f0fc82"], Cell[328885, 7338, 215, 5, 49, "Input", "ExpressionUUID" -> \ "de088b7a-9d7e-49ad-9e52-00506d1f2e5b"], Cell[CellGroupData[{ Cell[329125, 7347, 197, 4, 49, "Input", "ExpressionUUID" -> \ "ba6b15d5-f812-490f-a28d-4db1b9b3ae57"], Cell[329325, 7353, 161, 3, 49, "Output", "ExpressionUUID" -> \ "1b99e5be-280e-4664-9194-cd7989e48e8e"] }, Open ]], Cell[329501, 7359, 351, 9, 49, "Input", "ExpressionUUID" -> \ "57c6b358-e7fb-4718-a35e-53ffe9f4617e"], Cell[CellGroupData[{ Cell[329877, 7372, 228, 6, 49, "Input", "ExpressionUUID" -> \ "eae8f169-610d-4612-add1-656549145052"], Cell[330108, 7380, 754, 15, 81, "Output", "ExpressionUUID" -> \ "e84da8d3-cb2d-486c-a2ba-84ec5f795030"] }, Open ]], Cell[CellGroupData[{ Cell[330899, 7400, 185, 4, 49, "Input", "ExpressionUUID" -> \ "49c5c078-a086-4161-a2c9-689a23e358b2"], Cell[331087, 7406, 135, 3, 49, "Output", "ExpressionUUID" -> \ "9265b9f5-f751-4324-8f8d-e8b8039a2e54"] }, Open ]], Cell[CellGroupData[{ Cell[331259, 7414, 229, 5, 49, "Input", "ExpressionUUID" -> \ "02972152-5201-4eab-be11-ba7b0b1b8526"], Cell[331491, 7421, 148, 3, 49, "Output", "ExpressionUUID" -> \ "4e52474a-86bb-46d8-b10e-3dcaad0a1770"] }, Open ]], Cell[CellGroupData[{ Cell[331676, 7429, 235, 6, 49, "Input", "ExpressionUUID" -> \ "ba13141b-f800-4aa8-85e3-c7d2a690812d"], Cell[331914, 7437, 1852, 46, 143, "Output", "ExpressionUUID" -> \ "025bc93a-d954-4e57-80e3-a363d39fa92c"] }, Open ]], Cell[CellGroupData[{ Cell[333803, 7488, 93, 0, 49, "Input", "ExpressionUUID" -> \ "f1948712-8b4a-43de-ae5f-a74254a509b8"], Cell[333899, 7490, 8801, 230, 209, "Output", "ExpressionUUID" -> \ "9634bf1a-5efc-415d-83c9-c250cc1c7ddf"] }, Open ]], Cell[CellGroupData[{ Cell[342737, 7725, 664, 18, 81, "Input", "ExpressionUUID" -> \ "2f5e6c7e-0176-4bc5-bd33-1c78fbd0641d"], Cell[343404, 7745, 8653, 223, 244, "Output", "ExpressionUUID" -> \ "becac8ff-2e40-476c-94f7-6ca25d1f9335"] }, Open ]], Cell[CellGroupData[{ Cell[352094, 7973, 156, 3, 49, "Input", "ExpressionUUID" -> \ "4adc2960-01f8-4c65-875e-aea23dd789a4"], Cell[352253, 7978, 7444, 199, 141, "Output", "ExpressionUUID" -> \ "8a1615dc-f23b-4fb7-b096-3733a0277809"] }, Open ]], Cell[CellGroupData[{ Cell[359734, 8182, 182, 4, 49, "Input", "ExpressionUUID" -> \ "250b1f57-e1fb-4374-b57a-2b8303ec5c85"], Cell[359919, 8188, 130, 3, 49, "Output", "ExpressionUUID" -> \ "517f0673-5373-4536-8302-62c08a1837e1"] }, Open ]], Cell[CellGroupData[{ Cell[360086, 8196, 3163, 84, 298, "Input", "ExpressionUUID" -> \ "e6e5d3c9-8a8b-45cc-b15a-c6ad46bd94e0"], Cell[363252, 8282, 45525, 1101, 265, "Output", "ExpressionUUID" -> \ "ccc0147b-1549-464d-ad3b-7a0b88aee570"] }, Open ]], Cell[CellGroupData[{ Cell[408814, 9388, 1457, 41, 112, "Input", "ExpressionUUID" -> \ "37069d6d-756b-4b86-9ee8-63df64dbdb95"], Cell[410274, 9431, 315, 6, 49, "Output", "ExpressionUUID" -> \ "8a2207b0-6123-4ebf-83a3-2cfa04120fce"] }, Open ]], Cell[CellGroupData[{ Cell[410626, 9442, 315, 9, 49, "Input", "ExpressionUUID" -> \ "7cdb4bad-2740-4c1d-9aa0-11186c1e78f3"], Cell[410944, 9453, 997, 26, 81, "Output", "ExpressionUUID" -> \ "6e52a6af-867d-449c-803d-e88ee7c01fa8"] }, Open ]], Cell[411956, 9482, 328, 9, 49, "Input", "ExpressionUUID" -> \ "32a7ca44-9037-4c09-bc23-ba5aef612326"], Cell[CellGroupData[{ Cell[412309, 9495, 417, 10, 49, "Input", "ExpressionUUID" -> \ "1a7a7748-1cc7-4c7d-af7c-6af359e6e059"], Cell[412729, 9507, 212, 6, 49, "Output", "ExpressionUUID" -> \ "81e50569-2c7c-4f3f-a07c-ef8131400d72"] }, Open ]], Cell[CellGroupData[{ Cell[412978, 9518, 179, 4, 49, "Input", "ExpressionUUID" -> \ "ffe96c9c-8c83-4a51-80ab-dc488066f4ce"], Cell[413160, 9524, 137, 3, 49, "Output", "ExpressionUUID" -> \ "f3ee3eb9-f089-48bb-b05f-2025d05cef55"] }, Open ]], Cell[CellGroupData[{ Cell[413334, 9532, 250, 6, 49, "Input", "ExpressionUUID" -> \ "17855114-d8c4-4b54-9aab-06be60ffc8af"], Cell[413587, 9540, 134, 3, 49, "Output", "ExpressionUUID" -> \ "a827cbb9-d46e-46ce-8b52-54aa63b5626b"] }, Open ]], Cell[413736, 9546, 86, 0, 49, "Input", "ExpressionUUID" -> \ "f5808aac-9334-4d35-aebf-1fe3c49dfc34"], Cell[CellGroupData[{ Cell[413847, 9550, 957, 26, 112, "Input", "ExpressionUUID" -> \ "0b629245-9daa-45a1-8cc4-fb4ed84c91cd"], Cell[414807, 9578, 233, 6, 36, "Print", "ExpressionUUID" -> \ "4fe8e114-6a82-461c-b364-4027f17b0c2a"] }, Open ]], Cell[CellGroupData[{ Cell[415077, 9589, 208, 5, 49, "Input", "ExpressionUUID" -> \ "804a25ba-c259-4d6d-9e84-5fe81d0435ab"], Cell[415288, 9596, 144, 2, 49, "Output", "ExpressionUUID" -> \ "e0ba614f-1fe5-45df-bd6e-1321670991c9"] }, Open ]], Cell[CellGroupData[{ Cell[415469, 9603, 2473, 65, 267, "Input", "ExpressionUUID" -> \ "2de25a51-3ac4-4563-b24e-f3bf64670921"], Cell[417945, 9670, 68655, 1644, 262, "Output", "ExpressionUUID" -> \ "66dbee87-be34-4eed-8091-4161ac73f0d0"] }, Open ]], Cell[CellGroupData[{ Cell[486637, 11319, 736, 20, 81, "Input", "ExpressionUUID" -> \ "b4369054-2029-4497-a5d2-bc3781aaf912"], Cell[487376, 11341, 241, 5, 49, "Output", "ExpressionUUID" -> \ "f95d64f3-0ccb-424c-a0b7-4b424b65405d"] }, Open ]], Cell[487632, 11349, 611, 18, 49, "Input", "ExpressionUUID" -> \ "bb488752-035d-4c9f-a438-5bfaa797d389"], Cell[CellGroupData[{ Cell[488268, 11371, 285, 7, 49, "Input", "ExpressionUUID" -> \ "dcba8e8f-c86f-4579-9366-cfd9fc909b5f"], Cell[488556, 11380, 2712, 67, 143, "Output", "ExpressionUUID" -> \ "0748f9aa-4a43-4270-a24f-8c17fe1f8ca1"] }, Open ]], Cell[491283, 11450, 346, 6, 81, "Input", "ExpressionUUID" -> \ "2210f8e6-8b9a-42f3-bece-19606c11806a"], Cell[CellGroupData[{ Cell[491654, 11460, 257, 7, 49, "Input", "ExpressionUUID" -> \ "753b3ec3-9a48-45a0-9e15-2776a08022b5"], Cell[491914, 11469, 479, 9, 49, "Output", "ExpressionUUID" -> \ "03d9b231-e279-40ab-b410-d63ca936308b"] }, Open ]], Cell[492408, 11481, 891, 27, 49, "Input", "ExpressionUUID" -> \ "e338d951-f409-4896-8f5e-53cf058347da"], Cell[CellGroupData[{ Cell[493324, 11512, 183, 4, 49, "Input", "ExpressionUUID" -> \ "fc64093c-35e3-444c-831c-3ab061741135"], Cell[493510, 11518, 236, 5, 49, "Output", "ExpressionUUID" -> \ "7739a36c-a17c-457c-bdb4-5ab9ddc75823"] }, Open ]], Cell[CellGroupData[{ Cell[493783, 11528, 2863, 75, 236, "Input", "ExpressionUUID" -> \ "1d135c9b-cd14-4ffc-b6a2-8c922cd1d267"], Cell[496649, 11605, 56329, 1381, 262, "Output", "ExpressionUUID" -> \ "a3c59479-2e08-4971-b83d-d8b3ada98a3f"] }, Open ]], Cell[CellGroupData[{ Cell[553015, 12991, 960, 27, 81, "Input", "ExpressionUUID" -> \ "2801f7a9-435f-4e27-a033-c4a3446743f4"], Cell[553978, 13020, 241, 5, 49, "Output", "ExpressionUUID" -> \ "af7e8889-2b81-4b28-b7e9-1cc8968e4a61"] }, Open ]], Cell[CellGroupData[{ Cell[554256, 13030, 2634, 70, 236, "Input", "ExpressionUUID" -> \ "b08f0e87-a9aa-489c-9e61-8cf9e10b4884"], Cell[556893, 13102, 41309, 1007, 262, "Output", "ExpressionUUID" -> \ "1ef896d7-f7b0-4c41-b58c-3826e34259d7"] }, Open ]], Cell[598217, 14112, 752, 18, 112, "Input", "ExpressionUUID" -> \ "9b3153ec-db92-42fe-9f38-839b5cf8bc36"], Cell[CellGroupData[{ Cell[598994, 14134, 2619, 71, 236, "Input", "ExpressionUUID" -> \ "d3c2821b-2bee-486e-bfe1-67c6780361e5"], Cell[601616, 14207, 41762, 1017, 262, "Output", "ExpressionUUID" -> \ "1f672654-30b5-44b2-b12a-55cf9697e228"] }, Open ]], Cell[CellGroupData[{ Cell[643415, 15229, 925, 25, 112, "Input", "ExpressionUUID" -> \ "a24820c5-1b48-44e9-8711-c88807854b7a"], Cell[644343, 15256, 297, 5, 49, "Output", "ExpressionUUID" -> \ "26eb10be-8b2b-497b-b6cd-7e5e87102590"] }, Open ]], Cell[CellGroupData[{ Cell[644677, 15266, 882, 24, 81, "Input", "ExpressionUUID" -> \ "34e5fb36-f456-4ad2-844a-ebab4fc63967"], Cell[645562, 15292, 289, 5, 49, "Output", "ExpressionUUID" -> \ "88c44a91-448e-4cf3-a71b-4b7b7e96d7e5"] }, Open ]], Cell[CellGroupData[{ Cell[645888, 15302, 2775, 75, 236, "Input", "ExpressionUUID" -> \ "f92fdf01-98a5-4255-a27a-f0dfc841fdbf"], Cell[648666, 15379, 56770, 1391, 262, "Output", "ExpressionUUID" -> \ "4dc7939a-de6a-4b70-98f4-ecb9e13f5b4b"] }, Open ]], Cell[CellGroupData[{ Cell[705473, 16775, 968, 28, 81, "Input", "ExpressionUUID" -> \ "6ff26d0c-26fb-4133-884d-2b3a501cd533"], Cell[706444, 16805, 243, 5, 49, "Output", "ExpressionUUID" -> \ "1475a8fd-dc81-4dda-9533-fdf40362c97a"] }, Open ]], Cell[CellGroupData[{ Cell[706724, 16815, 491, 13, 49, "Input", "ExpressionUUID" -> \ "ec1b469a-667c-4bb7-8b44-445865f4d4d0"], Cell[707218, 16830, 350, 8, 49, "Output", "ExpressionUUID" -> \ "cfb33af2-35bb-489d-b835-70ae185aaa97"] }, Open ]], Cell[707583, 16841, 4768, 121, 422, "Input", "ExpressionUUID" -> \ "7ffa9d8e-405f-4f11-99f4-abd440b0d27a"], Cell[712354, 16964, 129, 3, 49, "Input", "ExpressionUUID" -> \ "acfa13e3-5538-4c5d-90e1-ff0009f854e5"], Cell[712486, 16969, 156, 3, 49, "Input", "ExpressionUUID" -> \ "17a1781f-58fd-48b8-9dab-e8b34e8db2d9"], Cell[712645, 16974, 346, 9, 49, "Input", "ExpressionUUID" -> \ "91044222-c69a-46c2-aad4-6e8aa6b6ffed"], Cell[CellGroupData[{ Cell[713016, 16987, 237, 6, 49, "Input", "ExpressionUUID" -> \ "3cdef21d-34de-4a2e-9b6b-5d6336e244cf"], Cell[713256, 16995, 282, 7, 49, "Output", "ExpressionUUID" -> \ "1d06a838-3a9e-4b2d-939b-417d9d45b2df"] }, Open ]], Cell[713553, 17005, 930, 26, 81, "Input", "ExpressionUUID" -> \ "31c23b02-54a8-412c-a7ea-f63944e3e5d5"], Cell[CellGroupData[{ Cell[714508, 17035, 247, 5, 81, "Input", "ExpressionUUID" -> \ "d4c790f4-ab5f-46c0-a39b-7f4ab96f6f66"], Cell[714758, 17042, 130, 3, 49, "Output", "ExpressionUUID" -> \ "b76426c5-4437-4717-9a74-486980202c6f"], Cell[714891, 17047, 130, 3, 49, "Output", "ExpressionUUID" -> \ "4564d30a-3a19-4971-b981-2d7493539532"] }, Open ]], Cell[715036, 17053, 572, 16, 49, "Input", "ExpressionUUID" -> \ "e684b003-34c6-4bb9-a312-3e3247e765a2"], Cell[CellGroupData[{ Cell[715633, 17073, 235, 6, 49, "Input", "ExpressionUUID" -> \ "74582ae6-fc63-4f62-b79e-638e88323e5e"], Cell[715871, 17081, 1034, 26, 81, "Output", "ExpressionUUID" -> \ "d8690237-3fdd-451f-a579-ee89f75f2135"] }, Open ]], Cell[716920, 17110, 3484, 95, 329, "Input", "ExpressionUUID" -> \ "cdc4e174-77b4-4611-82f7-0702197547bf"], Cell[CellGroupData[{ Cell[720429, 17209, 3594, 98, 329, "Input", "ExpressionUUID" -> \ "401b648f-5fde-4d13-a7cc-a1c3ab4b61f0"], Cell[724026, 17309, 264, 7, 49, "Output", "ExpressionUUID" -> \ "8eb72c36-9d91-4740-9b31-d51f73fd52dc"] }, Open ]], Cell[CellGroupData[{ Cell[724327, 17321, 215, 4, 49, "Input", "ExpressionUUID" -> \ "3051622f-02af-4b02-b3b6-ed1df594b7c3"], Cell[724545, 17327, 344, 8, 49, "Output", "ExpressionUUID" -> \ "e0107929-5bad-49fa-9e16-f717ef854964"] }, Open ]], Cell[CellGroupData[{ Cell[724926, 17340, 266, 6, 49, "Input", "ExpressionUUID" -> \ "6bbb7643-4695-4d74-a6f3-49b3e1c4daa2"], Cell[725195, 17348, 224, 7, 49, "Output", "ExpressionUUID" -> \ "6ad260f7-0764-40d0-99c1-937ae5ea043e"] }, Open ]], Cell[CellGroupData[{ Cell[725456, 17360, 215, 5, 49, "Input", "ExpressionUUID" -> \ "178aa6c5-dc74-4181-bbe2-1268bfc5c5c5"], Cell[725674, 17367, 201, 5, 49, "Output", "ExpressionUUID" -> \ "27aa81c4-a65a-41db-810b-e39a76a553ab"] }, Open ]], Cell[CellGroupData[{ Cell[725912, 17377, 423, 11, 49, "Input", "ExpressionUUID" -> \ "53858a37-2bbf-4cec-b5cf-34fb0996d43d"], Cell[726338, 17390, 276, 7, 49, "Output", "ExpressionUUID" -> \ "b36ccf3f-d6bf-45bb-9972-868722366d7d"] }, Open ]], Cell[CellGroupData[{ Cell[726651, 17402, 517, 11, 81, "Input", "ExpressionUUID" -> \ "4ab91a69-aaee-4dc8-b571-f6a26689abf8"], Cell[CellGroupData[{ Cell[727193, 17417, 224, 4, 36, "Print", "ExpressionUUID" -> \ "feb3441f-64b5-4cc8-b1e5-a5a06ca3c92f"], Cell[727420, 17423, 222, 4, 36, "Print", "ExpressionUUID" -> \ "88440316-c736-4445-a47d-e359d1586fb9"], Cell[727645, 17429, 222, 4, 36, "Print", "ExpressionUUID" -> \ "ab683577-5b18-4ef6-a9e0-27d268522aa9"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[727916, 17439, 240, 6, 49, "Input", "ExpressionUUID" -> \ "662e3fb9-b1bc-43f1-b908-6cafb5e3e375"], Cell[728159, 17447, 152, 2, 49, "Output", "ExpressionUUID" -> \ "0acd1580-024c-4aea-954b-254750a364dc"] }, Open ]], Cell[CellGroupData[{ Cell[728348, 17454, 550, 13, 112, "Input", "ExpressionUUID" -> \ "f880b4b9-ea92-468b-9496-c93073cd94a5"], Cell[728901, 17469, 259, 5, 81, "Output", "ExpressionUUID" -> \ "1396c7a2-aa67-46ae-b67e-edd961beed03"] }, Open ]], Cell[CellGroupData[{ Cell[729197, 17479, 561, 14, 112, "Input", "ExpressionUUID" -> \ "a1127f85-e13b-40cf-acd3-25e0f82ad209"], Cell[729761, 17495, 304, 5, 81, "Output", "ExpressionUUID" -> \ "b33743ea-f5d8-4e15-adea-70e7778bc453"] }, Open ]], Cell[CellGroupData[{ Cell[730102, 17505, 2295, 60, 236, "Input", "ExpressionUUID" -> \ "10930b4d-42c5-4289-8864-380488f2d7a6"], Cell[732400, 17567, 48853, 1211, 262, "Output", "ExpressionUUID" -> \ "f941ed28-d040-4547-9cf0-69846f2a331c"] }, Open ]], Cell[CellGroupData[{ Cell[781290, 18783, 183, 4, 49, "Input", "ExpressionUUID" -> \ "e4e472de-8683-4961-8e88-4b23a68d5f52"], Cell[781476, 18789, 130, 3, 49, "Output", "ExpressionUUID" -> \ "2d1493b3-f4f7-488b-8075-eb3d51b319da"] }, Open ]], Cell[CellGroupData[{ Cell[781643, 18797, 206, 5, 49, "Input", "ExpressionUUID" -> \ "43acfa4c-0f42-4870-80cf-b6102bb62496"], Cell[781852, 18804, 8476, 215, 209, "Output", "ExpressionUUID" -> \ "96651614-2267-402e-b6fd-a564cd40433b"] }, Open ]], Cell[CellGroupData[{ Cell[790365, 19024, 191, 4, 49, "Input", "ExpressionUUID" -> \ "b120855f-523b-4911-8302-6b0c880d96a8"], Cell[790559, 19030, 254, 5, 49, "Output", "ExpressionUUID" -> \ "93a01246-1a2f-4429-b9a2-097379e29f2c"] }, Open ]], Cell[CellGroupData[{ Cell[790850, 19040, 371, 8, 81, "Input", "ExpressionUUID" -> \ "34b69ace-36f2-4d21-a691-5fcff8936828"], Cell[791224, 19050, 262, 5, 49, "Output", "ExpressionUUID" -> \ "74601b79-be9b-41fe-98f3-97e4079edbc0"] }, Open ]], Cell[CellGroupData[{ Cell[791523, 19060, 386, 11, 81, "Input", "ExpressionUUID" -> \ "34b9c824-36db-40a5-8eb1-0fb1dc87d0f7"], Cell[791912, 19073, 214, 6, 36, "Print", "ExpressionUUID" -> \ "511907bb-b6b7-4fbc-ada5-6aa8151cdd18"] }, Open ]], Cell[CellGroupData[{ Cell[792163, 19084, 184, 4, 49, "Input", "ExpressionUUID" -> \ "ecc74220-0327-49eb-9a71-9f68ffa530cc"], Cell[792350, 19090, 207, 5, 49, "Output", "ExpressionUUID" -> \ "3b30b204-866a-4f19-92c4-b33adfb7c2e6"] }, Open ]], Cell[CellGroupData[{ Cell[792594, 19100, 278, 8, 49, "Input", "ExpressionUUID" -> \ "e9a45119-1d8d-4e7d-8b68-766397f50456"], Cell[792875, 19110, 292, 7, 49, "Output", "ExpressionUUID" -> \ "e979e4a4-d043-4a57-9600-23a934b0827e"] }, Open ]], Cell[CellGroupData[{ Cell[793204, 19122, 285, 6, 49, "Input", "ExpressionUUID" -> \ "b9e0a0b0-0253-45c6-89d3-0716f37a1be6"], Cell[793492, 19130, 174, 3, 49, "Output", "ExpressionUUID" -> \ "3ae8bc06-35fd-4756-b151-cd0fea301e2f"] }, Open ]], Cell[793681, 19136, 148, 2, 49, "Input", "ExpressionUUID" -> \ "cda5f4d7-18e2-4317-be95-481d9a4a1c44"], Cell[CellGroupData[{ Cell[793854, 19142, 217, 5, 49, "Input", "ExpressionUUID" -> \ "ef03c99e-0ee6-412f-9354-83c67cf4bd82"], Cell[794074, 19149, 173, 3, 49, "Output", "ExpressionUUID" -> \ "18ee706b-a98a-4655-b27c-08424085390f"] }, Open ]], Cell[794262, 19155, 355, 6, 49, "Input", "ExpressionUUID" -> \ "bf0fd7d2-2f67-43a2-8a79-c355f71742d4"], Cell[794620, 19163, 1031, 27, 112, "Input", "ExpressionUUID" -> \ "2314efe2-5211-4cbf-8e24-2c616a2617df"], Cell[CellGroupData[{ Cell[795676, 19194, 241, 5, 49, "Input", "ExpressionUUID" -> \ "019e46aa-29e1-477d-b366-6b2bd8aa9b79"], Cell[795920, 19201, 267, 6, 49, "Output", "ExpressionUUID" -> \ "7f6f3b30-334a-4783-8199-6189f4cc3558"] }, Open ]], Cell[796202, 19210, 839, 24, 112, "Input", "ExpressionUUID" -> \ "b1e01349-8021-4597-9d11-b2ac565004cf"], Cell[CellGroupData[{ Cell[797066, 19238, 191, 4, 49, "Input", "ExpressionUUID" -> \ "49b41e1e-4be3-4a89-9611-0ef728b28beb"], Cell[797260, 19244, 193, 5, 49, "Output", "ExpressionUUID" -> \ "c994d252-2e14-4587-a735-d6be339dd241"] }, Open ]], Cell[CellGroupData[{ Cell[797490, 19254, 905, 25, 143, "Input", "ExpressionUUID" -> \ "4028f84d-91da-4ecb-ac35-1cb8b9972ce0"], Cell[798398, 19281, 193, 5, 49, "Output", "ExpressionUUID" -> \ "6f88d89b-982a-4049-9d15-baf3d4aca40d"] }, Open ]], Cell[CellGroupData[{ Cell[798628, 19291, 1035, 29, 174, "Input", "ExpressionUUID" -> \ "461f4afe-2c4d-47ea-a858-b45d3f7d94d5"], Cell[799666, 19322, 178, 4, 49, "Output", "ExpressionUUID" -> \ "1e9b0497-0268-40a3-aefa-904d27f32baa"] }, Open ]], Cell[799859, 19329, 343, 8, 49, "Input", "ExpressionUUID" -> \ "fa616add-c540-4787-879f-64c74b4b498f"], Cell[CellGroupData[{ Cell[800227, 19341, 2278, 60, 236, "Input", "ExpressionUUID" -> \ "473236b1-bed0-4e89-9f9d-237a2278f3ca"], Cell[802508, 19403, 59796, 1475, 262, "Output", "ExpressionUUID" -> \ "ba12c7e5-6a19-4bf3-8490-2a3df9ea6b45"] }, Open ]], Cell[CellGroupData[{ Cell[862341, 20883, 538, 13, 112, "Input", "ExpressionUUID" -> \ "fb7e4929-db1c-49a2-97dc-2c481d9fab43"], Cell[862882, 20898, 285, 5, 81, "Output", "ExpressionUUID" -> \ "510516ea-6aae-4746-84e2-adefa03ca282"] }, Open ]], Cell[CellGroupData[{ Cell[863204, 20908, 448, 12, 81, "Input", "ExpressionUUID" -> \ "2f6ca1cb-a8a0-41e2-b9a5-9ec9ad8f592a"], Cell[863655, 20922, 214, 6, 36, "Print", "ExpressionUUID" -> \ "b8e9163a-8131-4e08-b2dd-84d1c69fec7b"] }, Open ]], Cell[CellGroupData[{ Cell[863906, 20933, 242, 5, 49, "Input", "ExpressionUUID" -> \ "f9f20062-7ff6-44f7-9e2c-0288d89f65b5"], Cell[864151, 20940, 148, 3, 49, "Output", "ExpressionUUID" -> \ "15a0780e-d03f-4894-84bc-ebe73e543c3d"] }, Open ]], Cell[CellGroupData[{ Cell[864336, 20948, 2288, 60, 236, "Input", "ExpressionUUID" -> \ "b7afde4c-73a0-4f0c-a1b1-373461b78bae"], Cell[866627, 21010, 59733, 1473, 262, "Output", "ExpressionUUID" -> \ "0b5b5d80-f20d-434d-98f8-738468775eb5"] }, Open ]], Cell[CellGroupData[{ Cell[926397, 22488, 527, 13, 112, "Input", "ExpressionUUID" -> \ "34e063c5-7924-4594-b678-4d487b74279f"], Cell[926927, 22503, 261, 5, 81, "Output", "ExpressionUUID" -> \ "36d8d886-eb71-46cb-a573-1e331d9a273c"] }, Open ]], Cell[CellGroupData[{ Cell[927225, 22513, 508, 12, 112, "Input", "ExpressionUUID" -> \ "7f793e95-e1e2-4920-86d1-992bb59191ec"], Cell[927736, 22527, 261, 5, 81, "Output", "ExpressionUUID" -> \ "dc104ca9-5ac8-4ff7-861a-a537550a2a03"] }, Open ]], Cell[928012, 22535, 263, 7, 49, "Input", "ExpressionUUID" -> \ "f2e30f07-427e-49f0-be07-1e28d4d3f414"], Cell[CellGroupData[{ Cell[928300, 22546, 358, 11, 49, "Input", "ExpressionUUID" -> \ "8ba33d15-12d1-48ac-b18d-e13d5b34dcdb"], Cell[928661, 22559, 356, 10, 49, "Output", "ExpressionUUID" -> \ "91816eea-229a-41e1-939b-fc9fdc6426a7"] }, Open ]], Cell[CellGroupData[{ Cell[929054, 22574, 2273, 60, 236, "Input", "ExpressionUUID" -> \ "60f6dd77-cd80-4605-85d7-3e98a969cb13"], Cell[931330, 22636, 48784, 1209, 262, "Output", "ExpressionUUID" -> \ "80103932-caac-412a-b32f-fad4aae0dc22"] }, Open ]], Cell[CellGroupData[{ Cell[980151, 23850, 508, 13, 112, "Input", "ExpressionUUID" -> \ "c0a859ae-355d-4140-9c27-16a7115dd85a"], Cell[980662, 23865, 259, 5, 81, "Output", "ExpressionUUID" -> \ "0c8344c8-f7de-453c-9dae-c6f48b26c7c6"] }, Open ]], Cell[CellGroupData[{ Cell[980958, 23875, 887, 18, 81, "Input", "ExpressionUUID" -> \ "085c12e0-ad4d-4388-8bc7-395e734875b0"], Cell[981848, 23895, 283, 7, 36, "Print", "ExpressionUUID" -> \ "64c6a7d1-98fa-4f50-abb1-ae67da2a1f23"] }, Open ]], Cell[CellGroupData[{ Cell[982168, 23907, 211, 5, 49, "Input", "ExpressionUUID" -> \ "ea4a2794-aa2d-4a3c-a5d7-4e696baeaa83"], Cell[982382, 23914, 148, 3, 49, "Output", "ExpressionUUID" -> \ "8747fe57-1bf4-498c-8a42-a01f0a95cc2a"] }, Open ]], Cell[CellGroupData[{ Cell[982567, 23922, 188, 4, 49, "Input", "ExpressionUUID" -> \ "128bb3d8-e670-4e25-850e-5c0410db3285"], Cell[982758, 23928, 134, 3, 49, "Output", "ExpressionUUID" -> \ "c15a0c09-a7b2-47c0-bf61-1abff06c0e75"] }, Open ]], Cell[CellGroupData[{ Cell[982929, 23936, 2569, 64, 236, "Input", "ExpressionUUID" -> \ "6fe7af5b-38fb-4e6b-ae04-d61c3f012058"], Cell[985501, 24002, 48914, 1212, 262, "Output", "ExpressionUUID" -> \ "4fb474d6-df73-44ef-9510-16336d3aef6c"] }, Open ]], Cell[CellGroupData[{ Cell[1034452, 25219, 178, 4, 49, "Input", "ExpressionUUID" -> \ "d7f71c35-8762-48f9-9adc-d8cc32ebd497"], Cell[1034633, 25225, 133, 3, 49, "Output", "ExpressionUUID" -> \ "98865024-24b6-4cad-aa40-514495534204"] }, Open ]], Cell[CellGroupData[{ Cell[1034803, 25233, 222, 5, 49, "Input", "ExpressionUUID" -> \ "9f526463-ff90-4e12-9f8a-30425c0c5ce5"], Cell[1035028, 25240, 132, 3, 49, "Output", "ExpressionUUID" -> \ "ba98ae5a-0197-4ed6-9dec-6ad635cc213d"] }, Open ]], Cell[CellGroupData[{ Cell[1035197, 25248, 191, 4, 49, "Input", "ExpressionUUID" -> \ "90efbe40-bec6-4c94-8d02-072996eb73e9"], Cell[1035391, 25254, 127, 2, 49, "Output", "ExpressionUUID" -> \ "5be2189b-bca5-4530-a77e-d62aa3aad542"] }, Open ]], Cell[CellGroupData[{ Cell[1035555, 25261, 194, 4, 49, "Input", "ExpressionUUID" -> \ "cf25c4f2-3d71-411e-87c4-33becec2b3c0"], Cell[1035752, 25267, 264, 7, 49, "Output", "ExpressionUUID" -> \ "a06826ab-10aa-434e-88d3-802e99f245a7"] }, Open ]], Cell[CellGroupData[{ Cell[1036053, 25279, 236, 6, 49, "Input", "ExpressionUUID" -> \ "c64f90c8-1079-404b-8099-57687c8e661a"], Cell[1036292, 25287, 430, 9, 49, "Output", "ExpressionUUID" -> \ "ecd34898-b124-48c3-b8df-f1b939e3f4d0"] }, Open ]], Cell[CellGroupData[{ Cell[1036759, 25301, 639, 15, 112, "Input", "ExpressionUUID" -> \ "2d7140b8-228f-4bcc-9d30-492a7bee22bd"], Cell[1037401, 25318, 374, 6, 81, "Output", "ExpressionUUID" -> \ "8e321c2c-9df6-4891-a5f2-57b88634ab68"] }, Open ]], Cell[CellGroupData[{ Cell[1037812, 25329, 2801, 75, 236, "Input", "ExpressionUUID" -> \ "5dae07ac-889c-4159-a2c9-5c42864d1fdd"], Cell[1040616, 25406, 55633, 1361, 262, "Output", "ExpressionUUID" -> \ "cd28746c-9aa1-405b-98d5-c1da1595e151"] }, Open ]], Cell[CellGroupData[{ Cell[1096286, 26772, 970, 28, 81, "Input", "ExpressionUUID" -> \ "c98b8aad-45d0-433c-be82-11143f4a7c00"], Cell[1097259, 26802, 241, 5, 49, "Output", "ExpressionUUID" -> \ "91b0ee14-ceac-4e4d-8e8d-d682392e017d"] }, Open ]] } ] *) (* End of internal cache information *)