<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Machine Learning on rdata.lu Blog | Data science with R</title>
    <link>/categories/machine-learning/</link>
    <description>Recent content in Machine Learning on rdata.lu Blog | Data science with R</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>Copyright (c) rdata.lu. All rights reserved. &lt;br&gt; Content reblogged by &lt;a href=&#39;https://www.r-bloggers.com/&#39; target=&#39;_blank&#39;&gt;R-bloggers&lt;/a&gt; &amp; &lt;a href=&#39;http://www.rweekly.org/&#39; target=&#39;_blank&#39;&gt;RWeekly&lt;/a&gt;</copyright>
    <lastBuildDate>Wed, 14 Feb 2018 00:00:00 +0000</lastBuildDate>
    
        <atom:link href="/categories/machine-learning/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Teaching Luxembourgish to my computer</title>
      <link>/post/2018-02-14-teaching-luxembourgish-to-my-computer/</link>
      <pubDate>Wed, 14 Feb 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018-02-14-teaching-luxembourgish-to-my-computer/</guid>
      <description>&lt;!--
words 941
&lt;style type=&#34;text/css&#34;&gt;
pre code, pre, code {
white-space: pre !important;
overflow-x: scroll !important;
overflow-y: scroll !important;
word-break: keep-all !important;
word-wrap: initial !important;
max-height:30vh !important;
}
p img{
width:100%; !important;
}
&lt;/style&gt;
--&gt;
&lt;p style=&#34;text-align:center&#34;&gt;
&lt;img src=&#34;/images/luxembourgish-really-dawg.jpg&#34; style=&#34;width:60vh; &#34;&gt;
&lt;/p&gt;
&lt;div id=&#34;how-we-taught-a-computer-to-understand-luxembourguish&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;How we taught a computer to understand Luxembourguish&lt;/h1&gt;
&lt;p&gt;Today we reveal a project that Kevin and myself have been working on for the past 2 months, Liss. Liss is a sentiment analysis artificial intelligence; you can let Liss read single words or whole sentences, and Liss will tell you if the overall sentiment is either positive or negative. Such tools are used in marketing, to determine how people perceive a certain brand or new products for instance. The originality of Liss, is that it works on Luxembourguish texts.&lt;/p&gt;
&lt;div id=&#34;how-to-develop-a-basic-sentiment-analysis-ai&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;How to develop a basic sentiment analysis AI&lt;/h2&gt;
&lt;p&gt;Machine learning algorithms need data in order to get trained. Training a machine means showing it hundreds, thousands, or even more &lt;em&gt;examples&lt;/em&gt; in order for the machine to learn patterns, and then, once the machine learned the patterns, we can use to machine for predictions. For example, we can train a machine learning algorithm to determine if a given picture is a picture of a cat or of a dog. For this, we show the machine thousands of pictures of cats and dogs, until the machine has learned some patterns. For example, the machine will learn that cats are on average smaller than dogs, and have eyes that look more like almonds unlike dogs. It is not always (albeit possible) to know which patterns, or features, the machine is using to learn the difference between cats and dogs. Then, once we show the machine a new picture, it will be able to predict, with a certain confidence, that the picture is of a dog, or a cat.&lt;/p&gt;
&lt;p&gt;For sentiment analysis, you proceed in a similar manner; you show the algorithm thousands of texts that are either labeled as being positive or negative, and then, once you show the machine new texts, it will predict the sentiment. However, where can you find such example data, also called the &lt;em&gt;training set&lt;/em&gt; to train your AI with? One solution is to scrape movie reviews. Movie reviews are texts written by humans, with a final score attached to it. A reviewer might write the following review about &lt;em&gt;Interstellar&lt;/em&gt;:&lt;/p&gt;
&lt;p&gt;“One of the best movies I have ever seen. The actors were great and the soundtrack amazing! 9/10”&lt;/p&gt;
&lt;p&gt;Here, the AI will learn to associate the score of 9, very positive, to words such as &lt;em&gt;best&lt;/em&gt; and &lt;em&gt;amazing&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Another possible review, for, say, &lt;em&gt;The Room&lt;/em&gt; could be:&lt;/p&gt;
&lt;p&gt;“Wiseau put a lot of time and effort into this movie and it was utter crap. 2/10”&lt;/p&gt;
&lt;p&gt;Here, the AI will learn to associate words such as &lt;em&gt;crap&lt;/em&gt; with a low score, 2.&lt;/p&gt;
&lt;p&gt;This is the gist of it, but of course feeding all this training examples to the AI requires a lot of thought and data pre-processing. This blog post will not deal with the technicalities, but more with how we tackled a serious problem: where do we find movies reviews written in Luxembourguish?&lt;/p&gt;
&lt;div class=video&gt;
&lt;video width=&#34;400&#34; height=&#34;300&#34; controls autoplay&gt;
&lt;source src=&#34;/video/demo_liss.mp4&#34; type=&#34;video/mp4&#34;&gt;
Your browser does not support the video tag. &lt;/video&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;where-we-found-luxembourguish-comments&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Where we &lt;em&gt;found&lt;/em&gt; Luxembourguish comments&lt;/h2&gt;
&lt;p&gt;Luxembourg is a small country with a small population. As such, the size of the internet in Luxembourguish is quite small. Add to that the fact that most people only &lt;em&gt;speak&lt;/em&gt; Luxembourguish, and don’t know how to write it, and you got a big problem: as far as we are aware, it is not possible to find, say, movie reviews to train a machine on. So how did we tackle this problem? Because there were no comments in Luxembourguish laying around for us to work with, we scraped German comments. Linguistically, Luxembourg is very close to West German dialects, but with some French influences too. However, putting German and Luxembourguish sentences side by side clearly shows the similarities:&lt;/p&gt;
&lt;p&gt;Luxembourguish:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;“Hallo, wéi geet et dir?” (Hello, how are you?)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;“Ganz gudd, merci!” (Very well, thank you!)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;German:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;“Wie geht es dir?”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;“Ganz gut, danke!”&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The only word in the Luxembourguish sentences that comes from French is &lt;em&gt;merci&lt;/em&gt;, meaning &lt;em&gt;thank you&lt;/em&gt;. Of course, this is a simple example, but if we look at more complicated sentences, for example from the Bible, we still see a lot of similarities between Luxembourguish and German:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Wéi d’Elisabeth am sechste Mount war, ass den Engel Gabriel vum Herrgott an eng Stad a Galiläa geschéckt ginn, déi Nazareth heescht,&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;bei eng Jongfra, déi engem Mann versprach war, dee Jouseph geheescht huet an aus dem Haus vum David war. Dës Jongfra huet Maria geheescht.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Den Engel ass bei si eragaang a sot: “Free dech, [Maria], ganz an der Gnod! Den Här ass mat dir.”&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Und im sechsten Monat ward der Engel Gabriel gesandt von Gott in eine Stadt in Galiläa, die heißt Nazareth,&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;zu einer Jungfrau, die vertraut war einem Manne mit Namen Joseph, vom Hause David; und die Jungfrau hieß Maria.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Und der Engel kam zu ihr hinein und sprach: Gegrüßet seist du, Hochbegnadete! Der Herr ist mit dir!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;-Lk 1,26-38&lt;/p&gt;
&lt;p&gt;In these sentences, most differences come from the use of different tenses or different choices in what to include in the translation. For instance the first sentence in Luxembourguish starts with &lt;em&gt;Wéi d’Elisabeth am sechste Mount war&lt;/em&gt; (As Elisabeth six months pregnant was) while in the German translation starts with &lt;em&gt;Und im sechsten Monat&lt;/em&gt; (And in the sixth month). Same meaning, but the reference to Elisabeth is implicit.&lt;/p&gt;
&lt;p&gt;So German and Luxembourguish are very close, but what good does that do us? Training a model on German movie reviews and trying to predict sentiments of texts in Luxembourguish will not work. So the solution was to translate the comments we scraped from German to Luxembourguish. We scraped 50000 comments; obviously we could not translate them ourselves, so we use Google’s translate api to do it. There’s a nice R package that makes it easy to work with this api, called &lt;a href=&#34;https://cran.r-project.org/web/packages/translate/index.html&#34;&gt;{translate}&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The translation quality is not bad, but the longer and more complicated the comments, the more spotty is the translation; but overall the quality seems to be good enough. Let’s translate the German sentences from above back to Luxembourguish using Google Translate:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;An am sechsten Mount huet de Engel Gabriel vu Gott geschéckt an eng Stad an Galiläa geschéckt, déi Nazareth genannt gëtt &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;zu engem Kiischte, dee vum Josephsjäreger bekannt gouf, aus dem Haus vum David; an den Numm vun der Jungfra Maria war &lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;De Engel ass si komm an huet gesot: “A Blann, geeschteg bass! Den Här ass mat iech! &lt;/i&gt;&lt;/p&gt;
&lt;p&gt;The translation here is really not that great, but Bible verses are written in a pretty unusual way. What about a more standard text? Let’s try with the first paragraph on Luxembourg from the German version of Wikipedia:&lt;/p&gt;
&lt;p&gt;German:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Das Großherzogtum Luxemburg ist ein Staat und eine Demokratie in Form einer parlamentarischen Monarchie im Westen Mitteleuropas. Es ist das letzte Großherzog- bzw. Großfürstentum (von einst zwölf) in Europa. Das Land gehört zum mitteldeutschen Sprachraum. Landessprache ist Luxemburgisch, Verwaltungs- und Amtssprachen sind Französisch, Deutsch und Luxemburgisch. Gemeinsam mit seinem Nachbarn Belgien und mit den Niederlanden bildet Luxemburg die Beneluxstaaten.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Luxembourguish (from Google Translate):&lt;/p&gt;
&lt;p&gt;&lt;em&gt;D’Groussherzogtum Lëtzebuerg ass e Staat an eng Demokratie an der Form vun enger parlamentarescher Monarchie an der Westeuropa. Et ass de leschte Grand-Duché oder Grand-Duché (e puer Joeren) an Europa.Dëst Land gehéiert zu der zentrale germanescher Sprooch. D’Nationalsprooch ass Lëtzebuergesch, administrativ an offizielle Sproochen sinn franséisch, däitsch a lëtzebuergesch. Zesumme mat sengem Noper Belgien an Holland ass Lëtzebuerg de Benelux.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;English (from Google Translate):&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The Grand Duchy of Luxembourg is a state and a democracy in the form of a parliamentary monarchy in western Central Europe. It is the last Grand Duchy or Grand Duchy (once twelve) in Europe. The country belongs to the central German language area. The national language is Luxembourgish, administrative and official languages are French, German and Luxembourgish. Together with its neighbor Belgium and the Netherlands, Luxembourg is the Benelux.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Knowing both German and Luxembourguish, I can tell that the translation is pretty good, and would require minimal human editing to make it perfect.&lt;/p&gt;
&lt;p&gt;So we were pretty confident that this was a strategy that would be worth to try, so that’s what we did. We translated the comments using Google Translate api with the following R code:&lt;/p&gt;
&lt;p&gt;Once we had translated everything, we started training a model.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;the-sentiment-analysis-tool-we-built&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;The sentiment analysis tool we built&lt;/h2&gt;
&lt;p&gt;To train the model, we use the R programming language and Keras, a deep learning library. The comments had to be preprocessed, which is what took the most time. Then, building a model with Keras is quite simple, and we did not do anything special to it; actually, we did not spend much time tuning the model and to our astonishment, it worked quite well! To share the results with anyone, we also created a web app that you can access by clicking &lt;a href=&#34;http://blog.rdata.lu/visualization/liss/&#34;&gt;here&lt;/a&gt;.&lt;br&gt; Try to write, words, sentences, and most importantly give us feedback! See you for the next post.&lt;/p&gt;
&lt;p&gt;
Don’t hesitate to follow us on twitter &lt;a href=&#34;https://twitter.com/rdata_lu&#34; target=&#34;_blank&#34;&gt;&lt;span class=&#34;citation&#34;&gt;@rdata_lu&lt;/span&gt;&lt;/a&gt; &lt;!-- or &lt;a href=&#34;https://twitter.com/brodriguesco&#34;&gt;@brodriguesco&lt;/a&gt; --&gt; and to &lt;a href=&#34;https://www.youtube.com/channel/UCbazvBnJd7CJ4WnTL6BI6qw?sub_confirmation=1&#34; target=&#34;_blank&#34;&gt;subscribe&lt;/a&gt; to our youtube channel. &lt;br&gt; You can also contact us if you have any comments or suggestions. See you for the next post!
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Churn Analysis - Part 2: Indicators</title>
      <link>/post/2018-01-12-churn-analysis2/</link>
      <pubDate>Fri, 12 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018-01-12-churn-analysis2/</guid>
      <description>&lt;script src=&#34;/rmarkdown-libs/htmlwidgets/htmlwidgets.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/plotly-binding/plotly.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/typedarray/typedarray.min.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/jquery/jquery.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;/rmarkdown-libs/crosstalk/css/crosstalk.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;/rmarkdown-libs/crosstalk/js/crosstalk.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;/rmarkdown-libs/plotlyjs/plotly-htmlwidgets.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;/rmarkdown-libs/plotlyjs/plotly-latest.min.js&#34;&gt;&lt;/script&gt;


&lt;!-- 

words: 743
&lt;style type=&#34;text/css&#34;&gt;
pre code, pre, code {
white-space: pre !important;
overflow-x: scroll !important;
overflow-y: scroll !important;
word-break: keep-all !important;
word-wrap: initial !important;
max-height:25vh !important;
}
p img{
width:100%; !important;
}

.plotly.html-widget.html-widget-static-bound.js-plotly-plot{
width:100%; !important;
}
.svg-container{
width:100%; !important;
}
.main-svg{
width:100%; !important;
}
&lt;/style&gt;
--&gt;
&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;In the &lt;a href=&#34;http://www.blog.rdata.lu/post/2018-01-04-churn-analysis/&#34;&gt;last post&lt;/a&gt; we have decided to continue our study with the logistic regression. We have obtained the following ROC curve with an area under the curve (AUC) of &lt;code&gt;0.843&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/post/2018-01-12-churn-analysis2_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;1344&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Now we imagine 2 scenarios. In the first one, we suppose we have a large budget and we want to target many customers. In the second one, we have a restricted budget. Hence, we want to contact just 25% of the customers in our database.&lt;br /&gt;
For the first scenario, we will focus on the threshold value. We want to optimize the number of good classifications.&lt;br /&gt;
Then, in the second scenario, we will focus on the probability that each customer has to churn. We will sort our database by their probability to churn, we also call this probability, the score. Then we will select the top 25% customers of our database based on their probability to churn by using a lift curve.&lt;/p&gt;
&lt;div id=&#34;scenario-1-threshold-optimization&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Scenario 1: Threshold Optimization&lt;/h3&gt;
&lt;p&gt;Each customer has a score that corresponds to his probability to churn. Let’s see the score of the five first customers of our database.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;head(pred_logistic,5)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##          1          2          3          4          5 
## 0.62513394 0.32512336 0.52812027 0.31273422 0.01264661&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Originally, the threshold is &lt;code&gt;0.5&lt;/code&gt;. We predict a positive answer if the score is higher than &lt;code&gt;0.5&lt;/code&gt; and a negative answer if the score is lower than &lt;code&gt;0.5&lt;/code&gt;.&lt;br /&gt;
It means for the 5 customers above that the model predicts a positive answer for customer 1 and customer 3 and a negative answer for the 3 other customers.&lt;/p&gt;
&lt;p&gt;To optimize the threshold, we want to compute different statistical indicators (accuracy, precision, sensitivity, f1 and kappa) for different threshold values from &lt;code&gt;0.05&lt;/code&gt; to &lt;code&gt;0.847&lt;/code&gt; with a step value of &lt;code&gt;0.001&lt;/code&gt;. We don’t go above &lt;code&gt;0.847&lt;/code&gt; because after this value, we just have negative answers.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;if (!require(&amp;quot;tidyverse&amp;quot;)) install.packages(&amp;quot;tidyverse&amp;quot;)
library(&amp;quot;tidyverse&amp;quot;)
if (!require(&amp;quot;caret&amp;quot;)) install.packages(&amp;quot;caret&amp;quot;)
library(&amp;quot;caret&amp;quot;)
if (!require(&amp;quot;e1071&amp;quot;)) install.packages(&amp;quot;e1071&amp;quot;)
library(&amp;quot;e1071&amp;quot;)
comp = cbind.data.frame(answer = db_test$ChurnNum, 
                        pred=pred_logistic) %&amp;gt;%
        arrange(desc(pred))

indic_perf = function(x){
        compare = comp %&amp;gt;%
                mutate(pred = ifelse(pred&amp;gt;x,1,0))
         
        if(ncol(table(compare))&amp;gt;1){
        
        mat = confusionMatrix(table(compare), positive = &amp;quot;1&amp;quot;)

        #acuracy 
        acc = mat$overall[&amp;quot;Accuracy&amp;quot;]
        
        #Kappa
        kap = mat$overall[&amp;quot;Kappa&amp;quot;]
        
        #sensitivity
        sen = mat$byClass[&amp;quot;Sensitivity&amp;quot;]
        
        #F1
        f1_stat = mat$byClass[&amp;quot;F1&amp;quot;]
        
        #Precision
        prec = mat$byClass[&amp;quot;Precision&amp;quot;]
        

        }else{
                acc = NA
                prec = NA
                sen = NA 
                kap = NA
                f1_stat = NA
        }
        return(data.frame(threshold = x, accuracy = acc, 
                          precision = prec, sensitivity = sen, 
                          kappa = kap, f1= f1_stat))
}
indics = do.call(rbind, lapply(seq(0.05,0.95, by=0.001), 
                               indic_perf)) %&amp;gt;%
        filter(!is.na(accuracy))


if (!require(&amp;quot;plotly&amp;quot;)) install.packages(&amp;quot;plotly&amp;quot;)
library(&amp;quot;plotly&amp;quot;)
if (!require(&amp;quot;IRdisplay&amp;quot;)) install.packages(&amp;quot;IRdisplay&amp;quot;)
library(&amp;quot;IRdisplay&amp;quot;)

gather_indics = tidyr::gather(indics, variable, 
                      value, -threshold) %&amp;gt;%
  group_by(variable) %&amp;gt;%
  mutate(color =  (max(value) == value), 
         threshold = as.numeric(threshold) )
        
q=ggplot(gather_indics , aes(x= threshold, y=value)) +
        ggtitle(&amp;quot;Indicator values by thresholds&amp;quot;)+
        geom_point(aes(color = color), size=0.5) +
        facet_wrap(~variable, scales = &amp;#39;free_x&amp;#39;) +
        scale_color_manual(values = c(NA, &amp;quot;tomato&amp;quot;)) +
        labs(x=&amp;quot;thresholds&amp;quot;, y=&amp;quot; &amp;quot;) +
        geom_line(color=&amp;quot;navy&amp;quot;) + theme_bw()+ 
        theme( legend.position=&amp;quot;none&amp;quot;)
offline(ggplotly(q),  width = &amp;#39;100%&amp;#39;)&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;134cb7cab045c&#34; style=&#34;width:100%;height:480px;&#34; class=&#34;plotly html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;134cb7cab045c&#34;&gt;{&#34;x&#34;:{&#34;data&#34;:[{&#34;x&#34;:[0.05,0.051,0.052,0.053,0.054,0.055,0.056,0.057,0.058,0.059,0.06,0.061,0.062,0.063,0.064,0.065,0.066,0.067,0.068,0.069,0.07,0.071,0.072,0.073,0.074,0.075,0.076,0.077,0.078,0.079,0.08,0.081,0.082,0.083,0.084,0.085,0.086,0.087,0.088,0.089,0.09,0.091,0.092,0.093,0.094,0.095,0.096,0.097,0.098,0.099,0.1,0.101,0.102,0.103,0.104,0.105,0.106,0.107,0.108,0.109,0.11,0.111,0.112,0.113,0.114,0.115,0.116,0.117,0.118,0.119,0.12,0.121,0.122,0.123,0.124,0.125,0.126,0.127,0.128,0.129,0.13,0.131,0.132,0.133,0.134,0.135,0.136,0.137,0.138,0.139,0.14,0.141,0.142,0.143,0.144,0.145,0.146,0.147,0.148,0.149,0.15,0.151,0.152,0.153,0.154,0.155,0.156,0.157,0.158,0.159,0.16,0.161,0.162,0.163,0.164,0.165,0.166,0.167,0.168,0.169,0.17,0.171,0.172,0.173,0.174,0.175,0.176,0.177,0.178,0.179,0.18,0.181,0.182,0.183,0.184,0.185,0.186,0.187,0.188,0.189,0.19,0.191,0.192,0.193,0.194,0.195,0.196,0.197,0.198,0.199,0.2,0.201,0.202,0.203,0.204,0.205,0.206,0.207,0.208,0.209,0.21,0.211,0.212,0.213,0.214,0.215,0.216,0.217,0.218,0.219,0.22,0.221,0.222,0.223,0.224,0.225,0.226,0.227,0.228,0.229,0.23,0.231,0.232,0.233,0.234,0.235,0.236,0.237,0.238,0.239,0.24,0.241,0.242,0.243,0.244,0.245,0.246,0.247,0.248,0.249,0.25,0.251,0.252,0.253,0.254,0.255,0.256,0.257,0.258,0.259,0.26,0.261,0.262,0.263,0.264,0.265,0.266,0.267,0.268,0.269,0.27,0.271,0.272,0.273,0.274,0.275,0.276,0.277,0.278,0.279,0.28,0.281,0.282,0.283,0.284,0.285,0.286,0.287,0.288,0.289,0.29,0.291,0.292,0.293,0.294,0.295,0.296,0.297,0.298,0.299,0.3,0.301,0.302,0.303,0.304,0.305,0.306,0.307,0.308,0.309,0.31,0.311,0.312,0.313,0.314,0.315,0.316,0.317,0.318,0.319,0.32,0.321,0.322,0.323,0.324,0.325,0.326,0.327,0.328,0.329,0.33,0.331,0.332,0.333,0.334,0.335,0.336,0.337,0.338,0.339,0.34,0.341,0.342,0.343,0.344,0.345,0.346,0.347,0.348,0.349,0.35,0.351,0.352,0.353,0.354,0.355,0.356,0.357,0.358,0.359,0.36,0.361,0.362,0.363,0.364,0.365,0.366,0.367,0.368,0.369,0.37,0.371,0.372,0.373,0.374,0.375,0.376,0.377,0.378,0.379,0.38,0.381,0.382,0.383,0.384,0.385,0.386,0.387,0.388,0.389,0.39,0.391,0.392,0.393,0.394,0.395,0.396,0.397,0.398,0.399,0.4,0.401,0.402,0.403,0.404,0.405,0.406,0.407,0.408,0.409,0.41,0.411,0.412,0.413,0.414,0.415,0.416,0.417,0.418,0.419,0.42,0.421,0.422,0.423,0.424,0.425,0.426,0.427,0.428,0.429,0.43,0.431,0.432,0.433,0.434,0.435,0.436,0.437,0.438,0.439,0.44,0.441,0.442,0.443,0.444,0.445,0.446,0.447,0.448,0.449,0.45,0.451,0.452,0.453,0.454,0.455,0.456,0.457,0.458,0.459,0.46,0.461,0.462,0.463,0.464,0.465,0.466,0.467,0.468,0.469,0.47,0.471,0.472,0.473,0.474,0.475,0.476,0.477,0.478,0.479,0.48,0.481,0.482,0.483,0.484,0.485,0.486,0.487,0.488,0.489,0.49,0.491,0.492,0.493,0.494,0.495,0.496,0.497,0.498,0.499,0.5,0.501,0.502,0.503,0.504,0.505,0.506,0.507,0.508,0.509,0.51,0.511,0.512,0.513,0.514,0.515,0.516,0.517,0.518,0.519,0.52,0.521,0.522,0.523,0.524,0.525,0.526,0.527,0.528,0.529,0.53,0.531,0.532,0.533,0.534,0.535,0.536,0.537,0.538,0.539,0.54,0.541,0.542,0.543,0.544,0.545,0.546,0.547,0.548,0.549,0.55,0.551,0.552,0.553,0.554,0.555,0.556,0.557,0.558,0.559,0.56,0.561,0.562,0.563,0.564,0.565,0.566,0.567,0.568,0.569,0.57,0.571,0.572,0.573,0.574,0.575,0.576,0.577,0.578,0.579,0.58,0.581,0.582,0.583,0.586,0.587,0.588,0.589,0.59,0.591,0.592,0.593,0.594,0.595,0.596,0.597,0.598,0.599,0.6,0.601,0.602,0.603,0.604,0.605,0.606,0.607,0.608,0.609,0.61,0.611,0.612,0.613,0.614,0.615,0.616,0.617,0.618,0.619,0.62,0.621,0.622,0.623,0.624,0.625,0.626,0.627,0.628,0.629,0.63,0.631,0.632,0.633,0.634,0.635,0.636,0.637,0.638,0.639,0.64,0.641,0.642,0.643,0.644,0.645,0.646,0.647,0.648,0.649,0.65,0.651,0.652,0.653,0.654,0.655,0.656,0.657,0.658,0.659,0.66,0.661,0.662,0.663,0.664,0.665,0.666,0.667,0.668,0.669,0.67,0.671,0.672,0.673,0.674,0.675,0.676,0.677,0.678,0.679,0.68,0.681,0.682,0.683,0.684,0.685,0.686,0.687,0.688,0.689,0.69,0.691,0.692,0.693,0.694,0.695,0.696,0.697,0.698,0.699,0.7,0.701,0.702,0.703,0.704,0.705,0.706,0.707,0.708,0.709,0.71,0.711,0.712,0.713,0.714,0.715,0.716,0.717,0.718,0.719,0.72,0.721,0.722,0.723,0.724,0.725,0.726,0.727,0.728,0.729,0.73,0.731,0.732,0.733,0.734,0.735,0.736,0.737,0.738,0.739,0.74,0.741,0.742,0.743,0.744,0.745,0.746,0.747,0.748,0.749,0.75,0.751,0.752,0.753,0.754,0.755,0.756,0.757,0.758,0.759,0.76,0.761,0.762,0.763,0.764,0.765,0.766,0.767,0.768,0.769,0.77,0.771,0.772,0.773,0.774,0.775,0.776,0.777,0.778,0.779,0.78,0.781,0.782,0.783,0.784,0.785,0.786,0.787,0.788,0.789,0.79,0.791,0.792,0.793,0.794,0.795,0.796,0.797,0.798,0.799,0.8,0.801,0.802,0.803,0.804,0.805,0.806,0.807,0.808,0.809,0.81,0.811,0.812,0.813,0.814,0.815,0.816,0.817,0.818,0.819,0.82,0.821,0.822,0.823,0.824,0.825,0.826,0.827,0.828,0.829,0.83,0.831,0.832,0.833,0.834,0.835,0.836,0.837,0.838,0.839,0.84,0.841,0.842,0.843,0.844,0.845,0.846,0.847],&#34;y&#34;:[0.507115749525617,0.509962049335863,0.511859582542694,0.513282732447818,0.516603415559772,0.520872865275142,0.523244781783681,0.523719165085389,0.526091081593928,0.528937381404175,0.52988614800759,0.530360531309298,0.533206831119545,0.53415559772296,0.536527514231499,0.53842504743833,0.539373814041746,0.540796963946869,0.543168880455408,0.545540796963947,0.549810246679317,0.552182163187856,0.552656546489564,0.55550284629981,0.556451612903226,0.558349146110057,0.561669829222011,0.56404174573055,0.564516129032258,0.565464895635674,0.566413662239089,0.567362428842505,0.568785578747628,0.570208728652751,0.573529411764706,0.574478178368121,0.576375711574953,0.578747628083491,0.58111954459203,0.583491461100569,0.584440227703985,0.586812144212524,0.587286527514231,0.587286527514231,0.588709677419355,0.590132827324478,0.591555977229602,0.592979127134725,0.592979127134725,0.595351043643264,0.596774193548387,0.597722960151803,0.599620493358634,0.600094876660342,0.601992409867173,0.604838709677419,0.605313092979127,0.60673624288425,0.609582542694497,0.611480075901328,0.611954459203036,0.614800759013283,0.616223908918406,0.617647058823529,0.619070208728653,0.61954459203036,0.620493358633776,0.621442125237192,0.622865275142315,0.624288425047438,0.624762808349146,0.625711574952562,0.627134724857685,0.628083491461101,0.629981024667932,0.631878557874763,0.632352941176471,0.632827324478178,0.635199240986717,0.637571157495256,0.637096774193548,0.639468690702087,0.640891840607211,0.641840607210626,0.641840607210626,0.641840607210626,0.644212523719165,0.646584440227704,0.64753320683112,0.648481973434535,0.650379506641366,0.650853889943074,0.650379506641366,0.650853889943074,0.650853889943074,0.652277039848197,0.653225806451613,0.654174573055028,0.65607210626186,0.657495256166983,0.657495256166983,0.658918406072106,0.659392789373814,0.659392789373814,0.66034155597723,0.66034155597723,0.660815939278937,0.661764705882353,0.663662239089184,0.665559772296015,0.665559772296015,0.666034155597723,0.666982922201139,0.666508538899431,0.669354838709677,0.669829222011385,0.672201138519924,0.672201138519924,0.672675521821632,0.675521821631879,0.675996204933586,0.675521821631879,0.675521821631879,0.675996204933586,0.676470588235294,0.676470588235294,0.677893738140417,0.677893738140417,0.678368121442125,0.679791271347249,0.680740037950664,0.680265654648956,0.680265654648956,0.681214421252372,0.68168880455408,0.683111954459203,0.684060721062619,0.685009487666034,0.687381404174573,0.687855787476281,0.689753320683112,0.691650853889943,0.692599620493359,0.692599620493359,0.693548387096774,0.69449715370019,0.695445920303605,0.696869070208729,0.696869070208729,0.698292220113852,0.698292220113852,0.699715370018975,0.700189753320683,0.699240986717268,0.701138519924099,0.701612903225806,0.702087286527514,0.703510436432638,0.703510436432638,0.704459203036053,0.705407969639469,0.706831119544592,0.707779886148008,0.709203036053131,0.710626185958254,0.71157495256167,0.710626185958254,0.712049335863378,0.712049335863378,0.712998102466793,0.712523719165085,0.714421252371917,0.714895635673624,0.715370018975332,0.715370018975332,0.71584440227704,0.716793168880455,0.718216318785579,0.718690702087287,0.717741935483871,0.718216318785579,0.719639468690702,0.719639468690702,0.719639468690702,0.719639468690702,0.72011385199241,0.72011385199241,0.719165085388994,0.719165085388994,0.719639468690702,0.721062618595825,0.721537001897533,0.722011385199241,0.721537001897533,0.722485768500949,0.723434535104364,0.724857685009488,0.725332068311195,0.725332068311195,0.725806451612903,0.726755218216319,0.727229601518027,0.727703984819734,0.72865275142315,0.72865275142315,0.72865275142315,0.729601518026565,0.730075901328273,0.732447817836812,0.733396584440228,0.733870967741935,0.734345351043643,0.734819734345351,0.734819734345351,0.735768500948767,0.734819734345351,0.736242884250474,0.738140417457306,0.73719165085389,0.73719165085389,0.738614800759013,0.739563567362429,0.740986717267552,0.740037950664137,0.740037950664137,0.740512333965844,0.74146110056926,0.742884250474383,0.742884250474383,0.744307400379507,0.74573055028463,0.74573055028463,0.74573055028463,0.746679316888046,0.746679316888046,0.746204933586338,0.746679316888046,0.747153700189753,0.746679316888046,0.746679316888046,0.747628083491461,0.749525616698292,0.749525616698292,0.749525616698292,0.75,0.75,0.75,0.75,0.750474383301708,0.750474383301708,0.751423149905123,0.751897533206831,0.753320683111954,0.75426944971537,0.75426944971537,0.754743833017078,0.755218216318786,0.754743833017078,0.756166982922201,0.757115749525617,0.758064516129032,0.759013282732448,0.759013282732448,0.759487666034156,0.75853889943074,0.759487666034156,0.761385199240987,0.760910815939279,0.761385199240987,0.762333965844402,0.761859582542694,0.761859582542694,0.761859582542694,0.762333965844402,0.763757115749526,0.764705882352941,0.766129032258065,0.766129032258065,0.766603415559772,0.766603415559772,0.76707779886148,0.766603415559772,0.767552182163188,0.768975332068311,0.768975332068311,0.769924098671727,0.769449715370019,0.770872865275142,0.77134724857685,0.771821631878558,0.771821631878558,0.771821631878558,0.772296015180266,0.771821631878558,0.772296015180266,0.772296015180266,0.772296015180266,0.772770398481973,0.772770398481973,0.772296015180266,0.77134724857685,0.77134724857685,0.77134724857685,0.772296015180266,0.771821631878558,0.771821631878558,0.772296015180266,0.772770398481973,0.773719165085389,0.773244781783681,0.773244781783681,0.775142314990512,0.774667931688805,0.774667931688805,0.775142314990512,0.775142314990512,0.77561669829222,0.775142314990512,0.775142314990512,0.77561669829222,0.77561669829222,0.77561669829222,0.77561669829222,0.77561669829222,0.775142314990512,0.77561669829222,0.776565464895636,0.776091081593928,0.776091081593928,0.776091081593928,0.776565464895636,0.777039848197344,0.777514231499051,0.777514231499051,0.777988614800759,0.778462998102467,0.778462998102467,0.777988614800759,0.777514231499051,0.777514231499051,0.777039848197344,0.777514231499051,0.777514231499051,0.778462998102467,0.779411764705882,0.779411764705882,0.77988614800759,0.780360531309298,0.779411764705882,0.780360531309298,0.780360531309298,0.780360531309298,0.782258064516129,0.782258064516129,0.781783681214421,0.781783681214421,0.781783681214421,0.780834914611006,0.781309297912713,0.780360531309298,0.77988614800759,0.77988614800759,0.780834914611006,0.780834914611006,0.781309297912713,0.781309297912713,0.781783681214421,0.782732447817837,0.78415559772296,0.785104364326376,0.78415559772296,0.78415559772296,0.78415559772296,0.784629981024668,0.78415559772296,0.785104364326376,0.786053130929791,0.786053130929791,0.787001897533207,0.787476280834915,0.787001897533207,0.786527514231499,0.787476280834915,0.787950664136622,0.788899430740038,0.787950664136622,0.787476280834915,0.787476280834915,0.787001897533207,0.787476280834915,0.787001897533207,0.787950664136622,0.78842504743833,0.78842504743833,0.78842504743833,0.78842504743833,0.787950664136622,0.787476280834915,0.787950664136622,0.787950664136622,0.787001897533207,0.786527514231499,0.786527514231499,0.786527514231499,0.786053130929791,0.786053130929791,0.786053130929791,0.786527514231499,0.785578747628083,0.786527514231499,0.787476280834915,0.787476280834915,0.787476280834915,0.787476280834915,0.787001897533207,0.787001897533207,0.787001897533207,0.787476280834915,0.787001897533207,0.787950664136622,0.78842504743833,0.78842504743833,0.78842504743833,0.78842504743833,0.788899430740038,0.78842504743833,0.78842504743833,0.789848197343453,0.790796963946869,0.791271347248577,0.791745730550285,0.790796963946869,0.790322580645161,0.790322580645161,0.790796963946869,0.790322580645161,0.790796963946869,0.790796963946869,0.790322580645161,0.790796963946869,0.791271347248577,0.791745730550285,0.791271347248577,0.790796963946869,0.791271347248577,0.7926944971537,0.793168880455408,0.793168880455408,0.793168880455408,0.793168880455408,0.792220113851992,0.792220113851992,0.7926944971537,0.791745730550285,0.792220113851992,0.792220113851992,0.794117647058823,0.794117647058823,0.794592030360531,0.795066413662239,0.794117647058823,0.794592030360531,0.795066413662239,0.796489563567362,0.796489563567362,0.796015180265655,0.79696394686907,0.796489563567362,0.796015180265655,0.796015180265655,0.796489563567362,0.796489563567362,0.796015180265655,0.796015180265655,0.796015180265655,0.796015180265655,0.796489563567362,0.795066413662239,0.795540796963947,0.79696394686907,0.79696394686907,0.797438330170778,0.798387096774194,0.797912713472486,0.797912713472486,0.797438330170778,0.797912713472486,0.797912713472486,0.797912713472486,0.797912713472486,0.798861480075901,0.799335863377609,0.799810246679317,0.799335863377609,0.799810246679317,0.797438330170778,0.797912713472486,0.797438330170778,0.79696394686907,0.797438330170778,0.797438330170778,0.797438330170778,0.797912713472486,0.797912713472486,0.798861480075901,0.798861480075901,0.799810246679317,0.799810246679317,0.800284629981025,0.799810246679317,0.798387096774194,0.798861480075901,0.799335863377609,0.799335863377609,0.799810246679317,0.799810246679317,0.799335863377609,0.800759013282732,0.800759013282732,0.800759013282732,0.799810246679317,0.799810246679317,0.799810246679317,0.800284629981025,0.80123339658444,0.80123339658444,0.80123339658444,0.801707779886148,0.801707779886148,0.801707779886148,0.801707779886148,0.80123339658444,0.801707779886148,0.802182163187856,0.801707779886148,0.800284629981025,0.800759013282732,0.800759013282732,0.800759013282732,0.799810246679317,0.798861480075901,0.797438330170778,0.797438330170778,0.797912713472486,0.797912713472486,0.795540796963947,0.795540796963947,0.796015180265655,0.795540796963947,0.795066413662239,0.794592030360531,0.795066413662239,0.795066413662239,0.795066413662239,0.794592030360531,0.795066413662239,0.795066413662239,0.794592030360531,0.794117647058823,0.7926944971537,0.793168880455408,0.7926944971537,0.792220113851992,0.792220113851992,0.791745730550285,0.791271347248577,0.790322580645161,0.790796963946869,0.791271347248577,0.790796963946869,0.791271347248577,0.790796963946869,0.790322580645161,0.790796963946869,0.791745730550285,0.791271347248577,0.791745730550285,0.790796963946869,0.790322580645161,0.790796963946869,0.790796963946869,0.790322580645161,0.790322580645161,0.78842504743833,0.787001897533207,0.787476280834915,0.787476280834915,0.787001897533207,0.786527514231499,0.785578747628083,0.786527514231499,0.786527514231499,0.785578747628083,0.785104364326376,0.785578747628083,0.786053130929791,0.785578747628083,0.785104364326376,0.785578747628083,0.785578747628083,0.785104364326376,0.785104364326376,0.785104364326376,0.784629981024668,0.783206831119545,0.783681214421252,0.782258064516129,0.780834914611006,0.780834914611006,0.778937381404175,0.778462998102467,0.778462998102467,0.777039848197344,0.777988614800759,0.777988614800759,0.776565464895636,0.777039848197344,0.776091081593928,0.776091081593928,0.777039848197344,0.775142314990512,0.774667931688805,0.775142314990512,0.775142314990512,0.775142314990512,0.775142314990512,0.775142314990512,0.77561669829222,0.776091081593928,0.774667931688805,0.774667931688805,0.774193548387097,0.775142314990512,0.774667931688805,0.774667931688805,0.775142314990512,0.774667931688805,0.773719165085389,0.774667931688805,0.773719165085389,0.774193548387097,0.774667931688805,0.77561669829222,0.774667931688805,0.774193548387097,0.773244781783681,0.772770398481973,0.771821631878558,0.770872865275142,0.770398481973435,0.769924098671727,0.770398481973435,0.770872865275142,0.770398481973435,0.770398481973435,0.769924098671727,0.769924098671727,0.769924098671727,0.769924098671727,0.768975332068311,0.769924098671727,0.768500948766603,0.768500948766603,0.768026565464896,0.768500948766603,0.768026565464896,0.76707779886148,0.768026565464896,0.768026565464896,0.76707779886148,0.766129032258065,0.766129032258065,0.765654648956357,0.765654648956357,0.764705882352941,0.764705882352941,0.763282732447818,0.762333965844402,0.761859582542694,0.761385199240987,0.760436432637571,0.759962049335863,0.759487666034156,0.75853889943074,0.759013282732448,0.757115749525617,0.757115749525617,0.756641366223909,0.756166982922201,0.755218216318786,0.755692599620493,0.755692599620493,0.755218216318786,0.754743833017078,0.754743833017078,0.754743833017078,0.754743833017078,0.753795066413662,0.753320683111954,0.752846299810247,0.751897533206831,0.751423149905123,0.750948766603416,0.750948766603416,0.750474383301708,0.75,0.750474383301708,0.749525616698292,0.749051233396584,0.749051233396584,0.749051233396584,0.749525616698292,0.749525616698292,0.749525616698292,0.75,0.748102466793169,0.748102466793169,0.748576850094877,0.748576850094877,0.747628083491461,0.747628083491461,0.747628083491461,0.747153700189753,0.747628083491461,0.747153700189753,0.746679316888046,0.746204933586338,0.744307400379507,0.744781783681214,0.744781783681214,0.744781783681214,0.744781783681214,0.744781783681214,0.744307400379507,0.743833017077799,0.743358633776091,0.743358633776091,0.743833017077799,0.743833017077799,0.744307400379507,0.743358633776091,0.742884250474383,0.742884250474383,0.742884250474383,0.74146110056926,0.74146110056926,0.740512333965844,0.740512333965844,0.740037950664137,0.740037950664137,0.740037950664137,0.739089184060721,0.739089184060721,0.739089184060721,0.739089184060721,0.739089184060721,0.739089184060721,0.738140417457306,0.738140417457306,0.738140417457306,0.737666034155598,0.737666034155598,0.737666034155598,0.737666034155598,0.737666034155598,0.737666034155598,0.737666034155598,0.73719165085389,0.73719165085389,0.73719165085389,0.73719165085389,0.736717267552182,0.736717267552182,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.735768500948767,0.735294117647059,0.735294117647059,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351],&#34;text&#34;:[&#34;color: FALSE&lt;br /&gt;threshold: 0.050&lt;br /&gt;value: 0.507115750&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.051&lt;br /&gt;value: 0.509962049&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.052&lt;br /&gt;value: 0.511859583&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.053&lt;br /&gt;value: 0.513282732&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.054&lt;br /&gt;value: 0.516603416&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.055&lt;br /&gt;value: 0.520872865&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.056&lt;br /&gt;value: 0.523244782&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.057&lt;br /&gt;value: 0.523719165&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.058&lt;br /&gt;value: 0.526091082&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.059&lt;br /&gt;value: 0.528937381&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.060&lt;br /&gt;value: 0.529886148&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.061&lt;br /&gt;value: 0.530360531&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.062&lt;br /&gt;value: 0.533206831&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.063&lt;br /&gt;value: 0.534155598&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.064&lt;br /&gt;value: 0.536527514&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.065&lt;br /&gt;value: 0.538425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.066&lt;br /&gt;value: 0.539373814&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.067&lt;br /&gt;value: 0.540796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.068&lt;br /&gt;value: 0.543168880&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.069&lt;br /&gt;value: 0.545540797&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.070&lt;br /&gt;value: 0.549810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.071&lt;br /&gt;value: 0.552182163&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.072&lt;br /&gt;value: 0.552656546&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.073&lt;br /&gt;value: 0.555502846&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.074&lt;br /&gt;value: 0.556451613&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.075&lt;br /&gt;value: 0.558349146&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.076&lt;br /&gt;value: 0.561669829&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.077&lt;br /&gt;value: 0.564041746&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.078&lt;br /&gt;value: 0.564516129&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.079&lt;br /&gt;value: 0.565464896&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.080&lt;br /&gt;value: 0.566413662&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.081&lt;br /&gt;value: 0.567362429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.082&lt;br /&gt;value: 0.568785579&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.083&lt;br /&gt;value: 0.570208729&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.084&lt;br /&gt;value: 0.573529412&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.085&lt;br /&gt;value: 0.574478178&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.086&lt;br /&gt;value: 0.576375712&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.087&lt;br /&gt;value: 0.578747628&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.088&lt;br /&gt;value: 0.581119545&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.089&lt;br /&gt;value: 0.583491461&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.090&lt;br /&gt;value: 0.584440228&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.091&lt;br /&gt;value: 0.586812144&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.092&lt;br /&gt;value: 0.587286528&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.093&lt;br /&gt;value: 0.587286528&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.094&lt;br /&gt;value: 0.588709677&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.095&lt;br /&gt;value: 0.590132827&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.096&lt;br /&gt;value: 0.591555977&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.097&lt;br /&gt;value: 0.592979127&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.098&lt;br /&gt;value: 0.592979127&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.099&lt;br /&gt;value: 0.595351044&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.100&lt;br /&gt;value: 0.596774194&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.101&lt;br /&gt;value: 0.597722960&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.102&lt;br /&gt;value: 0.599620493&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.103&lt;br /&gt;value: 0.600094877&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.104&lt;br /&gt;value: 0.601992410&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.105&lt;br /&gt;value: 0.604838710&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.106&lt;br /&gt;value: 0.605313093&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.107&lt;br /&gt;value: 0.606736243&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.108&lt;br /&gt;value: 0.609582543&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.109&lt;br /&gt;value: 0.611480076&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.110&lt;br /&gt;value: 0.611954459&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.111&lt;br /&gt;value: 0.614800759&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.112&lt;br /&gt;value: 0.616223909&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.113&lt;br /&gt;value: 0.617647059&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.114&lt;br /&gt;value: 0.619070209&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.115&lt;br /&gt;value: 0.619544592&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.116&lt;br /&gt;value: 0.620493359&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.117&lt;br /&gt;value: 0.621442125&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.118&lt;br /&gt;value: 0.622865275&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.119&lt;br /&gt;value: 0.624288425&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.120&lt;br /&gt;value: 0.624762808&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.121&lt;br /&gt;value: 0.625711575&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.122&lt;br /&gt;value: 0.627134725&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.123&lt;br /&gt;value: 0.628083491&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.124&lt;br /&gt;value: 0.629981025&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.125&lt;br /&gt;value: 0.631878558&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.126&lt;br /&gt;value: 0.632352941&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.127&lt;br /&gt;value: 0.632827324&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.128&lt;br /&gt;value: 0.635199241&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.129&lt;br /&gt;value: 0.637571157&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.130&lt;br /&gt;value: 0.637096774&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.131&lt;br /&gt;value: 0.639468691&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.132&lt;br /&gt;value: 0.640891841&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.133&lt;br /&gt;value: 0.641840607&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.134&lt;br /&gt;value: 0.641840607&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.135&lt;br /&gt;value: 0.641840607&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.136&lt;br /&gt;value: 0.644212524&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.137&lt;br /&gt;value: 0.646584440&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.138&lt;br /&gt;value: 0.647533207&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.139&lt;br /&gt;value: 0.648481973&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.140&lt;br /&gt;value: 0.650379507&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.141&lt;br /&gt;value: 0.650853890&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.142&lt;br /&gt;value: 0.650379507&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.143&lt;br /&gt;value: 0.650853890&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.144&lt;br /&gt;value: 0.650853890&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.145&lt;br /&gt;value: 0.652277040&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.146&lt;br /&gt;value: 0.653225806&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.147&lt;br /&gt;value: 0.654174573&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.148&lt;br /&gt;value: 0.656072106&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.149&lt;br /&gt;value: 0.657495256&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.150&lt;br /&gt;value: 0.657495256&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.151&lt;br /&gt;value: 0.658918406&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.152&lt;br /&gt;value: 0.659392789&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.153&lt;br /&gt;value: 0.659392789&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.154&lt;br /&gt;value: 0.660341556&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.155&lt;br /&gt;value: 0.660341556&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.156&lt;br /&gt;value: 0.660815939&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.157&lt;br /&gt;value: 0.661764706&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.158&lt;br /&gt;value: 0.663662239&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.159&lt;br /&gt;value: 0.665559772&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.160&lt;br /&gt;value: 0.665559772&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.161&lt;br /&gt;value: 0.666034156&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.162&lt;br /&gt;value: 0.666982922&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.163&lt;br /&gt;value: 0.666508539&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.164&lt;br /&gt;value: 0.669354839&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.165&lt;br /&gt;value: 0.669829222&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.166&lt;br /&gt;value: 0.672201139&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.167&lt;br /&gt;value: 0.672201139&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.168&lt;br /&gt;value: 0.672675522&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.169&lt;br /&gt;value: 0.675521822&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.170&lt;br /&gt;value: 0.675996205&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.171&lt;br /&gt;value: 0.675521822&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.172&lt;br /&gt;value: 0.675521822&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.173&lt;br /&gt;value: 0.675996205&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.174&lt;br /&gt;value: 0.676470588&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.175&lt;br /&gt;value: 0.676470588&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.176&lt;br /&gt;value: 0.677893738&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.177&lt;br /&gt;value: 0.677893738&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.178&lt;br /&gt;value: 0.678368121&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.179&lt;br /&gt;value: 0.679791271&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.180&lt;br /&gt;value: 0.680740038&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.181&lt;br /&gt;value: 0.680265655&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.182&lt;br /&gt;value: 0.680265655&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.183&lt;br /&gt;value: 0.681214421&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.184&lt;br /&gt;value: 0.681688805&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.185&lt;br /&gt;value: 0.683111954&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.186&lt;br /&gt;value: 0.684060721&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.187&lt;br /&gt;value: 0.685009488&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.188&lt;br /&gt;value: 0.687381404&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.189&lt;br /&gt;value: 0.687855787&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.190&lt;br /&gt;value: 0.689753321&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.191&lt;br /&gt;value: 0.691650854&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.192&lt;br /&gt;value: 0.692599620&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.193&lt;br /&gt;value: 0.692599620&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.194&lt;br /&gt;value: 0.693548387&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.195&lt;br /&gt;value: 0.694497154&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.196&lt;br /&gt;value: 0.695445920&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.197&lt;br /&gt;value: 0.696869070&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.198&lt;br /&gt;value: 0.696869070&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.199&lt;br /&gt;value: 0.698292220&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.200&lt;br /&gt;value: 0.698292220&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.201&lt;br /&gt;value: 0.699715370&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.202&lt;br /&gt;value: 0.700189753&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.203&lt;br /&gt;value: 0.699240987&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.204&lt;br /&gt;value: 0.701138520&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.205&lt;br /&gt;value: 0.701612903&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.206&lt;br /&gt;value: 0.702087287&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.207&lt;br /&gt;value: 0.703510436&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.208&lt;br /&gt;value: 0.703510436&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.209&lt;br /&gt;value: 0.704459203&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.210&lt;br /&gt;value: 0.705407970&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.211&lt;br /&gt;value: 0.706831120&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.212&lt;br /&gt;value: 0.707779886&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.213&lt;br /&gt;value: 0.709203036&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.214&lt;br /&gt;value: 0.710626186&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.215&lt;br /&gt;value: 0.711574953&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.216&lt;br /&gt;value: 0.710626186&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.217&lt;br /&gt;value: 0.712049336&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.218&lt;br /&gt;value: 0.712049336&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.219&lt;br /&gt;value: 0.712998102&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.220&lt;br /&gt;value: 0.712523719&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.221&lt;br /&gt;value: 0.714421252&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.222&lt;br /&gt;value: 0.714895636&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.223&lt;br /&gt;value: 0.715370019&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.224&lt;br /&gt;value: 0.715370019&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.225&lt;br /&gt;value: 0.715844402&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.226&lt;br /&gt;value: 0.716793169&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.227&lt;br /&gt;value: 0.718216319&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.228&lt;br /&gt;value: 0.718690702&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.229&lt;br /&gt;value: 0.717741935&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.230&lt;br /&gt;value: 0.718216319&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.231&lt;br /&gt;value: 0.719639469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.232&lt;br /&gt;value: 0.719639469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.233&lt;br /&gt;value: 0.719639469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.234&lt;br /&gt;value: 0.719639469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.235&lt;br /&gt;value: 0.720113852&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.236&lt;br /&gt;value: 0.720113852&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.237&lt;br /&gt;value: 0.719165085&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.238&lt;br /&gt;value: 0.719165085&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.239&lt;br /&gt;value: 0.719639469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.240&lt;br /&gt;value: 0.721062619&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.241&lt;br /&gt;value: 0.721537002&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.242&lt;br /&gt;value: 0.722011385&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.243&lt;br /&gt;value: 0.721537002&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.244&lt;br /&gt;value: 0.722485769&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.245&lt;br /&gt;value: 0.723434535&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.246&lt;br /&gt;value: 0.724857685&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.247&lt;br /&gt;value: 0.725332068&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.248&lt;br /&gt;value: 0.725332068&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.249&lt;br /&gt;value: 0.725806452&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.250&lt;br /&gt;value: 0.726755218&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.251&lt;br /&gt;value: 0.727229602&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.252&lt;br /&gt;value: 0.727703985&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.253&lt;br /&gt;value: 0.728652751&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.254&lt;br /&gt;value: 0.728652751&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.255&lt;br /&gt;value: 0.728652751&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.256&lt;br /&gt;value: 0.729601518&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.257&lt;br /&gt;value: 0.730075901&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.258&lt;br /&gt;value: 0.732447818&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.259&lt;br /&gt;value: 0.733396584&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.260&lt;br /&gt;value: 0.733870968&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.261&lt;br /&gt;value: 0.734345351&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.262&lt;br /&gt;value: 0.734819734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.263&lt;br /&gt;value: 0.734819734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.264&lt;br /&gt;value: 0.735768501&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.265&lt;br /&gt;value: 0.734819734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.266&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.267&lt;br /&gt;value: 0.738140417&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.268&lt;br /&gt;value: 0.737191651&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.269&lt;br /&gt;value: 0.737191651&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.270&lt;br /&gt;value: 0.738614801&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.271&lt;br /&gt;value: 0.739563567&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.272&lt;br /&gt;value: 0.740986717&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.273&lt;br /&gt;value: 0.740037951&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.274&lt;br /&gt;value: 0.740037951&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.275&lt;br /&gt;value: 0.740512334&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.276&lt;br /&gt;value: 0.741461101&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.277&lt;br /&gt;value: 0.742884250&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.278&lt;br /&gt;value: 0.742884250&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.279&lt;br /&gt;value: 0.744307400&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.280&lt;br /&gt;value: 0.745730550&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.281&lt;br /&gt;value: 0.745730550&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.282&lt;br /&gt;value: 0.745730550&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.283&lt;br /&gt;value: 0.746679317&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.284&lt;br /&gt;value: 0.746679317&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.285&lt;br /&gt;value: 0.746204934&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.286&lt;br /&gt;value: 0.746679317&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.287&lt;br /&gt;value: 0.747153700&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.288&lt;br /&gt;value: 0.746679317&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.289&lt;br /&gt;value: 0.746679317&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.290&lt;br /&gt;value: 0.747628083&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.291&lt;br /&gt;value: 0.749525617&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.292&lt;br /&gt;value: 0.749525617&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.293&lt;br /&gt;value: 0.749525617&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.294&lt;br /&gt;value: 0.750000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.295&lt;br /&gt;value: 0.750000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.296&lt;br /&gt;value: 0.750000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.297&lt;br /&gt;value: 0.750000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.298&lt;br /&gt;value: 0.750474383&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.299&lt;br /&gt;value: 0.750474383&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.300&lt;br /&gt;value: 0.751423150&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.301&lt;br /&gt;value: 0.751897533&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.302&lt;br /&gt;value: 0.753320683&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.303&lt;br /&gt;value: 0.754269450&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.304&lt;br /&gt;value: 0.754269450&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.305&lt;br /&gt;value: 0.754743833&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.306&lt;br /&gt;value: 0.755218216&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.307&lt;br /&gt;value: 0.754743833&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.308&lt;br /&gt;value: 0.756166983&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.309&lt;br /&gt;value: 0.757115750&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.310&lt;br /&gt;value: 0.758064516&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.311&lt;br /&gt;value: 0.759013283&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.312&lt;br /&gt;value: 0.759013283&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.313&lt;br /&gt;value: 0.759487666&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.314&lt;br /&gt;value: 0.758538899&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.315&lt;br /&gt;value: 0.759487666&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.316&lt;br /&gt;value: 0.761385199&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.317&lt;br /&gt;value: 0.760910816&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.318&lt;br /&gt;value: 0.761385199&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.319&lt;br /&gt;value: 0.762333966&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.320&lt;br /&gt;value: 0.761859583&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.321&lt;br /&gt;value: 0.761859583&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.322&lt;br /&gt;value: 0.761859583&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.323&lt;br /&gt;value: 0.762333966&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.324&lt;br /&gt;value: 0.763757116&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.325&lt;br /&gt;value: 0.764705882&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.326&lt;br /&gt;value: 0.766129032&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.327&lt;br /&gt;value: 0.766129032&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.328&lt;br /&gt;value: 0.766603416&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.329&lt;br /&gt;value: 0.766603416&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.330&lt;br /&gt;value: 0.767077799&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.331&lt;br /&gt;value: 0.766603416&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.332&lt;br /&gt;value: 0.767552182&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.333&lt;br /&gt;value: 0.768975332&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.334&lt;br /&gt;value: 0.768975332&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.335&lt;br /&gt;value: 0.769924099&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.336&lt;br /&gt;value: 0.769449715&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.337&lt;br /&gt;value: 0.770872865&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.338&lt;br /&gt;value: 0.771347249&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.339&lt;br /&gt;value: 0.771821632&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.340&lt;br /&gt;value: 0.771821632&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.341&lt;br /&gt;value: 0.771821632&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.342&lt;br /&gt;value: 0.772296015&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.343&lt;br /&gt;value: 0.771821632&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.344&lt;br /&gt;value: 0.772296015&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.345&lt;br /&gt;value: 0.772296015&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.346&lt;br /&gt;value: 0.772296015&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.347&lt;br /&gt;value: 0.772770398&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.348&lt;br /&gt;value: 0.772770398&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.349&lt;br /&gt;value: 0.772296015&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.350&lt;br /&gt;value: 0.771347249&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.351&lt;br /&gt;value: 0.771347249&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.352&lt;br /&gt;value: 0.771347249&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.353&lt;br /&gt;value: 0.772296015&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.354&lt;br /&gt;value: 0.771821632&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.355&lt;br /&gt;value: 0.771821632&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.356&lt;br /&gt;value: 0.772296015&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.357&lt;br /&gt;value: 0.772770398&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.358&lt;br /&gt;value: 0.773719165&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.359&lt;br /&gt;value: 0.773244782&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.360&lt;br /&gt;value: 0.773244782&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.361&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.362&lt;br /&gt;value: 0.774667932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.363&lt;br /&gt;value: 0.774667932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.364&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.365&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.366&lt;br /&gt;value: 0.775616698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.367&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.368&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.369&lt;br /&gt;value: 0.775616698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.370&lt;br /&gt;value: 0.775616698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.371&lt;br /&gt;value: 0.775616698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.372&lt;br /&gt;value: 0.775616698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.373&lt;br /&gt;value: 0.775616698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.374&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.375&lt;br /&gt;value: 0.775616698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.376&lt;br /&gt;value: 0.776565465&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.377&lt;br /&gt;value: 0.776091082&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.378&lt;br /&gt;value: 0.776091082&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.379&lt;br /&gt;value: 0.776091082&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.380&lt;br /&gt;value: 0.776565465&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.381&lt;br /&gt;value: 0.777039848&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.382&lt;br /&gt;value: 0.777514231&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.383&lt;br /&gt;value: 0.777514231&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.384&lt;br /&gt;value: 0.777988615&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.385&lt;br /&gt;value: 0.778462998&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.386&lt;br /&gt;value: 0.778462998&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.387&lt;br /&gt;value: 0.777988615&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.388&lt;br /&gt;value: 0.777514231&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.389&lt;br /&gt;value: 0.777514231&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.390&lt;br /&gt;value: 0.777039848&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.391&lt;br /&gt;value: 0.777514231&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.392&lt;br /&gt;value: 0.777514231&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.393&lt;br /&gt;value: 0.778462998&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.394&lt;br /&gt;value: 0.779411765&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.395&lt;br /&gt;value: 0.779411765&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.396&lt;br /&gt;value: 0.779886148&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.397&lt;br /&gt;value: 0.780360531&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.398&lt;br /&gt;value: 0.779411765&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.399&lt;br /&gt;value: 0.780360531&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.400&lt;br /&gt;value: 0.780360531&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.401&lt;br /&gt;value: 0.780360531&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.402&lt;br /&gt;value: 0.782258065&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.403&lt;br /&gt;value: 0.782258065&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.404&lt;br /&gt;value: 0.781783681&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.405&lt;br /&gt;value: 0.781783681&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.406&lt;br /&gt;value: 0.781783681&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.407&lt;br /&gt;value: 0.780834915&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.408&lt;br /&gt;value: 0.781309298&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.409&lt;br /&gt;value: 0.780360531&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.410&lt;br /&gt;value: 0.779886148&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.411&lt;br /&gt;value: 0.779886148&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.412&lt;br /&gt;value: 0.780834915&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.413&lt;br /&gt;value: 0.780834915&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.414&lt;br /&gt;value: 0.781309298&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.415&lt;br /&gt;value: 0.781309298&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.416&lt;br /&gt;value: 0.781783681&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.417&lt;br /&gt;value: 0.782732448&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.418&lt;br /&gt;value: 0.784155598&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.419&lt;br /&gt;value: 0.785104364&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.420&lt;br /&gt;value: 0.784155598&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.421&lt;br /&gt;value: 0.784155598&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.422&lt;br /&gt;value: 0.784155598&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.423&lt;br /&gt;value: 0.784629981&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.424&lt;br /&gt;value: 0.784155598&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.425&lt;br /&gt;value: 0.785104364&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.426&lt;br /&gt;value: 0.786053131&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.427&lt;br /&gt;value: 0.786053131&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.428&lt;br /&gt;value: 0.787001898&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.429&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.430&lt;br /&gt;value: 0.787001898&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.431&lt;br /&gt;value: 0.786527514&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.432&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.433&lt;br /&gt;value: 0.787950664&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.434&lt;br /&gt;value: 0.788899431&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.435&lt;br /&gt;value: 0.787950664&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.436&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.437&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.438&lt;br /&gt;value: 0.787001898&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.439&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.440&lt;br /&gt;value: 0.787001898&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.441&lt;br /&gt;value: 0.787950664&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.442&lt;br /&gt;value: 0.788425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.443&lt;br /&gt;value: 0.788425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.444&lt;br /&gt;value: 0.788425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.445&lt;br /&gt;value: 0.788425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.446&lt;br /&gt;value: 0.787950664&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.447&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.448&lt;br /&gt;value: 0.787950664&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.449&lt;br /&gt;value: 0.787950664&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.450&lt;br /&gt;value: 0.787001898&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.451&lt;br /&gt;value: 0.786527514&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.452&lt;br /&gt;value: 0.786527514&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.453&lt;br /&gt;value: 0.786527514&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.454&lt;br /&gt;value: 0.786053131&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.455&lt;br /&gt;value: 0.786053131&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.456&lt;br /&gt;value: 0.786053131&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.457&lt;br /&gt;value: 0.786527514&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.458&lt;br /&gt;value: 0.785578748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.459&lt;br /&gt;value: 0.786527514&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.460&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.461&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.462&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.463&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.464&lt;br /&gt;value: 0.787001898&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.465&lt;br /&gt;value: 0.787001898&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.466&lt;br /&gt;value: 0.787001898&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.467&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.468&lt;br /&gt;value: 0.787001898&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.469&lt;br /&gt;value: 0.787950664&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.470&lt;br /&gt;value: 0.788425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.471&lt;br /&gt;value: 0.788425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.472&lt;br /&gt;value: 0.788425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.473&lt;br /&gt;value: 0.788425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.474&lt;br /&gt;value: 0.788899431&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.475&lt;br /&gt;value: 0.788425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.476&lt;br /&gt;value: 0.788425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.477&lt;br /&gt;value: 0.789848197&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.478&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.479&lt;br /&gt;value: 0.791271347&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.480&lt;br /&gt;value: 0.791745731&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.481&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.482&lt;br /&gt;value: 0.790322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.483&lt;br /&gt;value: 0.790322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.484&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.485&lt;br /&gt;value: 0.790322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.486&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.487&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.488&lt;br /&gt;value: 0.790322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.489&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.490&lt;br /&gt;value: 0.791271347&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.491&lt;br /&gt;value: 0.791745731&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.492&lt;br /&gt;value: 0.791271347&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.493&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.494&lt;br /&gt;value: 0.791271347&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.495&lt;br /&gt;value: 0.792694497&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.496&lt;br /&gt;value: 0.793168880&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.497&lt;br /&gt;value: 0.793168880&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.498&lt;br /&gt;value: 0.793168880&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.499&lt;br /&gt;value: 0.793168880&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.500&lt;br /&gt;value: 0.792220114&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.501&lt;br /&gt;value: 0.792220114&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.502&lt;br /&gt;value: 0.792694497&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.503&lt;br /&gt;value: 0.791745731&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.504&lt;br /&gt;value: 0.792220114&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.505&lt;br /&gt;value: 0.792220114&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.506&lt;br /&gt;value: 0.794117647&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.507&lt;br /&gt;value: 0.794117647&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.508&lt;br /&gt;value: 0.794592030&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.509&lt;br /&gt;value: 0.795066414&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.510&lt;br /&gt;value: 0.794117647&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.511&lt;br /&gt;value: 0.794592030&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.512&lt;br /&gt;value: 0.795066414&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.513&lt;br /&gt;value: 0.796489564&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.514&lt;br /&gt;value: 0.796489564&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.515&lt;br /&gt;value: 0.796015180&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.516&lt;br /&gt;value: 0.796963947&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.517&lt;br /&gt;value: 0.796489564&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.518&lt;br /&gt;value: 0.796015180&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.519&lt;br /&gt;value: 0.796015180&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.520&lt;br /&gt;value: 0.796489564&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.521&lt;br /&gt;value: 0.796489564&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.522&lt;br /&gt;value: 0.796015180&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.523&lt;br /&gt;value: 0.796015180&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.524&lt;br /&gt;value: 0.796015180&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.525&lt;br /&gt;value: 0.796015180&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.526&lt;br /&gt;value: 0.796489564&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.527&lt;br /&gt;value: 0.795066414&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.528&lt;br /&gt;value: 0.795540797&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.529&lt;br /&gt;value: 0.796963947&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.530&lt;br /&gt;value: 0.796963947&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.531&lt;br /&gt;value: 0.797438330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.532&lt;br /&gt;value: 0.798387097&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.533&lt;br /&gt;value: 0.797912713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.534&lt;br /&gt;value: 0.797912713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.535&lt;br /&gt;value: 0.797438330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.536&lt;br /&gt;value: 0.797912713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.537&lt;br /&gt;value: 0.797912713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.538&lt;br /&gt;value: 0.797912713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.539&lt;br /&gt;value: 0.797912713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.540&lt;br /&gt;value: 0.798861480&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.541&lt;br /&gt;value: 0.799335863&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.542&lt;br /&gt;value: 0.799810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.543&lt;br /&gt;value: 0.799335863&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.544&lt;br /&gt;value: 0.799810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.545&lt;br /&gt;value: 0.797438330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.546&lt;br /&gt;value: 0.797912713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.547&lt;br /&gt;value: 0.797438330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.548&lt;br /&gt;value: 0.796963947&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.549&lt;br /&gt;value: 0.797438330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.550&lt;br /&gt;value: 0.797438330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.551&lt;br /&gt;value: 0.797438330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.552&lt;br /&gt;value: 0.797912713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.553&lt;br /&gt;value: 0.797912713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.554&lt;br /&gt;value: 0.798861480&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.555&lt;br /&gt;value: 0.798861480&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.556&lt;br /&gt;value: 0.799810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.557&lt;br /&gt;value: 0.799810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.558&lt;br /&gt;value: 0.800284630&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.559&lt;br /&gt;value: 0.799810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.560&lt;br /&gt;value: 0.798387097&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.561&lt;br /&gt;value: 0.798861480&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.562&lt;br /&gt;value: 0.799335863&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.563&lt;br /&gt;value: 0.799335863&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.564&lt;br /&gt;value: 0.799810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.565&lt;br /&gt;value: 0.799810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.566&lt;br /&gt;value: 0.799335863&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.567&lt;br /&gt;value: 0.800759013&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.568&lt;br /&gt;value: 0.800759013&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.569&lt;br /&gt;value: 0.800759013&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.570&lt;br /&gt;value: 0.799810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.571&lt;br /&gt;value: 0.799810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.572&lt;br /&gt;value: 0.799810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.573&lt;br /&gt;value: 0.800284630&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.574&lt;br /&gt;value: 0.801233397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.575&lt;br /&gt;value: 0.801233397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.576&lt;br /&gt;value: 0.801233397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.577&lt;br /&gt;value: 0.801707780&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.578&lt;br /&gt;value: 0.801707780&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.579&lt;br /&gt;value: 0.801707780&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.580&lt;br /&gt;value: 0.801707780&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.581&lt;br /&gt;value: 0.801233397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.582&lt;br /&gt;value: 0.801707780&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.583&lt;br /&gt;value: 0.802182163&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.586&lt;br /&gt;value: 0.801707780&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.587&lt;br /&gt;value: 0.800284630&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.588&lt;br /&gt;value: 0.800759013&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.589&lt;br /&gt;value: 0.800759013&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.590&lt;br /&gt;value: 0.800759013&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.591&lt;br /&gt;value: 0.799810247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.592&lt;br /&gt;value: 0.798861480&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.593&lt;br /&gt;value: 0.797438330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.594&lt;br /&gt;value: 0.797438330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.595&lt;br /&gt;value: 0.797912713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.596&lt;br /&gt;value: 0.797912713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.597&lt;br /&gt;value: 0.795540797&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.598&lt;br /&gt;value: 0.795540797&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.599&lt;br /&gt;value: 0.796015180&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.600&lt;br /&gt;value: 0.795540797&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.601&lt;br /&gt;value: 0.795066414&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.602&lt;br /&gt;value: 0.794592030&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.603&lt;br /&gt;value: 0.795066414&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.604&lt;br /&gt;value: 0.795066414&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.605&lt;br /&gt;value: 0.795066414&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.606&lt;br /&gt;value: 0.794592030&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.607&lt;br /&gt;value: 0.795066414&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.608&lt;br /&gt;value: 0.795066414&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.609&lt;br /&gt;value: 0.794592030&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.610&lt;br /&gt;value: 0.794117647&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.611&lt;br /&gt;value: 0.792694497&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.612&lt;br /&gt;value: 0.793168880&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.613&lt;br /&gt;value: 0.792694497&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.614&lt;br /&gt;value: 0.792220114&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.615&lt;br /&gt;value: 0.792220114&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.616&lt;br /&gt;value: 0.791745731&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.617&lt;br /&gt;value: 0.791271347&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.618&lt;br /&gt;value: 0.790322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.619&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.620&lt;br /&gt;value: 0.791271347&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.621&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.622&lt;br /&gt;value: 0.791271347&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.623&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.624&lt;br /&gt;value: 0.790322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.625&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.626&lt;br /&gt;value: 0.791745731&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.627&lt;br /&gt;value: 0.791271347&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.628&lt;br /&gt;value: 0.791745731&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.629&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.630&lt;br /&gt;value: 0.790322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.631&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.632&lt;br /&gt;value: 0.790796964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.633&lt;br /&gt;value: 0.790322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.634&lt;br /&gt;value: 0.790322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.635&lt;br /&gt;value: 0.788425047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.636&lt;br /&gt;value: 0.787001898&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.637&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.638&lt;br /&gt;value: 0.787476281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.639&lt;br /&gt;value: 0.787001898&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.640&lt;br /&gt;value: 0.786527514&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.641&lt;br /&gt;value: 0.785578748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.642&lt;br /&gt;value: 0.786527514&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.643&lt;br /&gt;value: 0.786527514&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.644&lt;br /&gt;value: 0.785578748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.645&lt;br /&gt;value: 0.785104364&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.646&lt;br /&gt;value: 0.785578748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.647&lt;br /&gt;value: 0.786053131&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.648&lt;br /&gt;value: 0.785578748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.649&lt;br /&gt;value: 0.785104364&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.650&lt;br /&gt;value: 0.785578748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.651&lt;br /&gt;value: 0.785578748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.652&lt;br /&gt;value: 0.785104364&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.653&lt;br /&gt;value: 0.785104364&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.654&lt;br /&gt;value: 0.785104364&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.655&lt;br /&gt;value: 0.784629981&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.656&lt;br /&gt;value: 0.783206831&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.657&lt;br /&gt;value: 0.783681214&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.658&lt;br /&gt;value: 0.782258065&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.659&lt;br /&gt;value: 0.780834915&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.660&lt;br /&gt;value: 0.780834915&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.661&lt;br /&gt;value: 0.778937381&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.662&lt;br /&gt;value: 0.778462998&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.663&lt;br /&gt;value: 0.778462998&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.664&lt;br /&gt;value: 0.777039848&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.665&lt;br /&gt;value: 0.777988615&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.666&lt;br /&gt;value: 0.777988615&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.667&lt;br /&gt;value: 0.776565465&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.668&lt;br /&gt;value: 0.777039848&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.669&lt;br /&gt;value: 0.776091082&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.670&lt;br /&gt;value: 0.776091082&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.671&lt;br /&gt;value: 0.777039848&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.672&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.673&lt;br /&gt;value: 0.774667932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.674&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.675&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.676&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.677&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.678&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.679&lt;br /&gt;value: 0.775616698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.680&lt;br /&gt;value: 0.776091082&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.681&lt;br /&gt;value: 0.774667932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.682&lt;br /&gt;value: 0.774667932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.683&lt;br /&gt;value: 0.774193548&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.684&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.685&lt;br /&gt;value: 0.774667932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.686&lt;br /&gt;value: 0.774667932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.687&lt;br /&gt;value: 0.775142315&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.688&lt;br /&gt;value: 0.774667932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.689&lt;br /&gt;value: 0.773719165&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.690&lt;br /&gt;value: 0.774667932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.691&lt;br /&gt;value: 0.773719165&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.692&lt;br /&gt;value: 0.774193548&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.693&lt;br /&gt;value: 0.774667932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.694&lt;br /&gt;value: 0.775616698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.695&lt;br /&gt;value: 0.774667932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.696&lt;br /&gt;value: 0.774193548&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.697&lt;br /&gt;value: 0.773244782&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.698&lt;br /&gt;value: 0.772770398&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.699&lt;br /&gt;value: 0.771821632&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.700&lt;br /&gt;value: 0.770872865&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.701&lt;br /&gt;value: 0.770398482&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.702&lt;br /&gt;value: 0.769924099&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.703&lt;br /&gt;value: 0.770398482&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.704&lt;br /&gt;value: 0.770872865&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.705&lt;br /&gt;value: 0.770398482&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.706&lt;br /&gt;value: 0.770398482&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.707&lt;br /&gt;value: 0.769924099&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.708&lt;br /&gt;value: 0.769924099&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.709&lt;br /&gt;value: 0.769924099&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.710&lt;br /&gt;value: 0.769924099&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.711&lt;br /&gt;value: 0.768975332&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.712&lt;br /&gt;value: 0.769924099&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.713&lt;br /&gt;value: 0.768500949&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.714&lt;br /&gt;value: 0.768500949&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.715&lt;br /&gt;value: 0.768026565&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.716&lt;br /&gt;value: 0.768500949&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.717&lt;br /&gt;value: 0.768026565&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.718&lt;br /&gt;value: 0.767077799&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.719&lt;br /&gt;value: 0.768026565&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.720&lt;br /&gt;value: 0.768026565&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.721&lt;br /&gt;value: 0.767077799&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.722&lt;br /&gt;value: 0.766129032&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.723&lt;br /&gt;value: 0.766129032&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.724&lt;br /&gt;value: 0.765654649&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.725&lt;br /&gt;value: 0.765654649&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.726&lt;br /&gt;value: 0.764705882&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.727&lt;br /&gt;value: 0.764705882&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.728&lt;br /&gt;value: 0.763282732&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.729&lt;br /&gt;value: 0.762333966&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.730&lt;br /&gt;value: 0.761859583&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.731&lt;br /&gt;value: 0.761385199&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.732&lt;br /&gt;value: 0.760436433&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.733&lt;br /&gt;value: 0.759962049&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.734&lt;br /&gt;value: 0.759487666&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.735&lt;br /&gt;value: 0.758538899&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.736&lt;br /&gt;value: 0.759013283&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.737&lt;br /&gt;value: 0.757115750&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.738&lt;br /&gt;value: 0.757115750&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.739&lt;br /&gt;value: 0.756641366&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.740&lt;br /&gt;value: 0.756166983&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.741&lt;br /&gt;value: 0.755218216&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.742&lt;br /&gt;value: 0.755692600&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.743&lt;br /&gt;value: 0.755692600&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.744&lt;br /&gt;value: 0.755218216&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.745&lt;br /&gt;value: 0.754743833&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.746&lt;br /&gt;value: 0.754743833&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.747&lt;br /&gt;value: 0.754743833&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.748&lt;br /&gt;value: 0.754743833&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.749&lt;br /&gt;value: 0.753795066&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.750&lt;br /&gt;value: 0.753320683&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.751&lt;br /&gt;value: 0.752846300&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.752&lt;br /&gt;value: 0.751897533&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.753&lt;br /&gt;value: 0.751423150&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.754&lt;br /&gt;value: 0.750948767&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.755&lt;br /&gt;value: 0.750948767&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.756&lt;br /&gt;value: 0.750474383&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.757&lt;br /&gt;value: 0.750000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.758&lt;br /&gt;value: 0.750474383&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.759&lt;br /&gt;value: 0.749525617&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.760&lt;br /&gt;value: 0.749051233&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.761&lt;br /&gt;value: 0.749051233&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.762&lt;br /&gt;value: 0.749051233&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.763&lt;br /&gt;value: 0.749525617&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.764&lt;br /&gt;value: 0.749525617&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.765&lt;br /&gt;value: 0.749525617&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.766&lt;br /&gt;value: 0.750000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.767&lt;br /&gt;value: 0.748102467&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.768&lt;br /&gt;value: 0.748102467&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.769&lt;br /&gt;value: 0.748576850&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.770&lt;br /&gt;value: 0.748576850&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.771&lt;br /&gt;value: 0.747628083&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.772&lt;br /&gt;value: 0.747628083&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.773&lt;br /&gt;value: 0.747628083&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.774&lt;br /&gt;value: 0.747153700&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.775&lt;br /&gt;value: 0.747628083&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.776&lt;br /&gt;value: 0.747153700&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.777&lt;br /&gt;value: 0.746679317&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.778&lt;br /&gt;value: 0.746204934&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.779&lt;br /&gt;value: 0.744307400&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.780&lt;br /&gt;value: 0.744781784&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.781&lt;br /&gt;value: 0.744781784&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.782&lt;br /&gt;value: 0.744781784&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.783&lt;br /&gt;value: 0.744781784&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.784&lt;br /&gt;value: 0.744781784&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.785&lt;br /&gt;value: 0.744307400&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.786&lt;br /&gt;value: 0.743833017&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.787&lt;br /&gt;value: 0.743358634&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.788&lt;br /&gt;value: 0.743358634&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.789&lt;br /&gt;value: 0.743833017&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.790&lt;br /&gt;value: 0.743833017&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.791&lt;br /&gt;value: 0.744307400&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.792&lt;br /&gt;value: 0.743358634&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.793&lt;br /&gt;value: 0.742884250&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.794&lt;br /&gt;value: 0.742884250&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.795&lt;br /&gt;value: 0.742884250&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.796&lt;br /&gt;value: 0.741461101&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.797&lt;br /&gt;value: 0.741461101&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.798&lt;br /&gt;value: 0.740512334&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.799&lt;br /&gt;value: 0.740512334&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.800&lt;br /&gt;value: 0.740037951&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.801&lt;br /&gt;value: 0.740037951&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.802&lt;br /&gt;value: 0.740037951&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.803&lt;br /&gt;value: 0.739089184&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.804&lt;br /&gt;value: 0.739089184&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.805&lt;br /&gt;value: 0.739089184&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.806&lt;br /&gt;value: 0.739089184&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.807&lt;br /&gt;value: 0.739089184&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.808&lt;br /&gt;value: 0.739089184&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.809&lt;br /&gt;value: 0.738140417&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.810&lt;br /&gt;value: 0.738140417&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.811&lt;br /&gt;value: 0.738140417&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.812&lt;br /&gt;value: 0.737666034&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.813&lt;br /&gt;value: 0.737666034&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.814&lt;br /&gt;value: 0.737666034&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.815&lt;br /&gt;value: 0.737666034&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.816&lt;br /&gt;value: 0.737666034&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.817&lt;br /&gt;value: 0.737666034&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.818&lt;br /&gt;value: 0.737666034&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.819&lt;br /&gt;value: 0.737191651&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.820&lt;br /&gt;value: 0.737191651&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.821&lt;br /&gt;value: 0.737191651&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.822&lt;br /&gt;value: 0.737191651&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.823&lt;br /&gt;value: 0.736717268&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.824&lt;br /&gt;value: 0.736717268&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.825&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.826&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.827&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.828&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.829&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.830&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.831&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.832&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.833&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.834&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.835&lt;br /&gt;value: 0.736242884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.836&lt;br /&gt;value: 0.735768501&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.837&lt;br /&gt;value: 0.735294118&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.838&lt;br /&gt;value: 0.735294118&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.839&lt;br /&gt;value: 0.734819734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.840&lt;br /&gt;value: 0.734819734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.841&lt;br /&gt;value: 0.734819734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.842&lt;br /&gt;value: 0.734819734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.843&lt;br /&gt;value: 0.734819734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.844&lt;br /&gt;value: 0.734819734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.845&lt;br /&gt;value: 0.734819734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.846&lt;br /&gt;value: 0.734819734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.847&lt;br /&gt;value: 0.734819734&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:[&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;],&#34;opacity&#34;:1,&#34;size&#34;:1.88976377952756,&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:[&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;]}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;FALSE&#34;,&#34;legendgroup&#34;:&#34;FALSE&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.05,0.051,0.052,0.053,0.054,0.055,0.056,0.057,0.058,0.059,0.06,0.061,0.062,0.063,0.064,0.065,0.066,0.067,0.068,0.069,0.07,0.071,0.072,0.073,0.074,0.075,0.076,0.077,0.078,0.079,0.08,0.081,0.082,0.083,0.084,0.085,0.086,0.087,0.088,0.089,0.09,0.091,0.092,0.093,0.094,0.095,0.096,0.097,0.098,0.099,0.1,0.101,0.102,0.103,0.104,0.105,0.106,0.107,0.108,0.109,0.11,0.111,0.112,0.113,0.114,0.115,0.116,0.117,0.118,0.119,0.12,0.121,0.122,0.123,0.124,0.125,0.126,0.127,0.128,0.129,0.13,0.131,0.132,0.133,0.134,0.135,0.136,0.137,0.138,0.139,0.14,0.141,0.142,0.143,0.144,0.145,0.146,0.147,0.148,0.149,0.15,0.151,0.152,0.153,0.154,0.155,0.156,0.157,0.158,0.159,0.16,0.161,0.162,0.163,0.164,0.165,0.166,0.167,0.168,0.169,0.17,0.171,0.172,0.173,0.174,0.175,0.176,0.177,0.178,0.179,0.18,0.181,0.182,0.183,0.184,0.185,0.186,0.187,0.188,0.189,0.19,0.191,0.192,0.193,0.194,0.195,0.196,0.197,0.198,0.199,0.2,0.201,0.202,0.203,0.204,0.205,0.206,0.207,0.208,0.209,0.21,0.211,0.212,0.213,0.214,0.215,0.216,0.217,0.218,0.219,0.22,0.221,0.222,0.223,0.224,0.225,0.226,0.227,0.228,0.229,0.23,0.231,0.232,0.233,0.234,0.235,0.236,0.237,0.238,0.239,0.24,0.241,0.242,0.243,0.244,0.245,0.246,0.247,0.248,0.249,0.25,0.251,0.252,0.253,0.254,0.255,0.256,0.257,0.258,0.259,0.26,0.261,0.262,0.263,0.264,0.265,0.266,0.267,0.268,0.269,0.27,0.271,0.272,0.273,0.274,0.275,0.276,0.277,0.278,0.279,0.28,0.281,0.282,0.283,0.284,0.285,0.286,0.287,0.288,0.289,0.29,0.291,0.292,0.293,0.294,0.295,0.296,0.297,0.298,0.299,0.3,0.301,0.302,0.303,0.304,0.305,0.306,0.307,0.308,0.309,0.31,0.311,0.312,0.313,0.314,0.315,0.316,0.317,0.318,0.319,0.32,0.321,0.322,0.323,0.324,0.325,0.326,0.327,0.328,0.329,0.33,0.331,0.332,0.333,0.334,0.335,0.336,0.337,0.338,0.34,0.341,0.342,0.343,0.344,0.345,0.346,0.347,0.348,0.349,0.35,0.351,0.352,0.353,0.354,0.355,0.356,0.357,0.358,0.359,0.36,0.361,0.362,0.363,0.364,0.365,0.366,0.367,0.368,0.369,0.37,0.371,0.372,0.373,0.374,0.375,0.376,0.377,0.378,0.379,0.38,0.381,0.382,0.383,0.384,0.385,0.386,0.387,0.388,0.389,0.39,0.391,0.392,0.393,0.394,0.395,0.396,0.397,0.398,0.399,0.4,0.401,0.402,0.403,0.404,0.405,0.406,0.407,0.408,0.409,0.41,0.411,0.412,0.413,0.414,0.415,0.416,0.417,0.418,0.419,0.42,0.421,0.422,0.423,0.424,0.425,0.426,0.427,0.428,0.429,0.43,0.431,0.432,0.433,0.434,0.435,0.436,0.437,0.438,0.439,0.44,0.441,0.442,0.443,0.444,0.445,0.446,0.447,0.448,0.449,0.45,0.451,0.452,0.453,0.454,0.455,0.456,0.457,0.458,0.459,0.46,0.461,0.462,0.463,0.464,0.465,0.466,0.467,0.468,0.469,0.47,0.471,0.472,0.473,0.474,0.475,0.476,0.477,0.478,0.479,0.48,0.481,0.482,0.483,0.484,0.485,0.486,0.487,0.488,0.489,0.49,0.491,0.492,0.493,0.494,0.495,0.496,0.497,0.498,0.499,0.5,0.501,0.502,0.503,0.504,0.505,0.506,0.507,0.508,0.509,0.51,0.511,0.512,0.513,0.514,0.515,0.516,0.517,0.518,0.519,0.52,0.521,0.522,0.523,0.524,0.525,0.526,0.527,0.528,0.529,0.53,0.531,0.532,0.533,0.534,0.535,0.536,0.537,0.538,0.539,0.54,0.541,0.542,0.543,0.544,0.545,0.546,0.547,0.548,0.549,0.55,0.551,0.552,0.553,0.554,0.555,0.556,0.557,0.558,0.559,0.56,0.561,0.562,0.563,0.564,0.565,0.566,0.567,0.568,0.569,0.57,0.571,0.572,0.573,0.574,0.575,0.576,0.577,0.578,0.579,0.58,0.581,0.582,0.583,0.584,0.585,0.586,0.587,0.588,0.589,0.59,0.591,0.592,0.593,0.594,0.595,0.596,0.597,0.598,0.599,0.6,0.601,0.602,0.603,0.604,0.605,0.606,0.607,0.608,0.609,0.61,0.611,0.612,0.613,0.614,0.615,0.616,0.617,0.618,0.619,0.62,0.621,0.622,0.623,0.624,0.625,0.626,0.627,0.628,0.629,0.63,0.631,0.632,0.633,0.634,0.635,0.636,0.637,0.638,0.639,0.64,0.641,0.642,0.643,0.644,0.645,0.646,0.647,0.648,0.649,0.65,0.651,0.652,0.653,0.654,0.655,0.656,0.657,0.658,0.659,0.66,0.661,0.662,0.663,0.664,0.665,0.666,0.667,0.668,0.669,0.67,0.671,0.672,0.673,0.674,0.675,0.676,0.677,0.678,0.679,0.68,0.681,0.682,0.683,0.684,0.685,0.686,0.687,0.688,0.689,0.69,0.691,0.692,0.693,0.694,0.695,0.696,0.697,0.698,0.699,0.7,0.701,0.702,0.703,0.704,0.705,0.706,0.707,0.708,0.709,0.71,0.711,0.712,0.713,0.714,0.715,0.716,0.717,0.718,0.719,0.72,0.721,0.722,0.723,0.724,0.725,0.726,0.727,0.728,0.729,0.73,0.731,0.732,0.733,0.734,0.735,0.736,0.737,0.738,0.739,0.74,0.741,0.742,0.743,0.744,0.745,0.746,0.747,0.748,0.749,0.75,0.751,0.752,0.753,0.754,0.755,0.756,0.757,0.758,0.759,0.76,0.761,0.762,0.763,0.764,0.765,0.766,0.767,0.768,0.769,0.77,0.771,0.772,0.773,0.774,0.775,0.776,0.777,0.778,0.779,0.78,0.781,0.782,0.783,0.784,0.785,0.786,0.787,0.788,0.789,0.79,0.791,0.792,0.793,0.794,0.795,0.796,0.797,0.798,0.799,0.8,0.801,0.802,0.803,0.804,0.805,0.806,0.807,0.808,0.809,0.81,0.811,0.812,0.813,0.814,0.815,0.816,0.817,0.818,0.819,0.82,0.821,0.822,0.823,0.824,0.825,0.826,0.827,0.828,0.829,0.83,0.831,0.832,0.833,0.834,0.835,0.836,0.837,0.838,0.839,0.84,0.841,0.842,0.843,0.844,0.845,0.846,0.847],&#34;y&#34;:[0.513348946135831,0.514795678722405,0.515764705882353,0.516493873704053,0.518203309692671,0.520417853751187,0.521656354117087,0.521904761904762,0.52269469660774,0.524197412553905,0.524700239808153,0.524495677233429,0.526011560693642,0.526518804243009,0.527791203479942,0.528356761997092,0.528869480834546,0.529640427599611,0.530930345835363,0.5322265625,0.534575772437469,0.535889872173058,0.536153467781604,0.537740503206709,0.538271604938272,0.538423401090729,0.539840637450199,0.54118821767349,0.541,0.541541541541542,0.542084168336673,0.542627883650953,0.543445504771472,0.54380664652568,0.545730166750884,0.546282245827011,0.547389761784085,0.548780487804878,0.550178298522669,0.551583248212462,0.552147239263804,0.553562275756023,0.553388090349076,0.553388090349076,0.554241645244216,0.555097837281153,0.555956678700361,0.556818181818182,0.55635987590486,0.557801969932608,0.558670820353063,0.559251559251559,0.559958289885297,0.560250391236307,0.561421850496602,0.563188253801783,0.563025210084034,0.563913729615992,0.565699208443272,0.566895822316235,0.56627783669141,0.568085106382979,0.568993074054342,0.569903948772679,0.570817744521646,0.571122994652406,0.571275455519829,0.571888412017167,0.572810317033853,0.573735199138859,0.574044157242865,0.574203993524015,0.574675324675325,0.575297941495124,0.576547231270358,0.577801958650707,0.578116494284159,0.57843137254902,0.5800109229929,0.581140350877193,0.579901153212521,0.581497797356828,0.58246001103144,0.583103257868581,0.582642343836374,0.582180409518539,0.583795782463929,0.585420144685587,0.585610708310095,0.586264656616415,0.587576944599888,0.587905935050392,0.586651710600112,0.586980920314254,0.586980920314254,0.587970770095559,0.588632526730445,0.588832487309645,0.590163934426229,0.591166477916195,0.590702947845805,0.591709256104486,0.592045454545455,0.591581342434585,0.591790193842645,0.591324200913242,0.591661907481439,0.591871780194619,0.593230063109581,0.594594594594595,0.594594594594595,0.59493670886076,0.595622119815668,0.594812680115274,0.596876807403123,0.59675550405562,0.598489250435793,0.598022105875509,0.597902097902098,0.6,0.599882835383714,0.598591549295775,0.598591549295775,0.598943041691133,0.598351001177856,0.597877358490566,0.598936798582398,0.59846244825547,0.598816568047337,0.599881446354475,0.600593471810089,0.599762470308789,0.599286563614744,0.6,0.600357355568791,0.600955794504182,0.601674641148325,0.601918465227818,0.603251053582179,0.602657004830918,0.603636363636364,0.605103280680437,0.605839416058394,0.605359317904994,0.605134474327628,0.605875152998776,0.606617647058823,0.607252612169637,0.605798889574337,0.606922126081582,0.606435643564357,0.60707635009311,0.607453416149068,0.605721393034826,0.606741573033708,0.606629143214509,0.607008760951189,0.607165304839724,0.607165304839724,0.607929515418502,0.608201892744479,0.609355246523388,0.609632446134347,0.610793650793651,0.611959287531807,0.612738853503185,0.610969387755102,0.612140575079872,0.612140575079872,0.612923864363404,0.612035851472471,0.613607188703466,0.613007083065035,0.612903225806452,0.612403100775194,0.612297734627832,0.613091380427738,0.614285714285714,0.614684860298895,0.61288223812622,0.612271540469974,0.613472858077175,0.612966601178782,0.612966601178782,0.612459016393443,0.612860892388451,0.612860892388451,0.611038107752957,0.611038107752957,0.610928242264648,0.612137203166227,0.612541254125412,0.612945838837517,0.611515552614163,0.612326043737574,0.613138686131387,0.61436170212766,0.614770459081836,0.614770459081836,0.615179760319574,0.616,0.616410940627085,0.616822429906542,0.617647058823529,0.617135207496653,0.617135207496653,0.61744966442953,0.617864338482203,0.619946091644205,0.620782726045884,0.620176032498307,0.620081411126187,0.620502376103191,0.620502376103191,0.620830496936692,0.61895023858214,0.620218579234973,0.621917808219178,0.619505494505495,0.61898211829436,0.619737750172533,0.620594333102972,0.621883656509695,0.619444444444444,0.619444444444444,0.619874913134121,0.620737647877523,0.622036262203626,0.622036262203626,0.623340321453529,0.624649859943978,0.624123422159888,0.624123422159888,0.625,0.625,0.624033731553057,0.624472573839662,0.624912033779029,0.623943661971831,0.623943661971831,0.624823695345557,0.626591230551627,0.626062322946176,0.626062322946176,0.626506024096386,0.62597586941093,0.62597586941093,0.62597586941093,0.625889046941679,0.625889046941679,0.626248216833096,0.626695217701642,0.628040057224607,0.628407460545194,0.627873563218391,0.627789776817855,0.628242074927954,0.626174981923355,0.627536231884058,0.62844702467344,0.629360465116279,0.630276564774381,0.630276564774381,0.630735615440641,0.62873814733771,0.629656683710738,0.631501831501832,0.63049853372434,0.630961115187087,0.631888317413666,0.630338733431517,0.629793510324484,0.629793510324484,0.630258302583026,0.631656804733728,0.632592592592593,0.633457249070632,0.633457249070632,0.633383010432191,0.632835820895522,0.633308439133682,0.632286995515695,0.633233532934132,0.634658664666166,0.634658664666166,0.635612321562735,0.634036144578313,0.635471698113208,0.63595166163142,0.635881907645723,0.635329795299469,0.635811836115326,0.634776006074412,0.634146341463415,0.634146341463415,0.633587786259542,0.633511859219587,0.632950191570881,0.631336405529954,0.628659476117103,0.628659476117103,0.628659476117103,0.62962962962963,0.628571428571429,0.628571428571429,0.629057187017002,0.62954369682908,0.630518977536793,0.62888198757764,0.62888198757764,0.630841121495327,0.629773967264225,0.628616106333073,0.629107981220657,0.629107981220657,0.629600626468285,0.628526645768025,0.628526645768025,0.629019607843137,0.629019607843137,0.629019607843137,0.629019607843137,0.628436763550668,0.626771653543307,0.627265563435776,0.628255722178374,0.626582278481013,0.626582278481013,0.626582278481013,0.6270783847981,0.626984126984127,0.62748212867355,0.62748212867355,0.627980922098569,0.628480509148767,0.627888446215139,0.6256,0.624499599679744,0.623897353648757,0.622186495176849,0.622687047465808,0.622078968573731,0.623083131557708,0.624090541632983,0.623481781376518,0.623987034035656,0.624493106244931,0.622258326563769,0.623270951993491,0.623270951993491,0.622656886715566,0.624693376941946,0.624078624078624,0.622950819672131,0.622950819672131,0.622331691297209,0.620065789473684,0.620576131687243,0.618301731244847,0.617161716171617,0.616528925619835,0.617549668874172,0.617549668874172,0.618061309030654,0.618061309030654,0.617304492512479,0.618333333333333,0.619883040935672,0.62092050209205,0.618608549874267,0.618608549874267,0.618608549874267,0.619127516778524,0.617325483599664,0.618365627632687,0.619409282700422,0.61876584953508,0.619813717188823,0.620338983050847,0.619168787107718,0.617996604414261,0.619047619047619,0.619574468085106,0.620630861040068,0.618274978650726,0.617094017094017,0.617094017094017,0.615911035072712,0.616438356164384,0.615252784918595,0.616309012875537,0.616838487972509,0.616838487972509,0.616838487972509,0.616838487972509,0.615649183147033,0.614457831325301,0.614987080103359,0.614987080103359,0.612597066436583,0.610726643598616,0.610726643598616,0.610726643598616,0.609523809523809,0.609523809523809,0.608846487424111,0.609375,0.606956521739131,0.60801393728223,0.609075043630018,0.608391608391608,0.607705779334501,0.607705779334501,0.606485539000876,0.606485539000876,0.605794556628622,0.605633802816901,0.604405286343612,0.605472197705207,0.606007067137809,0.605309734513274,0.604609929078014,0.604609929078014,0.605146406388642,0.603907637655417,0.603202846975089,0.604817127564674,0.605898123324397,0.606440071556351,0.606982990152193,0.60377358490566,0.602517985611511,0.602517985611511,0.603060306030603,0.601083032490975,0.601626016260163,0.600904977375566,0.59963768115942,0.600181323662738,0.600725952813067,0.601271571298819,0.6,0.598726114649682,0.597806215722121,0.598714416896235,0.599264705882353,0.599264705882353,0.599264705882353,0.599264705882353,0.596685082872928,0.595940959409594,0.596491228070175,0.593894542090657,0.594444444444444,0.594444444444444,0.596654275092937,0.596654275092937,0.59645852749301,0.596261682242991,0.593632958801498,0.5941893158388,0.594746716697936,0.596425211665099,0.595664467483506,0.59433962264151,0.595463137996219,0.594134342478713,0.592030360531309,0.592030360531309,0.591817316841104,0.591039084842707,0.58969465648855,0.588910133843212,0.588122605363985,0.588122605363985,0.587896253602305,0.583815028901734,0.584378013500482,0.586073500967118,0.585271317829457,0.585838991270611,0.586977648202138,0.584795321637427,0.584795321637427,0.582600195503421,0.583170254403131,0.583170254403131,0.582352941176471,0.581532416502947,0.581854043392505,0.58160237388724,0.582178217821782,0.580773042616452,0.581349206349206,0.574277168494516,0.574850299401198,0.572572572572573,0.570281124497992,0.569989929506546,0.569989929506546,0.569989929506546,0.570564516129032,0.570564516129032,0.571717171717172,0.571717171717172,0.572874493927126,0.572008113590264,0.57258883248731,0.571138211382114,0.566768603465851,0.56734693877551,0.567926455566905,0.566153846153846,0.566735112936345,0.565843621399177,0.564366632337796,0.566115702479339,0.565217391304348,0.564315352697096,0.560416666666667,0.560416666666667,0.559498956158664,0.560083594566353,0.560335781741868,0.559411146161935,0.559411146161935,0.56,0.56,0.559071729957806,0.559071729957806,0.557550158394931,0.558139534883721,0.558730158730159,0.559322033898305,0.558386411889597,0.55531914893617,0.550693703308431,0.550321199143469,0.550321199143469,0.549356223175966,0.546236559139785,0.542116630669546,0.537378114842904,0.537378114842904,0.53695652173913,0.53695652173913,0.52896174863388,0.52896174863388,0.529540481400438,0.527929901423877,0.526315789473684,0.524698133918771,0.525274725274725,0.525274725274725,0.524229074889868,0.522601984564498,0.52212389380531,0.521064301552106,0.519422863485017,0.517777777777778,0.511731843575419,0.512304250559284,0.51063829787234,0.507865168539326,0.506756756756757,0.505073280721533,0.503386004514673,0.5,0.500566251415628,0.5,0.498293515358362,0.498861047835991,0.49714937286203,0.494279176201373,0.494845360824742,0.495981630309989,0.494252873563218,0.49482163406214,0.491349480968858,0.488425925925926,0.488991888760139,0.487804878048781,0.486046511627907,0.486046511627907,0.477751756440281,0.471142520612485,0.471698113207547,0.469194312796208,0.467378410438909,0.465558194774347,0.460620525059666,0.461722488038277,0.461722488038277,0.458033573141487,0.456182472989196,0.456730769230769,0.457280385078219,0.455421686746988,0.45223700120919,0.452784503631961,0.451456310679612,0.449574726609964,0.448233861144945,0.445532435740514,0.443627450980392,0.436498150431566,0.437037037037037,0.431226765799257,0.423940149625935,0.423940149625935,0.416040100250627,0.41405269761606,0.41405269761606,0.406565656565657,0.407594936708861,0.407594936708861,0.401524777636595,0.398976982097187,0.394871794871795,0.394871794871795,0.395886889460154,0.386010362694301,0.383916990920882,0.3828125,0.381201044386423,0.379581151832461,0.379581151832461,0.376315789473684,0.376811594202899,0.375661375661376,0.367509986684421,0.365821094793057,0.361930294906166,0.362903225806452,0.360699865410498,0.358974358974359,0.359459459459459,0.35723951285521,0.352781546811398,0.353741496598639,0.347469220246238,0.347945205479452,0.348422496570645,0.349381017881706,0.344827586206897,0.340720221606648,0.336111111111111,0.333796940194715,0.329149232914923,0.324475524475525,0.320224719101124,0.315937940761636,0.314447592067989,0.314893617021277,0.308571428571429,0.306590257879656,0.30416068866571,0.30416068866571,0.30416068866571,0.302158273381295,0.297258297258297,0.298118668596237,0.290697674418605,0.290697674418605,0.286131386861314,0.286549707602339,0.284040995607613,0.279001468428781,0.279823269513991,0.277695716395864,0.272592592592593,0.267459138187221,0.263079222720478,0.260479041916168,0.260479041916168,0.255255255255255,0.250755287009063,0.242792109256449,0.237442922374429,0.234756097560976,0.23206106870229,0.226646248085758,0.221538461538462,0.218798151001541,0.213292117465224,0.213622291021672,0.202492211838006,0.202492211838006,0.197183098591549,0.191823899371069,0.186119873817035,0.186413902053712,0.186413902053712,0.183544303797468,0.180665610142631,0.180665610142631,0.178060413354531,0.178060413354531,0.172248803827751,0.169329073482428,0.1664,0.160513643659711,0.157556270096463,0.154589371980676,0.154589371980676,0.151612903225806,0.148626817447496,0.148867313915858,0.142857142857143,0.139837398373984,0.139837398373984,0.139837398373984,0.140065146579805,0.137254901960784,0.134426229508197,0.134646962233169,0.122314049586777,0.122314049586777,0.122516556291391,0.119601328903654,0.113333333333333,0.113333333333333,0.113333333333333,0.110183639398998,0.110367892976589,0.107202680067002,0.104026845637584,0.100840336134454,0.0879864636209814,0.088135593220339,0.088135593220339,0.088135593220339,0.088135593220339,0.088135593220339,0.0817717206132879,0.0784982935153584,0.0752136752136752,0.0752136752136752,0.0753424657534247,0.0753424657534247,0.0754716981132075,0.0688468158347676,0.0655172413793104,0.0655172413793104,0.0655172413793104,0.0554592720970537,0.0554592720970537,0.048695652173913,0.0453752181500873,0.041958041958042,0.041958041958042,0.041958041958042,0.0350877192982456,0.0350877192982456,0.0350877192982456,0.0350877192982456,0.0350877192982456,0.0350877192982456,0.028169014084507,0.028169014084507,0.028169014084507,0.0246913580246914,0.0246913580246914,0.0246913580246914,0.0246913580246914,0.0246913580246914,0.0246913580246914,0.0246913580246914,0.0212014134275618,0.0212014134275618,0.0212014134275618,0.0212014134275618,0.0176991150442478,0.0176991150442478,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0106571936056838,0.00711743772241993,0.00711743772241993,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918],&#34;text&#34;:[&#34;color: FALSE&lt;br /&gt;threshold: 0.050&lt;br /&gt;value: 0.513348946&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.051&lt;br /&gt;value: 0.514795679&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.052&lt;br /&gt;value: 0.515764706&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.053&lt;br /&gt;value: 0.516493874&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.054&lt;br /&gt;value: 0.518203310&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.055&lt;br /&gt;value: 0.520417854&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.056&lt;br /&gt;value: 0.521656354&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.057&lt;br /&gt;value: 0.521904762&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.058&lt;br /&gt;value: 0.522694697&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.059&lt;br /&gt;value: 0.524197413&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.060&lt;br /&gt;value: 0.524700240&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.061&lt;br /&gt;value: 0.524495677&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.062&lt;br /&gt;value: 0.526011561&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.063&lt;br /&gt;value: 0.526518804&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.064&lt;br /&gt;value: 0.527791203&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.065&lt;br /&gt;value: 0.528356762&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.066&lt;br /&gt;value: 0.528869481&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.067&lt;br /&gt;value: 0.529640428&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.068&lt;br /&gt;value: 0.530930346&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.069&lt;br /&gt;value: 0.532226562&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.070&lt;br /&gt;value: 0.534575772&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.071&lt;br /&gt;value: 0.535889872&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.072&lt;br /&gt;value: 0.536153468&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.073&lt;br /&gt;value: 0.537740503&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.074&lt;br /&gt;value: 0.538271605&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.075&lt;br /&gt;value: 0.538423401&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.076&lt;br /&gt;value: 0.539840637&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.077&lt;br /&gt;value: 0.541188218&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.078&lt;br /&gt;value: 0.541000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.079&lt;br /&gt;value: 0.541541542&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.080&lt;br /&gt;value: 0.542084168&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.081&lt;br /&gt;value: 0.542627884&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.082&lt;br /&gt;value: 0.543445505&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.083&lt;br /&gt;value: 0.543806647&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.084&lt;br /&gt;value: 0.545730167&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.085&lt;br /&gt;value: 0.546282246&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.086&lt;br /&gt;value: 0.547389762&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.087&lt;br /&gt;value: 0.548780488&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.088&lt;br /&gt;value: 0.550178299&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.089&lt;br /&gt;value: 0.551583248&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.090&lt;br /&gt;value: 0.552147239&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.091&lt;br /&gt;value: 0.553562276&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.092&lt;br /&gt;value: 0.553388090&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.093&lt;br /&gt;value: 0.553388090&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.094&lt;br /&gt;value: 0.554241645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.095&lt;br /&gt;value: 0.555097837&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.096&lt;br /&gt;value: 0.555956679&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.097&lt;br /&gt;value: 0.556818182&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.098&lt;br /&gt;value: 0.556359876&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.099&lt;br /&gt;value: 0.557801970&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.100&lt;br /&gt;value: 0.558670820&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.101&lt;br /&gt;value: 0.559251559&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.102&lt;br /&gt;value: 0.559958290&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.103&lt;br /&gt;value: 0.560250391&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.104&lt;br /&gt;value: 0.561421850&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.105&lt;br /&gt;value: 0.563188254&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.106&lt;br /&gt;value: 0.563025210&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.107&lt;br /&gt;value: 0.563913730&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.108&lt;br /&gt;value: 0.565699208&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.109&lt;br /&gt;value: 0.566895822&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.110&lt;br /&gt;value: 0.566277837&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.111&lt;br /&gt;value: 0.568085106&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.112&lt;br /&gt;value: 0.568993074&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.113&lt;br /&gt;value: 0.569903949&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.114&lt;br /&gt;value: 0.570817745&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.115&lt;br /&gt;value: 0.571122995&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.116&lt;br /&gt;value: 0.571275456&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.117&lt;br /&gt;value: 0.571888412&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.118&lt;br /&gt;value: 0.572810317&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.119&lt;br /&gt;value: 0.573735199&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.120&lt;br /&gt;value: 0.574044157&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.121&lt;br /&gt;value: 0.574203994&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.122&lt;br /&gt;value: 0.574675325&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.123&lt;br /&gt;value: 0.575297941&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.124&lt;br /&gt;value: 0.576547231&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.125&lt;br /&gt;value: 0.577801959&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.126&lt;br /&gt;value: 0.578116494&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.127&lt;br /&gt;value: 0.578431373&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.128&lt;br /&gt;value: 0.580010923&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.129&lt;br /&gt;value: 0.581140351&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.130&lt;br /&gt;value: 0.579901153&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.131&lt;br /&gt;value: 0.581497797&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.132&lt;br /&gt;value: 0.582460011&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.133&lt;br /&gt;value: 0.583103258&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.134&lt;br /&gt;value: 0.582642344&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.135&lt;br /&gt;value: 0.582180410&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.136&lt;br /&gt;value: 0.583795782&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.137&lt;br /&gt;value: 0.585420145&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.138&lt;br /&gt;value: 0.585610708&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.139&lt;br /&gt;value: 0.586264657&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.140&lt;br /&gt;value: 0.587576945&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.141&lt;br /&gt;value: 0.587905935&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.142&lt;br /&gt;value: 0.586651711&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.143&lt;br /&gt;value: 0.586980920&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.144&lt;br /&gt;value: 0.586980920&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.145&lt;br /&gt;value: 0.587970770&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.146&lt;br /&gt;value: 0.588632527&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.147&lt;br /&gt;value: 0.588832487&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.148&lt;br /&gt;value: 0.590163934&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.149&lt;br /&gt;value: 0.591166478&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.150&lt;br /&gt;value: 0.590702948&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.151&lt;br /&gt;value: 0.591709256&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.152&lt;br /&gt;value: 0.592045455&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.153&lt;br /&gt;value: 0.591581342&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.154&lt;br /&gt;value: 0.591790194&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.155&lt;br /&gt;value: 0.591324201&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.156&lt;br /&gt;value: 0.591661907&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.157&lt;br /&gt;value: 0.591871780&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.158&lt;br /&gt;value: 0.593230063&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.159&lt;br /&gt;value: 0.594594595&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.160&lt;br /&gt;value: 0.594594595&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.161&lt;br /&gt;value: 0.594936709&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.162&lt;br /&gt;value: 0.595622120&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.163&lt;br /&gt;value: 0.594812680&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.164&lt;br /&gt;value: 0.596876807&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.165&lt;br /&gt;value: 0.596755504&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.166&lt;br /&gt;value: 0.598489250&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.167&lt;br /&gt;value: 0.598022106&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.168&lt;br /&gt;value: 0.597902098&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.169&lt;br /&gt;value: 0.600000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.170&lt;br /&gt;value: 0.599882835&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.171&lt;br /&gt;value: 0.598591549&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.172&lt;br /&gt;value: 0.598591549&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.173&lt;br /&gt;value: 0.598943042&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.174&lt;br /&gt;value: 0.598351001&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.175&lt;br /&gt;value: 0.597877358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.176&lt;br /&gt;value: 0.598936799&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.177&lt;br /&gt;value: 0.598462448&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.178&lt;br /&gt;value: 0.598816568&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.179&lt;br /&gt;value: 0.599881446&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.180&lt;br /&gt;value: 0.600593472&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.181&lt;br /&gt;value: 0.599762470&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.182&lt;br /&gt;value: 0.599286564&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.183&lt;br /&gt;value: 0.600000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.184&lt;br /&gt;value: 0.600357356&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.185&lt;br /&gt;value: 0.600955795&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.186&lt;br /&gt;value: 0.601674641&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.187&lt;br /&gt;value: 0.601918465&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.188&lt;br /&gt;value: 0.603251054&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.189&lt;br /&gt;value: 0.602657005&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.190&lt;br /&gt;value: 0.603636364&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.191&lt;br /&gt;value: 0.605103281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.192&lt;br /&gt;value: 0.605839416&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.193&lt;br /&gt;value: 0.605359318&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.194&lt;br /&gt;value: 0.605134474&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.195&lt;br /&gt;value: 0.605875153&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.196&lt;br /&gt;value: 0.606617647&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.197&lt;br /&gt;value: 0.607252612&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.198&lt;br /&gt;value: 0.605798890&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.199&lt;br /&gt;value: 0.606922126&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.200&lt;br /&gt;value: 0.606435644&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.201&lt;br /&gt;value: 0.607076350&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.202&lt;br /&gt;value: 0.607453416&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.203&lt;br /&gt;value: 0.605721393&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.204&lt;br /&gt;value: 0.606741573&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.205&lt;br /&gt;value: 0.606629143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.206&lt;br /&gt;value: 0.607008761&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.207&lt;br /&gt;value: 0.607165305&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.208&lt;br /&gt;value: 0.607165305&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.209&lt;br /&gt;value: 0.607929515&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.210&lt;br /&gt;value: 0.608201893&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.211&lt;br /&gt;value: 0.609355247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.212&lt;br /&gt;value: 0.609632446&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.213&lt;br /&gt;value: 0.610793651&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.214&lt;br /&gt;value: 0.611959288&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.215&lt;br /&gt;value: 0.612738854&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.216&lt;br /&gt;value: 0.610969388&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.217&lt;br /&gt;value: 0.612140575&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.218&lt;br /&gt;value: 0.612140575&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.219&lt;br /&gt;value: 0.612923864&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.220&lt;br /&gt;value: 0.612035851&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.221&lt;br /&gt;value: 0.613607189&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.222&lt;br /&gt;value: 0.613007083&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.223&lt;br /&gt;value: 0.612903226&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.224&lt;br /&gt;value: 0.612403101&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.225&lt;br /&gt;value: 0.612297735&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.226&lt;br /&gt;value: 0.613091380&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.227&lt;br /&gt;value: 0.614285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.228&lt;br /&gt;value: 0.614684860&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.229&lt;br /&gt;value: 0.612882238&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.230&lt;br /&gt;value: 0.612271540&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.231&lt;br /&gt;value: 0.613472858&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.232&lt;br /&gt;value: 0.612966601&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.233&lt;br /&gt;value: 0.612966601&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.234&lt;br /&gt;value: 0.612459016&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.235&lt;br /&gt;value: 0.612860892&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.236&lt;br /&gt;value: 0.612860892&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.237&lt;br /&gt;value: 0.611038108&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.238&lt;br /&gt;value: 0.611038108&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.239&lt;br /&gt;value: 0.610928242&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.240&lt;br /&gt;value: 0.612137203&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.241&lt;br /&gt;value: 0.612541254&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.242&lt;br /&gt;value: 0.612945839&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.243&lt;br /&gt;value: 0.611515553&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.244&lt;br /&gt;value: 0.612326044&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.245&lt;br /&gt;value: 0.613138686&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.246&lt;br /&gt;value: 0.614361702&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.247&lt;br /&gt;value: 0.614770459&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.248&lt;br /&gt;value: 0.614770459&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.249&lt;br /&gt;value: 0.615179760&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.250&lt;br /&gt;value: 0.616000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.251&lt;br /&gt;value: 0.616410941&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.252&lt;br /&gt;value: 0.616822430&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.253&lt;br /&gt;value: 0.617647059&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.254&lt;br /&gt;value: 0.617135207&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.255&lt;br /&gt;value: 0.617135207&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.256&lt;br /&gt;value: 0.617449664&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.257&lt;br /&gt;value: 0.617864338&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.258&lt;br /&gt;value: 0.619946092&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.259&lt;br /&gt;value: 0.620782726&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.260&lt;br /&gt;value: 0.620176032&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.261&lt;br /&gt;value: 0.620081411&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.262&lt;br /&gt;value: 0.620502376&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.263&lt;br /&gt;value: 0.620502376&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.264&lt;br /&gt;value: 0.620830497&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.265&lt;br /&gt;value: 0.618950239&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.266&lt;br /&gt;value: 0.620218579&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.267&lt;br /&gt;value: 0.621917808&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.268&lt;br /&gt;value: 0.619505495&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.269&lt;br /&gt;value: 0.618982118&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.270&lt;br /&gt;value: 0.619737750&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.271&lt;br /&gt;value: 0.620594333&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.272&lt;br /&gt;value: 0.621883657&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.273&lt;br /&gt;value: 0.619444444&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.274&lt;br /&gt;value: 0.619444444&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.275&lt;br /&gt;value: 0.619874913&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.276&lt;br /&gt;value: 0.620737648&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.277&lt;br /&gt;value: 0.622036262&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.278&lt;br /&gt;value: 0.622036262&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.279&lt;br /&gt;value: 0.623340321&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.280&lt;br /&gt;value: 0.624649860&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.281&lt;br /&gt;value: 0.624123422&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.282&lt;br /&gt;value: 0.624123422&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.283&lt;br /&gt;value: 0.625000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.284&lt;br /&gt;value: 0.625000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.285&lt;br /&gt;value: 0.624033732&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.286&lt;br /&gt;value: 0.624472574&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.287&lt;br /&gt;value: 0.624912034&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.288&lt;br /&gt;value: 0.623943662&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.289&lt;br /&gt;value: 0.623943662&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.290&lt;br /&gt;value: 0.624823695&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.291&lt;br /&gt;value: 0.626591231&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.292&lt;br /&gt;value: 0.626062323&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.293&lt;br /&gt;value: 0.626062323&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.294&lt;br /&gt;value: 0.626506024&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.295&lt;br /&gt;value: 0.625975869&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.296&lt;br /&gt;value: 0.625975869&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.297&lt;br /&gt;value: 0.625975869&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.298&lt;br /&gt;value: 0.625889047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.299&lt;br /&gt;value: 0.625889047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.300&lt;br /&gt;value: 0.626248217&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.301&lt;br /&gt;value: 0.626695218&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.302&lt;br /&gt;value: 0.628040057&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.303&lt;br /&gt;value: 0.628407461&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.304&lt;br /&gt;value: 0.627873563&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.305&lt;br /&gt;value: 0.627789777&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.306&lt;br /&gt;value: 0.628242075&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.307&lt;br /&gt;value: 0.626174982&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.308&lt;br /&gt;value: 0.627536232&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.309&lt;br /&gt;value: 0.628447025&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.310&lt;br /&gt;value: 0.629360465&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.311&lt;br /&gt;value: 0.630276565&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.312&lt;br /&gt;value: 0.630276565&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.313&lt;br /&gt;value: 0.630735615&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.314&lt;br /&gt;value: 0.628738147&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.315&lt;br /&gt;value: 0.629656684&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.316&lt;br /&gt;value: 0.631501832&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.317&lt;br /&gt;value: 0.630498534&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.318&lt;br /&gt;value: 0.630961115&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.319&lt;br /&gt;value: 0.631888317&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.320&lt;br /&gt;value: 0.630338733&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.321&lt;br /&gt;value: 0.629793510&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.322&lt;br /&gt;value: 0.629793510&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.323&lt;br /&gt;value: 0.630258303&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.324&lt;br /&gt;value: 0.631656805&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.325&lt;br /&gt;value: 0.632592593&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.326&lt;br /&gt;value: 0.633457249&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.327&lt;br /&gt;value: 0.633457249&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.328&lt;br /&gt;value: 0.633383010&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.329&lt;br /&gt;value: 0.632835821&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.330&lt;br /&gt;value: 0.633308439&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.331&lt;br /&gt;value: 0.632286996&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.332&lt;br /&gt;value: 0.633233533&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.333&lt;br /&gt;value: 0.634658665&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.334&lt;br /&gt;value: 0.634658665&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.335&lt;br /&gt;value: 0.635612322&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.336&lt;br /&gt;value: 0.634036145&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.337&lt;br /&gt;value: 0.635471698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.338&lt;br /&gt;value: 0.635951662&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.340&lt;br /&gt;value: 0.635881908&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.341&lt;br /&gt;value: 0.635329795&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.342&lt;br /&gt;value: 0.635811836&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.343&lt;br /&gt;value: 0.634776006&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.344&lt;br /&gt;value: 0.634146341&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.345&lt;br /&gt;value: 0.634146341&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.346&lt;br /&gt;value: 0.633587786&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.347&lt;br /&gt;value: 0.633511859&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.348&lt;br /&gt;value: 0.632950192&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.349&lt;br /&gt;value: 0.631336406&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.350&lt;br /&gt;value: 0.628659476&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.351&lt;br /&gt;value: 0.628659476&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.352&lt;br /&gt;value: 0.628659476&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.353&lt;br /&gt;value: 0.629629630&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.354&lt;br /&gt;value: 0.628571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.355&lt;br /&gt;value: 0.628571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.356&lt;br /&gt;value: 0.629057187&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.357&lt;br /&gt;value: 0.629543697&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.358&lt;br /&gt;value: 0.630518978&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.359&lt;br /&gt;value: 0.628881988&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.360&lt;br /&gt;value: 0.628881988&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.361&lt;br /&gt;value: 0.630841121&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.362&lt;br /&gt;value: 0.629773967&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.363&lt;br /&gt;value: 0.628616106&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.364&lt;br /&gt;value: 0.629107981&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.365&lt;br /&gt;value: 0.629107981&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.366&lt;br /&gt;value: 0.629600626&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.367&lt;br /&gt;value: 0.628526646&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.368&lt;br /&gt;value: 0.628526646&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.369&lt;br /&gt;value: 0.629019608&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.370&lt;br /&gt;value: 0.629019608&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.371&lt;br /&gt;value: 0.629019608&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.372&lt;br /&gt;value: 0.629019608&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.373&lt;br /&gt;value: 0.628436764&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.374&lt;br /&gt;value: 0.626771654&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.375&lt;br /&gt;value: 0.627265563&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.376&lt;br /&gt;value: 0.628255722&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.377&lt;br /&gt;value: 0.626582278&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.378&lt;br /&gt;value: 0.626582278&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.379&lt;br /&gt;value: 0.626582278&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.380&lt;br /&gt;value: 0.627078385&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.381&lt;br /&gt;value: 0.626984127&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.382&lt;br /&gt;value: 0.627482129&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.383&lt;br /&gt;value: 0.627482129&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.384&lt;br /&gt;value: 0.627980922&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.385&lt;br /&gt;value: 0.628480509&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.386&lt;br /&gt;value: 0.627888446&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.387&lt;br /&gt;value: 0.625600000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.388&lt;br /&gt;value: 0.624499600&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.389&lt;br /&gt;value: 0.623897354&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.390&lt;br /&gt;value: 0.622186495&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.391&lt;br /&gt;value: 0.622687047&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.392&lt;br /&gt;value: 0.622078969&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.393&lt;br /&gt;value: 0.623083132&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.394&lt;br /&gt;value: 0.624090542&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.395&lt;br /&gt;value: 0.623481781&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.396&lt;br /&gt;value: 0.623987034&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.397&lt;br /&gt;value: 0.624493106&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.398&lt;br /&gt;value: 0.622258327&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.399&lt;br /&gt;value: 0.623270952&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.400&lt;br /&gt;value: 0.623270952&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.401&lt;br /&gt;value: 0.622656887&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.402&lt;br /&gt;value: 0.624693377&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.403&lt;br /&gt;value: 0.624078624&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.404&lt;br /&gt;value: 0.622950820&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.405&lt;br /&gt;value: 0.622950820&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.406&lt;br /&gt;value: 0.622331691&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.407&lt;br /&gt;value: 0.620065789&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.408&lt;br /&gt;value: 0.620576132&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.409&lt;br /&gt;value: 0.618301731&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.410&lt;br /&gt;value: 0.617161716&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.411&lt;br /&gt;value: 0.616528926&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.412&lt;br /&gt;value: 0.617549669&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.413&lt;br /&gt;value: 0.617549669&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.414&lt;br /&gt;value: 0.618061309&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.415&lt;br /&gt;value: 0.618061309&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.416&lt;br /&gt;value: 0.617304493&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.417&lt;br /&gt;value: 0.618333333&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.418&lt;br /&gt;value: 0.619883041&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.419&lt;br /&gt;value: 0.620920502&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.420&lt;br /&gt;value: 0.618608550&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.421&lt;br /&gt;value: 0.618608550&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.422&lt;br /&gt;value: 0.618608550&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.423&lt;br /&gt;value: 0.619127517&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.424&lt;br /&gt;value: 0.617325484&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.425&lt;br /&gt;value: 0.618365628&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.426&lt;br /&gt;value: 0.619409283&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.427&lt;br /&gt;value: 0.618765850&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.428&lt;br /&gt;value: 0.619813717&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.429&lt;br /&gt;value: 0.620338983&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.430&lt;br /&gt;value: 0.619168787&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.431&lt;br /&gt;value: 0.617996604&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.432&lt;br /&gt;value: 0.619047619&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.433&lt;br /&gt;value: 0.619574468&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.434&lt;br /&gt;value: 0.620630861&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.435&lt;br /&gt;value: 0.618274979&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.436&lt;br /&gt;value: 0.617094017&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.437&lt;br /&gt;value: 0.617094017&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.438&lt;br /&gt;value: 0.615911035&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.439&lt;br /&gt;value: 0.616438356&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.440&lt;br /&gt;value: 0.615252785&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.441&lt;br /&gt;value: 0.616309013&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.442&lt;br /&gt;value: 0.616838488&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.443&lt;br /&gt;value: 0.616838488&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.444&lt;br /&gt;value: 0.616838488&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.445&lt;br /&gt;value: 0.616838488&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.446&lt;br /&gt;value: 0.615649183&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.447&lt;br /&gt;value: 0.614457831&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.448&lt;br /&gt;value: 0.614987080&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.449&lt;br /&gt;value: 0.614987080&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.450&lt;br /&gt;value: 0.612597066&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.451&lt;br /&gt;value: 0.610726644&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.452&lt;br /&gt;value: 0.610726644&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.453&lt;br /&gt;value: 0.610726644&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.454&lt;br /&gt;value: 0.609523810&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.455&lt;br /&gt;value: 0.609523810&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.456&lt;br /&gt;value: 0.608846487&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.457&lt;br /&gt;value: 0.609375000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.458&lt;br /&gt;value: 0.606956522&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.459&lt;br /&gt;value: 0.608013937&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.460&lt;br /&gt;value: 0.609075044&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.461&lt;br /&gt;value: 0.608391608&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.462&lt;br /&gt;value: 0.607705779&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.463&lt;br /&gt;value: 0.607705779&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.464&lt;br /&gt;value: 0.606485539&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.465&lt;br /&gt;value: 0.606485539&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.466&lt;br /&gt;value: 0.605794557&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.467&lt;br /&gt;value: 0.605633803&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.468&lt;br /&gt;value: 0.604405286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.469&lt;br /&gt;value: 0.605472198&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.470&lt;br /&gt;value: 0.606007067&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.471&lt;br /&gt;value: 0.605309735&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.472&lt;br /&gt;value: 0.604609929&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.473&lt;br /&gt;value: 0.604609929&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.474&lt;br /&gt;value: 0.605146406&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.475&lt;br /&gt;value: 0.603907638&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.476&lt;br /&gt;value: 0.603202847&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.477&lt;br /&gt;value: 0.604817128&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.478&lt;br /&gt;value: 0.605898123&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.479&lt;br /&gt;value: 0.606440072&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.480&lt;br /&gt;value: 0.606982990&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.481&lt;br /&gt;value: 0.603773585&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.482&lt;br /&gt;value: 0.602517986&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.483&lt;br /&gt;value: 0.602517986&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.484&lt;br /&gt;value: 0.603060306&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.485&lt;br /&gt;value: 0.601083032&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.486&lt;br /&gt;value: 0.601626016&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.487&lt;br /&gt;value: 0.600904977&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.488&lt;br /&gt;value: 0.599637681&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.489&lt;br /&gt;value: 0.600181324&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.490&lt;br /&gt;value: 0.600725953&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.491&lt;br /&gt;value: 0.601271571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.492&lt;br /&gt;value: 0.600000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.493&lt;br /&gt;value: 0.598726115&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.494&lt;br /&gt;value: 0.597806216&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.495&lt;br /&gt;value: 0.598714417&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.496&lt;br /&gt;value: 0.599264706&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.497&lt;br /&gt;value: 0.599264706&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.498&lt;br /&gt;value: 0.599264706&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.499&lt;br /&gt;value: 0.599264706&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.500&lt;br /&gt;value: 0.596685083&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.501&lt;br /&gt;value: 0.595940959&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.502&lt;br /&gt;value: 0.596491228&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.503&lt;br /&gt;value: 0.593894542&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.504&lt;br /&gt;value: 0.594444444&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.505&lt;br /&gt;value: 0.594444444&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.506&lt;br /&gt;value: 0.596654275&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.507&lt;br /&gt;value: 0.596654275&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.508&lt;br /&gt;value: 0.596458527&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.509&lt;br /&gt;value: 0.596261682&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.510&lt;br /&gt;value: 0.593632959&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.511&lt;br /&gt;value: 0.594189316&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.512&lt;br /&gt;value: 0.594746717&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.513&lt;br /&gt;value: 0.596425212&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.514&lt;br /&gt;value: 0.595664467&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.515&lt;br /&gt;value: 0.594339623&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.516&lt;br /&gt;value: 0.595463138&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.517&lt;br /&gt;value: 0.594134342&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.518&lt;br /&gt;value: 0.592030361&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.519&lt;br /&gt;value: 0.592030361&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.520&lt;br /&gt;value: 0.591817317&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.521&lt;br /&gt;value: 0.591039085&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.522&lt;br /&gt;value: 0.589694656&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.523&lt;br /&gt;value: 0.588910134&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.524&lt;br /&gt;value: 0.588122605&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.525&lt;br /&gt;value: 0.588122605&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.526&lt;br /&gt;value: 0.587896254&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.527&lt;br /&gt;value: 0.583815029&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.528&lt;br /&gt;value: 0.584378014&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.529&lt;br /&gt;value: 0.586073501&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.530&lt;br /&gt;value: 0.585271318&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.531&lt;br /&gt;value: 0.585838991&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.532&lt;br /&gt;value: 0.586977648&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.533&lt;br /&gt;value: 0.584795322&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.534&lt;br /&gt;value: 0.584795322&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.535&lt;br /&gt;value: 0.582600196&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.536&lt;br /&gt;value: 0.583170254&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.537&lt;br /&gt;value: 0.583170254&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.538&lt;br /&gt;value: 0.582352941&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.539&lt;br /&gt;value: 0.581532417&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.540&lt;br /&gt;value: 0.581854043&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.541&lt;br /&gt;value: 0.581602374&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.542&lt;br /&gt;value: 0.582178218&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.543&lt;br /&gt;value: 0.580773043&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.544&lt;br /&gt;value: 0.581349206&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.545&lt;br /&gt;value: 0.574277168&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.546&lt;br /&gt;value: 0.574850299&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.547&lt;br /&gt;value: 0.572572573&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.548&lt;br /&gt;value: 0.570281124&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.549&lt;br /&gt;value: 0.569989930&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.550&lt;br /&gt;value: 0.569989930&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.551&lt;br /&gt;value: 0.569989930&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.552&lt;br /&gt;value: 0.570564516&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.553&lt;br /&gt;value: 0.570564516&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.554&lt;br /&gt;value: 0.571717172&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.555&lt;br /&gt;value: 0.571717172&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.556&lt;br /&gt;value: 0.572874494&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.557&lt;br /&gt;value: 0.572008114&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.558&lt;br /&gt;value: 0.572588832&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.559&lt;br /&gt;value: 0.571138211&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.560&lt;br /&gt;value: 0.566768603&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.561&lt;br /&gt;value: 0.567346939&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.562&lt;br /&gt;value: 0.567926456&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.563&lt;br /&gt;value: 0.566153846&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.564&lt;br /&gt;value: 0.566735113&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.565&lt;br /&gt;value: 0.565843621&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.566&lt;br /&gt;value: 0.564366632&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.567&lt;br /&gt;value: 0.566115702&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.568&lt;br /&gt;value: 0.565217391&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.569&lt;br /&gt;value: 0.564315353&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.570&lt;br /&gt;value: 0.560416667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.571&lt;br /&gt;value: 0.560416667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.572&lt;br /&gt;value: 0.559498956&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.573&lt;br /&gt;value: 0.560083595&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.574&lt;br /&gt;value: 0.560335782&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.575&lt;br /&gt;value: 0.559411146&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.576&lt;br /&gt;value: 0.559411146&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.577&lt;br /&gt;value: 0.560000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.578&lt;br /&gt;value: 0.560000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.579&lt;br /&gt;value: 0.559071730&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.580&lt;br /&gt;value: 0.559071730&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.581&lt;br /&gt;value: 0.557550158&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.582&lt;br /&gt;value: 0.558139535&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.583&lt;br /&gt;value: 0.558730159&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.584&lt;br /&gt;value: 0.559322034&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.585&lt;br /&gt;value: 0.558386412&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.586&lt;br /&gt;value: 0.555319149&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.587&lt;br /&gt;value: 0.550693703&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.588&lt;br /&gt;value: 0.550321199&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.589&lt;br /&gt;value: 0.550321199&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.590&lt;br /&gt;value: 0.549356223&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.591&lt;br /&gt;value: 0.546236559&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.592&lt;br /&gt;value: 0.542116631&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.593&lt;br /&gt;value: 0.537378115&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.594&lt;br /&gt;value: 0.537378115&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.595&lt;br /&gt;value: 0.536956522&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.596&lt;br /&gt;value: 0.536956522&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.597&lt;br /&gt;value: 0.528961749&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.598&lt;br /&gt;value: 0.528961749&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.599&lt;br /&gt;value: 0.529540481&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.600&lt;br /&gt;value: 0.527929901&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.601&lt;br /&gt;value: 0.526315789&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.602&lt;br /&gt;value: 0.524698134&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.603&lt;br /&gt;value: 0.525274725&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.604&lt;br /&gt;value: 0.525274725&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.605&lt;br /&gt;value: 0.524229075&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.606&lt;br /&gt;value: 0.522601985&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.607&lt;br /&gt;value: 0.522123894&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.608&lt;br /&gt;value: 0.521064302&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.609&lt;br /&gt;value: 0.519422863&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.610&lt;br /&gt;value: 0.517777778&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.611&lt;br /&gt;value: 0.511731844&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.612&lt;br /&gt;value: 0.512304251&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.613&lt;br /&gt;value: 0.510638298&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.614&lt;br /&gt;value: 0.507865169&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.615&lt;br /&gt;value: 0.506756757&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.616&lt;br /&gt;value: 0.505073281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.617&lt;br /&gt;value: 0.503386005&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.618&lt;br /&gt;value: 0.500000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.619&lt;br /&gt;value: 0.500566251&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.620&lt;br /&gt;value: 0.500000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.621&lt;br /&gt;value: 0.498293515&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.622&lt;br /&gt;value: 0.498861048&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.623&lt;br /&gt;value: 0.497149373&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.624&lt;br /&gt;value: 0.494279176&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.625&lt;br /&gt;value: 0.494845361&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.626&lt;br /&gt;value: 0.495981630&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.627&lt;br /&gt;value: 0.494252874&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.628&lt;br /&gt;value: 0.494821634&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.629&lt;br /&gt;value: 0.491349481&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.630&lt;br /&gt;value: 0.488425926&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.631&lt;br /&gt;value: 0.488991889&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.632&lt;br /&gt;value: 0.487804878&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.633&lt;br /&gt;value: 0.486046512&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.634&lt;br /&gt;value: 0.486046512&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.635&lt;br /&gt;value: 0.477751756&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.636&lt;br /&gt;value: 0.471142521&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.637&lt;br /&gt;value: 0.471698113&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.638&lt;br /&gt;value: 0.469194313&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.639&lt;br /&gt;value: 0.467378410&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.640&lt;br /&gt;value: 0.465558195&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.641&lt;br /&gt;value: 0.460620525&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.642&lt;br /&gt;value: 0.461722488&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.643&lt;br /&gt;value: 0.461722488&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.644&lt;br /&gt;value: 0.458033573&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.645&lt;br /&gt;value: 0.456182473&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.646&lt;br /&gt;value: 0.456730769&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.647&lt;br /&gt;value: 0.457280385&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.648&lt;br /&gt;value: 0.455421687&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.649&lt;br /&gt;value: 0.452237001&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.650&lt;br /&gt;value: 0.452784504&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.651&lt;br /&gt;value: 0.451456311&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.652&lt;br /&gt;value: 0.449574727&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.653&lt;br /&gt;value: 0.448233861&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.654&lt;br /&gt;value: 0.445532436&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.655&lt;br /&gt;value: 0.443627451&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.656&lt;br /&gt;value: 0.436498150&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.657&lt;br /&gt;value: 0.437037037&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.658&lt;br /&gt;value: 0.431226766&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.659&lt;br /&gt;value: 0.423940150&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.660&lt;br /&gt;value: 0.423940150&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.661&lt;br /&gt;value: 0.416040100&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.662&lt;br /&gt;value: 0.414052698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.663&lt;br /&gt;value: 0.414052698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.664&lt;br /&gt;value: 0.406565657&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.665&lt;br /&gt;value: 0.407594937&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.666&lt;br /&gt;value: 0.407594937&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.667&lt;br /&gt;value: 0.401524778&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.668&lt;br /&gt;value: 0.398976982&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.669&lt;br /&gt;value: 0.394871795&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.670&lt;br /&gt;value: 0.394871795&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.671&lt;br /&gt;value: 0.395886889&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.672&lt;br /&gt;value: 0.386010363&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.673&lt;br /&gt;value: 0.383916991&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.674&lt;br /&gt;value: 0.382812500&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.675&lt;br /&gt;value: 0.381201044&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.676&lt;br /&gt;value: 0.379581152&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.677&lt;br /&gt;value: 0.379581152&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.678&lt;br /&gt;value: 0.376315789&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.679&lt;br /&gt;value: 0.376811594&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.680&lt;br /&gt;value: 0.375661376&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.681&lt;br /&gt;value: 0.367509987&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.682&lt;br /&gt;value: 0.365821095&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.683&lt;br /&gt;value: 0.361930295&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.684&lt;br /&gt;value: 0.362903226&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.685&lt;br /&gt;value: 0.360699865&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.686&lt;br /&gt;value: 0.358974359&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.687&lt;br /&gt;value: 0.359459459&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.688&lt;br /&gt;value: 0.357239513&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.689&lt;br /&gt;value: 0.352781547&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.690&lt;br /&gt;value: 0.353741497&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.691&lt;br /&gt;value: 0.347469220&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.692&lt;br /&gt;value: 0.347945205&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.693&lt;br /&gt;value: 0.348422497&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.694&lt;br /&gt;value: 0.349381018&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.695&lt;br /&gt;value: 0.344827586&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.696&lt;br /&gt;value: 0.340720222&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.697&lt;br /&gt;value: 0.336111111&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.698&lt;br /&gt;value: 0.333796940&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.699&lt;br /&gt;value: 0.329149233&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.700&lt;br /&gt;value: 0.324475524&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.701&lt;br /&gt;value: 0.320224719&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.702&lt;br /&gt;value: 0.315937941&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.703&lt;br /&gt;value: 0.314447592&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.704&lt;br /&gt;value: 0.314893617&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.705&lt;br /&gt;value: 0.308571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.706&lt;br /&gt;value: 0.306590258&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.707&lt;br /&gt;value: 0.304160689&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.708&lt;br /&gt;value: 0.304160689&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.709&lt;br /&gt;value: 0.304160689&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.710&lt;br /&gt;value: 0.302158273&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.711&lt;br /&gt;value: 0.297258297&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.712&lt;br /&gt;value: 0.298118669&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.713&lt;br /&gt;value: 0.290697674&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.714&lt;br /&gt;value: 0.290697674&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.715&lt;br /&gt;value: 0.286131387&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.716&lt;br /&gt;value: 0.286549708&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.717&lt;br /&gt;value: 0.284040996&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.718&lt;br /&gt;value: 0.279001468&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.719&lt;br /&gt;value: 0.279823270&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.720&lt;br /&gt;value: 0.277695716&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.721&lt;br /&gt;value: 0.272592593&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.722&lt;br /&gt;value: 0.267459138&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.723&lt;br /&gt;value: 0.263079223&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.724&lt;br /&gt;value: 0.260479042&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.725&lt;br /&gt;value: 0.260479042&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.726&lt;br /&gt;value: 0.255255255&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.727&lt;br /&gt;value: 0.250755287&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.728&lt;br /&gt;value: 0.242792109&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.729&lt;br /&gt;value: 0.237442922&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.730&lt;br /&gt;value: 0.234756098&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.731&lt;br /&gt;value: 0.232061069&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.732&lt;br /&gt;value: 0.226646248&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.733&lt;br /&gt;value: 0.221538462&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.734&lt;br /&gt;value: 0.218798151&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.735&lt;br /&gt;value: 0.213292117&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.736&lt;br /&gt;value: 0.213622291&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.737&lt;br /&gt;value: 0.202492212&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.738&lt;br /&gt;value: 0.202492212&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.739&lt;br /&gt;value: 0.197183099&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.740&lt;br /&gt;value: 0.191823899&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.741&lt;br /&gt;value: 0.186119874&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.742&lt;br /&gt;value: 0.186413902&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.743&lt;br /&gt;value: 0.186413902&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.744&lt;br /&gt;value: 0.183544304&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.745&lt;br /&gt;value: 0.180665610&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.746&lt;br /&gt;value: 0.180665610&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.747&lt;br /&gt;value: 0.178060413&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.748&lt;br /&gt;value: 0.178060413&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.749&lt;br /&gt;value: 0.172248804&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.750&lt;br /&gt;value: 0.169329073&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.751&lt;br /&gt;value: 0.166400000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.752&lt;br /&gt;value: 0.160513644&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.753&lt;br /&gt;value: 0.157556270&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.754&lt;br /&gt;value: 0.154589372&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.755&lt;br /&gt;value: 0.154589372&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.756&lt;br /&gt;value: 0.151612903&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.757&lt;br /&gt;value: 0.148626817&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.758&lt;br /&gt;value: 0.148867314&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.759&lt;br /&gt;value: 0.142857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.760&lt;br /&gt;value: 0.139837398&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.761&lt;br /&gt;value: 0.139837398&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.762&lt;br /&gt;value: 0.139837398&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.763&lt;br /&gt;value: 0.140065147&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.764&lt;br /&gt;value: 0.137254902&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.765&lt;br /&gt;value: 0.134426230&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.766&lt;br /&gt;value: 0.134646962&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.767&lt;br /&gt;value: 0.122314050&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.768&lt;br /&gt;value: 0.122314050&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.769&lt;br /&gt;value: 0.122516556&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.770&lt;br /&gt;value: 0.119601329&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.771&lt;br /&gt;value: 0.113333333&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.772&lt;br /&gt;value: 0.113333333&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.773&lt;br /&gt;value: 0.113333333&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.774&lt;br /&gt;value: 0.110183639&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.775&lt;br /&gt;value: 0.110367893&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.776&lt;br /&gt;value: 0.107202680&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.777&lt;br /&gt;value: 0.104026846&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.778&lt;br /&gt;value: 0.100840336&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.779&lt;br /&gt;value: 0.087986464&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.780&lt;br /&gt;value: 0.088135593&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.781&lt;br /&gt;value: 0.088135593&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.782&lt;br /&gt;value: 0.088135593&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.783&lt;br /&gt;value: 0.088135593&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.784&lt;br /&gt;value: 0.088135593&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.785&lt;br /&gt;value: 0.081771721&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.786&lt;br /&gt;value: 0.078498294&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.787&lt;br /&gt;value: 0.075213675&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.788&lt;br /&gt;value: 0.075213675&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.789&lt;br /&gt;value: 0.075342466&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.790&lt;br /&gt;value: 0.075342466&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.791&lt;br /&gt;value: 0.075471698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.792&lt;br /&gt;value: 0.068846816&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.793&lt;br /&gt;value: 0.065517241&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.794&lt;br /&gt;value: 0.065517241&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.795&lt;br /&gt;value: 0.065517241&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.796&lt;br /&gt;value: 0.055459272&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.797&lt;br /&gt;value: 0.055459272&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.798&lt;br /&gt;value: 0.048695652&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.799&lt;br /&gt;value: 0.045375218&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.800&lt;br /&gt;value: 0.041958042&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.801&lt;br /&gt;value: 0.041958042&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.802&lt;br /&gt;value: 0.041958042&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.803&lt;br /&gt;value: 0.035087719&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.804&lt;br /&gt;value: 0.035087719&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.805&lt;br /&gt;value: 0.035087719&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.806&lt;br /&gt;value: 0.035087719&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.807&lt;br /&gt;value: 0.035087719&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.808&lt;br /&gt;value: 0.035087719&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.809&lt;br /&gt;value: 0.028169014&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.810&lt;br /&gt;value: 0.028169014&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.811&lt;br /&gt;value: 0.028169014&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.812&lt;br /&gt;value: 0.024691358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.813&lt;br /&gt;value: 0.024691358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.814&lt;br /&gt;value: 0.024691358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.815&lt;br /&gt;value: 0.024691358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.816&lt;br /&gt;value: 0.024691358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.817&lt;br /&gt;value: 0.024691358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.818&lt;br /&gt;value: 0.024691358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.819&lt;br /&gt;value: 0.021201413&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.820&lt;br /&gt;value: 0.021201413&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.821&lt;br /&gt;value: 0.021201413&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.822&lt;br /&gt;value: 0.021201413&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.823&lt;br /&gt;value: 0.017699115&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.824&lt;br /&gt;value: 0.017699115&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.825&lt;br /&gt;value: 0.014184397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.826&lt;br /&gt;value: 0.014184397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.827&lt;br /&gt;value: 0.014184397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.828&lt;br /&gt;value: 0.014184397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.829&lt;br /&gt;value: 0.014184397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.830&lt;br /&gt;value: 0.014184397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.831&lt;br /&gt;value: 0.014184397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.832&lt;br /&gt;value: 0.014184397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.833&lt;br /&gt;value: 0.014184397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.834&lt;br /&gt;value: 0.014184397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.835&lt;br /&gt;value: 0.014184397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.836&lt;br /&gt;value: 0.010657194&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.837&lt;br /&gt;value: 0.007117438&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.838&lt;br /&gt;value: 0.007117438&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.839&lt;br /&gt;value: 0.003565062&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.840&lt;br /&gt;value: 0.003565062&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.841&lt;br /&gt;value: 0.003565062&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.842&lt;br /&gt;value: 0.003565062&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.843&lt;br /&gt;value: 0.003565062&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.844&lt;br /&gt;value: 0.003565062&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.845&lt;br /&gt;value: 0.003565062&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.846&lt;br /&gt;value: 0.003565062&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.847&lt;br /&gt;value: 0.003565062&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:[&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;],&#34;opacity&#34;:1,&#34;size&#34;:1.88976377952756,&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:[&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;]}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;FALSE&#34;,&#34;legendgroup&#34;:&#34;FALSE&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x2&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.05,0.051,0.052,0.053,0.054,0.055,0.056,0.057,0.058,0.059,0.06,0.061,0.062,0.063,0.064,0.065,0.066,0.067,0.068,0.069,0.07,0.071,0.072,0.073,0.074,0.075,0.076,0.077,0.078,0.079,0.08,0.081,0.082,0.083,0.084,0.085,0.086,0.087,0.088,0.089,0.09,0.091,0.092,0.093,0.094,0.095,0.096,0.097,0.098,0.099,0.1,0.101,0.102,0.103,0.104,0.105,0.106,0.107,0.108,0.109,0.11,0.111,0.112,0.113,0.114,0.115,0.116,0.117,0.118,0.119,0.12,0.121,0.122,0.123,0.124,0.125,0.126,0.127,0.128,0.129,0.13,0.131,0.132,0.133,0.134,0.135,0.136,0.137,0.138,0.139,0.14,0.141,0.142,0.143,0.144,0.145,0.146,0.147,0.148,0.149,0.15,0.151,0.152,0.153,0.154,0.155,0.156,0.157,0.158,0.159,0.16,0.161,0.162,0.163,0.164,0.165,0.166,0.167,0.168,0.169,0.17,0.171,0.172,0.173,0.174,0.175,0.176,0.177,0.178,0.179,0.18,0.181,0.182,0.183,0.184,0.185,0.186,0.187,0.188,0.189,0.19,0.191,0.192,0.193,0.194,0.195,0.196,0.197,0.198,0.199,0.2,0.201,0.202,0.203,0.204,0.205,0.206,0.207,0.208,0.209,0.21,0.211,0.212,0.213,0.214,0.215,0.216,0.217,0.218,0.219,0.22,0.221,0.222,0.223,0.224,0.225,0.226,0.227,0.228,0.229,0.23,0.231,0.232,0.233,0.234,0.235,0.236,0.237,0.238,0.239,0.24,0.241,0.242,0.243,0.244,0.245,0.246,0.247,0.248,0.249,0.25,0.251,0.252,0.253,0.254,0.255,0.256,0.257,0.258,0.259,0.26,0.261,0.262,0.263,0.264,0.265,0.266,0.267,0.268,0.269,0.27,0.271,0.272,0.273,0.274,0.275,0.276,0.277,0.278,0.279,0.28,0.281,0.282,0.283,0.284,0.285,0.286,0.287,0.288,0.289,0.29,0.291,0.292,0.293,0.294,0.295,0.296,0.297,0.298,0.299,0.3,0.301,0.302,0.303,0.304,0.305,0.306,0.307,0.308,0.309,0.31,0.311,0.312,0.313,0.314,0.315,0.316,0.317,0.318,0.319,0.32,0.321,0.322,0.323,0.324,0.325,0.326,0.327,0.328,0.329,0.33,0.331,0.332,0.333,0.334,0.335,0.336,0.337,0.338,0.34,0.341,0.342,0.343,0.344,0.345,0.346,0.347,0.348,0.349,0.35,0.351,0.352,0.353,0.354,0.355,0.356,0.357,0.358,0.359,0.36,0.361,0.362,0.363,0.364,0.365,0.366,0.367,0.368,0.369,0.37,0.371,0.372,0.373,0.374,0.375,0.376,0.377,0.378,0.379,0.38,0.381,0.382,0.383,0.384,0.385,0.386,0.387,0.388,0.389,0.39,0.391,0.392,0.393,0.394,0.395,0.396,0.397,0.398,0.399,0.4,0.401,0.402,0.403,0.404,0.405,0.406,0.407,0.408,0.409,0.41,0.411,0.412,0.413,0.414,0.415,0.416,0.417,0.418,0.419,0.42,0.421,0.422,0.423,0.424,0.425,0.426,0.427,0.428,0.429,0.43,0.431,0.432,0.433,0.434,0.435,0.436,0.437,0.438,0.439,0.44,0.441,0.442,0.443,0.444,0.445,0.446,0.447,0.448,0.449,0.45,0.451,0.452,0.453,0.454,0.455,0.456,0.457,0.458,0.459,0.46,0.461,0.462,0.463,0.464,0.465,0.466,0.467,0.468,0.469,0.47,0.471,0.472,0.473,0.474,0.475,0.476,0.477,0.478,0.479,0.48,0.481,0.482,0.483,0.484,0.485,0.486,0.487,0.488,0.489,0.49,0.491,0.492,0.493,0.494,0.495,0.496,0.497,0.498,0.499,0.5,0.501,0.502,0.503,0.504,0.505,0.506,0.507,0.508,0.509,0.51,0.511,0.512,0.513,0.514,0.515,0.516,0.517,0.518,0.519,0.52,0.521,0.522,0.523,0.524,0.525,0.526,0.527,0.528,0.529,0.53,0.531,0.532,0.533,0.534,0.535,0.536,0.537,0.538,0.539,0.54,0.541,0.542,0.543,0.544,0.545,0.546,0.547,0.548,0.549,0.55,0.551,0.552,0.553,0.554,0.555,0.556,0.557,0.558,0.559,0.56,0.561,0.562,0.563,0.564,0.565,0.566,0.567,0.568,0.569,0.57,0.571,0.572,0.573,0.574,0.575,0.576,0.577,0.578,0.579,0.58,0.581,0.582,0.583,0.584,0.585,0.586,0.587,0.588,0.589,0.59,0.591,0.592,0.593,0.594,0.595,0.596,0.597,0.598,0.599,0.6,0.601,0.602,0.603,0.604,0.605,0.606,0.607,0.608,0.609,0.61,0.611,0.612,0.613,0.614,0.615,0.616,0.617,0.618,0.619,0.62,0.621,0.622,0.623,0.624,0.625,0.626,0.627,0.628,0.629,0.63,0.631,0.632,0.633,0.634,0.635,0.636,0.637,0.638,0.639,0.64,0.641,0.642,0.643,0.644,0.645,0.646,0.647,0.648,0.649,0.65,0.651,0.652,0.653,0.654,0.655,0.656,0.657,0.658,0.659,0.66,0.661,0.662,0.663,0.664,0.665,0.666,0.667,0.668,0.669,0.67,0.671,0.672,0.673,0.674,0.675,0.676,0.677,0.678,0.679,0.68,0.681,0.682,0.683,0.684,0.685,0.686,0.687,0.688,0.689,0.69,0.691,0.692,0.693,0.694,0.695,0.696,0.697,0.698,0.699,0.7,0.701,0.702,0.703,0.704,0.705,0.706,0.707,0.708,0.709,0.71,0.711,0.712,0.713,0.714,0.715,0.716,0.717,0.718,0.719,0.72,0.721,0.722,0.723,0.724,0.725,0.726,0.727,0.728,0.729,0.73,0.731,0.732,0.733,0.734,0.735,0.736,0.737,0.738,0.739,0.74,0.741,0.742,0.743,0.744,0.745,0.746,0.747,0.748,0.749,0.75,0.751,0.752,0.753,0.754,0.755,0.756,0.757,0.758,0.759,0.76,0.761,0.762,0.763,0.764,0.765,0.766,0.767,0.768,0.769,0.77,0.771,0.772,0.773,0.774,0.775,0.776,0.777,0.778,0.779,0.78,0.781,0.782,0.783,0.784,0.785,0.786,0.787,0.788,0.789,0.79,0.791,0.792,0.793,0.794,0.795,0.796,0.797,0.798,0.799,0.8,0.801,0.802,0.803,0.804,0.805,0.806,0.807,0.808,0.809,0.81,0.811,0.812,0.813,0.814,0.815,0.816,0.817,0.818,0.819,0.82,0.821,0.822,0.823,0.824,0.825,0.826,0.827,0.828,0.829,0.83,0.831,0.832,0.833,0.834,0.835,0.836,0.837,0.838,0.839,0.84,0.841,0.842,0.843,0.844,0.845,0.846,0.847],&#34;y&#34;:[0.19965358220845,0.202547962904098,0.204484541753768,0.205940663852884,0.209350637878108,0.213760484030595,0.216222935506928,0.216716506291636,0.218617304692544,0.221598151985233,0.222594690344525,0.222521585446179,0.225523170025031,0.226526653095753,0.229041855645713,0.230490679976769,0.231502687473625,0.233023517348593,0.235565778117191,0.23811751497006,0.24273469072563,0.24531324427562,0.245830114834032,0.24893949372518,0.249979070740896,0.250934734251503,0.254035074818927,0.256665351835111,0.256628764597419,0.257684843750481,0.258742528608274,0.259801822835652,0.26139378978903,0.262426970596686,0.266165644124266,0.267237517419267,0.269386196286159,0.272081331972823,0.274786842273412,0.277502787207265,0.278592100410669,0.281322755547623,0.281314071816865,0.281314071816865,0.282959440691133,0.284608640730022,0.286261685330162,0.287918587950714,0.287364183969059,0.290135378191999,0.291803289055559,0.292917402393565,0.294598649424467,0.295158329618165,0.297401443801237,0.30077935233957,0.300793509044983,0.302490472533596,0.305896473638306,0.308176130871951,0.307650303063398,0.311088930388306,0.312814404458922,0.314544005112333,0.316277747169744,0.316856584072799,0.317470236457062,0.318631644437532,0.320377246470614,0.322127050019002,0.322711254161393,0.323337526505677,0.324552878406408,0.325728423107177,0.328085207936264,0.330449617378263,0.331041915422274,0.331634692901103,0.334605792232911,0.337050160703936,0.335371513072321,0.338368420357082,0.340172441454092,0.341377580832852,0.340838569769542,0.340298675739353,0.343322910678624,0.346359581726071,0.347040293761079,0.348261031381378,0.350708555322816,0.351321700098003,0.349634377705329,0.350248092817872,0.350248092817872,0.352092289165114,0.353324302229743,0.35402223862553,0.356497676604187,0.358359668264188,0.357824704476564,0.359692243737823,0.360315796591831,0.359781126380227,0.360495425718344,0.359959561966537,0.360585579088303,0.361303328692915,0.363818082445545,0.36634131116618,0.36634131116618,0.366973447582778,0.368239320209293,0.36707241028795,0.370881525289323,0.370985831438361,0.37417917911897,0.373647429535615,0.373755709099426,0.377612790717751,0.377726566268289,0.376016119427788,0.376016119427788,0.376661858094593,0.376240441786445,0.37570521371797,0.377650351061184,0.377115184768058,0.377765007052923,0.379717832425731,0.381022522011536,0.379835459923038,0.3793001010041,0.380607247796278,0.381261668588466,0.382694054478693,0.384008676972326,0.384791735525566,0.387562668961516,0.387157318780133,0.389283246212457,0.391954018907914,0.393292921253296,0.392759978235125,0.393034666210251,0.394380422485448,0.395728553466308,0.397222684630792,0.395619423999483,0.397655837224097,0.397120614729329,0.398628489842568,0.399311053799123,0.396872788712868,0.399070397144584,0.399218490882696,0.399904987434407,0.400893453163737,0.400893453163737,0.402273509283921,0.403118759062184,0.405198391391534,0.40605160218528,0.408141803691659,0.41023768813614,0.411638113075892,0.409166764688584,0.411270716198434,0.411270716198434,0.412676541508784,0.411437965109636,0.414256331859992,0.413892903471745,0.414064671546372,0.413527810132874,0.413699469739885,0.415120435900439,0.41725678543505,0.417970212298369,0.415469419635783,0.415105268271538,0.417252457139222,0.416713329800044,0.416713329800044,0.416173203992689,0.416891085989483,0.416891085989483,0.4143719004231,0.4143719004231,0.414546807946721,0.416706195929615,0.417427331192738,0.41814913764842,0.416341362635538,0.417787329351133,0.419235996514369,0.421414077170028,0.422141462500071,0.422141462500071,0.422869528641857,0.424327707187559,0.425057821509412,0.425788620478886,0.427252276216389,0.426714186277381,0.426714186277381,0.427643236857649,0.428378350041843,0.43206432431193,0.433543589606276,0.433212747235051,0.433418190056021,0.434161623107345,0.434161623107345,0.435114107185125,0.432546340260696,0.434784957022268,0.437779753391829,0.434663227685349,0.434121929379111,0.435835812109119,0.43734357041592,0.439610647596345,0.436473618482672,0.436473618482672,0.437230713366769,0.43874709568745,0.441027166446835,0.441027166446835,0.443313859486494,0.445607203699197,0.445069171862906,0.445069171862906,0.446602743605072,0.446602743605072,0.445296991231228,0.446064633469414,0.446833022507469,0.445525475824566,0.445525475824566,0.447063974471744,0.450149982808295,0.449612709765727,0.449612709765727,0.450386589012442,0.449848758871921,0.449848758871921,0.449848758871921,0.450085501961982,0.450085501961982,0.451100589551853,0.451879000968485,0.454218830286832,0.455246069787954,0.454708523762344,0.454954459343486,0.455739778558791,0.453333761368858,0.455696660370534,0.457275839458048,0.458858159912377,0.460443631116253,0.460443631116253,0.461237551191597,0.45857293661959,0.460162079269734,0.463349900294561,0.462013983974333,0.462812664020054,0.464412425172476,0.462535501984861,0.461995558556287,0.461995558556287,0.462797440410185,0.465207929185074,0.466818969913309,0.468705458932753,0.468705458932753,0.468978483392521,0.468440690475214,0.469252337790467,0.467901807152268,0.469527025916613,0.47197104830563,0.47197104830563,0.473604540764524,0.471712979769644,0.474170324846356,0.474991112544127,0.475276709992196,0.474739583872953,0.475563184933637,0.474201356982694,0.473946895587942,0.473946895587942,0.473405916272873,0.47369112376441,0.473148486334749,0.471230826473576,0.467928765034373,0.467928765034373,0.467928765034373,0.469587680746134,0.468207231493816,0.468207231493816,0.469037693789907,0.469869017642822,0.471534255387584,0.469600114541749,0.469600114541749,0.472942179310811,0.471554841556171,0.470450357828111,0.471288939309919,0.471288939309919,0.472128398052598,0.470735552109023,0.470735552109023,0.471575600190789,0.471575600190789,0.471575600190789,0.471575600190789,0.47102164331294,0.469068418032264,0.469910237898278,0.471596533467873,0.469638044553611,0.469638044553611,0.469638044553611,0.470482826003017,0.470770479894022,0.471617643600635,0.471617643600635,0.472465702442217,0.473314657838251,0.472757265122058,0.470226613682741,0.468812795103406,0.468248248205177,0.466263564822397,0.467115546730312,0.466547384460651,0.468255288624623,0.469966842511664,0.46939990689517,0.470257670093891,0.471116351758206,0.468262389417976,0.469981297367512,0.469981297367512,0.469411941226741,0.472863334938688,0.472295243975069,0.470860435674685,0.470860435674685,0.470289262880043,0.467411276774465,0.468276775259627,0.465391938406393,0.463947176892521,0.463366032435754,0.465099214369826,0.465099214369826,0.465967216862411,0.465967216862411,0.465675102602194,0.467418358340688,0.470040379349289,0.471793169825097,0.468880614701719,0.468880614701719,0.468880614701719,0.469757814300658,0.467715762858976,0.469473698245957,0.471235497613989,0.470653740192115,0.472420720300909,0.473305670816044,0.471838986815115,0.470370684687984,0.472142231125579,0.473029472624574,0.474806900304794,0.471862199772665,0.470387402140021,0.470387402140021,0.468910969311604,0.469799863461608,0.468321465726246,0.470101562236394,0.470993094880128,0.470993094880128,0.470993094880128,0.470993094880128,0.469512071539721,0.468029399703479,0.46892126781298,0.46892126781298,0.465950306157225,0.463864246764873,0.463864246764873,0.463864246764873,0.462372620649875,0.462372620649875,0.461771186459869,0.46266404437355,0.459671089939889,0.46145845633987,0.463249837449018,0.462646346570529,0.462041497103952,0.462041497103952,0.460537085040365,0.460537085040365,0.459928834395035,0.460218751143139,0.458708208946688,0.460509651873006,0.461411902732331,0.460801541602624,0.460189795505907,0.460189795505907,0.461094425384161,0.459576659722893,0.458962129512831,0.461683195484301,0.463502411165462,0.464413575827008,0.465325780739036,0.461660694307071,0.460131088572859,0.460131088572859,0.461043975538998,0.458892017208857,0.45980628920877,0.45918531187825,0.45764724509183,0.458562905221076,0.459479619761582,0.460397390535677,0.458856476079347,0.457313784141617,0.4569783943534,0.459116498310172,0.460040983606557,0.460040983606557,0.460040983606557,0.460040983606557,0.45693366773166,0.456301760931626,0.457227298545137,0.454107648056781,0.455033525356502,0.455033525356502,0.458747858353133,0.458747858353133,0.459046395357382,0.459345983044005,0.456205004327193,0.457139186723413,0.45807446762929,0.460886920815241,0.460251105959648,0.458673737518513,0.460554952334942,0.458974966437653,0.456750523807469,0.456750523807469,0.457049402373216,0.456404498164235,0.454813595858113,0.454164880215434,0.453514618924055,0.453514618924055,0.453809488146461,0.449003596443248,0.44995023478044,0.452796956802313,0.452140372694946,0.453092303691516,0.454999598504001,0.452730472768404,0.452730472768404,0.450453134577673,0.451409218197902,0.451409218197902,0.450746195625581,0.450081568466072,0.45133551704325,0.451631789076471,0.452595564526054,0.450964600527556,0.451929143172588,0.443742414242314,0.444706080228745,0.442380554722676,0.440046473292752,0.44032521619316,0.44032521619316,0.44032521619316,0.441292705263996,0.441292705263996,0.443231256073555,0.443231256073555,0.445174585117105,0.444489961083274,0.445464202251965,0.443803645385246,0.438809642526941,0.439783382640525,0.440758329507567,0.439368751964791,0.44034647111818,0.439649872506828,0.43797225170622,0.440913775334937,0.440215274581312,0.439515026284603,0.435433590576767,0.435433590576767,0.434724700451928,0.435709943816938,0.436975861251278,0.436265787075214,0.436265787075214,0.437256354579129,0.437256354579129,0.436545288983927,0.436545288983927,0.43484025195222,0.435832424153951,0.436825852414694,0.437820539121158,0.437107483426365,0.433682965705178,0.428529848881746,0.428797051855751,0.428797051855751,0.428067926946492,0.424609971281467,0.420401429749793,0.415176425031382,0.415176425031382,0.415420268722008,0.415420268722008,0.406650905813665,0.406650905813665,0.40764537664877,0.405884214683857,0.404120775576867,0.402355054908503,0.403349319915087,0.403349319915087,0.402575864132089,0.400804560577057,0.401022921007767,0.400243417967618,0.398463675737517,0.396681614349775,0.390525716856549,0.391522649873682,0.389727880520761,0.387127950508456,0.386323032094774,0.384517769873553,0.382710133584636,0.379087720046488,0.380084342266358,0.380265127218302,0.378446323075154,0.379445815246771,0.377624063049818,0.374972496364153,0.375972999025323,0.377977990896308,0.376146788990826,0.377150733759958,0.373479912332962,0.370802359754516,0.371806758009628,0.370966825183305,0.369118682628243,0.369118682628243,0.360843861662379,0.354376362540006,0.355379843606658,0.353636234217068,0.351755104500837,0.34987142723988,0.345208446724173,0.347219316692908,0.347219316692908,0.34342526695296,0.34152436484798,0.34253003003003,0.343537067367845,0.341632348470191,0.338821665665012,0.339829611276474,0.338924535423281,0.337007506644338,0.336096688701205,0.334267524449315,0.332338036344154,0.325601973582887,0.326611931515678,0.320771405866975,0.31395289861198,0.31395289861198,0.306081275819003,0.304106498067347,0.304106498067347,0.297181803736409,0.299190179865314,0.299190179865314,0.293209639254077,0.292221263366042,0.288204658616151,0.288204658616151,0.290217385074764,0.281123735193563,0.279094681730345,0.279073928703362,0.278044635580141,0.277012399134029,0.277012399134029,0.274939045628701,0.275949609757373,0.275921893739157,0.268690639999766,0.267633695432749,0.264497364115615,0.266525334147659,0.264444450974227,0.263375187963287,0.264391306908534,0.26230281169235,0.258116686686007,0.260148664824365,0.25485761374449,0.255874936964196,0.256893752059443,0.258935871022597,0.254707852623744,0.251487464715606,0.247232847238824,0.245100824478982,0.240827316044672,0.236541143654114,0.233256378808648,0.229956947846338,0.229825292437391,0.230842914771783,0.226363360630876,0.22520245682035,0.223018674059685,0.223018674059685,0.223018674059685,0.22185012101746,0.217464348982075,0.219502438339181,0.212893589931933,0.212893589931933,0.209487875580914,0.210506280928816,0.208288146580195,0.203841763408173,0.205877730630206,0.204667010267917,0.200194729928136,0.195708770984828,0.193241275233431,0.190984350333752,0.190984350333752,0.18646009050675,0.183950748328203,0.177111332934885,0.172534074633555,0.170240126461584,0.167942621278466,0.163336906734236,0.159722703639515,0.157406268625652,0.152762555707513,0.153766887299992,0.144431690627636,0.144431690627636,0.140741753090108,0.137034393995387,0.132310991135872,0.133309489671117,0.133309489671117,0.130941119320942,0.128569006930918,0.128569006930918,0.127189961654648,0.127189961654648,0.122424751900253,0.120036477833936,0.117644412308186,0.112848870706609,0.110445376472938,0.10803805446392,0.10803805446392,0.105626895528166,0.103211890485093,0.104199117131907,0.0993552396488777,0.0969274874070711,0.0969274874070711,0.0969274874070711,0.0979128438879847,0.0964658206803389,0.0950141477217287,0.0960019269390635,0.0862017731480723,0.0862017731480723,0.0871864256114616,0.0857103576502315,0.0807737704918035,0.0807737704918035,0.0807737704918035,0.0782994753127944,0.0792825100326434,0.0768029869288992,0.0743194347591543,0.0718318436949618,0.061840892802293,0.0628169107195983,0.0628169107195983,0.0628169107195983,0.0628169107195983,0.0628169107195983,0.0587695376571046,0.0562508705254985,0.0537280738147001,0.0537280738147001,0.0547022401743237,0.0547022401743237,0.0556780063896061,0.0506148707822329,0.0480770512564157,0.0480770512564157,0.0480770512564157,0.0404384619753509,0.0404384619753509,0.0353250230067763,0.0337276380932588,0.031159002160465,0.031159002160465,0.031159002160465,0.0260089384723951,0.0260089384723951,0.0260089384723951,0.0260089384723951,0.0260089384723951,0.0260089384723951,0.020841748121819,0.020841748121819,0.020841748121819,0.0182517037281581,0.0182517037281581,0.0182517037281581,0.0182517037281581,0.0182517037281581,0.0182517037281581,0.0182517037281581,0.015657345533745,0.015657345533745,0.015657345533745,0.015657345533745,0.0130586627524419,0.0130586627524419,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.00784828010450827,0.00523655848505183,0.00523655848505183,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469],&#34;text&#34;:[&#34;color: FALSE&lt;br /&gt;threshold: 0.050&lt;br /&gt;value: 0.199653582&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.051&lt;br /&gt;value: 0.202547963&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.052&lt;br /&gt;value: 0.204484542&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.053&lt;br /&gt;value: 0.205940664&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.054&lt;br /&gt;value: 0.209350638&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.055&lt;br /&gt;value: 0.213760484&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.056&lt;br /&gt;value: 0.216222936&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.057&lt;br /&gt;value: 0.216716506&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.058&lt;br /&gt;value: 0.218617305&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.059&lt;br /&gt;value: 0.221598152&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.060&lt;br /&gt;value: 0.222594690&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.061&lt;br /&gt;value: 0.222521585&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.062&lt;br /&gt;value: 0.225523170&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.063&lt;br /&gt;value: 0.226526653&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.064&lt;br /&gt;value: 0.229041856&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.065&lt;br /&gt;value: 0.230490680&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.066&lt;br /&gt;value: 0.231502687&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.067&lt;br /&gt;value: 0.233023517&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.068&lt;br /&gt;value: 0.235565778&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.069&lt;br /&gt;value: 0.238117515&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.070&lt;br /&gt;value: 0.242734691&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.071&lt;br /&gt;value: 0.245313244&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.072&lt;br /&gt;value: 0.245830115&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.073&lt;br /&gt;value: 0.248939494&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.074&lt;br /&gt;value: 0.249979071&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.075&lt;br /&gt;value: 0.250934734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.076&lt;br /&gt;value: 0.254035075&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.077&lt;br /&gt;value: 0.256665352&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.078&lt;br /&gt;value: 0.256628765&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.079&lt;br /&gt;value: 0.257684844&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.080&lt;br /&gt;value: 0.258742529&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.081&lt;br /&gt;value: 0.259801823&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.082&lt;br /&gt;value: 0.261393790&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.083&lt;br /&gt;value: 0.262426971&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.084&lt;br /&gt;value: 0.266165644&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.085&lt;br /&gt;value: 0.267237517&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.086&lt;br /&gt;value: 0.269386196&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.087&lt;br /&gt;value: 0.272081332&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.088&lt;br /&gt;value: 0.274786842&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.089&lt;br /&gt;value: 0.277502787&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.090&lt;br /&gt;value: 0.278592100&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.091&lt;br /&gt;value: 0.281322756&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.092&lt;br /&gt;value: 0.281314072&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.093&lt;br /&gt;value: 0.281314072&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.094&lt;br /&gt;value: 0.282959441&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.095&lt;br /&gt;value: 0.284608641&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.096&lt;br /&gt;value: 0.286261685&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.097&lt;br /&gt;value: 0.287918588&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.098&lt;br /&gt;value: 0.287364184&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.099&lt;br /&gt;value: 0.290135378&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.100&lt;br /&gt;value: 0.291803289&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.101&lt;br /&gt;value: 0.292917402&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.102&lt;br /&gt;value: 0.294598649&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.103&lt;br /&gt;value: 0.295158330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.104&lt;br /&gt;value: 0.297401444&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.105&lt;br /&gt;value: 0.300779352&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.106&lt;br /&gt;value: 0.300793509&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.107&lt;br /&gt;value: 0.302490473&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.108&lt;br /&gt;value: 0.305896474&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.109&lt;br /&gt;value: 0.308176131&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.110&lt;br /&gt;value: 0.307650303&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.111&lt;br /&gt;value: 0.311088930&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.112&lt;br /&gt;value: 0.312814404&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.113&lt;br /&gt;value: 0.314544005&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.114&lt;br /&gt;value: 0.316277747&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.115&lt;br /&gt;value: 0.316856584&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.116&lt;br /&gt;value: 0.317470236&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.117&lt;br /&gt;value: 0.318631644&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.118&lt;br /&gt;value: 0.320377246&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.119&lt;br /&gt;value: 0.322127050&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.120&lt;br /&gt;value: 0.322711254&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.121&lt;br /&gt;value: 0.323337527&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.122&lt;br /&gt;value: 0.324552878&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.123&lt;br /&gt;value: 0.325728423&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.124&lt;br /&gt;value: 0.328085208&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.125&lt;br /&gt;value: 0.330449617&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.126&lt;br /&gt;value: 0.331041915&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.127&lt;br /&gt;value: 0.331634693&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.128&lt;br /&gt;value: 0.334605792&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.129&lt;br /&gt;value: 0.337050161&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.130&lt;br /&gt;value: 0.335371513&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.131&lt;br /&gt;value: 0.338368420&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.132&lt;br /&gt;value: 0.340172441&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.133&lt;br /&gt;value: 0.341377581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.134&lt;br /&gt;value: 0.340838570&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.135&lt;br /&gt;value: 0.340298676&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.136&lt;br /&gt;value: 0.343322911&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.137&lt;br /&gt;value: 0.346359582&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.138&lt;br /&gt;value: 0.347040294&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.139&lt;br /&gt;value: 0.348261031&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.140&lt;br /&gt;value: 0.350708555&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.141&lt;br /&gt;value: 0.351321700&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.142&lt;br /&gt;value: 0.349634378&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.143&lt;br /&gt;value: 0.350248093&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.144&lt;br /&gt;value: 0.350248093&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.145&lt;br /&gt;value: 0.352092289&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.146&lt;br /&gt;value: 0.353324302&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.147&lt;br /&gt;value: 0.354022239&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.148&lt;br /&gt;value: 0.356497677&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.149&lt;br /&gt;value: 0.358359668&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.150&lt;br /&gt;value: 0.357824704&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.151&lt;br /&gt;value: 0.359692244&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.152&lt;br /&gt;value: 0.360315797&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.153&lt;br /&gt;value: 0.359781126&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.154&lt;br /&gt;value: 0.360495426&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.155&lt;br /&gt;value: 0.359959562&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.156&lt;br /&gt;value: 0.360585579&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.157&lt;br /&gt;value: 0.361303329&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.158&lt;br /&gt;value: 0.363818082&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.159&lt;br /&gt;value: 0.366341311&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.160&lt;br /&gt;value: 0.366341311&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.161&lt;br /&gt;value: 0.366973448&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.162&lt;br /&gt;value: 0.368239320&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.163&lt;br /&gt;value: 0.367072410&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.164&lt;br /&gt;value: 0.370881525&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.165&lt;br /&gt;value: 0.370985831&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.166&lt;br /&gt;value: 0.374179179&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.167&lt;br /&gt;value: 0.373647430&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.168&lt;br /&gt;value: 0.373755709&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.169&lt;br /&gt;value: 0.377612791&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.170&lt;br /&gt;value: 0.377726566&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.171&lt;br /&gt;value: 0.376016119&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.172&lt;br /&gt;value: 0.376016119&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.173&lt;br /&gt;value: 0.376661858&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.174&lt;br /&gt;value: 0.376240442&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.175&lt;br /&gt;value: 0.375705214&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.176&lt;br /&gt;value: 0.377650351&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.177&lt;br /&gt;value: 0.377115185&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.178&lt;br /&gt;value: 0.377765007&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.179&lt;br /&gt;value: 0.379717832&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.180&lt;br /&gt;value: 0.381022522&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.181&lt;br /&gt;value: 0.379835460&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.182&lt;br /&gt;value: 0.379300101&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.183&lt;br /&gt;value: 0.380607248&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.184&lt;br /&gt;value: 0.381261669&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.185&lt;br /&gt;value: 0.382694054&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.186&lt;br /&gt;value: 0.384008677&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.187&lt;br /&gt;value: 0.384791736&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.188&lt;br /&gt;value: 0.387562669&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.189&lt;br /&gt;value: 0.387157319&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.190&lt;br /&gt;value: 0.389283246&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.191&lt;br /&gt;value: 0.391954019&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.192&lt;br /&gt;value: 0.393292921&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.193&lt;br /&gt;value: 0.392759978&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.194&lt;br /&gt;value: 0.393034666&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.195&lt;br /&gt;value: 0.394380422&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.196&lt;br /&gt;value: 0.395728553&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.197&lt;br /&gt;value: 0.397222685&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.198&lt;br /&gt;value: 0.395619424&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.199&lt;br /&gt;value: 0.397655837&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.200&lt;br /&gt;value: 0.397120615&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.201&lt;br /&gt;value: 0.398628490&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.202&lt;br /&gt;value: 0.399311054&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.203&lt;br /&gt;value: 0.396872789&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.204&lt;br /&gt;value: 0.399070397&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.205&lt;br /&gt;value: 0.399218491&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.206&lt;br /&gt;value: 0.399904987&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.207&lt;br /&gt;value: 0.400893453&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.208&lt;br /&gt;value: 0.400893453&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.209&lt;br /&gt;value: 0.402273509&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.210&lt;br /&gt;value: 0.403118759&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.211&lt;br /&gt;value: 0.405198391&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.212&lt;br /&gt;value: 0.406051602&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.213&lt;br /&gt;value: 0.408141804&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.214&lt;br /&gt;value: 0.410237688&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.215&lt;br /&gt;value: 0.411638113&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.216&lt;br /&gt;value: 0.409166765&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.217&lt;br /&gt;value: 0.411270716&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.218&lt;br /&gt;value: 0.411270716&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.219&lt;br /&gt;value: 0.412676542&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.220&lt;br /&gt;value: 0.411437965&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.221&lt;br /&gt;value: 0.414256332&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.222&lt;br /&gt;value: 0.413892903&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.223&lt;br /&gt;value: 0.414064672&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.224&lt;br /&gt;value: 0.413527810&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.225&lt;br /&gt;value: 0.413699470&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.226&lt;br /&gt;value: 0.415120436&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.227&lt;br /&gt;value: 0.417256785&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.228&lt;br /&gt;value: 0.417970212&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.229&lt;br /&gt;value: 0.415469420&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.230&lt;br /&gt;value: 0.415105268&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.231&lt;br /&gt;value: 0.417252457&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.232&lt;br /&gt;value: 0.416713330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.233&lt;br /&gt;value: 0.416713330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.234&lt;br /&gt;value: 0.416173204&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.235&lt;br /&gt;value: 0.416891086&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.236&lt;br /&gt;value: 0.416891086&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.237&lt;br /&gt;value: 0.414371900&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.238&lt;br /&gt;value: 0.414371900&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.239&lt;br /&gt;value: 0.414546808&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.240&lt;br /&gt;value: 0.416706196&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.241&lt;br /&gt;value: 0.417427331&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.242&lt;br /&gt;value: 0.418149138&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.243&lt;br /&gt;value: 0.416341363&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.244&lt;br /&gt;value: 0.417787329&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.245&lt;br /&gt;value: 0.419235997&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.246&lt;br /&gt;value: 0.421414077&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.247&lt;br /&gt;value: 0.422141463&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.248&lt;br /&gt;value: 0.422141463&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.249&lt;br /&gt;value: 0.422869529&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.250&lt;br /&gt;value: 0.424327707&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.251&lt;br /&gt;value: 0.425057822&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.252&lt;br /&gt;value: 0.425788620&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.253&lt;br /&gt;value: 0.427252276&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.254&lt;br /&gt;value: 0.426714186&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.255&lt;br /&gt;value: 0.426714186&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.256&lt;br /&gt;value: 0.427643237&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.257&lt;br /&gt;value: 0.428378350&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.258&lt;br /&gt;value: 0.432064324&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.259&lt;br /&gt;value: 0.433543590&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.260&lt;br /&gt;value: 0.433212747&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.261&lt;br /&gt;value: 0.433418190&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.262&lt;br /&gt;value: 0.434161623&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.263&lt;br /&gt;value: 0.434161623&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.264&lt;br /&gt;value: 0.435114107&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.265&lt;br /&gt;value: 0.432546340&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.266&lt;br /&gt;value: 0.434784957&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.267&lt;br /&gt;value: 0.437779753&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.268&lt;br /&gt;value: 0.434663228&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.269&lt;br /&gt;value: 0.434121929&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.270&lt;br /&gt;value: 0.435835812&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.271&lt;br /&gt;value: 0.437343570&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.272&lt;br /&gt;value: 0.439610648&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.273&lt;br /&gt;value: 0.436473618&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.274&lt;br /&gt;value: 0.436473618&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.275&lt;br /&gt;value: 0.437230713&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.276&lt;br /&gt;value: 0.438747096&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.277&lt;br /&gt;value: 0.441027166&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.278&lt;br /&gt;value: 0.441027166&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.279&lt;br /&gt;value: 0.443313859&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.280&lt;br /&gt;value: 0.445607204&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.281&lt;br /&gt;value: 0.445069172&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.282&lt;br /&gt;value: 0.445069172&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.283&lt;br /&gt;value: 0.446602744&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.284&lt;br /&gt;value: 0.446602744&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.285&lt;br /&gt;value: 0.445296991&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.286&lt;br /&gt;value: 0.446064633&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.287&lt;br /&gt;value: 0.446833023&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.288&lt;br /&gt;value: 0.445525476&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.289&lt;br /&gt;value: 0.445525476&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.290&lt;br /&gt;value: 0.447063974&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.291&lt;br /&gt;value: 0.450149983&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.292&lt;br /&gt;value: 0.449612710&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.293&lt;br /&gt;value: 0.449612710&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.294&lt;br /&gt;value: 0.450386589&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.295&lt;br /&gt;value: 0.449848759&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.296&lt;br /&gt;value: 0.449848759&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.297&lt;br /&gt;value: 0.449848759&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.298&lt;br /&gt;value: 0.450085502&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.299&lt;br /&gt;value: 0.450085502&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.300&lt;br /&gt;value: 0.451100590&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.301&lt;br /&gt;value: 0.451879001&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.302&lt;br /&gt;value: 0.454218830&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.303&lt;br /&gt;value: 0.455246070&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.304&lt;br /&gt;value: 0.454708524&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.305&lt;br /&gt;value: 0.454954459&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.306&lt;br /&gt;value: 0.455739779&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.307&lt;br /&gt;value: 0.453333761&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.308&lt;br /&gt;value: 0.455696660&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.309&lt;br /&gt;value: 0.457275839&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.310&lt;br /&gt;value: 0.458858160&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.311&lt;br /&gt;value: 0.460443631&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.312&lt;br /&gt;value: 0.460443631&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.313&lt;br /&gt;value: 0.461237551&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.314&lt;br /&gt;value: 0.458572937&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.315&lt;br /&gt;value: 0.460162079&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.316&lt;br /&gt;value: 0.463349900&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.317&lt;br /&gt;value: 0.462013984&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.318&lt;br /&gt;value: 0.462812664&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.319&lt;br /&gt;value: 0.464412425&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.320&lt;br /&gt;value: 0.462535502&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.321&lt;br /&gt;value: 0.461995559&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.322&lt;br /&gt;value: 0.461995559&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.323&lt;br /&gt;value: 0.462797440&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.324&lt;br /&gt;value: 0.465207929&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.325&lt;br /&gt;value: 0.466818970&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.326&lt;br /&gt;value: 0.468705459&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.327&lt;br /&gt;value: 0.468705459&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.328&lt;br /&gt;value: 0.468978483&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.329&lt;br /&gt;value: 0.468440690&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.330&lt;br /&gt;value: 0.469252338&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.331&lt;br /&gt;value: 0.467901807&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.332&lt;br /&gt;value: 0.469527026&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.333&lt;br /&gt;value: 0.471971048&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.334&lt;br /&gt;value: 0.471971048&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.335&lt;br /&gt;value: 0.473604541&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.336&lt;br /&gt;value: 0.471712980&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.337&lt;br /&gt;value: 0.474170325&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.338&lt;br /&gt;value: 0.474991113&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.340&lt;br /&gt;value: 0.475276710&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.341&lt;br /&gt;value: 0.474739584&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.342&lt;br /&gt;value: 0.475563185&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.343&lt;br /&gt;value: 0.474201357&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.344&lt;br /&gt;value: 0.473946896&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.345&lt;br /&gt;value: 0.473946896&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.346&lt;br /&gt;value: 0.473405916&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.347&lt;br /&gt;value: 0.473691124&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.348&lt;br /&gt;value: 0.473148486&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.349&lt;br /&gt;value: 0.471230826&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.350&lt;br /&gt;value: 0.467928765&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.351&lt;br /&gt;value: 0.467928765&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.352&lt;br /&gt;value: 0.467928765&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.353&lt;br /&gt;value: 0.469587681&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.354&lt;br /&gt;value: 0.468207231&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.355&lt;br /&gt;value: 0.468207231&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.356&lt;br /&gt;value: 0.469037694&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.357&lt;br /&gt;value: 0.469869018&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.358&lt;br /&gt;value: 0.471534255&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.359&lt;br /&gt;value: 0.469600115&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.360&lt;br /&gt;value: 0.469600115&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.361&lt;br /&gt;value: 0.472942179&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.362&lt;br /&gt;value: 0.471554842&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.363&lt;br /&gt;value: 0.470450358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.364&lt;br /&gt;value: 0.471288939&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.365&lt;br /&gt;value: 0.471288939&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.366&lt;br /&gt;value: 0.472128398&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.367&lt;br /&gt;value: 0.470735552&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.368&lt;br /&gt;value: 0.470735552&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.369&lt;br /&gt;value: 0.471575600&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.370&lt;br /&gt;value: 0.471575600&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.371&lt;br /&gt;value: 0.471575600&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.372&lt;br /&gt;value: 0.471575600&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.373&lt;br /&gt;value: 0.471021643&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.374&lt;br /&gt;value: 0.469068418&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.375&lt;br /&gt;value: 0.469910238&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.376&lt;br /&gt;value: 0.471596533&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.377&lt;br /&gt;value: 0.469638045&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.378&lt;br /&gt;value: 0.469638045&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.379&lt;br /&gt;value: 0.469638045&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.380&lt;br /&gt;value: 0.470482826&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.381&lt;br /&gt;value: 0.470770480&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.382&lt;br /&gt;value: 0.471617644&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.383&lt;br /&gt;value: 0.471617644&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.384&lt;br /&gt;value: 0.472465702&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.385&lt;br /&gt;value: 0.473314658&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.386&lt;br /&gt;value: 0.472757265&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.387&lt;br /&gt;value: 0.470226614&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.388&lt;br /&gt;value: 0.468812795&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.389&lt;br /&gt;value: 0.468248248&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.390&lt;br /&gt;value: 0.466263565&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.391&lt;br /&gt;value: 0.467115547&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.392&lt;br /&gt;value: 0.466547384&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.393&lt;br /&gt;value: 0.468255289&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.394&lt;br /&gt;value: 0.469966843&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.395&lt;br /&gt;value: 0.469399907&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.396&lt;br /&gt;value: 0.470257670&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.397&lt;br /&gt;value: 0.471116352&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.398&lt;br /&gt;value: 0.468262389&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.399&lt;br /&gt;value: 0.469981297&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.400&lt;br /&gt;value: 0.469981297&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.401&lt;br /&gt;value: 0.469411941&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.402&lt;br /&gt;value: 0.472863335&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.403&lt;br /&gt;value: 0.472295244&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.404&lt;br /&gt;value: 0.470860436&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.405&lt;br /&gt;value: 0.470860436&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.406&lt;br /&gt;value: 0.470289263&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.407&lt;br /&gt;value: 0.467411277&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.408&lt;br /&gt;value: 0.468276775&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.409&lt;br /&gt;value: 0.465391938&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.410&lt;br /&gt;value: 0.463947177&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.411&lt;br /&gt;value: 0.463366032&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.412&lt;br /&gt;value: 0.465099214&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.413&lt;br /&gt;value: 0.465099214&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.414&lt;br /&gt;value: 0.465967217&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.415&lt;br /&gt;value: 0.465967217&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.416&lt;br /&gt;value: 0.465675103&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.417&lt;br /&gt;value: 0.467418358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.418&lt;br /&gt;value: 0.470040379&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.419&lt;br /&gt;value: 0.471793170&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.420&lt;br /&gt;value: 0.468880615&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.421&lt;br /&gt;value: 0.468880615&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.422&lt;br /&gt;value: 0.468880615&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.423&lt;br /&gt;value: 0.469757814&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.424&lt;br /&gt;value: 0.467715763&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.425&lt;br /&gt;value: 0.469473698&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.426&lt;br /&gt;value: 0.471235498&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.427&lt;br /&gt;value: 0.470653740&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.428&lt;br /&gt;value: 0.472420720&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.429&lt;br /&gt;value: 0.473305671&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.430&lt;br /&gt;value: 0.471838987&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.431&lt;br /&gt;value: 0.470370685&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.432&lt;br /&gt;value: 0.472142231&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.433&lt;br /&gt;value: 0.473029473&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.434&lt;br /&gt;value: 0.474806900&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.435&lt;br /&gt;value: 0.471862200&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.436&lt;br /&gt;value: 0.470387402&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.437&lt;br /&gt;value: 0.470387402&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.438&lt;br /&gt;value: 0.468910969&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.439&lt;br /&gt;value: 0.469799863&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.440&lt;br /&gt;value: 0.468321466&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.441&lt;br /&gt;value: 0.470101562&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.442&lt;br /&gt;value: 0.470993095&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.443&lt;br /&gt;value: 0.470993095&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.444&lt;br /&gt;value: 0.470993095&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.445&lt;br /&gt;value: 0.470993095&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.446&lt;br /&gt;value: 0.469512072&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.447&lt;br /&gt;value: 0.468029400&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.448&lt;br /&gt;value: 0.468921268&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.449&lt;br /&gt;value: 0.468921268&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.450&lt;br /&gt;value: 0.465950306&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.451&lt;br /&gt;value: 0.463864247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.452&lt;br /&gt;value: 0.463864247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.453&lt;br /&gt;value: 0.463864247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.454&lt;br /&gt;value: 0.462372621&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.455&lt;br /&gt;value: 0.462372621&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.456&lt;br /&gt;value: 0.461771186&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.457&lt;br /&gt;value: 0.462664044&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.458&lt;br /&gt;value: 0.459671090&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.459&lt;br /&gt;value: 0.461458456&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.460&lt;br /&gt;value: 0.463249837&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.461&lt;br /&gt;value: 0.462646347&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.462&lt;br /&gt;value: 0.462041497&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.463&lt;br /&gt;value: 0.462041497&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.464&lt;br /&gt;value: 0.460537085&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.465&lt;br /&gt;value: 0.460537085&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.466&lt;br /&gt;value: 0.459928834&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.467&lt;br /&gt;value: 0.460218751&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.468&lt;br /&gt;value: 0.458708209&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.469&lt;br /&gt;value: 0.460509652&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.470&lt;br /&gt;value: 0.461411903&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.471&lt;br /&gt;value: 0.460801542&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.472&lt;br /&gt;value: 0.460189796&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.473&lt;br /&gt;value: 0.460189796&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.474&lt;br /&gt;value: 0.461094425&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.475&lt;br /&gt;value: 0.459576660&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.476&lt;br /&gt;value: 0.458962130&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.477&lt;br /&gt;value: 0.461683195&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.478&lt;br /&gt;value: 0.463502411&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.479&lt;br /&gt;value: 0.464413576&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.480&lt;br /&gt;value: 0.465325781&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.481&lt;br /&gt;value: 0.461660694&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.482&lt;br /&gt;value: 0.460131089&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.483&lt;br /&gt;value: 0.460131089&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.484&lt;br /&gt;value: 0.461043976&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.485&lt;br /&gt;value: 0.458892017&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.486&lt;br /&gt;value: 0.459806289&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.487&lt;br /&gt;value: 0.459185312&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.488&lt;br /&gt;value: 0.457647245&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.489&lt;br /&gt;value: 0.458562905&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.490&lt;br /&gt;value: 0.459479620&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.491&lt;br /&gt;value: 0.460397391&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.492&lt;br /&gt;value: 0.458856476&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.493&lt;br /&gt;value: 0.457313784&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.494&lt;br /&gt;value: 0.456978394&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.495&lt;br /&gt;value: 0.459116498&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.496&lt;br /&gt;value: 0.460040984&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.497&lt;br /&gt;value: 0.460040984&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.498&lt;br /&gt;value: 0.460040984&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.499&lt;br /&gt;value: 0.460040984&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.500&lt;br /&gt;value: 0.456933668&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.501&lt;br /&gt;value: 0.456301761&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.502&lt;br /&gt;value: 0.457227299&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.503&lt;br /&gt;value: 0.454107648&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.504&lt;br /&gt;value: 0.455033525&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.505&lt;br /&gt;value: 0.455033525&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.506&lt;br /&gt;value: 0.458747858&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.507&lt;br /&gt;value: 0.458747858&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.508&lt;br /&gt;value: 0.459046395&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.509&lt;br /&gt;value: 0.459345983&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.510&lt;br /&gt;value: 0.456205004&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.511&lt;br /&gt;value: 0.457139187&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.512&lt;br /&gt;value: 0.458074468&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.513&lt;br /&gt;value: 0.460886921&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.514&lt;br /&gt;value: 0.460251106&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.515&lt;br /&gt;value: 0.458673738&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.516&lt;br /&gt;value: 0.460554952&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.517&lt;br /&gt;value: 0.458974966&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.518&lt;br /&gt;value: 0.456750524&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.519&lt;br /&gt;value: 0.456750524&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.520&lt;br /&gt;value: 0.457049402&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.521&lt;br /&gt;value: 0.456404498&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.522&lt;br /&gt;value: 0.454813596&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.523&lt;br /&gt;value: 0.454164880&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.524&lt;br /&gt;value: 0.453514619&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.525&lt;br /&gt;value: 0.453514619&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.526&lt;br /&gt;value: 0.453809488&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.527&lt;br /&gt;value: 0.449003596&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.528&lt;br /&gt;value: 0.449950235&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.529&lt;br /&gt;value: 0.452796957&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.530&lt;br /&gt;value: 0.452140373&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.531&lt;br /&gt;value: 0.453092304&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.532&lt;br /&gt;value: 0.454999599&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.533&lt;br /&gt;value: 0.452730473&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.534&lt;br /&gt;value: 0.452730473&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.535&lt;br /&gt;value: 0.450453135&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.536&lt;br /&gt;value: 0.451409218&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.537&lt;br /&gt;value: 0.451409218&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.538&lt;br /&gt;value: 0.450746196&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.539&lt;br /&gt;value: 0.450081568&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.540&lt;br /&gt;value: 0.451335517&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.541&lt;br /&gt;value: 0.451631789&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.542&lt;br /&gt;value: 0.452595565&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.543&lt;br /&gt;value: 0.450964601&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.544&lt;br /&gt;value: 0.451929143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.545&lt;br /&gt;value: 0.443742414&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.546&lt;br /&gt;value: 0.444706080&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.547&lt;br /&gt;value: 0.442380555&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.548&lt;br /&gt;value: 0.440046473&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.549&lt;br /&gt;value: 0.440325216&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.550&lt;br /&gt;value: 0.440325216&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.551&lt;br /&gt;value: 0.440325216&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.552&lt;br /&gt;value: 0.441292705&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.553&lt;br /&gt;value: 0.441292705&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.554&lt;br /&gt;value: 0.443231256&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.555&lt;br /&gt;value: 0.443231256&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.556&lt;br /&gt;value: 0.445174585&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.557&lt;br /&gt;value: 0.444489961&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.558&lt;br /&gt;value: 0.445464202&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.559&lt;br /&gt;value: 0.443803645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.560&lt;br /&gt;value: 0.438809643&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.561&lt;br /&gt;value: 0.439783383&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.562&lt;br /&gt;value: 0.440758330&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.563&lt;br /&gt;value: 0.439368752&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.564&lt;br /&gt;value: 0.440346471&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.565&lt;br /&gt;value: 0.439649873&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.566&lt;br /&gt;value: 0.437972252&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.567&lt;br /&gt;value: 0.440913775&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.568&lt;br /&gt;value: 0.440215275&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.569&lt;br /&gt;value: 0.439515026&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.570&lt;br /&gt;value: 0.435433591&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.571&lt;br /&gt;value: 0.435433591&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.572&lt;br /&gt;value: 0.434724700&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.573&lt;br /&gt;value: 0.435709944&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.574&lt;br /&gt;value: 0.436975861&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.575&lt;br /&gt;value: 0.436265787&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.576&lt;br /&gt;value: 0.436265787&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.577&lt;br /&gt;value: 0.437256355&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.578&lt;br /&gt;value: 0.437256355&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.579&lt;br /&gt;value: 0.436545289&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.580&lt;br /&gt;value: 0.436545289&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.581&lt;br /&gt;value: 0.434840252&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.582&lt;br /&gt;value: 0.435832424&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.583&lt;br /&gt;value: 0.436825852&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.584&lt;br /&gt;value: 0.437820539&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.585&lt;br /&gt;value: 0.437107483&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.586&lt;br /&gt;value: 0.433682966&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.587&lt;br /&gt;value: 0.428529849&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.588&lt;br /&gt;value: 0.428797052&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.589&lt;br /&gt;value: 0.428797052&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.590&lt;br /&gt;value: 0.428067927&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.591&lt;br /&gt;value: 0.424609971&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.592&lt;br /&gt;value: 0.420401430&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.593&lt;br /&gt;value: 0.415176425&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.594&lt;br /&gt;value: 0.415176425&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.595&lt;br /&gt;value: 0.415420269&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.596&lt;br /&gt;value: 0.415420269&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.597&lt;br /&gt;value: 0.406650906&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.598&lt;br /&gt;value: 0.406650906&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.599&lt;br /&gt;value: 0.407645377&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.600&lt;br /&gt;value: 0.405884215&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.601&lt;br /&gt;value: 0.404120776&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.602&lt;br /&gt;value: 0.402355055&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.603&lt;br /&gt;value: 0.403349320&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.604&lt;br /&gt;value: 0.403349320&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.605&lt;br /&gt;value: 0.402575864&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.606&lt;br /&gt;value: 0.400804561&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.607&lt;br /&gt;value: 0.401022921&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.608&lt;br /&gt;value: 0.400243418&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.609&lt;br /&gt;value: 0.398463676&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.610&lt;br /&gt;value: 0.396681614&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.611&lt;br /&gt;value: 0.390525717&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.612&lt;br /&gt;value: 0.391522650&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.613&lt;br /&gt;value: 0.389727881&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.614&lt;br /&gt;value: 0.387127951&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.615&lt;br /&gt;value: 0.386323032&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.616&lt;br /&gt;value: 0.384517770&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.617&lt;br /&gt;value: 0.382710134&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.618&lt;br /&gt;value: 0.379087720&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.619&lt;br /&gt;value: 0.380084342&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.620&lt;br /&gt;value: 0.380265127&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.621&lt;br /&gt;value: 0.378446323&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.622&lt;br /&gt;value: 0.379445815&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.623&lt;br /&gt;value: 0.377624063&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.624&lt;br /&gt;value: 0.374972496&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.625&lt;br /&gt;value: 0.375972999&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.626&lt;br /&gt;value: 0.377977991&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.627&lt;br /&gt;value: 0.376146789&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.628&lt;br /&gt;value: 0.377150734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.629&lt;br /&gt;value: 0.373479912&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.630&lt;br /&gt;value: 0.370802360&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.631&lt;br /&gt;value: 0.371806758&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.632&lt;br /&gt;value: 0.370966825&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.633&lt;br /&gt;value: 0.369118683&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.634&lt;br /&gt;value: 0.369118683&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.635&lt;br /&gt;value: 0.360843862&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.636&lt;br /&gt;value: 0.354376363&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.637&lt;br /&gt;value: 0.355379844&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.638&lt;br /&gt;value: 0.353636234&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.639&lt;br /&gt;value: 0.351755105&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.640&lt;br /&gt;value: 0.349871427&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.641&lt;br /&gt;value: 0.345208447&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.642&lt;br /&gt;value: 0.347219317&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.643&lt;br /&gt;value: 0.347219317&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.644&lt;br /&gt;value: 0.343425267&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.645&lt;br /&gt;value: 0.341524365&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.646&lt;br /&gt;value: 0.342530030&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.647&lt;br /&gt;value: 0.343537067&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.648&lt;br /&gt;value: 0.341632348&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.649&lt;br /&gt;value: 0.338821666&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.650&lt;br /&gt;value: 0.339829611&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.651&lt;br /&gt;value: 0.338924535&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.652&lt;br /&gt;value: 0.337007507&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.653&lt;br /&gt;value: 0.336096689&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.654&lt;br /&gt;value: 0.334267524&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.655&lt;br /&gt;value: 0.332338036&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.656&lt;br /&gt;value: 0.325601974&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.657&lt;br /&gt;value: 0.326611932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.658&lt;br /&gt;value: 0.320771406&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.659&lt;br /&gt;value: 0.313952899&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.660&lt;br /&gt;value: 0.313952899&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.661&lt;br /&gt;value: 0.306081276&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.662&lt;br /&gt;value: 0.304106498&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.663&lt;br /&gt;value: 0.304106498&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.664&lt;br /&gt;value: 0.297181804&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.665&lt;br /&gt;value: 0.299190180&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.666&lt;br /&gt;value: 0.299190180&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.667&lt;br /&gt;value: 0.293209639&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.668&lt;br /&gt;value: 0.292221263&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.669&lt;br /&gt;value: 0.288204659&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.670&lt;br /&gt;value: 0.288204659&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.671&lt;br /&gt;value: 0.290217385&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.672&lt;br /&gt;value: 0.281123735&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.673&lt;br /&gt;value: 0.279094682&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.674&lt;br /&gt;value: 0.279073929&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.675&lt;br /&gt;value: 0.278044636&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.676&lt;br /&gt;value: 0.277012399&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.677&lt;br /&gt;value: 0.277012399&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.678&lt;br /&gt;value: 0.274939046&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.679&lt;br /&gt;value: 0.275949610&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.680&lt;br /&gt;value: 0.275921894&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.681&lt;br /&gt;value: 0.268690640&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.682&lt;br /&gt;value: 0.267633695&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.683&lt;br /&gt;value: 0.264497364&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.684&lt;br /&gt;value: 0.266525334&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.685&lt;br /&gt;value: 0.264444451&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.686&lt;br /&gt;value: 0.263375188&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.687&lt;br /&gt;value: 0.264391307&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.688&lt;br /&gt;value: 0.262302812&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.689&lt;br /&gt;value: 0.258116687&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.690&lt;br /&gt;value: 0.260148665&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.691&lt;br /&gt;value: 0.254857614&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.692&lt;br /&gt;value: 0.255874937&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.693&lt;br /&gt;value: 0.256893752&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.694&lt;br /&gt;value: 0.258935871&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.695&lt;br /&gt;value: 0.254707853&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.696&lt;br /&gt;value: 0.251487465&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.697&lt;br /&gt;value: 0.247232847&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.698&lt;br /&gt;value: 0.245100824&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.699&lt;br /&gt;value: 0.240827316&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.700&lt;br /&gt;value: 0.236541144&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.701&lt;br /&gt;value: 0.233256379&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.702&lt;br /&gt;value: 0.229956948&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.703&lt;br /&gt;value: 0.229825292&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.704&lt;br /&gt;value: 0.230842915&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.705&lt;br /&gt;value: 0.226363361&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.706&lt;br /&gt;value: 0.225202457&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.707&lt;br /&gt;value: 0.223018674&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.708&lt;br /&gt;value: 0.223018674&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.709&lt;br /&gt;value: 0.223018674&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.710&lt;br /&gt;value: 0.221850121&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.711&lt;br /&gt;value: 0.217464349&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.712&lt;br /&gt;value: 0.219502438&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.713&lt;br /&gt;value: 0.212893590&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.714&lt;br /&gt;value: 0.212893590&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.715&lt;br /&gt;value: 0.209487876&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.716&lt;br /&gt;value: 0.210506281&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.717&lt;br /&gt;value: 0.208288147&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.718&lt;br /&gt;value: 0.203841763&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.719&lt;br /&gt;value: 0.205877731&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.720&lt;br /&gt;value: 0.204667010&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.721&lt;br /&gt;value: 0.200194730&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.722&lt;br /&gt;value: 0.195708771&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.723&lt;br /&gt;value: 0.193241275&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.724&lt;br /&gt;value: 0.190984350&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.725&lt;br /&gt;value: 0.190984350&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.726&lt;br /&gt;value: 0.186460091&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.727&lt;br /&gt;value: 0.183950748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.728&lt;br /&gt;value: 0.177111333&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.729&lt;br /&gt;value: 0.172534075&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.730&lt;br /&gt;value: 0.170240126&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.731&lt;br /&gt;value: 0.167942621&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.732&lt;br /&gt;value: 0.163336907&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.733&lt;br /&gt;value: 0.159722704&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.734&lt;br /&gt;value: 0.157406269&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.735&lt;br /&gt;value: 0.152762556&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.736&lt;br /&gt;value: 0.153766887&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.737&lt;br /&gt;value: 0.144431691&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.738&lt;br /&gt;value: 0.144431691&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.739&lt;br /&gt;value: 0.140741753&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.740&lt;br /&gt;value: 0.137034394&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.741&lt;br /&gt;value: 0.132310991&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.742&lt;br /&gt;value: 0.133309490&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.743&lt;br /&gt;value: 0.133309490&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.744&lt;br /&gt;value: 0.130941119&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.745&lt;br /&gt;value: 0.128569007&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.746&lt;br /&gt;value: 0.128569007&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.747&lt;br /&gt;value: 0.127189962&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.748&lt;br /&gt;value: 0.127189962&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.749&lt;br /&gt;value: 0.122424752&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.750&lt;br /&gt;value: 0.120036478&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.751&lt;br /&gt;value: 0.117644412&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.752&lt;br /&gt;value: 0.112848871&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.753&lt;br /&gt;value: 0.110445376&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.754&lt;br /&gt;value: 0.108038054&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.755&lt;br /&gt;value: 0.108038054&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.756&lt;br /&gt;value: 0.105626896&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.757&lt;br /&gt;value: 0.103211890&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.758&lt;br /&gt;value: 0.104199117&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.759&lt;br /&gt;value: 0.099355240&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.760&lt;br /&gt;value: 0.096927487&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.761&lt;br /&gt;value: 0.096927487&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.762&lt;br /&gt;value: 0.096927487&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.763&lt;br /&gt;value: 0.097912844&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.764&lt;br /&gt;value: 0.096465821&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.765&lt;br /&gt;value: 0.095014148&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.766&lt;br /&gt;value: 0.096001927&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.767&lt;br /&gt;value: 0.086201773&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.768&lt;br /&gt;value: 0.086201773&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.769&lt;br /&gt;value: 0.087186426&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.770&lt;br /&gt;value: 0.085710358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.771&lt;br /&gt;value: 0.080773770&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.772&lt;br /&gt;value: 0.080773770&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.773&lt;br /&gt;value: 0.080773770&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.774&lt;br /&gt;value: 0.078299475&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.775&lt;br /&gt;value: 0.079282510&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.776&lt;br /&gt;value: 0.076802987&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.777&lt;br /&gt;value: 0.074319435&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.778&lt;br /&gt;value: 0.071831844&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.779&lt;br /&gt;value: 0.061840893&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.780&lt;br /&gt;value: 0.062816911&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.781&lt;br /&gt;value: 0.062816911&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.782&lt;br /&gt;value: 0.062816911&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.783&lt;br /&gt;value: 0.062816911&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.784&lt;br /&gt;value: 0.062816911&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.785&lt;br /&gt;value: 0.058769538&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.786&lt;br /&gt;value: 0.056250871&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.787&lt;br /&gt;value: 0.053728074&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.788&lt;br /&gt;value: 0.053728074&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.789&lt;br /&gt;value: 0.054702240&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.790&lt;br /&gt;value: 0.054702240&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.791&lt;br /&gt;value: 0.055678006&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.792&lt;br /&gt;value: 0.050614871&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.793&lt;br /&gt;value: 0.048077051&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.794&lt;br /&gt;value: 0.048077051&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.795&lt;br /&gt;value: 0.048077051&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.796&lt;br /&gt;value: 0.040438462&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.797&lt;br /&gt;value: 0.040438462&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.798&lt;br /&gt;value: 0.035325023&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.799&lt;br /&gt;value: 0.033727638&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.800&lt;br /&gt;value: 0.031159002&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.801&lt;br /&gt;value: 0.031159002&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.802&lt;br /&gt;value: 0.031159002&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.803&lt;br /&gt;value: 0.026008938&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.804&lt;br /&gt;value: 0.026008938&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.805&lt;br /&gt;value: 0.026008938&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.806&lt;br /&gt;value: 0.026008938&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.807&lt;br /&gt;value: 0.026008938&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.808&lt;br /&gt;value: 0.026008938&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.809&lt;br /&gt;value: 0.020841748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.810&lt;br /&gt;value: 0.020841748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.811&lt;br /&gt;value: 0.020841748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.812&lt;br /&gt;value: 0.018251704&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.813&lt;br /&gt;value: 0.018251704&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.814&lt;br /&gt;value: 0.018251704&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.815&lt;br /&gt;value: 0.018251704&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.816&lt;br /&gt;value: 0.018251704&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.817&lt;br /&gt;value: 0.018251704&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.818&lt;br /&gt;value: 0.018251704&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.819&lt;br /&gt;value: 0.015657346&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.820&lt;br /&gt;value: 0.015657346&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.821&lt;br /&gt;value: 0.015657346&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.822&lt;br /&gt;value: 0.015657346&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.823&lt;br /&gt;value: 0.013058663&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.824&lt;br /&gt;value: 0.013058663&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.825&lt;br /&gt;value: 0.010455645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.826&lt;br /&gt;value: 0.010455645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.827&lt;br /&gt;value: 0.010455645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.828&lt;br /&gt;value: 0.010455645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.829&lt;br /&gt;value: 0.010455645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.830&lt;br /&gt;value: 0.010455645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.831&lt;br /&gt;value: 0.010455645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.832&lt;br /&gt;value: 0.010455645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.833&lt;br /&gt;value: 0.010455645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.834&lt;br /&gt;value: 0.010455645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.835&lt;br /&gt;value: 0.010455645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.836&lt;br /&gt;value: 0.007848280&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.837&lt;br /&gt;value: 0.005236558&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.838&lt;br /&gt;value: 0.005236558&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.839&lt;br /&gt;value: 0.002620469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.840&lt;br /&gt;value: 0.002620469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.841&lt;br /&gt;value: 0.002620469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.842&lt;br /&gt;value: 0.002620469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.843&lt;br /&gt;value: 0.002620469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.844&lt;br /&gt;value: 0.002620469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.845&lt;br /&gt;value: 0.002620469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.846&lt;br /&gt;value: 0.002620469&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.847&lt;br /&gt;value: 0.002620469&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:[&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;],&#34;opacity&#34;:1,&#34;size&#34;:1.88976377952756,&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:[&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;]}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;FALSE&#34;,&#34;legendgroup&#34;:&#34;FALSE&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x3&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.058,0.059,0.06,0.061,0.062,0.063,0.064,0.065,0.066,0.067,0.068,0.069,0.07,0.071,0.072,0.073,0.074,0.075,0.076,0.077,0.078,0.079,0.08,0.081,0.082,0.083,0.084,0.085,0.086,0.087,0.088,0.089,0.09,0.091,0.092,0.093,0.094,0.095,0.096,0.097,0.098,0.099,0.1,0.101,0.102,0.103,0.104,0.105,0.106,0.107,0.108,0.109,0.11,0.111,0.112,0.113,0.114,0.115,0.116,0.117,0.118,0.119,0.12,0.121,0.122,0.123,0.124,0.125,0.126,0.127,0.128,0.129,0.13,0.131,0.132,0.133,0.134,0.135,0.136,0.137,0.138,0.139,0.14,0.141,0.142,0.143,0.144,0.145,0.146,0.147,0.148,0.149,0.15,0.151,0.152,0.153,0.154,0.155,0.156,0.157,0.158,0.159,0.16,0.161,0.162,0.163,0.164,0.165,0.166,0.167,0.168,0.169,0.17,0.171,0.172,0.173,0.174,0.175,0.176,0.177,0.178,0.179,0.18,0.181,0.182,0.183,0.184,0.185,0.186,0.187,0.188,0.189,0.19,0.191,0.192,0.193,0.194,0.195,0.196,0.197,0.198,0.199,0.2,0.201,0.202,0.203,0.204,0.205,0.206,0.207,0.208,0.209,0.21,0.211,0.212,0.213,0.214,0.215,0.216,0.217,0.218,0.219,0.22,0.221,0.222,0.223,0.224,0.225,0.226,0.227,0.228,0.229,0.23,0.231,0.232,0.233,0.234,0.235,0.236,0.237,0.238,0.239,0.24,0.241,0.242,0.243,0.244,0.245,0.246,0.247,0.248,0.249,0.25,0.251,0.252,0.253,0.254,0.255,0.256,0.257,0.258,0.259,0.26,0.261,0.262,0.263,0.264,0.265,0.266,0.267,0.268,0.269,0.27,0.271,0.272,0.273,0.274,0.275,0.276,0.277,0.278,0.279,0.28,0.281,0.282,0.283,0.284,0.285,0.286,0.287,0.288,0.289,0.29,0.291,0.292,0.293,0.294,0.295,0.296,0.297,0.298,0.299,0.3,0.301,0.302,0.303,0.304,0.305,0.306,0.307,0.308,0.309,0.31,0.311,0.312,0.313,0.314,0.315,0.316,0.317,0.318,0.319,0.32,0.321,0.322,0.323,0.324,0.325,0.326,0.327,0.328,0.329,0.33,0.331,0.332,0.333,0.334,0.335,0.336,0.337,0.338,0.339,0.34,0.341,0.342,0.343,0.344,0.345,0.346,0.347,0.348,0.349,0.35,0.351,0.352,0.353,0.354,0.355,0.356,0.357,0.358,0.359,0.36,0.361,0.362,0.363,0.364,0.365,0.366,0.367,0.368,0.369,0.37,0.371,0.372,0.373,0.374,0.375,0.376,0.377,0.378,0.379,0.38,0.381,0.382,0.383,0.384,0.385,0.386,0.387,0.388,0.389,0.39,0.391,0.392,0.393,0.394,0.395,0.396,0.397,0.398,0.399,0.4,0.401,0.402,0.403,0.404,0.405,0.406,0.407,0.408,0.409,0.41,0.411,0.412,0.413,0.414,0.415,0.416,0.417,0.418,0.419,0.42,0.421,0.422,0.423,0.424,0.425,0.426,0.427,0.428,0.429,0.43,0.431,0.432,0.433,0.434,0.435,0.436,0.437,0.438,0.439,0.44,0.441,0.442,0.443,0.444,0.445,0.446,0.447,0.448,0.449,0.45,0.451,0.452,0.453,0.454,0.455,0.456,0.457,0.458,0.459,0.46,0.461,0.462,0.463,0.464,0.465,0.466,0.467,0.468,0.469,0.47,0.471,0.472,0.473,0.474,0.475,0.476,0.477,0.478,0.479,0.48,0.481,0.482,0.483,0.484,0.485,0.486,0.487,0.488,0.489,0.49,0.491,0.492,0.493,0.494,0.495,0.496,0.497,0.498,0.499,0.5,0.501,0.502,0.503,0.504,0.505,0.506,0.507,0.508,0.509,0.51,0.511,0.512,0.513,0.514,0.515,0.516,0.517,0.518,0.519,0.52,0.521,0.522,0.523,0.524,0.525,0.526,0.527,0.528,0.529,0.53,0.531,0.532,0.533,0.534,0.535,0.536,0.537,0.538,0.539,0.54,0.541,0.542,0.543,0.544,0.545,0.546,0.547,0.548,0.549,0.55,0.551,0.552,0.553,0.554,0.555,0.556,0.557,0.558,0.559,0.56,0.561,0.562,0.563,0.564,0.565,0.566,0.567,0.568,0.569,0.57,0.571,0.572,0.573,0.574,0.575,0.576,0.577,0.578,0.579,0.58,0.581,0.582,0.583,0.584,0.585,0.586,0.587,0.588,0.589,0.59,0.591,0.592,0.593,0.594,0.595,0.596,0.597,0.598,0.599,0.6,0.601,0.602,0.603,0.604,0.605,0.606,0.607,0.608,0.609,0.61,0.611,0.612,0.613,0.614,0.615,0.616,0.617,0.618,0.619,0.62,0.621,0.622,0.623,0.624,0.625,0.626,0.627,0.628,0.629,0.63,0.631,0.632,0.633,0.634,0.635,0.636,0.637,0.638,0.639,0.64,0.641,0.642,0.643,0.644,0.645,0.646,0.647,0.648,0.649,0.65,0.651,0.652,0.653,0.654,0.655,0.656,0.657,0.658,0.659,0.66,0.661,0.662,0.663,0.664,0.665,0.666,0.667,0.668,0.669,0.67,0.671,0.672,0.673,0.674,0.675,0.676,0.677,0.678,0.679,0.68,0.681,0.682,0.683,0.684,0.685,0.686,0.687,0.688,0.689,0.69,0.691,0.692,0.693,0.694,0.695,0.696,0.697,0.698,0.699,0.7,0.701,0.702,0.703,0.704,0.705,0.706,0.707,0.708,0.709,0.71,0.711,0.712,0.713,0.714,0.715,0.716,0.717,0.718,0.719,0.72,0.721,0.722,0.723,0.724,0.725,0.726,0.727,0.728,0.729,0.73,0.731,0.732,0.733,0.734,0.735,0.736,0.737,0.738,0.739,0.74,0.741,0.742,0.743,0.744,0.745,0.746,0.747,0.748,0.749,0.75,0.751,0.752,0.753,0.754,0.755,0.756,0.757,0.758,0.759,0.76,0.761,0.762,0.763,0.764,0.765,0.766,0.767,0.768,0.769,0.77,0.771,0.772,0.773,0.774,0.775,0.776,0.777,0.778,0.779,0.78,0.781,0.782,0.783,0.784,0.785,0.786,0.787,0.788,0.789,0.79,0.791,0.792,0.793,0.794,0.795,0.796,0.797,0.798,0.799,0.8,0.801,0.802,0.803,0.804,0.805,0.806,0.807,0.808,0.809,0.81,0.811,0.812,0.813,0.814,0.815,0.816,0.817,0.818,0.819,0.82,0.821,0.822,0.823,0.824,0.825,0.826,0.827,0.828,0.829,0.83,0.831,0.832,0.833,0.834,0.835,0.836,0.837,0.838,0.839,0.84,0.841,0.842,0.843,0.844,0.845,0.846,0.847],&#34;y&#34;:[0.976785714285714,0.976785714285714,0.976785714285714,0.975,0.975,0.975,0.975,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.969642857142857,0.967857142857143,0.967857142857143,0.966071428571429,0.966071428571429,0.966071428571429,0.966071428571429,0.966071428571429,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.9625,0.9625,0.9625,0.9625,0.9625,0.9625,0.960714285714286,0.960714285714286,0.960714285714286,0.960714285714286,0.958928571428571,0.958928571428571,0.958928571428571,0.958928571428571,0.957142857142857,0.957142857142857,0.957142857142857,0.957142857142857,0.953571428571429,0.953571428571429,0.953571428571429,0.953571428571429,0.953571428571429,0.953571428571429,0.951785714285714,0.951785714285714,0.951785714285714,0.951785714285714,0.951785714285714,0.95,0.948214285714286,0.948214285714286,0.948214285714286,0.948214285714286,0.948214285714286,0.948214285714286,0.948214285714286,0.946428571428571,0.942857142857143,0.942857142857143,0.942857142857143,0.942857142857143,0.941071428571429,0.939285714285714,0.939285714285714,0.939285714285714,0.9375,0.9375,0.9375,0.9375,0.933928571428571,0.933928571428571,0.933928571428571,0.933928571428571,0.933928571428571,0.932142857142857,0.932142857142857,0.932142857142857,0.930357142857143,0.930357142857143,0.930357142857143,0.928571428571429,0.926785714285714,0.925,0.925,0.923214285714286,0.923214285714286,0.923214285714286,0.923214285714286,0.923214285714286,0.923214285714286,0.921428571428571,0.921428571428571,0.919642857142857,0.919642857142857,0.917857142857143,0.916071428571429,0.916071428571429,0.914285714285714,0.910714285714286,0.910714285714286,0.910714285714286,0.907142857142857,0.905357142857143,0.905357142857143,0.903571428571429,0.903571428571429,0.903571428571429,0.903571428571429,0.901785714285714,0.9,0.9,0.9,0.898214285714286,0.898214285714286,0.896428571428571,0.894642857142857,0.891071428571429,0.889285714285714,0.889285714285714,0.889285714285714,0.8875,0.883928571428571,0.883928571428571,0.883928571428571,0.882142857142857,0.876785714285714,0.876785714285714,0.875,0.873214285714286,0.873214285714286,0.869642857142857,0.867857142857143,0.866071428571429,0.866071428571429,0.8625,0.8625,0.8625,0.860714285714286,0.860714285714286,0.858928571428571,0.858928571428571,0.858928571428571,0.858928571428571,0.855357142857143,0.855357142857143,0.855357142857143,0.855357142857143,0.853571428571429,0.853571428571429,0.85,0.848214285714286,0.846428571428571,0.844642857142857,0.844642857142857,0.844642857142857,0.844642857142857,0.841071428571429,0.8375,0.8375,0.835714285714286,0.835714285714286,0.833928571428571,0.833928571428571,0.833928571428571,0.830357142857143,0.830357142857143,0.828571428571429,0.828571428571429,0.828571428571429,0.828571428571429,0.825,0.825,0.825,0.825,0.825,0.825,0.825,0.825,0.825,0.825,0.825,0.823214285714286,0.823214285714286,0.821428571428571,0.821428571428571,0.821428571428571,0.821428571428571,0.817857142857143,0.816071428571429,0.816071428571429,0.816071428571429,0.814285714285714,0.810714285714286,0.810714285714286,0.810714285714286,0.805357142857143,0.803571428571429,0.801785714285714,0.801785714285714,0.801785714285714,0.796428571428571,0.796428571428571,0.796428571428571,0.796428571428571,0.796428571428571,0.796428571428571,0.796428571428571,0.796428571428571,0.794642857142857,0.794642857142857,0.794642857142857,0.794642857142857,0.792857142857143,0.792857142857143,0.792857142857143,0.791071428571429,0.791071428571429,0.791071428571429,0.791071428571429,0.789285714285714,0.789285714285714,0.789285714285714,0.7875,0.7875,0.7875,0.785714285714286,0.785714285714286,0.783928571428571,0.783928571428571,0.783928571428571,0.782142857142857,0.780357142857143,0.778571428571429,0.778571428571429,0.773214285714286,0.773214285714286,0.773214285714286,0.773214285714286,0.773214285714286,0.773214285714286,0.773214285714286,0.769642857142857,0.769642857142857,0.769642857142857,0.767857142857143,0.767857142857143,0.767857142857143,0.764285714285714,0.7625,0.7625,0.7625,0.7625,0.7625,0.760714285714286,0.760714285714286,0.758928571428571,0.757142857142857,0.757142857142857,0.755357142857143,0.755357142857143,0.755357142857143,0.755357142857143,0.755357142857143,0.751785714285714,0.751785714285714,0.751785714285714,0.751785714285714,0.75,0.748214285714286,0.748214285714286,0.746428571428571,0.742857142857143,0.742857142857143,0.741071428571429,0.739285714285714,0.7375,0.733928571428571,0.728571428571429,0.728571428571429,0.728571428571429,0.728571428571429,0.726785714285714,0.726785714285714,0.726785714285714,0.726785714285714,0.726785714285714,0.723214285714286,0.723214285714286,0.723214285714286,0.721428571428571,0.717857142857143,0.717857142857143,0.717857142857143,0.717857142857143,0.716071428571429,0.716071428571429,0.716071428571429,0.716071428571429,0.716071428571429,0.716071428571429,0.714285714285714,0.710714285714286,0.710714285714286,0.710714285714286,0.707142857142857,0.707142857142857,0.707142857142857,0.707142857142857,0.705357142857143,0.705357142857143,0.705357142857143,0.705357142857143,0.705357142857143,0.703571428571429,0.698214285714286,0.696428571428571,0.694642857142857,0.691071428571429,0.691071428571429,0.689285714285714,0.689285714285714,0.689285714285714,0.6875,0.6875,0.6875,0.683928571428571,0.683928571428571,0.683928571428571,0.682142857142857,0.682142857142857,0.680357142857143,0.678571428571429,0.678571428571429,0.676785714285714,0.673214285714286,0.673214285714286,0.669642857142857,0.667857142857143,0.666071428571429,0.666071428571429,0.666071428571429,0.666071428571429,0.666071428571429,0.6625,0.6625,0.6625,0.6625,0.658928571428571,0.658928571428571,0.658928571428571,0.658928571428571,0.655357142857143,0.655357142857143,0.655357142857143,0.653571428571429,0.653571428571429,0.653571428571429,0.651785714285714,0.65,0.65,0.65,0.65,0.646428571428571,0.644642857142857,0.644642857142857,0.642857142857143,0.642857142857143,0.641071428571429,0.641071428571429,0.641071428571429,0.641071428571429,0.641071428571429,0.641071428571429,0.639285714285714,0.6375,0.6375,0.6375,0.633928571428571,0.630357142857143,0.630357142857143,0.630357142857143,0.628571428571429,0.628571428571429,0.626785714285714,0.626785714285714,0.623214285714286,0.623214285714286,0.623214285714286,0.621428571428571,0.619642857142857,0.619642857142857,0.617857142857143,0.617857142857143,0.616071428571429,0.614285714285714,0.6125,0.6125,0.6125,0.610714285714286,0.608928571428571,0.608928571428571,0.608928571428571,0.607142857142857,0.605357142857143,0.605357142857143,0.605357142857143,0.605357142857143,0.605357142857143,0.6,0.598214285714286,0.598214285714286,0.598214285714286,0.594642857142857,0.594642857142857,0.592857142857143,0.591071428571429,0.591071428571429,0.591071428571429,0.591071428571429,0.589285714285714,0.5875,0.583928571428571,0.582142857142857,0.582142857142857,0.582142857142857,0.582142857142857,0.582142857142857,0.578571428571429,0.576785714285714,0.576785714285714,0.573214285714286,0.573214285714286,0.573214285714286,0.573214285714286,0.573214285714286,0.571428571428571,0.569642857142857,0.566071428571429,0.566071428571429,0.566071428571429,0.566071428571429,0.564285714285714,0.5625,0.5625,0.560714285714286,0.557142857142857,0.557142857142857,0.555357142857143,0.553571428571429,0.551785714285714,0.55,0.548214285714286,0.548214285714286,0.546428571428571,0.541071428571429,0.541071428571429,0.541071428571429,0.539285714285714,0.539285714285714,0.539285714285714,0.535714285714286,0.535714285714286,0.532142857142857,0.532142857142857,0.532142857142857,0.530357142857143,0.528571428571429,0.526785714285714,0.525,0.525,0.523214285714286,0.523214285714286,0.514285714285714,0.514285714285714,0.510714285714286,0.507142857142857,0.505357142857143,0.505357142857143,0.505357142857143,0.505357142857143,0.505357142857143,0.505357142857143,0.505357142857143,0.505357142857143,0.503571428571429,0.503571428571429,0.501785714285714,0.496428571428571,0.496428571428571,0.496428571428571,0.492857142857143,0.492857142857143,0.491071428571429,0.489285714285714,0.489285714285714,0.4875,0.485714285714286,0.480357142857143,0.480357142857143,0.478571428571429,0.478571428571429,0.476785714285714,0.475,0.475,0.475,0.475,0.473214285714286,0.473214285714286,0.471428571428571,0.471428571428571,0.471428571428571,0.471428571428571,0.469642857142857,0.466071428571429,0.460714285714286,0.458928571428571,0.458928571428571,0.457142857142857,0.453571428571429,0.448214285714286,0.442857142857143,0.442857142857143,0.441071428571429,0.441071428571429,0.432142857142857,0.432142857142857,0.432142857142857,0.430357142857143,0.428571428571429,0.426785714285714,0.426785714285714,0.426785714285714,0.425,0.423214285714286,0.421428571428571,0.419642857142857,0.417857142857143,0.416071428571429,0.408928571428571,0.408928571428571,0.407142857142857,0.403571428571429,0.401785714285714,0.4,0.398214285714286,0.394642857142857,0.394642857142857,0.392857142857143,0.391071428571429,0.391071428571429,0.389285714285714,0.385714285714286,0.385714285714286,0.385714285714286,0.383928571428571,0.383928571428571,0.380357142857143,0.376785714285714,0.376785714285714,0.375,0.373214285714286,0.373214285714286,0.364285714285714,0.357142857142857,0.357142857142857,0.353571428571429,0.351785714285714,0.35,0.344642857142857,0.344642857142857,0.344642857142857,0.341071428571429,0.339285714285714,0.339285714285714,0.339285714285714,0.3375,0.333928571428571,0.333928571428571,0.332142857142857,0.330357142857143,0.328571428571429,0.325,0.323214285714286,0.316071428571429,0.316071428571429,0.310714285714286,0.303571428571429,0.303571428571429,0.296428571428571,0.294642857142857,0.294642857142857,0.2875,0.2875,0.2875,0.282142857142857,0.278571428571429,0.275,0.275,0.275,0.266071428571429,0.264285714285714,0.2625,0.260714285714286,0.258928571428571,0.258928571428571,0.255357142857143,0.255357142857143,0.253571428571429,0.246428571428571,0.244642857142857,0.241071428571429,0.241071428571429,0.239285714285714,0.2375,0.2375,0.235714285714286,0.232142857142857,0.232142857142857,0.226785714285714,0.226785714285714,0.226785714285714,0.226785714285714,0.223214285714286,0.219642857142857,0.216071428571429,0.214285714285714,0.210714285714286,0.207142857142857,0.203571428571429,0.2,0.198214285714286,0.198214285714286,0.192857142857143,0.191071428571429,0.189285714285714,0.189285714285714,0.189285714285714,0.1875,0.183928571428571,0.183928571428571,0.178571428571429,0.178571428571429,0.175,0.175,0.173214285714286,0.169642857142857,0.169642857142857,0.167857142857143,0.164285714285714,0.160714285714286,0.157142857142857,0.155357142857143,0.155357142857143,0.151785714285714,0.148214285714286,0.142857142857143,0.139285714285714,0.1375,0.135714285714286,0.132142857142857,0.128571428571429,0.126785714285714,0.123214285714286,0.123214285714286,0.116071428571429,0.116071428571429,0.1125,0.108928571428571,0.105357142857143,0.105357142857143,0.105357142857143,0.103571428571429,0.101785714285714,0.101785714285714,0.1,0.1,0.0964285714285714,0.0946428571428571,0.0928571428571429,0.0892857142857143,0.0875,0.0857142857142857,0.0857142857142857,0.0839285714285714,0.0821428571428571,0.0821428571428571,0.0785714285714286,0.0767857142857143,0.0767857142857143,0.0767857142857143,0.0767857142857143,0.075,0.0732142857142857,0.0732142857142857,0.0660714285714286,0.0660714285714286,0.0660714285714286,0.0642857142857143,0.0607142857142857,0.0607142857142857,0.0607142857142857,0.0589285714285714,0.0589285714285714,0.0571428571428571,0.0553571428571429,0.0535714285714286,0.0464285714285714,0.0464285714285714,0.0464285714285714,0.0464285714285714,0.0464285714285714,0.0464285714285714,0.0428571428571429,0.0410714285714286,0.0392857142857143,0.0392857142857143,0.0392857142857143,0.0392857142857143,0.0392857142857143,0.0357142857142857,0.0339285714285714,0.0339285714285714,0.0339285714285714,0.0285714285714286,0.0285714285714286,0.025,0.0232142857142857,0.0214285714285714,0.0214285714285714,0.0214285714285714,0.0178571428571429,0.0178571428571429,0.0178571428571429,0.0178571428571429,0.0178571428571429,0.0178571428571429,0.0142857142857143,0.0142857142857143,0.0142857142857143,0.0125,0.0125,0.0125,0.0125,0.0125,0.0125,0.0125,0.0107142857142857,0.0107142857142857,0.0107142857142857,0.0107142857142857,0.00892857142857143,0.00892857142857143,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00535714285714286,0.00357142857142857,0.00357142857142857,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429],&#34;text&#34;:[&#34;color: FALSE&lt;br /&gt;threshold: 0.058&lt;br /&gt;value: 0.976785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.059&lt;br /&gt;value: 0.976785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.060&lt;br /&gt;value: 0.976785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.061&lt;br /&gt;value: 0.975000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.062&lt;br /&gt;value: 0.975000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.063&lt;br /&gt;value: 0.975000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.064&lt;br /&gt;value: 0.975000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.065&lt;br /&gt;value: 0.973214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.066&lt;br /&gt;value: 0.973214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.067&lt;br /&gt;value: 0.973214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.068&lt;br /&gt;value: 0.973214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.069&lt;br /&gt;value: 0.973214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.070&lt;br /&gt;value: 0.973214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.071&lt;br /&gt;value: 0.973214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.072&lt;br /&gt;value: 0.973214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.073&lt;br /&gt;value: 0.973214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.074&lt;br /&gt;value: 0.973214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.075&lt;br /&gt;value: 0.969642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.076&lt;br /&gt;value: 0.967857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.077&lt;br /&gt;value: 0.967857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.078&lt;br /&gt;value: 0.966071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.079&lt;br /&gt;value: 0.966071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.080&lt;br /&gt;value: 0.966071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.081&lt;br /&gt;value: 0.966071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.082&lt;br /&gt;value: 0.966071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.083&lt;br /&gt;value: 0.964285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.084&lt;br /&gt;value: 0.964285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.085&lt;br /&gt;value: 0.964285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.086&lt;br /&gt;value: 0.964285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.087&lt;br /&gt;value: 0.964285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.088&lt;br /&gt;value: 0.964285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.089&lt;br /&gt;value: 0.964285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.090&lt;br /&gt;value: 0.964285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.091&lt;br /&gt;value: 0.964285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.092&lt;br /&gt;value: 0.962500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.093&lt;br /&gt;value: 0.962500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.094&lt;br /&gt;value: 0.962500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.095&lt;br /&gt;value: 0.962500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.096&lt;br /&gt;value: 0.962500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.097&lt;br /&gt;value: 0.962500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.098&lt;br /&gt;value: 0.960714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.099&lt;br /&gt;value: 0.960714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.100&lt;br /&gt;value: 0.960714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.101&lt;br /&gt;value: 0.960714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.102&lt;br /&gt;value: 0.958928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.103&lt;br /&gt;value: 0.958928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.104&lt;br /&gt;value: 0.958928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.105&lt;br /&gt;value: 0.958928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.106&lt;br /&gt;value: 0.957142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.107&lt;br /&gt;value: 0.957142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.108&lt;br /&gt;value: 0.957142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.109&lt;br /&gt;value: 0.957142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.110&lt;br /&gt;value: 0.953571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.111&lt;br /&gt;value: 0.953571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.112&lt;br /&gt;value: 0.953571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.113&lt;br /&gt;value: 0.953571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.114&lt;br /&gt;value: 0.953571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.115&lt;br /&gt;value: 0.953571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.116&lt;br /&gt;value: 0.951785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.117&lt;br /&gt;value: 0.951785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.118&lt;br /&gt;value: 0.951785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.119&lt;br /&gt;value: 0.951785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.120&lt;br /&gt;value: 0.951785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.121&lt;br /&gt;value: 0.950000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.122&lt;br /&gt;value: 0.948214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.123&lt;br /&gt;value: 0.948214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.124&lt;br /&gt;value: 0.948214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.125&lt;br /&gt;value: 0.948214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.126&lt;br /&gt;value: 0.948214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.127&lt;br /&gt;value: 0.948214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.128&lt;br /&gt;value: 0.948214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.129&lt;br /&gt;value: 0.946428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.130&lt;br /&gt;value: 0.942857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.131&lt;br /&gt;value: 0.942857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.132&lt;br /&gt;value: 0.942857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.133&lt;br /&gt;value: 0.942857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.134&lt;br /&gt;value: 0.941071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.135&lt;br /&gt;value: 0.939285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.136&lt;br /&gt;value: 0.939285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.137&lt;br /&gt;value: 0.939285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.138&lt;br /&gt;value: 0.937500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.139&lt;br /&gt;value: 0.937500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.140&lt;br /&gt;value: 0.937500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.141&lt;br /&gt;value: 0.937500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.142&lt;br /&gt;value: 0.933928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.143&lt;br /&gt;value: 0.933928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.144&lt;br /&gt;value: 0.933928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.145&lt;br /&gt;value: 0.933928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.146&lt;br /&gt;value: 0.933928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.147&lt;br /&gt;value: 0.932142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.148&lt;br /&gt;value: 0.932142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.149&lt;br /&gt;value: 0.932142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.150&lt;br /&gt;value: 0.930357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.151&lt;br /&gt;value: 0.930357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.152&lt;br /&gt;value: 0.930357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.153&lt;br /&gt;value: 0.928571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.154&lt;br /&gt;value: 0.926785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.155&lt;br /&gt;value: 0.925000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.156&lt;br /&gt;value: 0.925000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.157&lt;br /&gt;value: 0.923214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.158&lt;br /&gt;value: 0.923214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.159&lt;br /&gt;value: 0.923214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.160&lt;br /&gt;value: 0.923214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.161&lt;br /&gt;value: 0.923214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.162&lt;br /&gt;value: 0.923214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.163&lt;br /&gt;value: 0.921428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.164&lt;br /&gt;value: 0.921428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.165&lt;br /&gt;value: 0.919642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.166&lt;br /&gt;value: 0.919642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.167&lt;br /&gt;value: 0.917857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.168&lt;br /&gt;value: 0.916071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.169&lt;br /&gt;value: 0.916071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.170&lt;br /&gt;value: 0.914285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.171&lt;br /&gt;value: 0.910714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.172&lt;br /&gt;value: 0.910714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.173&lt;br /&gt;value: 0.910714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.174&lt;br /&gt;value: 0.907142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.175&lt;br /&gt;value: 0.905357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.176&lt;br /&gt;value: 0.905357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.177&lt;br /&gt;value: 0.903571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.178&lt;br /&gt;value: 0.903571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.179&lt;br /&gt;value: 0.903571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.180&lt;br /&gt;value: 0.903571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.181&lt;br /&gt;value: 0.901785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.182&lt;br /&gt;value: 0.900000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.183&lt;br /&gt;value: 0.900000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.184&lt;br /&gt;value: 0.900000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.185&lt;br /&gt;value: 0.898214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.186&lt;br /&gt;value: 0.898214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.187&lt;br /&gt;value: 0.896428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.188&lt;br /&gt;value: 0.894642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.189&lt;br /&gt;value: 0.891071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.190&lt;br /&gt;value: 0.889285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.191&lt;br /&gt;value: 0.889285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.192&lt;br /&gt;value: 0.889285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.193&lt;br /&gt;value: 0.887500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.194&lt;br /&gt;value: 0.883928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.195&lt;br /&gt;value: 0.883928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.196&lt;br /&gt;value: 0.883928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.197&lt;br /&gt;value: 0.882142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.198&lt;br /&gt;value: 0.876785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.199&lt;br /&gt;value: 0.876785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.200&lt;br /&gt;value: 0.875000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.201&lt;br /&gt;value: 0.873214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.202&lt;br /&gt;value: 0.873214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.203&lt;br /&gt;value: 0.869642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.204&lt;br /&gt;value: 0.867857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.205&lt;br /&gt;value: 0.866071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.206&lt;br /&gt;value: 0.866071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.207&lt;br /&gt;value: 0.862500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.208&lt;br /&gt;value: 0.862500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.209&lt;br /&gt;value: 0.862500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.210&lt;br /&gt;value: 0.860714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.211&lt;br /&gt;value: 0.860714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.212&lt;br /&gt;value: 0.858928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.213&lt;br /&gt;value: 0.858928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.214&lt;br /&gt;value: 0.858928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.215&lt;br /&gt;value: 0.858928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.216&lt;br /&gt;value: 0.855357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.217&lt;br /&gt;value: 0.855357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.218&lt;br /&gt;value: 0.855357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.219&lt;br /&gt;value: 0.855357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.220&lt;br /&gt;value: 0.853571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.221&lt;br /&gt;value: 0.853571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.222&lt;br /&gt;value: 0.850000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.223&lt;br /&gt;value: 0.848214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.224&lt;br /&gt;value: 0.846428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.225&lt;br /&gt;value: 0.844642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.226&lt;br /&gt;value: 0.844642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.227&lt;br /&gt;value: 0.844642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.228&lt;br /&gt;value: 0.844642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.229&lt;br /&gt;value: 0.841071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.230&lt;br /&gt;value: 0.837500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.231&lt;br /&gt;value: 0.837500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.232&lt;br /&gt;value: 0.835714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.233&lt;br /&gt;value: 0.835714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.234&lt;br /&gt;value: 0.833928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.235&lt;br /&gt;value: 0.833928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.236&lt;br /&gt;value: 0.833928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.237&lt;br /&gt;value: 0.830357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.238&lt;br /&gt;value: 0.830357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.239&lt;br /&gt;value: 0.828571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.240&lt;br /&gt;value: 0.828571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.241&lt;br /&gt;value: 0.828571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.242&lt;br /&gt;value: 0.828571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.243&lt;br /&gt;value: 0.825000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.244&lt;br /&gt;value: 0.825000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.245&lt;br /&gt;value: 0.825000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.246&lt;br /&gt;value: 0.825000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.247&lt;br /&gt;value: 0.825000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.248&lt;br /&gt;value: 0.825000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.249&lt;br /&gt;value: 0.825000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.250&lt;br /&gt;value: 0.825000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.251&lt;br /&gt;value: 0.825000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.252&lt;br /&gt;value: 0.825000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.253&lt;br /&gt;value: 0.825000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.254&lt;br /&gt;value: 0.823214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.255&lt;br /&gt;value: 0.823214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.256&lt;br /&gt;value: 0.821428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.257&lt;br /&gt;value: 0.821428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.258&lt;br /&gt;value: 0.821428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.259&lt;br /&gt;value: 0.821428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.260&lt;br /&gt;value: 0.817857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.261&lt;br /&gt;value: 0.816071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.262&lt;br /&gt;value: 0.816071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.263&lt;br /&gt;value: 0.816071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.264&lt;br /&gt;value: 0.814285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.265&lt;br /&gt;value: 0.810714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.266&lt;br /&gt;value: 0.810714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.267&lt;br /&gt;value: 0.810714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.268&lt;br /&gt;value: 0.805357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.269&lt;br /&gt;value: 0.803571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.270&lt;br /&gt;value: 0.801785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.271&lt;br /&gt;value: 0.801785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.272&lt;br /&gt;value: 0.801785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.273&lt;br /&gt;value: 0.796428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.274&lt;br /&gt;value: 0.796428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.275&lt;br /&gt;value: 0.796428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.276&lt;br /&gt;value: 0.796428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.277&lt;br /&gt;value: 0.796428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.278&lt;br /&gt;value: 0.796428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.279&lt;br /&gt;value: 0.796428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.280&lt;br /&gt;value: 0.796428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.281&lt;br /&gt;value: 0.794642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.282&lt;br /&gt;value: 0.794642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.283&lt;br /&gt;value: 0.794642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.284&lt;br /&gt;value: 0.794642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.285&lt;br /&gt;value: 0.792857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.286&lt;br /&gt;value: 0.792857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.287&lt;br /&gt;value: 0.792857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.288&lt;br /&gt;value: 0.791071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.289&lt;br /&gt;value: 0.791071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.290&lt;br /&gt;value: 0.791071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.291&lt;br /&gt;value: 0.791071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.292&lt;br /&gt;value: 0.789285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.293&lt;br /&gt;value: 0.789285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.294&lt;br /&gt;value: 0.789285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.295&lt;br /&gt;value: 0.787500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.296&lt;br /&gt;value: 0.787500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.297&lt;br /&gt;value: 0.787500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.298&lt;br /&gt;value: 0.785714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.299&lt;br /&gt;value: 0.785714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.300&lt;br /&gt;value: 0.783928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.301&lt;br /&gt;value: 0.783928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.302&lt;br /&gt;value: 0.783928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.303&lt;br /&gt;value: 0.782142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.304&lt;br /&gt;value: 0.780357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.305&lt;br /&gt;value: 0.778571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.306&lt;br /&gt;value: 0.778571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.307&lt;br /&gt;value: 0.773214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.308&lt;br /&gt;value: 0.773214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.309&lt;br /&gt;value: 0.773214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.310&lt;br /&gt;value: 0.773214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.311&lt;br /&gt;value: 0.773214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.312&lt;br /&gt;value: 0.773214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.313&lt;br /&gt;value: 0.773214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.314&lt;br /&gt;value: 0.769642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.315&lt;br /&gt;value: 0.769642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.316&lt;br /&gt;value: 0.769642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.317&lt;br /&gt;value: 0.767857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.318&lt;br /&gt;value: 0.767857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.319&lt;br /&gt;value: 0.767857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.320&lt;br /&gt;value: 0.764285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.321&lt;br /&gt;value: 0.762500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.322&lt;br /&gt;value: 0.762500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.323&lt;br /&gt;value: 0.762500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.324&lt;br /&gt;value: 0.762500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.325&lt;br /&gt;value: 0.762500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.326&lt;br /&gt;value: 0.760714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.327&lt;br /&gt;value: 0.760714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.328&lt;br /&gt;value: 0.758928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.329&lt;br /&gt;value: 0.757142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.330&lt;br /&gt;value: 0.757142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.331&lt;br /&gt;value: 0.755357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.332&lt;br /&gt;value: 0.755357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.333&lt;br /&gt;value: 0.755357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.334&lt;br /&gt;value: 0.755357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.335&lt;br /&gt;value: 0.755357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.336&lt;br /&gt;value: 0.751785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.337&lt;br /&gt;value: 0.751785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.338&lt;br /&gt;value: 0.751785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.339&lt;br /&gt;value: 0.751785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.340&lt;br /&gt;value: 0.750000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.341&lt;br /&gt;value: 0.748214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.342&lt;br /&gt;value: 0.748214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.343&lt;br /&gt;value: 0.746428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.344&lt;br /&gt;value: 0.742857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.345&lt;br /&gt;value: 0.742857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.346&lt;br /&gt;value: 0.741071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.347&lt;br /&gt;value: 0.739285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.348&lt;br /&gt;value: 0.737500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.349&lt;br /&gt;value: 0.733928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.350&lt;br /&gt;value: 0.728571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.351&lt;br /&gt;value: 0.728571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.352&lt;br /&gt;value: 0.728571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.353&lt;br /&gt;value: 0.728571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.354&lt;br /&gt;value: 0.726785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.355&lt;br /&gt;value: 0.726785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.356&lt;br /&gt;value: 0.726785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.357&lt;br /&gt;value: 0.726785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.358&lt;br /&gt;value: 0.726785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.359&lt;br /&gt;value: 0.723214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.360&lt;br /&gt;value: 0.723214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.361&lt;br /&gt;value: 0.723214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.362&lt;br /&gt;value: 0.721428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.363&lt;br /&gt;value: 0.717857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.364&lt;br /&gt;value: 0.717857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.365&lt;br /&gt;value: 0.717857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.366&lt;br /&gt;value: 0.717857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.367&lt;br /&gt;value: 0.716071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.368&lt;br /&gt;value: 0.716071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.369&lt;br /&gt;value: 0.716071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.370&lt;br /&gt;value: 0.716071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.371&lt;br /&gt;value: 0.716071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.372&lt;br /&gt;value: 0.716071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.373&lt;br /&gt;value: 0.714285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.374&lt;br /&gt;value: 0.710714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.375&lt;br /&gt;value: 0.710714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.376&lt;br /&gt;value: 0.710714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.377&lt;br /&gt;value: 0.707142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.378&lt;br /&gt;value: 0.707142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.379&lt;br /&gt;value: 0.707142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.380&lt;br /&gt;value: 0.707142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.381&lt;br /&gt;value: 0.705357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.382&lt;br /&gt;value: 0.705357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.383&lt;br /&gt;value: 0.705357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.384&lt;br /&gt;value: 0.705357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.385&lt;br /&gt;value: 0.705357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.386&lt;br /&gt;value: 0.703571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.387&lt;br /&gt;value: 0.698214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.388&lt;br /&gt;value: 0.696428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.389&lt;br /&gt;value: 0.694642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.390&lt;br /&gt;value: 0.691071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.391&lt;br /&gt;value: 0.691071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.392&lt;br /&gt;value: 0.689285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.393&lt;br /&gt;value: 0.689285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.394&lt;br /&gt;value: 0.689285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.395&lt;br /&gt;value: 0.687500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.396&lt;br /&gt;value: 0.687500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.397&lt;br /&gt;value: 0.687500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.398&lt;br /&gt;value: 0.683928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.399&lt;br /&gt;value: 0.683928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.400&lt;br /&gt;value: 0.683928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.401&lt;br /&gt;value: 0.682142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.402&lt;br /&gt;value: 0.682142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.403&lt;br /&gt;value: 0.680357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.404&lt;br /&gt;value: 0.678571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.405&lt;br /&gt;value: 0.678571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.406&lt;br /&gt;value: 0.676785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.407&lt;br /&gt;value: 0.673214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.408&lt;br /&gt;value: 0.673214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.409&lt;br /&gt;value: 0.669642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.410&lt;br /&gt;value: 0.667857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.411&lt;br /&gt;value: 0.666071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.412&lt;br /&gt;value: 0.666071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.413&lt;br /&gt;value: 0.666071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.414&lt;br /&gt;value: 0.666071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.415&lt;br /&gt;value: 0.666071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.416&lt;br /&gt;value: 0.662500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.417&lt;br /&gt;value: 0.662500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.418&lt;br /&gt;value: 0.662500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.419&lt;br /&gt;value: 0.662500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.420&lt;br /&gt;value: 0.658928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.421&lt;br /&gt;value: 0.658928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.422&lt;br /&gt;value: 0.658928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.423&lt;br /&gt;value: 0.658928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.424&lt;br /&gt;value: 0.655357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.425&lt;br /&gt;value: 0.655357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.426&lt;br /&gt;value: 0.655357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.427&lt;br /&gt;value: 0.653571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.428&lt;br /&gt;value: 0.653571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.429&lt;br /&gt;value: 0.653571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.430&lt;br /&gt;value: 0.651785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.431&lt;br /&gt;value: 0.650000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.432&lt;br /&gt;value: 0.650000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.433&lt;br /&gt;value: 0.650000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.434&lt;br /&gt;value: 0.650000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.435&lt;br /&gt;value: 0.646428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.436&lt;br /&gt;value: 0.644642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.437&lt;br /&gt;value: 0.644642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.438&lt;br /&gt;value: 0.642857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.439&lt;br /&gt;value: 0.642857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.440&lt;br /&gt;value: 0.641071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.441&lt;br /&gt;value: 0.641071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.442&lt;br /&gt;value: 0.641071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.443&lt;br /&gt;value: 0.641071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.444&lt;br /&gt;value: 0.641071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.445&lt;br /&gt;value: 0.641071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.446&lt;br /&gt;value: 0.639285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.447&lt;br /&gt;value: 0.637500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.448&lt;br /&gt;value: 0.637500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.449&lt;br /&gt;value: 0.637500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.450&lt;br /&gt;value: 0.633928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.451&lt;br /&gt;value: 0.630357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.452&lt;br /&gt;value: 0.630357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.453&lt;br /&gt;value: 0.630357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.454&lt;br /&gt;value: 0.628571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.455&lt;br /&gt;value: 0.628571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.456&lt;br /&gt;value: 0.626785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.457&lt;br /&gt;value: 0.626785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.458&lt;br /&gt;value: 0.623214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.459&lt;br /&gt;value: 0.623214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.460&lt;br /&gt;value: 0.623214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.461&lt;br /&gt;value: 0.621428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.462&lt;br /&gt;value: 0.619642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.463&lt;br /&gt;value: 0.619642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.464&lt;br /&gt;value: 0.617857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.465&lt;br /&gt;value: 0.617857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.466&lt;br /&gt;value: 0.616071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.467&lt;br /&gt;value: 0.614285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.468&lt;br /&gt;value: 0.612500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.469&lt;br /&gt;value: 0.612500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.470&lt;br /&gt;value: 0.612500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.471&lt;br /&gt;value: 0.610714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.472&lt;br /&gt;value: 0.608928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.473&lt;br /&gt;value: 0.608928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.474&lt;br /&gt;value: 0.608928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.475&lt;br /&gt;value: 0.607142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.476&lt;br /&gt;value: 0.605357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.477&lt;br /&gt;value: 0.605357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.478&lt;br /&gt;value: 0.605357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.479&lt;br /&gt;value: 0.605357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.480&lt;br /&gt;value: 0.605357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.481&lt;br /&gt;value: 0.600000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.482&lt;br /&gt;value: 0.598214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.483&lt;br /&gt;value: 0.598214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.484&lt;br /&gt;value: 0.598214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.485&lt;br /&gt;value: 0.594642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.486&lt;br /&gt;value: 0.594642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.487&lt;br /&gt;value: 0.592857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.488&lt;br /&gt;value: 0.591071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.489&lt;br /&gt;value: 0.591071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.490&lt;br /&gt;value: 0.591071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.491&lt;br /&gt;value: 0.591071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.492&lt;br /&gt;value: 0.589285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.493&lt;br /&gt;value: 0.587500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.494&lt;br /&gt;value: 0.583928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.495&lt;br /&gt;value: 0.582142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.496&lt;br /&gt;value: 0.582142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.497&lt;br /&gt;value: 0.582142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.498&lt;br /&gt;value: 0.582142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.499&lt;br /&gt;value: 0.582142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.500&lt;br /&gt;value: 0.578571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.501&lt;br /&gt;value: 0.576785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.502&lt;br /&gt;value: 0.576785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.503&lt;br /&gt;value: 0.573214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.504&lt;br /&gt;value: 0.573214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.505&lt;br /&gt;value: 0.573214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.506&lt;br /&gt;value: 0.573214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.507&lt;br /&gt;value: 0.573214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.508&lt;br /&gt;value: 0.571428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.509&lt;br /&gt;value: 0.569642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.510&lt;br /&gt;value: 0.566071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.511&lt;br /&gt;value: 0.566071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.512&lt;br /&gt;value: 0.566071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.513&lt;br /&gt;value: 0.566071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.514&lt;br /&gt;value: 0.564285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.515&lt;br /&gt;value: 0.562500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.516&lt;br /&gt;value: 0.562500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.517&lt;br /&gt;value: 0.560714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.518&lt;br /&gt;value: 0.557142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.519&lt;br /&gt;value: 0.557142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.520&lt;br /&gt;value: 0.555357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.521&lt;br /&gt;value: 0.553571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.522&lt;br /&gt;value: 0.551785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.523&lt;br /&gt;value: 0.550000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.524&lt;br /&gt;value: 0.548214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.525&lt;br /&gt;value: 0.548214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.526&lt;br /&gt;value: 0.546428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.527&lt;br /&gt;value: 0.541071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.528&lt;br /&gt;value: 0.541071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.529&lt;br /&gt;value: 0.541071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.530&lt;br /&gt;value: 0.539285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.531&lt;br /&gt;value: 0.539285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.532&lt;br /&gt;value: 0.539285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.533&lt;br /&gt;value: 0.535714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.534&lt;br /&gt;value: 0.535714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.535&lt;br /&gt;value: 0.532142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.536&lt;br /&gt;value: 0.532142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.537&lt;br /&gt;value: 0.532142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.538&lt;br /&gt;value: 0.530357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.539&lt;br /&gt;value: 0.528571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.540&lt;br /&gt;value: 0.526785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.541&lt;br /&gt;value: 0.525000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.542&lt;br /&gt;value: 0.525000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.543&lt;br /&gt;value: 0.523214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.544&lt;br /&gt;value: 0.523214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.545&lt;br /&gt;value: 0.514285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.546&lt;br /&gt;value: 0.514285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.547&lt;br /&gt;value: 0.510714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.548&lt;br /&gt;value: 0.507142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.549&lt;br /&gt;value: 0.505357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.550&lt;br /&gt;value: 0.505357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.551&lt;br /&gt;value: 0.505357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.552&lt;br /&gt;value: 0.505357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.553&lt;br /&gt;value: 0.505357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.554&lt;br /&gt;value: 0.505357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.555&lt;br /&gt;value: 0.505357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.556&lt;br /&gt;value: 0.505357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.557&lt;br /&gt;value: 0.503571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.558&lt;br /&gt;value: 0.503571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.559&lt;br /&gt;value: 0.501785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.560&lt;br /&gt;value: 0.496428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.561&lt;br /&gt;value: 0.496428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.562&lt;br /&gt;value: 0.496428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.563&lt;br /&gt;value: 0.492857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.564&lt;br /&gt;value: 0.492857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.565&lt;br /&gt;value: 0.491071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.566&lt;br /&gt;value: 0.489285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.567&lt;br /&gt;value: 0.489285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.568&lt;br /&gt;value: 0.487500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.569&lt;br /&gt;value: 0.485714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.570&lt;br /&gt;value: 0.480357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.571&lt;br /&gt;value: 0.480357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.572&lt;br /&gt;value: 0.478571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.573&lt;br /&gt;value: 0.478571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.574&lt;br /&gt;value: 0.476785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.575&lt;br /&gt;value: 0.475000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.576&lt;br /&gt;value: 0.475000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.577&lt;br /&gt;value: 0.475000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.578&lt;br /&gt;value: 0.475000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.579&lt;br /&gt;value: 0.473214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.580&lt;br /&gt;value: 0.473214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.581&lt;br /&gt;value: 0.471428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.582&lt;br /&gt;value: 0.471428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.583&lt;br /&gt;value: 0.471428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.584&lt;br /&gt;value: 0.471428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.585&lt;br /&gt;value: 0.469642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.586&lt;br /&gt;value: 0.466071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.587&lt;br /&gt;value: 0.460714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.588&lt;br /&gt;value: 0.458928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.589&lt;br /&gt;value: 0.458928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.590&lt;br /&gt;value: 0.457142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.591&lt;br /&gt;value: 0.453571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.592&lt;br /&gt;value: 0.448214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.593&lt;br /&gt;value: 0.442857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.594&lt;br /&gt;value: 0.442857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.595&lt;br /&gt;value: 0.441071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.596&lt;br /&gt;value: 0.441071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.597&lt;br /&gt;value: 0.432142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.598&lt;br /&gt;value: 0.432142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.599&lt;br /&gt;value: 0.432142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.600&lt;br /&gt;value: 0.430357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.601&lt;br /&gt;value: 0.428571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.602&lt;br /&gt;value: 0.426785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.603&lt;br /&gt;value: 0.426785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.604&lt;br /&gt;value: 0.426785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.605&lt;br /&gt;value: 0.425000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.606&lt;br /&gt;value: 0.423214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.607&lt;br /&gt;value: 0.421428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.608&lt;br /&gt;value: 0.419642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.609&lt;br /&gt;value: 0.417857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.610&lt;br /&gt;value: 0.416071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.611&lt;br /&gt;value: 0.408928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.612&lt;br /&gt;value: 0.408928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.613&lt;br /&gt;value: 0.407142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.614&lt;br /&gt;value: 0.403571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.615&lt;br /&gt;value: 0.401785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.616&lt;br /&gt;value: 0.400000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.617&lt;br /&gt;value: 0.398214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.618&lt;br /&gt;value: 0.394642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.619&lt;br /&gt;value: 0.394642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.620&lt;br /&gt;value: 0.392857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.621&lt;br /&gt;value: 0.391071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.622&lt;br /&gt;value: 0.391071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.623&lt;br /&gt;value: 0.389285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.624&lt;br /&gt;value: 0.385714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.625&lt;br /&gt;value: 0.385714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.626&lt;br /&gt;value: 0.385714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.627&lt;br /&gt;value: 0.383928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.628&lt;br /&gt;value: 0.383928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.629&lt;br /&gt;value: 0.380357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.630&lt;br /&gt;value: 0.376785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.631&lt;br /&gt;value: 0.376785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.632&lt;br /&gt;value: 0.375000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.633&lt;br /&gt;value: 0.373214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.634&lt;br /&gt;value: 0.373214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.635&lt;br /&gt;value: 0.364285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.636&lt;br /&gt;value: 0.357142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.637&lt;br /&gt;value: 0.357142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.638&lt;br /&gt;value: 0.353571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.639&lt;br /&gt;value: 0.351785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.640&lt;br /&gt;value: 0.350000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.641&lt;br /&gt;value: 0.344642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.642&lt;br /&gt;value: 0.344642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.643&lt;br /&gt;value: 0.344642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.644&lt;br /&gt;value: 0.341071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.645&lt;br /&gt;value: 0.339285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.646&lt;br /&gt;value: 0.339285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.647&lt;br /&gt;value: 0.339285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.648&lt;br /&gt;value: 0.337500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.649&lt;br /&gt;value: 0.333928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.650&lt;br /&gt;value: 0.333928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.651&lt;br /&gt;value: 0.332142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.652&lt;br /&gt;value: 0.330357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.653&lt;br /&gt;value: 0.328571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.654&lt;br /&gt;value: 0.325000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.655&lt;br /&gt;value: 0.323214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.656&lt;br /&gt;value: 0.316071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.657&lt;br /&gt;value: 0.316071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.658&lt;br /&gt;value: 0.310714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.659&lt;br /&gt;value: 0.303571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.660&lt;br /&gt;value: 0.303571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.661&lt;br /&gt;value: 0.296428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.662&lt;br /&gt;value: 0.294642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.663&lt;br /&gt;value: 0.294642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.664&lt;br /&gt;value: 0.287500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.665&lt;br /&gt;value: 0.287500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.666&lt;br /&gt;value: 0.287500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.667&lt;br /&gt;value: 0.282142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.668&lt;br /&gt;value: 0.278571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.669&lt;br /&gt;value: 0.275000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.670&lt;br /&gt;value: 0.275000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.671&lt;br /&gt;value: 0.275000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.672&lt;br /&gt;value: 0.266071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.673&lt;br /&gt;value: 0.264285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.674&lt;br /&gt;value: 0.262500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.675&lt;br /&gt;value: 0.260714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.676&lt;br /&gt;value: 0.258928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.677&lt;br /&gt;value: 0.258928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.678&lt;br /&gt;value: 0.255357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.679&lt;br /&gt;value: 0.255357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.680&lt;br /&gt;value: 0.253571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.681&lt;br /&gt;value: 0.246428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.682&lt;br /&gt;value: 0.244642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.683&lt;br /&gt;value: 0.241071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.684&lt;br /&gt;value: 0.241071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.685&lt;br /&gt;value: 0.239285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.686&lt;br /&gt;value: 0.237500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.687&lt;br /&gt;value: 0.237500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.688&lt;br /&gt;value: 0.235714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.689&lt;br /&gt;value: 0.232142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.690&lt;br /&gt;value: 0.232142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.691&lt;br /&gt;value: 0.226785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.692&lt;br /&gt;value: 0.226785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.693&lt;br /&gt;value: 0.226785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.694&lt;br /&gt;value: 0.226785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.695&lt;br /&gt;value: 0.223214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.696&lt;br /&gt;value: 0.219642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.697&lt;br /&gt;value: 0.216071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.698&lt;br /&gt;value: 0.214285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.699&lt;br /&gt;value: 0.210714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.700&lt;br /&gt;value: 0.207142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.701&lt;br /&gt;value: 0.203571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.702&lt;br /&gt;value: 0.200000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.703&lt;br /&gt;value: 0.198214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.704&lt;br /&gt;value: 0.198214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.705&lt;br /&gt;value: 0.192857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.706&lt;br /&gt;value: 0.191071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.707&lt;br /&gt;value: 0.189285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.708&lt;br /&gt;value: 0.189285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.709&lt;br /&gt;value: 0.189285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.710&lt;br /&gt;value: 0.187500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.711&lt;br /&gt;value: 0.183928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.712&lt;br /&gt;value: 0.183928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.713&lt;br /&gt;value: 0.178571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.714&lt;br /&gt;value: 0.178571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.715&lt;br /&gt;value: 0.175000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.716&lt;br /&gt;value: 0.175000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.717&lt;br /&gt;value: 0.173214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.718&lt;br /&gt;value: 0.169642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.719&lt;br /&gt;value: 0.169642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.720&lt;br /&gt;value: 0.167857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.721&lt;br /&gt;value: 0.164285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.722&lt;br /&gt;value: 0.160714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.723&lt;br /&gt;value: 0.157142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.724&lt;br /&gt;value: 0.155357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.725&lt;br /&gt;value: 0.155357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.726&lt;br /&gt;value: 0.151785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.727&lt;br /&gt;value: 0.148214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.728&lt;br /&gt;value: 0.142857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.729&lt;br /&gt;value: 0.139285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.730&lt;br /&gt;value: 0.137500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.731&lt;br /&gt;value: 0.135714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.732&lt;br /&gt;value: 0.132142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.733&lt;br /&gt;value: 0.128571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.734&lt;br /&gt;value: 0.126785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.735&lt;br /&gt;value: 0.123214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.736&lt;br /&gt;value: 0.123214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.737&lt;br /&gt;value: 0.116071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.738&lt;br /&gt;value: 0.116071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.739&lt;br /&gt;value: 0.112500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.740&lt;br /&gt;value: 0.108928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.741&lt;br /&gt;value: 0.105357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.742&lt;br /&gt;value: 0.105357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.743&lt;br /&gt;value: 0.105357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.744&lt;br /&gt;value: 0.103571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.745&lt;br /&gt;value: 0.101785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.746&lt;br /&gt;value: 0.101785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.747&lt;br /&gt;value: 0.100000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.748&lt;br /&gt;value: 0.100000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.749&lt;br /&gt;value: 0.096428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.750&lt;br /&gt;value: 0.094642857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.751&lt;br /&gt;value: 0.092857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.752&lt;br /&gt;value: 0.089285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.753&lt;br /&gt;value: 0.087500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.754&lt;br /&gt;value: 0.085714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.755&lt;br /&gt;value: 0.085714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.756&lt;br /&gt;value: 0.083928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.757&lt;br /&gt;value: 0.082142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.758&lt;br /&gt;value: 0.082142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.759&lt;br /&gt;value: 0.078571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.760&lt;br /&gt;value: 0.076785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.761&lt;br /&gt;value: 0.076785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.762&lt;br /&gt;value: 0.076785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.763&lt;br /&gt;value: 0.076785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.764&lt;br /&gt;value: 0.075000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.765&lt;br /&gt;value: 0.073214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.766&lt;br /&gt;value: 0.073214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.767&lt;br /&gt;value: 0.066071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.768&lt;br /&gt;value: 0.066071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.769&lt;br /&gt;value: 0.066071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.770&lt;br /&gt;value: 0.064285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.771&lt;br /&gt;value: 0.060714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.772&lt;br /&gt;value: 0.060714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.773&lt;br /&gt;value: 0.060714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.774&lt;br /&gt;value: 0.058928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.775&lt;br /&gt;value: 0.058928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.776&lt;br /&gt;value: 0.057142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.777&lt;br /&gt;value: 0.055357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.778&lt;br /&gt;value: 0.053571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.779&lt;br /&gt;value: 0.046428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.780&lt;br /&gt;value: 0.046428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.781&lt;br /&gt;value: 0.046428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.782&lt;br /&gt;value: 0.046428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.783&lt;br /&gt;value: 0.046428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.784&lt;br /&gt;value: 0.046428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.785&lt;br /&gt;value: 0.042857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.786&lt;br /&gt;value: 0.041071429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.787&lt;br /&gt;value: 0.039285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.788&lt;br /&gt;value: 0.039285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.789&lt;br /&gt;value: 0.039285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.790&lt;br /&gt;value: 0.039285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.791&lt;br /&gt;value: 0.039285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.792&lt;br /&gt;value: 0.035714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.793&lt;br /&gt;value: 0.033928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.794&lt;br /&gt;value: 0.033928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.795&lt;br /&gt;value: 0.033928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.796&lt;br /&gt;value: 0.028571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.797&lt;br /&gt;value: 0.028571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.798&lt;br /&gt;value: 0.025000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.799&lt;br /&gt;value: 0.023214286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.800&lt;br /&gt;value: 0.021428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.801&lt;br /&gt;value: 0.021428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.802&lt;br /&gt;value: 0.021428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.803&lt;br /&gt;value: 0.017857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.804&lt;br /&gt;value: 0.017857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.805&lt;br /&gt;value: 0.017857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.806&lt;br /&gt;value: 0.017857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.807&lt;br /&gt;value: 0.017857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.808&lt;br /&gt;value: 0.017857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.809&lt;br /&gt;value: 0.014285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.810&lt;br /&gt;value: 0.014285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.811&lt;br /&gt;value: 0.014285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.812&lt;br /&gt;value: 0.012500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.813&lt;br /&gt;value: 0.012500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.814&lt;br /&gt;value: 0.012500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.815&lt;br /&gt;value: 0.012500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.816&lt;br /&gt;value: 0.012500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.817&lt;br /&gt;value: 0.012500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.818&lt;br /&gt;value: 0.012500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.819&lt;br /&gt;value: 0.010714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.820&lt;br /&gt;value: 0.010714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.821&lt;br /&gt;value: 0.010714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.822&lt;br /&gt;value: 0.010714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.823&lt;br /&gt;value: 0.008928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.824&lt;br /&gt;value: 0.008928571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.825&lt;br /&gt;value: 0.007142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.826&lt;br /&gt;value: 0.007142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.827&lt;br /&gt;value: 0.007142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.828&lt;br /&gt;value: 0.007142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.829&lt;br /&gt;value: 0.007142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.830&lt;br /&gt;value: 0.007142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.831&lt;br /&gt;value: 0.007142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.832&lt;br /&gt;value: 0.007142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.833&lt;br /&gt;value: 0.007142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.834&lt;br /&gt;value: 0.007142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.835&lt;br /&gt;value: 0.007142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.836&lt;br /&gt;value: 0.005357143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.837&lt;br /&gt;value: 0.003571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.838&lt;br /&gt;value: 0.003571429&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.839&lt;br /&gt;value: 0.001785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.840&lt;br /&gt;value: 0.001785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.841&lt;br /&gt;value: 0.001785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.842&lt;br /&gt;value: 0.001785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.843&lt;br /&gt;value: 0.001785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.844&lt;br /&gt;value: 0.001785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.845&lt;br /&gt;value: 0.001785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.846&lt;br /&gt;value: 0.001785714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.847&lt;br /&gt;value: 0.001785714&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:[&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;],&#34;opacity&#34;:1,&#34;size&#34;:1.88976377952756,&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:[&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;]}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;FALSE&#34;,&#34;legendgroup&#34;:&#34;FALSE&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x4&#34;,&#34;yaxis&#34;:&#34;y2&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.05,0.051,0.052,0.053,0.054,0.055,0.056,0.057,0.058,0.059,0.06,0.061,0.062,0.063,0.064,0.065,0.066,0.067,0.068,0.069,0.07,0.071,0.072,0.073,0.074,0.075,0.076,0.077,0.078,0.079,0.08,0.081,0.082,0.083,0.084,0.085,0.086,0.087,0.088,0.089,0.09,0.091,0.092,0.093,0.094,0.095,0.096,0.097,0.098,0.099,0.1,0.101,0.102,0.103,0.104,0.105,0.106,0.107,0.108,0.109,0.11,0.111,0.112,0.113,0.114,0.115,0.116,0.117,0.118,0.119,0.12,0.121,0.122,0.123,0.124,0.125,0.126,0.127,0.128,0.129,0.13,0.131,0.132,0.133,0.134,0.135,0.136,0.137,0.138,0.139,0.14,0.141,0.142,0.143,0.144,0.145,0.146,0.147,0.148,0.149,0.15,0.151,0.152,0.153,0.154,0.155,0.156,0.157,0.158,0.159,0.16,0.161,0.162,0.163,0.164,0.165,0.166,0.167,0.168,0.169,0.17,0.171,0.172,0.173,0.174,0.175,0.176,0.177,0.178,0.179,0.18,0.181,0.182,0.183,0.184,0.185,0.186,0.187,0.188,0.189,0.19,0.191,0.192,0.193,0.194,0.195,0.196,0.197,0.198,0.199,0.2,0.201,0.202,0.203,0.204,0.205,0.206,0.207,0.208,0.209,0.21,0.211,0.212,0.213,0.214,0.215,0.216,0.217,0.218,0.219,0.22,0.221,0.222,0.223,0.224,0.225,0.226,0.227,0.228,0.229,0.23,0.231,0.232,0.233,0.234,0.235,0.236,0.237,0.238,0.239,0.24,0.241,0.242,0.243,0.244,0.245,0.246,0.247,0.248,0.249,0.25,0.251,0.252,0.253,0.254,0.255,0.256,0.257,0.258,0.259,0.26,0.261,0.262,0.263,0.264,0.265,0.266,0.267,0.268,0.269,0.27,0.271,0.272,0.273,0.274,0.275,0.276,0.277,0.278,0.279,0.28,0.281,0.282,0.283,0.284,0.285,0.286,0.287,0.288,0.289,0.29,0.291,0.292,0.293,0.294,0.295,0.296,0.297,0.298,0.299,0.3,0.301,0.302,0.303,0.304,0.305,0.306,0.307,0.308,0.309,0.31,0.311,0.312,0.313,0.314,0.315,0.316,0.317,0.318,0.319,0.32,0.321,0.322,0.323,0.324,0.325,0.326,0.327,0.328,0.329,0.33,0.331,0.332,0.333,0.334,0.335,0.336,0.337,0.338,0.339,0.34,0.341,0.342,0.343,0.344,0.345,0.346,0.347,0.348,0.349,0.35,0.351,0.352,0.353,0.354,0.355,0.356,0.357,0.358,0.359,0.36,0.361,0.362,0.363,0.364,0.365,0.366,0.367,0.368,0.369,0.37,0.371,0.372,0.373,0.374,0.375,0.376,0.377,0.378,0.379,0.38,0.381,0.382,0.383,0.384,0.385,0.386,0.387,0.388,0.389,0.39,0.391,0.392,0.393,0.394,0.395,0.396,0.397,0.398,0.399,0.4,0.401,0.402,0.403,0.404,0.405,0.406,0.407,0.408,0.409,0.41,0.411,0.412,0.413,0.414,0.415,0.416,0.417,0.418,0.419,0.42,0.421,0.422,0.423,0.424,0.425,0.426,0.427,0.428,0.429,0.43,0.431,0.432,0.433,0.434,0.435,0.436,0.437,0.438,0.439,0.44,0.441,0.442,0.443,0.444,0.445,0.446,0.447,0.448,0.449,0.45,0.451,0.452,0.453,0.454,0.455,0.456,0.457,0.458,0.459,0.46,0.461,0.462,0.463,0.464,0.465,0.466,0.467,0.468,0.469,0.47,0.471,0.472,0.473,0.474,0.475,0.476,0.477,0.478,0.479,0.48,0.481,0.482,0.483,0.484,0.485,0.486,0.487,0.488,0.489,0.49,0.491,0.492,0.493,0.494,0.495,0.496,0.497,0.498,0.499,0.5,0.501,0.502,0.503,0.504,0.505,0.506,0.507,0.508,0.509,0.51,0.511,0.512,0.513,0.514,0.515,0.516,0.517,0.518,0.519,0.52,0.521,0.522,0.523,0.524,0.525,0.526,0.527,0.528,0.529,0.53,0.531,0.532,0.533,0.534,0.535,0.536,0.537,0.538,0.539,0.54,0.541,0.542,0.543,0.544,0.545,0.546,0.547,0.548,0.549,0.55,0.551,0.552,0.553,0.554,0.555,0.556,0.557,0.558,0.559,0.56,0.561,0.562,0.563,0.564,0.565,0.566,0.567,0.568,0.569,0.57,0.571,0.572,0.573,0.574,0.575,0.576,0.577,0.578,0.579,0.58,0.581,0.582,0.583,0.584,0.585,0.586,0.587,0.588,0.589,0.59,0.591,0.592,0.593,0.594,0.595,0.596,0.597,0.598,0.599,0.6,0.601,0.602,0.603,0.604,0.605,0.606,0.607,0.608,0.609,0.61,0.611,0.612,0.613,0.614,0.615,0.616,0.617,0.618,0.619,0.62,0.621,0.622,0.623,0.624,0.625,0.626,0.627,0.628,0.629,0.63,0.631,0.632,0.633,0.634,0.635,0.636,0.637,0.638,0.639,0.64,0.641,0.642,0.643,0.644,0.645,0.646,0.647,0.648,0.649,0.65,0.651,0.652,0.653,0.654,0.655,0.656,0.657,0.658,0.659,0.66,0.661,0.662,0.663,0.664,0.665,0.666,0.667,0.668,0.669,0.67,0.671,0.672,0.673,0.674,0.675,0.676,0.677,0.678,0.679,0.68,0.681,0.682,0.683,0.684,0.685,0.686,0.687,0.688,0.689,0.69,0.691,0.692,0.693,0.694,0.695,0.696,0.697,0.698,0.699,0.7,0.701,0.702,0.703,0.704,0.705,0.706,0.707,0.708,0.709,0.71,0.711,0.712,0.713,0.714,0.715,0.716,0.717,0.718,0.719,0.72,0.721,0.722,0.723,0.724,0.725,0.726,0.727,0.728,0.729,0.73,0.731,0.732,0.733,0.734,0.735,0.736,0.737,0.738,0.739,0.74,0.741,0.742,0.743,0.744,0.745,0.746,0.747,0.748,0.749,0.75,0.751,0.752,0.753,0.754,0.755,0.756,0.757,0.758,0.759,0.76,0.761,0.762,0.763,0.764,0.765,0.766,0.767,0.768,0.769,0.77,0.771,0.772,0.773,0.774,0.775,0.776,0.777,0.778,0.779,0.78,0.781,0.782,0.783,0.784,0.785,0.786,0.787,0.788,0.789,0.79,0.791,0.792,0.793,0.794,0.795,0.796,0.797,0.798],&#34;y&#34;:[0.347936507936508,0.349267049075844,0.350159744408946,0.350832266325224,0.352411575562701,0.354463130659767,0.355613238157041,0.355844155844156,0.356816699282453,0.358218729535036,0.358688524590164,0.358738501971091,0.360158311345646,0.360634081902246,0.36182902584493,0.362608117099135,0.36309127248501,0.363818424566088,0.36503683858004,0.366263440860215,0.368492224475997,0.369742198100407,0.369993211133741,0.371506475800954,0.372013651877133,0.372683596431023,0.374309392265193,0.375606375606376,0.375694444444444,0.376216968011127,0.376740947075209,0.377266387726639,0.378057302585604,0.378681626928471,0.380549682875264,0.381086803105152,0.382165605095541,0.383522727272727,0.384889522451889,0.386266094420601,0.386819484240688,0.388209920920201,0.388328530259366,0.388328530259366,0.389169675090253,0.390014471780029,0.390862944162437,0.39171511627907,0.39155749636099,0.392987582176771,0.393850658857979,0.394428152492669,0.395434462444772,0.395725865880619,0.39689578713969,0.398663697104677,0.398809523809524,0.399701715137957,0.401498127340824,0.402704733283246,0.402714932126697,0.404545454545455,0.405466970387244,0.406392694063927,0.407322654462243,0.40763358778626,0.408116385911179,0.408742331288344,0.409684857801691,0.410631741140216,0.41094834232845,0.411446249033256,0.412267080745342,0.412908242612753,0.414196567862715,0.415492957746479,0.415818324197337,0.416144200626959,0.417781274586939,0.419303797468354,0.418715305313243,0.420382165605096,0.421388667198723,0.422062350119904,0.421937550040032,0.421812349639134,0.423510466988728,0.425222312045271,0.425790754257908,0.426482534524777,0.427872860635697,0.428221859706362,0.427636958299264,0.427986906710311,0.427986906710311,0.429040196882691,0.42974527526705,0.430338004946414,0.431761786600496,0.432835820895522,0.432724252491694,0.433805162364696,0.434166666666667,0.434056761268781,0.434673366834171,0.434563758389262,0.434928631402183,0.435551811288964,0.437024513947591,0.438507209499576,0.438507209499576,0.438879456706282,0.439625850340136,0.439148936170213,0.441402908468777,0.441680960548885,0.443583118001723,0.443485763589301,0.443771626297578,0.446086956521739,0.446381865736704,0.445804195804196,0.445804195804196,0.446194225721785,0.446397188049209,0.446302816901408,0.447484554280671,0.447391688770999,0.447787610619469,0.448979591836735,0.449777777777778,0.449288256227758,0.449197860962567,0.45,0.450402144772118,0.451526032315978,0.452338129496403,0.453068592057762,0.455040871934605,0.45529197080292,0.456880733944954,0.458563535911602,0.459409594095941,0.459334565619224,0.46003717472119,0.460893854748603,0.461753731343284,0.462980318650422,0.462770970782281,0.464083175803403,0.464015151515151,0.465271170313987,0.465714285714286,0.46469465648855,0.466410748560461,0.46679499518768,0.467244701348748,0.468477206595538,0.468477206595538,0.469387755102041,0.470243902439024,0.471624266144814,0.472495088408644,0.473891625615764,0.475296442687747,0.476237623762376,0.475198412698413,0.476616915422886,0.476616915422886,0.477567298105683,0.477045908183633,0.478957915831663,0.479355488418933,0.47979797979798,0.479757085020243,0.480203045685279,0.48118006103764,0.48265306122449,0.48314606741573,0.482088024564995,0.482510288065844,0.484004127966976,0.483971044467425,0.483971044467425,0.483937823834197,0.484439834024896,0.484439834024896,0.483367983367983,0.483367983367983,0.483837330552659,0.485355648535565,0.48586387434555,0.486373165618449,0.485804416403785,0.486828240252898,0.487856388595565,0.489406779661017,0.489925768822906,0.489925768822906,0.490445859872611,0.491489361702128,0.492012779552716,0.492537313432836,0.493589743589744,0.493576017130621,0.493576017130621,0.494623655913978,0.495156081808396,0.497835497835498,0.498915401301518,0.499454743729553,0.5,0.500547645125958,0.500547645125958,0.501650165016502,0.500551267916207,0.502212389380531,0.504444444444444,0.503348214285714,0.503355704697987,0.505061867266592,0.506200676437429,0.507918552036199,0.506818181818182,0.506818181818182,0.507394766780432,0.508551881413911,0.510297482837529,0.510297482837529,0.512055109070034,0.513824884792627,0.513856812933025,0.513856812933025,0.515046296296296,0.515046296296296,0.514484356894554,0.51508120649652,0.515679442508711,0.515116279069767,0.515116279069767,0.516317016317016,0.518735362997658,0.518779342723005,0.518779342723005,0.519388954171563,0.519434628975265,0.519434628975265,0.519434628975265,0.520094562647754,0.520094562647754,0.521377672209026,0.521997621878716,0.523866348448687,0.525179856115108,0.525240384615385,0.525934861278649,0.526570048309179,0.526123936816525,0.528048780487805,0.529339853300734,0.530637254901961,0.531941031941032,0.531941031941032,0.53259532595326,0.531442663378545,0.532756489493202,0.535403726708075,0.534825870646766,0.535491905354919,0.536828963795256,0.536340852130326,0.53643216080402,0.53643216080402,0.537106918238994,0.539141414141414,0.540506329113924,0.542675159235669,0.542675159235669,0.543478260869565,0.543589743589744,0.544287548138639,0.543701799485861,0.545103092783505,0.547218628719276,0.547218628719276,0.54863813229572,0.548177083333333,0.550326797385621,0.551047120418848,0.551769331585845,0.551905387647832,0.552042160737813,0.552770448548813,0.55217965653897,0.553191489361702,0.553191489361702,0.553333333333333,0.55421686746988,0.554362416107383,0.553908355795148,0.552845528455285,0.552845528455285,0.552845528455285,0.554347826086957,0.553741496598639,0.553741496598639,0.55449591280654,0.55525238744884,0.556771545827633,0.556318681318681,0.556318681318681,0.55939226519337,0.558782849239281,0.559109874826147,0.559888579387187,0.559888579387187,0.560669456066946,0.560055865921788,0.560055865921788,0.560839160839161,0.560839160839161,0.560839160839161,0.560839160839161,0.561009817671809,0.56056338028169,0.561354019746121,0.562942008486563,0.5625,0.5625,0.5625,0.563300142247511,0.564285714285714,0.565092989985694,0.565092989985694,0.565902578796562,0.566714490674319,0.566906474820144,0.566666666666667,0.566037735849057,0.566229985443959,0.565789473684211,0.566617862371889,0.566813509544787,0.568483063328424,0.570162481536189,0.57037037037037,0.571216617210683,0.572065378900446,0.570789865871833,0.572496263079223,0.572496263079223,0.572713643178411,0.576168929110106,0.576399394856278,0.575757575757576,0.575757575757576,0.575987841945289,0.57469512195122,0.575572519083969,0.57427258805513,0.573619631901841,0.573846153846154,0.575617283950617,0.575617283950617,0.576506955177743,0.576506955177743,0.577881619937695,0.5796875,0.582417582417582,0.584251968503937,0.582938388625592,0.582938388625592,0.582938388625592,0.583860759493671,0.583465818759936,0.585326953748006,0.5872,0.587479935794542,0.589371980676328,0.590322580645161,0.589660743134087,0.588996763754045,0.590909090909091,0.591869918699187,0.593800978792822,0.592471358428805,0.591803278688525,0.591803278688525,0.591133004926108,0.592105263157895,0.591433278418451,0.593388429752066,0.594370860927152,0.594370860927152,0.594370860927152,0.594370860927152,0.593698175787728,0.593023255813954,0.594009983361065,0.594009983361065,0.592654424040067,0.592281879194631,0.592281879194631,0.592281879194631,0.591596638655462,0.591596638655462,0.591905564924115,0.592905405405405,0.591525423728814,0.593537414965986,0.595563139931741,0.595890410958904,0.596219931271478,0.596219931271478,0.59552495697074,0.59552495697074,0.595854922279793,0.597222222222222,0.596521739130435,0.598603839441536,0.59965034965035,0.6,0.600352112676056,0.600352112676056,0.601410934744268,0.600706713780919,0.601063829787234,0.60427807486631,0.606440071556351,0.60752688172043,0.608617594254937,0.607594936708861,0.606884057971015,0.606884057971015,0.607985480943739,0.607664233576642,0.608775137111517,0.609174311926606,0.608455882352941,0.609576427255985,0.61070110701107,0.611829944547135,0.611111111111111,0.61038961038961,0.612359550561798,0.616257088846881,0.617424242424242,0.617424242424242,0.617424242424242,0.617424242424242,0.615969581749049,0.616412213740458,0.617590822179732,0.616122840690979,0.617307692307692,0.617307692307692,0.622093023255814,0.622093023255814,0.623781676413255,0.625490196078431,0.624015748031496,0.625246548323471,0.626482213438735,0.630218687872763,0.630738522954092,0.63,0.632530120481928,0.631790744466801,0.631578947368421,0.631578947368421,0.633401221995927,0.633946830265849,0.633196721311475,0.633744855967078,0.634297520661157,0.634297520661157,0.636174636174636,0.633891213389121,0.635220125786163,0.639240506329114,0.639830508474576,0.641188959660297,0.643923240938166,0.643776824034335,0.643776824034335,0.643628509719222,0.645021645021645,0.645021645021645,0.645652173913044,0.646288209606987,0.649779735682819,0.651884700665188,0.653333333333333,0.652561247216036,0.654017857142857,0.650112866817156,0.65158371040724,0.651480637813212,0.651376146788991,0.653579676674365,0.653579676674365,0.653579676674365,0.655092592592593,0.655092592592593,0.658139534883721,0.658139534883721,0.661214953271028,0.661971830985915,0.663529411764706,0.662735849056604,0.660332541567696,0.661904761904762,0.663484486873508,0.665060240963855,0.666666666666667,0.66747572815534,0.666666666666667,0.67156862745098,0.672413793103448,0.673267326732673,0.6725,0.6725,0.673366834170854,0.675062972292191,0.679389312977099,0.680306905370844,0.680306905370844,0.682051282051282,0.682051282051282,0.68298969072165,0.68298969072165,0.682170542635659,0.683937823834197,0.685714285714286,0.6875,0.68848167539267,0.686842105263158,0.684350132625995,0.687165775401069,0.687165775401069,0.688172043010753,0.686486486486486,0.685792349726776,0.683195592286501,0.683195592286501,0.686111111111111,0.686111111111111,0.68169014084507,0.68169014084507,0.68361581920904,0.68271954674221,0.681818181818182,0.680911680911681,0.682857142857143,0.682857142857143,0.683908045977011,0.68299711815562,0.686046511627907,0.687134502923977,0.686217008797654,0.685294117647059,0.683582089552239,0.68562874251497,0.684684684684685,0.684848484848485,0.685975609756098,0.685015290519878,0.684049079754601,0.682098765432099,0.684210526315789,0.6875,0.686520376175549,0.688679245283019,0.687697160883281,0.687898089171974,0.690095846645367,0.694533762057878,0.693548387096774,0.6957928802589,0.693811074918567,0.694078947368421,0.696369636963696,0.697674418604651,0.696666666666667,0.696666666666667,0.693877551020408,0.692041522491349,0.694444444444444,0.697183098591549,0.696113074204947,0.695035460992908,0.694244604316547,0.699275362318841,0.699275362318841,0.697080291970803,0.695970695970696,0.698529411764706,0.701107011070111,0.7,0.700374531835206,0.703007518796993,0.704545454545455,0.703422053231939,0.704980842911877,0.708171206225681,0.70703125,0.705179282868526,0.708,0.704453441295547,0.702479338842975,0.702479338842975,0.697478991596639,0.69620253164557,0.69620253164557,0.693965517241379,0.7,0.7,0.696035242290749,0.702702702702703,0.7,0.7,0.706422018348624,0.702830188679245,0.701421800947867,0.706730769230769,0.70873786407767,0.71078431372549,0.71078431372549,0.715,0.718592964824121,0.724489795918367,0.722513089005236,0.724867724867725,0.725806451612903,0.733695652173913,0.73224043715847,0.734806629834254,0.738888888888889,0.737430167597765,0.734463276836158,0.742857142857143,0.742690058479532,0.747058823529412,0.751479289940828,0.760479041916168,0.757575757575758,0.759259259259259,0.75625,0.754716981132076,0.751592356687898,0.748387096774194,0.75,0.751677852348993,0.76027397260274,0.76551724137931,0.771428571428571,0.77536231884058,0.773722627737226,0.773722627737226,0.773722627737226,0.777777777777778,0.774436090225564,0.786259541984733,0.78125,0.78125,0.784,0.790322580645161,0.788617886178862,0.785123966942149,0.798319327731092,0.803418803418803,0.8,0.79646017699115,0.807339449541284,0.805555555555556,0.805555555555556,0.80188679245283,0.813725490196078,0.808080808080808,0.804123711340206,0.802083333333333,0.8,0.795698924731183,0.8,0.797752808988764,0.793103448275862,0.802325581395349,0.792682926829268,0.792682926829268,0.79746835443038,0.802631578947368,0.797297297297297,0.808219178082192,0.808219178082192,0.805555555555556,0.802816901408451,0.802816901408451,0.811594202898551,0.811594202898551,0.805970149253731,0.803030303030303,0.8,0.793650793650794,0.790322580645161,0.786885245901639,0.786885245901639,0.783333333333333,0.779661016949153,0.793103448275862,0.785714285714286,0.781818181818182,0.781818181818182,0.781818181818182,0.796296296296296,0.807692307692308,0.82,0.836734693877551,0.822222222222222,0.822222222222222,0.840909090909091,0.857142857142857,0.85,0.85,0.85,0.846153846153846,0.868421052631579,0.864864864864865,0.861111111111111,0.857142857142857,0.838709677419355,0.866666666666667,0.866666666666667,0.866666666666667,0.866666666666667,0.866666666666667,0.888888888888889,0.884615384615385,0.88,0.88,0.916666666666667,0.916666666666667,0.956521739130435,0.952380952380952,0.95,0.95,0.95,0.941176470588235,0.941176470588235,0.933333333333333],&#34;text&#34;:[&#34;color: FALSE&lt;br /&gt;threshold: 0.050&lt;br /&gt;value: 0.347936508&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.051&lt;br /&gt;value: 0.349267049&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.052&lt;br /&gt;value: 0.350159744&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.053&lt;br /&gt;value: 0.350832266&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.054&lt;br /&gt;value: 0.352411576&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.055&lt;br /&gt;value: 0.354463131&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.056&lt;br /&gt;value: 0.355613238&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.057&lt;br /&gt;value: 0.355844156&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.058&lt;br /&gt;value: 0.356816699&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.059&lt;br /&gt;value: 0.358218730&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.060&lt;br /&gt;value: 0.358688525&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.061&lt;br /&gt;value: 0.358738502&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.062&lt;br /&gt;value: 0.360158311&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.063&lt;br /&gt;value: 0.360634082&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.064&lt;br /&gt;value: 0.361829026&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.065&lt;br /&gt;value: 0.362608117&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.066&lt;br /&gt;value: 0.363091272&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.067&lt;br /&gt;value: 0.363818425&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.068&lt;br /&gt;value: 0.365036839&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.069&lt;br /&gt;value: 0.366263441&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.070&lt;br /&gt;value: 0.368492224&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.071&lt;br /&gt;value: 0.369742198&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.072&lt;br /&gt;value: 0.369993211&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.073&lt;br /&gt;value: 0.371506476&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.074&lt;br /&gt;value: 0.372013652&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.075&lt;br /&gt;value: 0.372683596&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.076&lt;br /&gt;value: 0.374309392&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.077&lt;br /&gt;value: 0.375606376&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.078&lt;br /&gt;value: 0.375694444&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.079&lt;br /&gt;value: 0.376216968&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.080&lt;br /&gt;value: 0.376740947&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.081&lt;br /&gt;value: 0.377266388&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.082&lt;br /&gt;value: 0.378057303&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.083&lt;br /&gt;value: 0.378681627&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.084&lt;br /&gt;value: 0.380549683&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.085&lt;br /&gt;value: 0.381086803&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.086&lt;br /&gt;value: 0.382165605&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.087&lt;br /&gt;value: 0.383522727&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.088&lt;br /&gt;value: 0.384889522&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.089&lt;br /&gt;value: 0.386266094&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.090&lt;br /&gt;value: 0.386819484&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.091&lt;br /&gt;value: 0.388209921&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.092&lt;br /&gt;value: 0.388328530&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.093&lt;br /&gt;value: 0.388328530&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.094&lt;br /&gt;value: 0.389169675&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.095&lt;br /&gt;value: 0.390014472&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.096&lt;br /&gt;value: 0.390862944&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.097&lt;br /&gt;value: 0.391715116&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.098&lt;br /&gt;value: 0.391557496&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.099&lt;br /&gt;value: 0.392987582&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.100&lt;br /&gt;value: 0.393850659&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.101&lt;br /&gt;value: 0.394428152&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.102&lt;br /&gt;value: 0.395434462&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.103&lt;br /&gt;value: 0.395725866&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.104&lt;br /&gt;value: 0.396895787&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.105&lt;br /&gt;value: 0.398663697&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.106&lt;br /&gt;value: 0.398809524&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.107&lt;br /&gt;value: 0.399701715&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.108&lt;br /&gt;value: 0.401498127&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.109&lt;br /&gt;value: 0.402704733&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.110&lt;br /&gt;value: 0.402714932&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.111&lt;br /&gt;value: 0.404545455&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.112&lt;br /&gt;value: 0.405466970&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.113&lt;br /&gt;value: 0.406392694&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.114&lt;br /&gt;value: 0.407322654&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.115&lt;br /&gt;value: 0.407633588&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.116&lt;br /&gt;value: 0.408116386&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.117&lt;br /&gt;value: 0.408742331&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.118&lt;br /&gt;value: 0.409684858&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.119&lt;br /&gt;value: 0.410631741&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.120&lt;br /&gt;value: 0.410948342&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.121&lt;br /&gt;value: 0.411446249&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.122&lt;br /&gt;value: 0.412267081&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.123&lt;br /&gt;value: 0.412908243&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.124&lt;br /&gt;value: 0.414196568&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.125&lt;br /&gt;value: 0.415492958&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.126&lt;br /&gt;value: 0.415818324&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.127&lt;br /&gt;value: 0.416144201&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.128&lt;br /&gt;value: 0.417781275&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.129&lt;br /&gt;value: 0.419303797&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.130&lt;br /&gt;value: 0.418715305&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.131&lt;br /&gt;value: 0.420382166&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.132&lt;br /&gt;value: 0.421388667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.133&lt;br /&gt;value: 0.422062350&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.134&lt;br /&gt;value: 0.421937550&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.135&lt;br /&gt;value: 0.421812350&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.136&lt;br /&gt;value: 0.423510467&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.137&lt;br /&gt;value: 0.425222312&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.138&lt;br /&gt;value: 0.425790754&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.139&lt;br /&gt;value: 0.426482535&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.140&lt;br /&gt;value: 0.427872861&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.141&lt;br /&gt;value: 0.428221860&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.142&lt;br /&gt;value: 0.427636958&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.143&lt;br /&gt;value: 0.427986907&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.144&lt;br /&gt;value: 0.427986907&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.145&lt;br /&gt;value: 0.429040197&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.146&lt;br /&gt;value: 0.429745275&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.147&lt;br /&gt;value: 0.430338005&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.148&lt;br /&gt;value: 0.431761787&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.149&lt;br /&gt;value: 0.432835821&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.150&lt;br /&gt;value: 0.432724252&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.151&lt;br /&gt;value: 0.433805162&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.152&lt;br /&gt;value: 0.434166667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.153&lt;br /&gt;value: 0.434056761&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.154&lt;br /&gt;value: 0.434673367&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.155&lt;br /&gt;value: 0.434563758&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.156&lt;br /&gt;value: 0.434928631&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.157&lt;br /&gt;value: 0.435551811&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.158&lt;br /&gt;value: 0.437024514&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.159&lt;br /&gt;value: 0.438507209&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.160&lt;br /&gt;value: 0.438507209&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.161&lt;br /&gt;value: 0.438879457&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.162&lt;br /&gt;value: 0.439625850&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.163&lt;br /&gt;value: 0.439148936&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.164&lt;br /&gt;value: 0.441402908&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.165&lt;br /&gt;value: 0.441680961&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.166&lt;br /&gt;value: 0.443583118&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.167&lt;br /&gt;value: 0.443485764&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.168&lt;br /&gt;value: 0.443771626&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.169&lt;br /&gt;value: 0.446086957&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.170&lt;br /&gt;value: 0.446381866&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.171&lt;br /&gt;value: 0.445804196&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.172&lt;br /&gt;value: 0.445804196&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.173&lt;br /&gt;value: 0.446194226&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.174&lt;br /&gt;value: 0.446397188&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.175&lt;br /&gt;value: 0.446302817&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.176&lt;br /&gt;value: 0.447484554&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.177&lt;br /&gt;value: 0.447391689&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.178&lt;br /&gt;value: 0.447787611&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.179&lt;br /&gt;value: 0.448979592&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.180&lt;br /&gt;value: 0.449777778&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.181&lt;br /&gt;value: 0.449288256&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.182&lt;br /&gt;value: 0.449197861&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.183&lt;br /&gt;value: 0.450000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.184&lt;br /&gt;value: 0.450402145&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.185&lt;br /&gt;value: 0.451526032&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.186&lt;br /&gt;value: 0.452338129&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.187&lt;br /&gt;value: 0.453068592&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.188&lt;br /&gt;value: 0.455040872&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.189&lt;br /&gt;value: 0.455291971&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.190&lt;br /&gt;value: 0.456880734&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.191&lt;br /&gt;value: 0.458563536&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.192&lt;br /&gt;value: 0.459409594&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.193&lt;br /&gt;value: 0.459334566&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.194&lt;br /&gt;value: 0.460037175&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.195&lt;br /&gt;value: 0.460893855&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.196&lt;br /&gt;value: 0.461753731&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.197&lt;br /&gt;value: 0.462980319&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.198&lt;br /&gt;value: 0.462770971&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.199&lt;br /&gt;value: 0.464083176&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.200&lt;br /&gt;value: 0.464015152&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.201&lt;br /&gt;value: 0.465271170&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.202&lt;br /&gt;value: 0.465714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.203&lt;br /&gt;value: 0.464694656&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.204&lt;br /&gt;value: 0.466410749&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.205&lt;br /&gt;value: 0.466794995&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.206&lt;br /&gt;value: 0.467244701&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.207&lt;br /&gt;value: 0.468477207&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.208&lt;br /&gt;value: 0.468477207&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.209&lt;br /&gt;value: 0.469387755&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.210&lt;br /&gt;value: 0.470243902&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.211&lt;br /&gt;value: 0.471624266&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.212&lt;br /&gt;value: 0.472495088&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.213&lt;br /&gt;value: 0.473891626&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.214&lt;br /&gt;value: 0.475296443&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.215&lt;br /&gt;value: 0.476237624&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.216&lt;br /&gt;value: 0.475198413&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.217&lt;br /&gt;value: 0.476616915&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.218&lt;br /&gt;value: 0.476616915&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.219&lt;br /&gt;value: 0.477567298&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.220&lt;br /&gt;value: 0.477045908&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.221&lt;br /&gt;value: 0.478957916&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.222&lt;br /&gt;value: 0.479355488&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.223&lt;br /&gt;value: 0.479797980&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.224&lt;br /&gt;value: 0.479757085&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.225&lt;br /&gt;value: 0.480203046&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.226&lt;br /&gt;value: 0.481180061&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.227&lt;br /&gt;value: 0.482653061&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.228&lt;br /&gt;value: 0.483146067&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.229&lt;br /&gt;value: 0.482088025&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.230&lt;br /&gt;value: 0.482510288&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.231&lt;br /&gt;value: 0.484004128&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.232&lt;br /&gt;value: 0.483971044&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.233&lt;br /&gt;value: 0.483971044&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.234&lt;br /&gt;value: 0.483937824&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.235&lt;br /&gt;value: 0.484439834&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.236&lt;br /&gt;value: 0.484439834&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.237&lt;br /&gt;value: 0.483367983&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.238&lt;br /&gt;value: 0.483367983&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.239&lt;br /&gt;value: 0.483837331&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.240&lt;br /&gt;value: 0.485355649&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.241&lt;br /&gt;value: 0.485863874&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.242&lt;br /&gt;value: 0.486373166&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.243&lt;br /&gt;value: 0.485804416&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.244&lt;br /&gt;value: 0.486828240&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.245&lt;br /&gt;value: 0.487856389&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.246&lt;br /&gt;value: 0.489406780&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.247&lt;br /&gt;value: 0.489925769&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.248&lt;br /&gt;value: 0.489925769&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.249&lt;br /&gt;value: 0.490445860&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.250&lt;br /&gt;value: 0.491489362&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.251&lt;br /&gt;value: 0.492012780&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.252&lt;br /&gt;value: 0.492537313&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.253&lt;br /&gt;value: 0.493589744&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.254&lt;br /&gt;value: 0.493576017&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.255&lt;br /&gt;value: 0.493576017&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.256&lt;br /&gt;value: 0.494623656&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.257&lt;br /&gt;value: 0.495156082&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.258&lt;br /&gt;value: 0.497835498&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.259&lt;br /&gt;value: 0.498915401&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.260&lt;br /&gt;value: 0.499454744&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.261&lt;br /&gt;value: 0.500000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.262&lt;br /&gt;value: 0.500547645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.263&lt;br /&gt;value: 0.500547645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.264&lt;br /&gt;value: 0.501650165&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.265&lt;br /&gt;value: 0.500551268&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.266&lt;br /&gt;value: 0.502212389&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.267&lt;br /&gt;value: 0.504444444&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.268&lt;br /&gt;value: 0.503348214&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.269&lt;br /&gt;value: 0.503355705&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.270&lt;br /&gt;value: 0.505061867&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.271&lt;br /&gt;value: 0.506200676&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.272&lt;br /&gt;value: 0.507918552&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.273&lt;br /&gt;value: 0.506818182&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.274&lt;br /&gt;value: 0.506818182&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.275&lt;br /&gt;value: 0.507394767&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.276&lt;br /&gt;value: 0.508551881&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.277&lt;br /&gt;value: 0.510297483&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.278&lt;br /&gt;value: 0.510297483&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.279&lt;br /&gt;value: 0.512055109&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.280&lt;br /&gt;value: 0.513824885&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.281&lt;br /&gt;value: 0.513856813&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.282&lt;br /&gt;value: 0.513856813&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.283&lt;br /&gt;value: 0.515046296&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.284&lt;br /&gt;value: 0.515046296&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.285&lt;br /&gt;value: 0.514484357&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.286&lt;br /&gt;value: 0.515081206&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.287&lt;br /&gt;value: 0.515679443&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.288&lt;br /&gt;value: 0.515116279&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.289&lt;br /&gt;value: 0.515116279&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.290&lt;br /&gt;value: 0.516317016&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.291&lt;br /&gt;value: 0.518735363&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.292&lt;br /&gt;value: 0.518779343&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.293&lt;br /&gt;value: 0.518779343&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.294&lt;br /&gt;value: 0.519388954&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.295&lt;br /&gt;value: 0.519434629&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.296&lt;br /&gt;value: 0.519434629&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.297&lt;br /&gt;value: 0.519434629&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.298&lt;br /&gt;value: 0.520094563&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.299&lt;br /&gt;value: 0.520094563&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.300&lt;br /&gt;value: 0.521377672&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.301&lt;br /&gt;value: 0.521997622&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.302&lt;br /&gt;value: 0.523866348&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.303&lt;br /&gt;value: 0.525179856&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.304&lt;br /&gt;value: 0.525240385&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.305&lt;br /&gt;value: 0.525934861&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.306&lt;br /&gt;value: 0.526570048&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.307&lt;br /&gt;value: 0.526123937&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.308&lt;br /&gt;value: 0.528048780&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.309&lt;br /&gt;value: 0.529339853&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.310&lt;br /&gt;value: 0.530637255&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.311&lt;br /&gt;value: 0.531941032&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.312&lt;br /&gt;value: 0.531941032&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.313&lt;br /&gt;value: 0.532595326&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.314&lt;br /&gt;value: 0.531442663&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.315&lt;br /&gt;value: 0.532756489&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.316&lt;br /&gt;value: 0.535403727&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.317&lt;br /&gt;value: 0.534825871&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.318&lt;br /&gt;value: 0.535491905&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.319&lt;br /&gt;value: 0.536828964&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.320&lt;br /&gt;value: 0.536340852&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.321&lt;br /&gt;value: 0.536432161&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.322&lt;br /&gt;value: 0.536432161&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.323&lt;br /&gt;value: 0.537106918&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.324&lt;br /&gt;value: 0.539141414&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.325&lt;br /&gt;value: 0.540506329&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.326&lt;br /&gt;value: 0.542675159&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.327&lt;br /&gt;value: 0.542675159&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.328&lt;br /&gt;value: 0.543478261&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.329&lt;br /&gt;value: 0.543589744&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.330&lt;br /&gt;value: 0.544287548&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.331&lt;br /&gt;value: 0.543701799&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.332&lt;br /&gt;value: 0.545103093&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.333&lt;br /&gt;value: 0.547218629&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.334&lt;br /&gt;value: 0.547218629&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.335&lt;br /&gt;value: 0.548638132&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.336&lt;br /&gt;value: 0.548177083&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.337&lt;br /&gt;value: 0.550326797&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.338&lt;br /&gt;value: 0.551047120&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.339&lt;br /&gt;value: 0.551769332&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.340&lt;br /&gt;value: 0.551905388&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.341&lt;br /&gt;value: 0.552042161&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.342&lt;br /&gt;value: 0.552770449&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.343&lt;br /&gt;value: 0.552179657&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.344&lt;br /&gt;value: 0.553191489&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.345&lt;br /&gt;value: 0.553191489&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.346&lt;br /&gt;value: 0.553333333&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.347&lt;br /&gt;value: 0.554216867&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.348&lt;br /&gt;value: 0.554362416&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.349&lt;br /&gt;value: 0.553908356&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.350&lt;br /&gt;value: 0.552845528&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.351&lt;br /&gt;value: 0.552845528&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.352&lt;br /&gt;value: 0.552845528&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.353&lt;br /&gt;value: 0.554347826&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.354&lt;br /&gt;value: 0.553741497&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.355&lt;br /&gt;value: 0.553741497&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.356&lt;br /&gt;value: 0.554495913&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.357&lt;br /&gt;value: 0.555252387&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.358&lt;br /&gt;value: 0.556771546&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.359&lt;br /&gt;value: 0.556318681&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.360&lt;br /&gt;value: 0.556318681&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.361&lt;br /&gt;value: 0.559392265&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.362&lt;br /&gt;value: 0.558782849&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.363&lt;br /&gt;value: 0.559109875&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.364&lt;br /&gt;value: 0.559888579&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.365&lt;br /&gt;value: 0.559888579&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.366&lt;br /&gt;value: 0.560669456&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.367&lt;br /&gt;value: 0.560055866&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.368&lt;br /&gt;value: 0.560055866&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.369&lt;br /&gt;value: 0.560839161&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.370&lt;br /&gt;value: 0.560839161&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.371&lt;br /&gt;value: 0.560839161&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.372&lt;br /&gt;value: 0.560839161&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.373&lt;br /&gt;value: 0.561009818&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.374&lt;br /&gt;value: 0.560563380&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.375&lt;br /&gt;value: 0.561354020&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.376&lt;br /&gt;value: 0.562942008&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.377&lt;br /&gt;value: 0.562500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.378&lt;br /&gt;value: 0.562500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.379&lt;br /&gt;value: 0.562500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.380&lt;br /&gt;value: 0.563300142&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.381&lt;br /&gt;value: 0.564285714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.382&lt;br /&gt;value: 0.565092990&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.383&lt;br /&gt;value: 0.565092990&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.384&lt;br /&gt;value: 0.565902579&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.385&lt;br /&gt;value: 0.566714491&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.386&lt;br /&gt;value: 0.566906475&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.387&lt;br /&gt;value: 0.566666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.388&lt;br /&gt;value: 0.566037736&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.389&lt;br /&gt;value: 0.566229985&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.390&lt;br /&gt;value: 0.565789474&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.391&lt;br /&gt;value: 0.566617862&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.392&lt;br /&gt;value: 0.566813510&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.393&lt;br /&gt;value: 0.568483063&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.394&lt;br /&gt;value: 0.570162482&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.395&lt;br /&gt;value: 0.570370370&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.396&lt;br /&gt;value: 0.571216617&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.397&lt;br /&gt;value: 0.572065379&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.398&lt;br /&gt;value: 0.570789866&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.399&lt;br /&gt;value: 0.572496263&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.400&lt;br /&gt;value: 0.572496263&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.401&lt;br /&gt;value: 0.572713643&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.402&lt;br /&gt;value: 0.576168929&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.403&lt;br /&gt;value: 0.576399395&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.404&lt;br /&gt;value: 0.575757576&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.405&lt;br /&gt;value: 0.575757576&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.406&lt;br /&gt;value: 0.575987842&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.407&lt;br /&gt;value: 0.574695122&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.408&lt;br /&gt;value: 0.575572519&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.409&lt;br /&gt;value: 0.574272588&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.410&lt;br /&gt;value: 0.573619632&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.411&lt;br /&gt;value: 0.573846154&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.412&lt;br /&gt;value: 0.575617284&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.413&lt;br /&gt;value: 0.575617284&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.414&lt;br /&gt;value: 0.576506955&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.415&lt;br /&gt;value: 0.576506955&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.416&lt;br /&gt;value: 0.577881620&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.417&lt;br /&gt;value: 0.579687500&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.418&lt;br /&gt;value: 0.582417582&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.419&lt;br /&gt;value: 0.584251969&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.420&lt;br /&gt;value: 0.582938389&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.421&lt;br /&gt;value: 0.582938389&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.422&lt;br /&gt;value: 0.582938389&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.423&lt;br /&gt;value: 0.583860759&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.424&lt;br /&gt;value: 0.583465819&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.425&lt;br /&gt;value: 0.585326954&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.426&lt;br /&gt;value: 0.587200000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.427&lt;br /&gt;value: 0.587479936&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.428&lt;br /&gt;value: 0.589371981&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.429&lt;br /&gt;value: 0.590322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.430&lt;br /&gt;value: 0.589660743&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.431&lt;br /&gt;value: 0.588996764&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.432&lt;br /&gt;value: 0.590909091&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.433&lt;br /&gt;value: 0.591869919&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.434&lt;br /&gt;value: 0.593800979&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.435&lt;br /&gt;value: 0.592471358&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.436&lt;br /&gt;value: 0.591803279&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.437&lt;br /&gt;value: 0.591803279&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.438&lt;br /&gt;value: 0.591133005&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.439&lt;br /&gt;value: 0.592105263&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.440&lt;br /&gt;value: 0.591433278&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.441&lt;br /&gt;value: 0.593388430&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.442&lt;br /&gt;value: 0.594370861&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.443&lt;br /&gt;value: 0.594370861&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.444&lt;br /&gt;value: 0.594370861&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.445&lt;br /&gt;value: 0.594370861&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.446&lt;br /&gt;value: 0.593698176&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.447&lt;br /&gt;value: 0.593023256&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.448&lt;br /&gt;value: 0.594009983&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.449&lt;br /&gt;value: 0.594009983&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.450&lt;br /&gt;value: 0.592654424&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.451&lt;br /&gt;value: 0.592281879&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.452&lt;br /&gt;value: 0.592281879&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.453&lt;br /&gt;value: 0.592281879&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.454&lt;br /&gt;value: 0.591596639&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.455&lt;br /&gt;value: 0.591596639&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.456&lt;br /&gt;value: 0.591905565&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.457&lt;br /&gt;value: 0.592905405&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.458&lt;br /&gt;value: 0.591525424&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.459&lt;br /&gt;value: 0.593537415&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.460&lt;br /&gt;value: 0.595563140&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.461&lt;br /&gt;value: 0.595890411&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.462&lt;br /&gt;value: 0.596219931&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.463&lt;br /&gt;value: 0.596219931&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.464&lt;br /&gt;value: 0.595524957&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.465&lt;br /&gt;value: 0.595524957&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.466&lt;br /&gt;value: 0.595854922&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.467&lt;br /&gt;value: 0.597222222&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.468&lt;br /&gt;value: 0.596521739&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.469&lt;br /&gt;value: 0.598603839&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.470&lt;br /&gt;value: 0.599650350&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.471&lt;br /&gt;value: 0.600000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.472&lt;br /&gt;value: 0.600352113&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.473&lt;br /&gt;value: 0.600352113&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.474&lt;br /&gt;value: 0.601410935&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.475&lt;br /&gt;value: 0.600706714&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.476&lt;br /&gt;value: 0.601063830&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.477&lt;br /&gt;value: 0.604278075&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.478&lt;br /&gt;value: 0.606440072&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.479&lt;br /&gt;value: 0.607526882&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.480&lt;br /&gt;value: 0.608617594&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.481&lt;br /&gt;value: 0.607594937&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.482&lt;br /&gt;value: 0.606884058&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.483&lt;br /&gt;value: 0.606884058&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.484&lt;br /&gt;value: 0.607985481&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.485&lt;br /&gt;value: 0.607664234&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.486&lt;br /&gt;value: 0.608775137&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.487&lt;br /&gt;value: 0.609174312&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.488&lt;br /&gt;value: 0.608455882&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.489&lt;br /&gt;value: 0.609576427&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.490&lt;br /&gt;value: 0.610701107&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.491&lt;br /&gt;value: 0.611829945&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.492&lt;br /&gt;value: 0.611111111&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.493&lt;br /&gt;value: 0.610389610&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.494&lt;br /&gt;value: 0.612359551&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.495&lt;br /&gt;value: 0.616257089&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.496&lt;br /&gt;value: 0.617424242&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.497&lt;br /&gt;value: 0.617424242&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.498&lt;br /&gt;value: 0.617424242&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.499&lt;br /&gt;value: 0.617424242&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.500&lt;br /&gt;value: 0.615969582&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.501&lt;br /&gt;value: 0.616412214&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.502&lt;br /&gt;value: 0.617590822&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.503&lt;br /&gt;value: 0.616122841&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.504&lt;br /&gt;value: 0.617307692&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.505&lt;br /&gt;value: 0.617307692&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.506&lt;br /&gt;value: 0.622093023&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.507&lt;br /&gt;value: 0.622093023&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.508&lt;br /&gt;value: 0.623781676&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.509&lt;br /&gt;value: 0.625490196&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.510&lt;br /&gt;value: 0.624015748&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.511&lt;br /&gt;value: 0.625246548&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.512&lt;br /&gt;value: 0.626482213&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.513&lt;br /&gt;value: 0.630218688&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.514&lt;br /&gt;value: 0.630738523&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.515&lt;br /&gt;value: 0.630000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.516&lt;br /&gt;value: 0.632530120&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.517&lt;br /&gt;value: 0.631790744&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.518&lt;br /&gt;value: 0.631578947&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.519&lt;br /&gt;value: 0.631578947&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.520&lt;br /&gt;value: 0.633401222&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.521&lt;br /&gt;value: 0.633946830&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.522&lt;br /&gt;value: 0.633196721&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.523&lt;br /&gt;value: 0.633744856&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.524&lt;br /&gt;value: 0.634297521&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.525&lt;br /&gt;value: 0.634297521&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.526&lt;br /&gt;value: 0.636174636&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.527&lt;br /&gt;value: 0.633891213&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.528&lt;br /&gt;value: 0.635220126&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.529&lt;br /&gt;value: 0.639240506&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.530&lt;br /&gt;value: 0.639830508&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.531&lt;br /&gt;value: 0.641188960&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.532&lt;br /&gt;value: 0.643923241&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.533&lt;br /&gt;value: 0.643776824&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.534&lt;br /&gt;value: 0.643776824&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.535&lt;br /&gt;value: 0.643628510&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.536&lt;br /&gt;value: 0.645021645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.537&lt;br /&gt;value: 0.645021645&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.538&lt;br /&gt;value: 0.645652174&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.539&lt;br /&gt;value: 0.646288210&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.540&lt;br /&gt;value: 0.649779736&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.541&lt;br /&gt;value: 0.651884701&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.542&lt;br /&gt;value: 0.653333333&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.543&lt;br /&gt;value: 0.652561247&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.544&lt;br /&gt;value: 0.654017857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.545&lt;br /&gt;value: 0.650112867&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.546&lt;br /&gt;value: 0.651583710&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.547&lt;br /&gt;value: 0.651480638&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.548&lt;br /&gt;value: 0.651376147&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.549&lt;br /&gt;value: 0.653579677&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.550&lt;br /&gt;value: 0.653579677&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.551&lt;br /&gt;value: 0.653579677&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.552&lt;br /&gt;value: 0.655092593&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.553&lt;br /&gt;value: 0.655092593&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.554&lt;br /&gt;value: 0.658139535&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.555&lt;br /&gt;value: 0.658139535&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.556&lt;br /&gt;value: 0.661214953&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.557&lt;br /&gt;value: 0.661971831&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.558&lt;br /&gt;value: 0.663529412&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.559&lt;br /&gt;value: 0.662735849&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.560&lt;br /&gt;value: 0.660332542&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.561&lt;br /&gt;value: 0.661904762&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.562&lt;br /&gt;value: 0.663484487&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.563&lt;br /&gt;value: 0.665060241&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.564&lt;br /&gt;value: 0.666666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.565&lt;br /&gt;value: 0.667475728&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.566&lt;br /&gt;value: 0.666666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.567&lt;br /&gt;value: 0.671568627&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.568&lt;br /&gt;value: 0.672413793&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.569&lt;br /&gt;value: 0.673267327&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.570&lt;br /&gt;value: 0.672500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.571&lt;br /&gt;value: 0.672500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.572&lt;br /&gt;value: 0.673366834&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.573&lt;br /&gt;value: 0.675062972&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.574&lt;br /&gt;value: 0.679389313&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.575&lt;br /&gt;value: 0.680306905&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.576&lt;br /&gt;value: 0.680306905&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.577&lt;br /&gt;value: 0.682051282&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.578&lt;br /&gt;value: 0.682051282&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.579&lt;br /&gt;value: 0.682989691&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.580&lt;br /&gt;value: 0.682989691&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.581&lt;br /&gt;value: 0.682170543&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.582&lt;br /&gt;value: 0.683937824&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.583&lt;br /&gt;value: 0.685714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.584&lt;br /&gt;value: 0.687500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.585&lt;br /&gt;value: 0.688481675&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.586&lt;br /&gt;value: 0.686842105&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.587&lt;br /&gt;value: 0.684350133&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.588&lt;br /&gt;value: 0.687165775&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.589&lt;br /&gt;value: 0.687165775&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.590&lt;br /&gt;value: 0.688172043&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.591&lt;br /&gt;value: 0.686486486&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.592&lt;br /&gt;value: 0.685792350&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.593&lt;br /&gt;value: 0.683195592&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.594&lt;br /&gt;value: 0.683195592&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.595&lt;br /&gt;value: 0.686111111&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.596&lt;br /&gt;value: 0.686111111&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.597&lt;br /&gt;value: 0.681690141&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.598&lt;br /&gt;value: 0.681690141&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.599&lt;br /&gt;value: 0.683615819&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.600&lt;br /&gt;value: 0.682719547&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.601&lt;br /&gt;value: 0.681818182&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.602&lt;br /&gt;value: 0.680911681&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.603&lt;br /&gt;value: 0.682857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.604&lt;br /&gt;value: 0.682857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.605&lt;br /&gt;value: 0.683908046&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.606&lt;br /&gt;value: 0.682997118&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.607&lt;br /&gt;value: 0.686046512&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.608&lt;br /&gt;value: 0.687134503&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.609&lt;br /&gt;value: 0.686217009&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.610&lt;br /&gt;value: 0.685294118&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.611&lt;br /&gt;value: 0.683582090&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.612&lt;br /&gt;value: 0.685628743&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.613&lt;br /&gt;value: 0.684684685&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.614&lt;br /&gt;value: 0.684848485&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.615&lt;br /&gt;value: 0.685975610&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.616&lt;br /&gt;value: 0.685015291&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.617&lt;br /&gt;value: 0.684049080&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.618&lt;br /&gt;value: 0.682098765&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.619&lt;br /&gt;value: 0.684210526&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.620&lt;br /&gt;value: 0.687500000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.621&lt;br /&gt;value: 0.686520376&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.622&lt;br /&gt;value: 0.688679245&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.623&lt;br /&gt;value: 0.687697161&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.624&lt;br /&gt;value: 0.687898089&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.625&lt;br /&gt;value: 0.690095847&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.626&lt;br /&gt;value: 0.694533762&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.627&lt;br /&gt;value: 0.693548387&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.628&lt;br /&gt;value: 0.695792880&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.629&lt;br /&gt;value: 0.693811075&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.630&lt;br /&gt;value: 0.694078947&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.631&lt;br /&gt;value: 0.696369637&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.632&lt;br /&gt;value: 0.697674419&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.633&lt;br /&gt;value: 0.696666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.634&lt;br /&gt;value: 0.696666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.635&lt;br /&gt;value: 0.693877551&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.636&lt;br /&gt;value: 0.692041522&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.637&lt;br /&gt;value: 0.694444444&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.638&lt;br /&gt;value: 0.697183099&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.639&lt;br /&gt;value: 0.696113074&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.640&lt;br /&gt;value: 0.695035461&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.641&lt;br /&gt;value: 0.694244604&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.642&lt;br /&gt;value: 0.699275362&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.643&lt;br /&gt;value: 0.699275362&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.644&lt;br /&gt;value: 0.697080292&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.645&lt;br /&gt;value: 0.695970696&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.646&lt;br /&gt;value: 0.698529412&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.647&lt;br /&gt;value: 0.701107011&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.648&lt;br /&gt;value: 0.700000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.649&lt;br /&gt;value: 0.700374532&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.650&lt;br /&gt;value: 0.703007519&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.651&lt;br /&gt;value: 0.704545455&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.652&lt;br /&gt;value: 0.703422053&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.653&lt;br /&gt;value: 0.704980843&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.654&lt;br /&gt;value: 0.708171206&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.655&lt;br /&gt;value: 0.707031250&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.656&lt;br /&gt;value: 0.705179283&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.657&lt;br /&gt;value: 0.708000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.658&lt;br /&gt;value: 0.704453441&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.659&lt;br /&gt;value: 0.702479339&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.660&lt;br /&gt;value: 0.702479339&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.661&lt;br /&gt;value: 0.697478992&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.662&lt;br /&gt;value: 0.696202532&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.663&lt;br /&gt;value: 0.696202532&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.664&lt;br /&gt;value: 0.693965517&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.665&lt;br /&gt;value: 0.700000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.666&lt;br /&gt;value: 0.700000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.667&lt;br /&gt;value: 0.696035242&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.668&lt;br /&gt;value: 0.702702703&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.669&lt;br /&gt;value: 0.700000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.670&lt;br /&gt;value: 0.700000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.671&lt;br /&gt;value: 0.706422018&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.672&lt;br /&gt;value: 0.702830189&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.673&lt;br /&gt;value: 0.701421801&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.674&lt;br /&gt;value: 0.706730769&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.675&lt;br /&gt;value: 0.708737864&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.676&lt;br /&gt;value: 0.710784314&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.677&lt;br /&gt;value: 0.710784314&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.678&lt;br /&gt;value: 0.715000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.679&lt;br /&gt;value: 0.718592965&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.680&lt;br /&gt;value: 0.724489796&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.681&lt;br /&gt;value: 0.722513089&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.682&lt;br /&gt;value: 0.724867725&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.683&lt;br /&gt;value: 0.725806452&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.684&lt;br /&gt;value: 0.733695652&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.685&lt;br /&gt;value: 0.732240437&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.686&lt;br /&gt;value: 0.734806630&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.687&lt;br /&gt;value: 0.738888889&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.688&lt;br /&gt;value: 0.737430168&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.689&lt;br /&gt;value: 0.734463277&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.690&lt;br /&gt;value: 0.742857143&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.691&lt;br /&gt;value: 0.742690058&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.692&lt;br /&gt;value: 0.747058824&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.693&lt;br /&gt;value: 0.751479290&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.694&lt;br /&gt;value: 0.760479042&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.695&lt;br /&gt;value: 0.757575758&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.696&lt;br /&gt;value: 0.759259259&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.697&lt;br /&gt;value: 0.756250000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.698&lt;br /&gt;value: 0.754716981&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.699&lt;br /&gt;value: 0.751592357&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.700&lt;br /&gt;value: 0.748387097&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.701&lt;br /&gt;value: 0.750000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.702&lt;br /&gt;value: 0.751677852&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.703&lt;br /&gt;value: 0.760273973&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.704&lt;br /&gt;value: 0.765517241&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.705&lt;br /&gt;value: 0.771428571&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.706&lt;br /&gt;value: 0.775362319&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.707&lt;br /&gt;value: 0.773722628&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.708&lt;br /&gt;value: 0.773722628&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.709&lt;br /&gt;value: 0.773722628&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.710&lt;br /&gt;value: 0.777777778&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.711&lt;br /&gt;value: 0.774436090&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.712&lt;br /&gt;value: 0.786259542&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.713&lt;br /&gt;value: 0.781250000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.714&lt;br /&gt;value: 0.781250000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.715&lt;br /&gt;value: 0.784000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.716&lt;br /&gt;value: 0.790322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.717&lt;br /&gt;value: 0.788617886&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.718&lt;br /&gt;value: 0.785123967&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.719&lt;br /&gt;value: 0.798319328&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.720&lt;br /&gt;value: 0.803418803&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.721&lt;br /&gt;value: 0.800000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.722&lt;br /&gt;value: 0.796460177&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.723&lt;br /&gt;value: 0.807339450&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.724&lt;br /&gt;value: 0.805555556&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.725&lt;br /&gt;value: 0.805555556&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.726&lt;br /&gt;value: 0.801886792&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.727&lt;br /&gt;value: 0.813725490&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.728&lt;br /&gt;value: 0.808080808&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.729&lt;br /&gt;value: 0.804123711&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.730&lt;br /&gt;value: 0.802083333&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.731&lt;br /&gt;value: 0.800000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.732&lt;br /&gt;value: 0.795698925&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.733&lt;br /&gt;value: 0.800000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.734&lt;br /&gt;value: 0.797752809&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.735&lt;br /&gt;value: 0.793103448&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.736&lt;br /&gt;value: 0.802325581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.737&lt;br /&gt;value: 0.792682927&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.738&lt;br /&gt;value: 0.792682927&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.739&lt;br /&gt;value: 0.797468354&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.740&lt;br /&gt;value: 0.802631579&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.741&lt;br /&gt;value: 0.797297297&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.742&lt;br /&gt;value: 0.808219178&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.743&lt;br /&gt;value: 0.808219178&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.744&lt;br /&gt;value: 0.805555556&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.745&lt;br /&gt;value: 0.802816901&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.746&lt;br /&gt;value: 0.802816901&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.747&lt;br /&gt;value: 0.811594203&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.748&lt;br /&gt;value: 0.811594203&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.749&lt;br /&gt;value: 0.805970149&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.750&lt;br /&gt;value: 0.803030303&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.751&lt;br /&gt;value: 0.800000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.752&lt;br /&gt;value: 0.793650794&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.753&lt;br /&gt;value: 0.790322581&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.754&lt;br /&gt;value: 0.786885246&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.755&lt;br /&gt;value: 0.786885246&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.756&lt;br /&gt;value: 0.783333333&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.757&lt;br /&gt;value: 0.779661017&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.758&lt;br /&gt;value: 0.793103448&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.759&lt;br /&gt;value: 0.785714286&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.760&lt;br /&gt;value: 0.781818182&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.761&lt;br /&gt;value: 0.781818182&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.762&lt;br /&gt;value: 0.781818182&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.763&lt;br /&gt;value: 0.796296296&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.764&lt;br /&gt;value: 0.807692308&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.765&lt;br /&gt;value: 0.820000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.766&lt;br /&gt;value: 0.836734694&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.767&lt;br /&gt;value: 0.822222222&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.768&lt;br /&gt;value: 0.822222222&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.769&lt;br /&gt;value: 0.840909091&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.770&lt;br /&gt;value: 0.857142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.771&lt;br /&gt;value: 0.850000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.772&lt;br /&gt;value: 0.850000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.773&lt;br /&gt;value: 0.850000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.774&lt;br /&gt;value: 0.846153846&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.775&lt;br /&gt;value: 0.868421053&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.776&lt;br /&gt;value: 0.864864865&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.777&lt;br /&gt;value: 0.861111111&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.778&lt;br /&gt;value: 0.857142857&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.779&lt;br /&gt;value: 0.838709677&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.780&lt;br /&gt;value: 0.866666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.781&lt;br /&gt;value: 0.866666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.782&lt;br /&gt;value: 0.866666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.783&lt;br /&gt;value: 0.866666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.784&lt;br /&gt;value: 0.866666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.785&lt;br /&gt;value: 0.888888889&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.786&lt;br /&gt;value: 0.884615385&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.787&lt;br /&gt;value: 0.880000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.788&lt;br /&gt;value: 0.880000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.789&lt;br /&gt;value: 0.916666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.790&lt;br /&gt;value: 0.916666667&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.791&lt;br /&gt;value: 0.956521739&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.792&lt;br /&gt;value: 0.952380952&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.793&lt;br /&gt;value: 0.950000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.794&lt;br /&gt;value: 0.950000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.795&lt;br /&gt;value: 0.950000000&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.796&lt;br /&gt;value: 0.941176471&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.797&lt;br /&gt;value: 0.941176471&#34;,&#34;color: FALSE&lt;br /&gt;threshold: 0.798&lt;br /&gt;value: 0.933333333&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:[&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;],&#34;opacity&#34;:1,&#34;size&#34;:1.88976377952756,&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:[&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;,&#34;transparent&#34;]}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34;FALSE&#34;,&#34;legendgroup&#34;:&#34;FALSE&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x5&#34;,&#34;yaxis&#34;:&#34;y2&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.584,0.585],&#34;y&#34;:[0.802656546489564,0.802656546489564],&#34;text&#34;:[&#34;color:  TRUE&lt;br /&gt;threshold: 0.584&lt;br /&gt;value: 0.802656546&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.585&lt;br /&gt;value: 0.802656546&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(255,99,71,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:1.88976377952756,&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(255,99,71,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34; TRUE&#34;,&#34;legendgroup&#34;:&#34; TRUE&#34;,&#34;showlegend&#34;:true,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.339],&#34;y&#34;:[0.636432350718065],&#34;text&#34;:&#34;color:  TRUE&lt;br /&gt;threshold: 0.339&lt;br /&gt;value: 0.636432351&#34;,&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(255,99,71,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:1.88976377952756,&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(255,99,71,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34; TRUE&#34;,&#34;legendgroup&#34;:&#34; TRUE&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x2&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.339],&#34;y&#34;:[0.475812738713887],&#34;text&#34;:&#34;color:  TRUE&lt;br /&gt;threshold: 0.339&lt;br /&gt;value: 0.475812739&#34;,&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(255,99,71,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:1.88976377952756,&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(255,99,71,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34; TRUE&#34;,&#34;legendgroup&#34;:&#34; TRUE&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x3&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.05,0.051,0.052,0.053,0.054,0.055,0.056,0.057],&#34;y&#34;:[0.978571428571429,0.978571428571429,0.978571428571429,0.978571428571429,0.978571428571429,0.978571428571429,0.978571428571429,0.978571428571429],&#34;text&#34;:[&#34;color:  TRUE&lt;br /&gt;threshold: 0.050&lt;br /&gt;value: 0.978571429&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.051&lt;br /&gt;value: 0.978571429&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.052&lt;br /&gt;value: 0.978571429&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.053&lt;br /&gt;value: 0.978571429&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.054&lt;br /&gt;value: 0.978571429&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.055&lt;br /&gt;value: 0.978571429&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.056&lt;br /&gt;value: 0.978571429&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.057&lt;br /&gt;value: 0.978571429&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(255,99,71,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:1.88976377952756,&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(255,99,71,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34; TRUE&#34;,&#34;legendgroup&#34;:&#34; TRUE&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x4&#34;,&#34;yaxis&#34;:&#34;y2&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.799,0.8,0.801,0.802,0.803,0.804,0.805,0.806,0.807,0.808,0.809,0.81,0.811,0.812,0.813,0.814,0.815,0.816,0.817,0.818,0.819,0.82,0.821,0.822,0.823,0.824,0.825,0.826,0.827,0.828,0.829,0.83,0.831,0.832,0.833,0.834,0.835,0.836,0.837,0.838,0.839,0.84,0.841,0.842,0.843,0.844,0.845,0.846,0.847],&#34;y&#34;:[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],&#34;text&#34;:[&#34;color:  TRUE&lt;br /&gt;threshold: 0.799&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.800&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.801&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.802&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.803&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.804&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.805&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.806&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.807&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.808&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.809&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.810&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.811&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.812&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.813&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.814&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.815&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.816&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.817&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.818&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.819&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.820&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.821&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.822&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.823&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.824&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.825&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.826&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.827&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.828&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.829&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.830&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.831&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.832&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.833&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.834&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.835&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.836&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.837&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.838&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.839&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.840&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.841&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.842&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.843&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.844&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.845&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.846&lt;br /&gt;value: 1.000000000&#34;,&#34;color:  TRUE&lt;br /&gt;threshold: 0.847&lt;br /&gt;value: 1.000000000&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;markers&#34;,&#34;marker&#34;:{&#34;autocolorscale&#34;:false,&#34;color&#34;:&#34;rgba(255,99,71,1)&#34;,&#34;opacity&#34;:1,&#34;size&#34;:1.88976377952756,&#34;symbol&#34;:&#34;circle&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(255,99,71,1)&#34;}},&#34;hoveron&#34;:&#34;points&#34;,&#34;name&#34;:&#34; TRUE&#34;,&#34;legendgroup&#34;:&#34; TRUE&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x5&#34;,&#34;yaxis&#34;:&#34;y2&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.05,0.051,0.052,0.053,0.054,0.055,0.056,0.057,0.058,0.059,0.06,0.061,0.062,0.063,0.064,0.065,0.066,0.067,0.068,0.069,0.07,0.071,0.072,0.073,0.074,0.075,0.076,0.077,0.078,0.079,0.08,0.081,0.082,0.083,0.084,0.085,0.086,0.087,0.088,0.089,0.09,0.091,0.092,0.093,0.094,0.095,0.096,0.097,0.098,0.099,0.1,0.101,0.102,0.103,0.104,0.105,0.106,0.107,0.108,0.109,0.11,0.111,0.112,0.113,0.114,0.115,0.116,0.117,0.118,0.119,0.12,0.121,0.122,0.123,0.124,0.125,0.126,0.127,0.128,0.129,0.13,0.131,0.132,0.133,0.134,0.135,0.136,0.137,0.138,0.139,0.14,0.141,0.142,0.143,0.144,0.145,0.146,0.147,0.148,0.149,0.15,0.151,0.152,0.153,0.154,0.155,0.156,0.157,0.158,0.159,0.16,0.161,0.162,0.163,0.164,0.165,0.166,0.167,0.168,0.169,0.17,0.171,0.172,0.173,0.174,0.175,0.176,0.177,0.178,0.179,0.18,0.181,0.182,0.183,0.184,0.185,0.186,0.187,0.188,0.189,0.19,0.191,0.192,0.193,0.194,0.195,0.196,0.197,0.198,0.199,0.2,0.201,0.202,0.203,0.204,0.205,0.206,0.207,0.208,0.209,0.21,0.211,0.212,0.213,0.214,0.215,0.216,0.217,0.218,0.219,0.22,0.221,0.222,0.223,0.224,0.225,0.226,0.227,0.228,0.229,0.23,0.231,0.232,0.233,0.234,0.235,0.236,0.237,0.238,0.239,0.24,0.241,0.242,0.243,0.244,0.245,0.246,0.247,0.248,0.249,0.25,0.251,0.252,0.253,0.254,0.255,0.256,0.257,0.258,0.259,0.26,0.261,0.262,0.263,0.264,0.265,0.266,0.267,0.268,0.269,0.27,0.271,0.272,0.273,0.274,0.275,0.276,0.277,0.278,0.279,0.28,0.281,0.282,0.283,0.284,0.285,0.286,0.287,0.288,0.289,0.29,0.291,0.292,0.293,0.294,0.295,0.296,0.297,0.298,0.299,0.3,0.301,0.302,0.303,0.304,0.305,0.306,0.307,0.308,0.309,0.31,0.311,0.312,0.313,0.314,0.315,0.316,0.317,0.318,0.319,0.32,0.321,0.322,0.323,0.324,0.325,0.326,0.327,0.328,0.329,0.33,0.331,0.332,0.333,0.334,0.335,0.336,0.337,0.338,0.339,0.34,0.341,0.342,0.343,0.344,0.345,0.346,0.347,0.348,0.349,0.35,0.351,0.352,0.353,0.354,0.355,0.356,0.357,0.358,0.359,0.36,0.361,0.362,0.363,0.364,0.365,0.366,0.367,0.368,0.369,0.37,0.371,0.372,0.373,0.374,0.375,0.376,0.377,0.378,0.379,0.38,0.381,0.382,0.383,0.384,0.385,0.386,0.387,0.388,0.389,0.39,0.391,0.392,0.393,0.394,0.395,0.396,0.397,0.398,0.399,0.4,0.401,0.402,0.403,0.404,0.405,0.406,0.407,0.408,0.409,0.41,0.411,0.412,0.413,0.414,0.415,0.416,0.417,0.418,0.419,0.42,0.421,0.422,0.423,0.424,0.425,0.426,0.427,0.428,0.429,0.43,0.431,0.432,0.433,0.434,0.435,0.436,0.437,0.438,0.439,0.44,0.441,0.442,0.443,0.444,0.445,0.446,0.447,0.448,0.449,0.45,0.451,0.452,0.453,0.454,0.455,0.456,0.457,0.458,0.459,0.46,0.461,0.462,0.463,0.464,0.465,0.466,0.467,0.468,0.469,0.47,0.471,0.472,0.473,0.474,0.475,0.476,0.477,0.478,0.479,0.48,0.481,0.482,0.483,0.484,0.485,0.486,0.487,0.488,0.489,0.49,0.491,0.492,0.493,0.494,0.495,0.496,0.497,0.498,0.499,0.5,0.501,0.502,0.503,0.504,0.505,0.506,0.507,0.508,0.509,0.51,0.511,0.512,0.513,0.514,0.515,0.516,0.517,0.518,0.519,0.52,0.521,0.522,0.523,0.524,0.525,0.526,0.527,0.528,0.529,0.53,0.531,0.532,0.533,0.534,0.535,0.536,0.537,0.538,0.539,0.54,0.541,0.542,0.543,0.544,0.545,0.546,0.547,0.548,0.549,0.55,0.551,0.552,0.553,0.554,0.555,0.556,0.557,0.558,0.559,0.56,0.561,0.562,0.563,0.564,0.565,0.566,0.567,0.568,0.569,0.57,0.571,0.572,0.573,0.574,0.575,0.576,0.577,0.578,0.579,0.58,0.581,0.582,0.583,0.584,0.585,0.586,0.587,0.588,0.589,0.59,0.591,0.592,0.593,0.594,0.595,0.596,0.597,0.598,0.599,0.6,0.601,0.602,0.603,0.604,0.605,0.606,0.607,0.608,0.609,0.61,0.611,0.612,0.613,0.614,0.615,0.616,0.617,0.618,0.619,0.62,0.621,0.622,0.623,0.624,0.625,0.626,0.627,0.628,0.629,0.63,0.631,0.632,0.633,0.634,0.635,0.636,0.637,0.638,0.639,0.64,0.641,0.642,0.643,0.644,0.645,0.646,0.647,0.648,0.649,0.65,0.651,0.652,0.653,0.654,0.655,0.656,0.657,0.658,0.659,0.66,0.661,0.662,0.663,0.664,0.665,0.666,0.667,0.668,0.669,0.67,0.671,0.672,0.673,0.674,0.675,0.676,0.677,0.678,0.679,0.68,0.681,0.682,0.683,0.684,0.685,0.686,0.687,0.688,0.689,0.69,0.691,0.692,0.693,0.694,0.695,0.696,0.697,0.698,0.699,0.7,0.701,0.702,0.703,0.704,0.705,0.706,0.707,0.708,0.709,0.71,0.711,0.712,0.713,0.714,0.715,0.716,0.717,0.718,0.719,0.72,0.721,0.722,0.723,0.724,0.725,0.726,0.727,0.728,0.729,0.73,0.731,0.732,0.733,0.734,0.735,0.736,0.737,0.738,0.739,0.74,0.741,0.742,0.743,0.744,0.745,0.746,0.747,0.748,0.749,0.75,0.751,0.752,0.753,0.754,0.755,0.756,0.757,0.758,0.759,0.76,0.761,0.762,0.763,0.764,0.765,0.766,0.767,0.768,0.769,0.77,0.771,0.772,0.773,0.774,0.775,0.776,0.777,0.778,0.779,0.78,0.781,0.782,0.783,0.784,0.785,0.786,0.787,0.788,0.789,0.79,0.791,0.792,0.793,0.794,0.795,0.796,0.797,0.798,0.799,0.8,0.801,0.802,0.803,0.804,0.805,0.806,0.807,0.808,0.809,0.81,0.811,0.812,0.813,0.814,0.815,0.816,0.817,0.818,0.819,0.82,0.821,0.822,0.823,0.824,0.825,0.826,0.827,0.828,0.829,0.83,0.831,0.832,0.833,0.834,0.835,0.836,0.837,0.838,0.839,0.84,0.841,0.842,0.843,0.844,0.845,0.846,0.847],&#34;y&#34;:[0.507115749525617,0.509962049335863,0.511859582542694,0.513282732447818,0.516603415559772,0.520872865275142,0.523244781783681,0.523719165085389,0.526091081593928,0.528937381404175,0.52988614800759,0.530360531309298,0.533206831119545,0.53415559772296,0.536527514231499,0.53842504743833,0.539373814041746,0.540796963946869,0.543168880455408,0.545540796963947,0.549810246679317,0.552182163187856,0.552656546489564,0.55550284629981,0.556451612903226,0.558349146110057,0.561669829222011,0.56404174573055,0.564516129032258,0.565464895635674,0.566413662239089,0.567362428842505,0.568785578747628,0.570208728652751,0.573529411764706,0.574478178368121,0.576375711574953,0.578747628083491,0.58111954459203,0.583491461100569,0.584440227703985,0.586812144212524,0.587286527514231,0.587286527514231,0.588709677419355,0.590132827324478,0.591555977229602,0.592979127134725,0.592979127134725,0.595351043643264,0.596774193548387,0.597722960151803,0.599620493358634,0.600094876660342,0.601992409867173,0.604838709677419,0.605313092979127,0.60673624288425,0.609582542694497,0.611480075901328,0.611954459203036,0.614800759013283,0.616223908918406,0.617647058823529,0.619070208728653,0.61954459203036,0.620493358633776,0.621442125237192,0.622865275142315,0.624288425047438,0.624762808349146,0.625711574952562,0.627134724857685,0.628083491461101,0.629981024667932,0.631878557874763,0.632352941176471,0.632827324478178,0.635199240986717,0.637571157495256,0.637096774193548,0.639468690702087,0.640891840607211,0.641840607210626,0.641840607210626,0.641840607210626,0.644212523719165,0.646584440227704,0.64753320683112,0.648481973434535,0.650379506641366,0.650853889943074,0.650379506641366,0.650853889943074,0.650853889943074,0.652277039848197,0.653225806451613,0.654174573055028,0.65607210626186,0.657495256166983,0.657495256166983,0.658918406072106,0.659392789373814,0.659392789373814,0.66034155597723,0.66034155597723,0.660815939278937,0.661764705882353,0.663662239089184,0.665559772296015,0.665559772296015,0.666034155597723,0.666982922201139,0.666508538899431,0.669354838709677,0.669829222011385,0.672201138519924,0.672201138519924,0.672675521821632,0.675521821631879,0.675996204933586,0.675521821631879,0.675521821631879,0.675996204933586,0.676470588235294,0.676470588235294,0.677893738140417,0.677893738140417,0.678368121442125,0.679791271347249,0.680740037950664,0.680265654648956,0.680265654648956,0.681214421252372,0.68168880455408,0.683111954459203,0.684060721062619,0.685009487666034,0.687381404174573,0.687855787476281,0.689753320683112,0.691650853889943,0.692599620493359,0.692599620493359,0.693548387096774,0.69449715370019,0.695445920303605,0.696869070208729,0.696869070208729,0.698292220113852,0.698292220113852,0.699715370018975,0.700189753320683,0.699240986717268,0.701138519924099,0.701612903225806,0.702087286527514,0.703510436432638,0.703510436432638,0.704459203036053,0.705407969639469,0.706831119544592,0.707779886148008,0.709203036053131,0.710626185958254,0.71157495256167,0.710626185958254,0.712049335863378,0.712049335863378,0.712998102466793,0.712523719165085,0.714421252371917,0.714895635673624,0.715370018975332,0.715370018975332,0.71584440227704,0.716793168880455,0.718216318785579,0.718690702087287,0.717741935483871,0.718216318785579,0.719639468690702,0.719639468690702,0.719639468690702,0.719639468690702,0.72011385199241,0.72011385199241,0.719165085388994,0.719165085388994,0.719639468690702,0.721062618595825,0.721537001897533,0.722011385199241,0.721537001897533,0.722485768500949,0.723434535104364,0.724857685009488,0.725332068311195,0.725332068311195,0.725806451612903,0.726755218216319,0.727229601518027,0.727703984819734,0.72865275142315,0.72865275142315,0.72865275142315,0.729601518026565,0.730075901328273,0.732447817836812,0.733396584440228,0.733870967741935,0.734345351043643,0.734819734345351,0.734819734345351,0.735768500948767,0.734819734345351,0.736242884250474,0.738140417457306,0.73719165085389,0.73719165085389,0.738614800759013,0.739563567362429,0.740986717267552,0.740037950664137,0.740037950664137,0.740512333965844,0.74146110056926,0.742884250474383,0.742884250474383,0.744307400379507,0.74573055028463,0.74573055028463,0.74573055028463,0.746679316888046,0.746679316888046,0.746204933586338,0.746679316888046,0.747153700189753,0.746679316888046,0.746679316888046,0.747628083491461,0.749525616698292,0.749525616698292,0.749525616698292,0.75,0.75,0.75,0.75,0.750474383301708,0.750474383301708,0.751423149905123,0.751897533206831,0.753320683111954,0.75426944971537,0.75426944971537,0.754743833017078,0.755218216318786,0.754743833017078,0.756166982922201,0.757115749525617,0.758064516129032,0.759013282732448,0.759013282732448,0.759487666034156,0.75853889943074,0.759487666034156,0.761385199240987,0.760910815939279,0.761385199240987,0.762333965844402,0.761859582542694,0.761859582542694,0.761859582542694,0.762333965844402,0.763757115749526,0.764705882352941,0.766129032258065,0.766129032258065,0.766603415559772,0.766603415559772,0.76707779886148,0.766603415559772,0.767552182163188,0.768975332068311,0.768975332068311,0.769924098671727,0.769449715370019,0.770872865275142,0.77134724857685,0.771821631878558,0.771821631878558,0.771821631878558,0.772296015180266,0.771821631878558,0.772296015180266,0.772296015180266,0.772296015180266,0.772770398481973,0.772770398481973,0.772296015180266,0.77134724857685,0.77134724857685,0.77134724857685,0.772296015180266,0.771821631878558,0.771821631878558,0.772296015180266,0.772770398481973,0.773719165085389,0.773244781783681,0.773244781783681,0.775142314990512,0.774667931688805,0.774667931688805,0.775142314990512,0.775142314990512,0.77561669829222,0.775142314990512,0.775142314990512,0.77561669829222,0.77561669829222,0.77561669829222,0.77561669829222,0.77561669829222,0.775142314990512,0.77561669829222,0.776565464895636,0.776091081593928,0.776091081593928,0.776091081593928,0.776565464895636,0.777039848197344,0.777514231499051,0.777514231499051,0.777988614800759,0.778462998102467,0.778462998102467,0.777988614800759,0.777514231499051,0.777514231499051,0.777039848197344,0.777514231499051,0.777514231499051,0.778462998102467,0.779411764705882,0.779411764705882,0.77988614800759,0.780360531309298,0.779411764705882,0.780360531309298,0.780360531309298,0.780360531309298,0.782258064516129,0.782258064516129,0.781783681214421,0.781783681214421,0.781783681214421,0.780834914611006,0.781309297912713,0.780360531309298,0.77988614800759,0.77988614800759,0.780834914611006,0.780834914611006,0.781309297912713,0.781309297912713,0.781783681214421,0.782732447817837,0.78415559772296,0.785104364326376,0.78415559772296,0.78415559772296,0.78415559772296,0.784629981024668,0.78415559772296,0.785104364326376,0.786053130929791,0.786053130929791,0.787001897533207,0.787476280834915,0.787001897533207,0.786527514231499,0.787476280834915,0.787950664136622,0.788899430740038,0.787950664136622,0.787476280834915,0.787476280834915,0.787001897533207,0.787476280834915,0.787001897533207,0.787950664136622,0.78842504743833,0.78842504743833,0.78842504743833,0.78842504743833,0.787950664136622,0.787476280834915,0.787950664136622,0.787950664136622,0.787001897533207,0.786527514231499,0.786527514231499,0.786527514231499,0.786053130929791,0.786053130929791,0.786053130929791,0.786527514231499,0.785578747628083,0.786527514231499,0.787476280834915,0.787476280834915,0.787476280834915,0.787476280834915,0.787001897533207,0.787001897533207,0.787001897533207,0.787476280834915,0.787001897533207,0.787950664136622,0.78842504743833,0.78842504743833,0.78842504743833,0.78842504743833,0.788899430740038,0.78842504743833,0.78842504743833,0.789848197343453,0.790796963946869,0.791271347248577,0.791745730550285,0.790796963946869,0.790322580645161,0.790322580645161,0.790796963946869,0.790322580645161,0.790796963946869,0.790796963946869,0.790322580645161,0.790796963946869,0.791271347248577,0.791745730550285,0.791271347248577,0.790796963946869,0.791271347248577,0.7926944971537,0.793168880455408,0.793168880455408,0.793168880455408,0.793168880455408,0.792220113851992,0.792220113851992,0.7926944971537,0.791745730550285,0.792220113851992,0.792220113851992,0.794117647058823,0.794117647058823,0.794592030360531,0.795066413662239,0.794117647058823,0.794592030360531,0.795066413662239,0.796489563567362,0.796489563567362,0.796015180265655,0.79696394686907,0.796489563567362,0.796015180265655,0.796015180265655,0.796489563567362,0.796489563567362,0.796015180265655,0.796015180265655,0.796015180265655,0.796015180265655,0.796489563567362,0.795066413662239,0.795540796963947,0.79696394686907,0.79696394686907,0.797438330170778,0.798387096774194,0.797912713472486,0.797912713472486,0.797438330170778,0.797912713472486,0.797912713472486,0.797912713472486,0.797912713472486,0.798861480075901,0.799335863377609,0.799810246679317,0.799335863377609,0.799810246679317,0.797438330170778,0.797912713472486,0.797438330170778,0.79696394686907,0.797438330170778,0.797438330170778,0.797438330170778,0.797912713472486,0.797912713472486,0.798861480075901,0.798861480075901,0.799810246679317,0.799810246679317,0.800284629981025,0.799810246679317,0.798387096774194,0.798861480075901,0.799335863377609,0.799335863377609,0.799810246679317,0.799810246679317,0.799335863377609,0.800759013282732,0.800759013282732,0.800759013282732,0.799810246679317,0.799810246679317,0.799810246679317,0.800284629981025,0.80123339658444,0.80123339658444,0.80123339658444,0.801707779886148,0.801707779886148,0.801707779886148,0.801707779886148,0.80123339658444,0.801707779886148,0.802182163187856,0.802656546489564,0.802656546489564,0.801707779886148,0.800284629981025,0.800759013282732,0.800759013282732,0.800759013282732,0.799810246679317,0.798861480075901,0.797438330170778,0.797438330170778,0.797912713472486,0.797912713472486,0.795540796963947,0.795540796963947,0.796015180265655,0.795540796963947,0.795066413662239,0.794592030360531,0.795066413662239,0.795066413662239,0.795066413662239,0.794592030360531,0.795066413662239,0.795066413662239,0.794592030360531,0.794117647058823,0.7926944971537,0.793168880455408,0.7926944971537,0.792220113851992,0.792220113851992,0.791745730550285,0.791271347248577,0.790322580645161,0.790796963946869,0.791271347248577,0.790796963946869,0.791271347248577,0.790796963946869,0.790322580645161,0.790796963946869,0.791745730550285,0.791271347248577,0.791745730550285,0.790796963946869,0.790322580645161,0.790796963946869,0.790796963946869,0.790322580645161,0.790322580645161,0.78842504743833,0.787001897533207,0.787476280834915,0.787476280834915,0.787001897533207,0.786527514231499,0.785578747628083,0.786527514231499,0.786527514231499,0.785578747628083,0.785104364326376,0.785578747628083,0.786053130929791,0.785578747628083,0.785104364326376,0.785578747628083,0.785578747628083,0.785104364326376,0.785104364326376,0.785104364326376,0.784629981024668,0.783206831119545,0.783681214421252,0.782258064516129,0.780834914611006,0.780834914611006,0.778937381404175,0.778462998102467,0.778462998102467,0.777039848197344,0.777988614800759,0.777988614800759,0.776565464895636,0.777039848197344,0.776091081593928,0.776091081593928,0.777039848197344,0.775142314990512,0.774667931688805,0.775142314990512,0.775142314990512,0.775142314990512,0.775142314990512,0.775142314990512,0.77561669829222,0.776091081593928,0.774667931688805,0.774667931688805,0.774193548387097,0.775142314990512,0.774667931688805,0.774667931688805,0.775142314990512,0.774667931688805,0.773719165085389,0.774667931688805,0.773719165085389,0.774193548387097,0.774667931688805,0.77561669829222,0.774667931688805,0.774193548387097,0.773244781783681,0.772770398481973,0.771821631878558,0.770872865275142,0.770398481973435,0.769924098671727,0.770398481973435,0.770872865275142,0.770398481973435,0.770398481973435,0.769924098671727,0.769924098671727,0.769924098671727,0.769924098671727,0.768975332068311,0.769924098671727,0.768500948766603,0.768500948766603,0.768026565464896,0.768500948766603,0.768026565464896,0.76707779886148,0.768026565464896,0.768026565464896,0.76707779886148,0.766129032258065,0.766129032258065,0.765654648956357,0.765654648956357,0.764705882352941,0.764705882352941,0.763282732447818,0.762333965844402,0.761859582542694,0.761385199240987,0.760436432637571,0.759962049335863,0.759487666034156,0.75853889943074,0.759013282732448,0.757115749525617,0.757115749525617,0.756641366223909,0.756166982922201,0.755218216318786,0.755692599620493,0.755692599620493,0.755218216318786,0.754743833017078,0.754743833017078,0.754743833017078,0.754743833017078,0.753795066413662,0.753320683111954,0.752846299810247,0.751897533206831,0.751423149905123,0.750948766603416,0.750948766603416,0.750474383301708,0.75,0.750474383301708,0.749525616698292,0.749051233396584,0.749051233396584,0.749051233396584,0.749525616698292,0.749525616698292,0.749525616698292,0.75,0.748102466793169,0.748102466793169,0.748576850094877,0.748576850094877,0.747628083491461,0.747628083491461,0.747628083491461,0.747153700189753,0.747628083491461,0.747153700189753,0.746679316888046,0.746204933586338,0.744307400379507,0.744781783681214,0.744781783681214,0.744781783681214,0.744781783681214,0.744781783681214,0.744307400379507,0.743833017077799,0.743358633776091,0.743358633776091,0.743833017077799,0.743833017077799,0.744307400379507,0.743358633776091,0.742884250474383,0.742884250474383,0.742884250474383,0.74146110056926,0.74146110056926,0.740512333965844,0.740512333965844,0.740037950664137,0.740037950664137,0.740037950664137,0.739089184060721,0.739089184060721,0.739089184060721,0.739089184060721,0.739089184060721,0.739089184060721,0.738140417457306,0.738140417457306,0.738140417457306,0.737666034155598,0.737666034155598,0.737666034155598,0.737666034155598,0.737666034155598,0.737666034155598,0.737666034155598,0.73719165085389,0.73719165085389,0.73719165085389,0.73719165085389,0.736717267552182,0.736717267552182,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.736242884250474,0.735768500948767,0.735294117647059,0.735294117647059,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351,0.734819734345351],&#34;text&#34;:[&#34;threshold: 0.050&lt;br /&gt;value: 0.507115750&#34;,&#34;threshold: 0.051&lt;br /&gt;value: 0.509962049&#34;,&#34;threshold: 0.052&lt;br /&gt;value: 0.511859583&#34;,&#34;threshold: 0.053&lt;br /&gt;value: 0.513282732&#34;,&#34;threshold: 0.054&lt;br /&gt;value: 0.516603416&#34;,&#34;threshold: 0.055&lt;br /&gt;value: 0.520872865&#34;,&#34;threshold: 0.056&lt;br /&gt;value: 0.523244782&#34;,&#34;threshold: 0.057&lt;br /&gt;value: 0.523719165&#34;,&#34;threshold: 0.058&lt;br /&gt;value: 0.526091082&#34;,&#34;threshold: 0.059&lt;br /&gt;value: 0.528937381&#34;,&#34;threshold: 0.060&lt;br /&gt;value: 0.529886148&#34;,&#34;threshold: 0.061&lt;br /&gt;value: 0.530360531&#34;,&#34;threshold: 0.062&lt;br /&gt;value: 0.533206831&#34;,&#34;threshold: 0.063&lt;br /&gt;value: 0.534155598&#34;,&#34;threshold: 0.064&lt;br /&gt;value: 0.536527514&#34;,&#34;threshold: 0.065&lt;br /&gt;value: 0.538425047&#34;,&#34;threshold: 0.066&lt;br /&gt;value: 0.539373814&#34;,&#34;threshold: 0.067&lt;br /&gt;value: 0.540796964&#34;,&#34;threshold: 0.068&lt;br /&gt;value: 0.543168880&#34;,&#34;threshold: 0.069&lt;br /&gt;value: 0.545540797&#34;,&#34;threshold: 0.070&lt;br /&gt;value: 0.549810247&#34;,&#34;threshold: 0.071&lt;br /&gt;value: 0.552182163&#34;,&#34;threshold: 0.072&lt;br /&gt;value: 0.552656546&#34;,&#34;threshold: 0.073&lt;br /&gt;value: 0.555502846&#34;,&#34;threshold: 0.074&lt;br /&gt;value: 0.556451613&#34;,&#34;threshold: 0.075&lt;br /&gt;value: 0.558349146&#34;,&#34;threshold: 0.076&lt;br /&gt;value: 0.561669829&#34;,&#34;threshold: 0.077&lt;br /&gt;value: 0.564041746&#34;,&#34;threshold: 0.078&lt;br /&gt;value: 0.564516129&#34;,&#34;threshold: 0.079&lt;br /&gt;value: 0.565464896&#34;,&#34;threshold: 0.080&lt;br /&gt;value: 0.566413662&#34;,&#34;threshold: 0.081&lt;br /&gt;value: 0.567362429&#34;,&#34;threshold: 0.082&lt;br /&gt;value: 0.568785579&#34;,&#34;threshold: 0.083&lt;br /&gt;value: 0.570208729&#34;,&#34;threshold: 0.084&lt;br /&gt;value: 0.573529412&#34;,&#34;threshold: 0.085&lt;br /&gt;value: 0.574478178&#34;,&#34;threshold: 0.086&lt;br /&gt;value: 0.576375712&#34;,&#34;threshold: 0.087&lt;br /&gt;value: 0.578747628&#34;,&#34;threshold: 0.088&lt;br /&gt;value: 0.581119545&#34;,&#34;threshold: 0.089&lt;br /&gt;value: 0.583491461&#34;,&#34;threshold: 0.090&lt;br /&gt;value: 0.584440228&#34;,&#34;threshold: 0.091&lt;br /&gt;value: 0.586812144&#34;,&#34;threshold: 0.092&lt;br /&gt;value: 0.587286528&#34;,&#34;threshold: 0.093&lt;br /&gt;value: 0.587286528&#34;,&#34;threshold: 0.094&lt;br /&gt;value: 0.588709677&#34;,&#34;threshold: 0.095&lt;br /&gt;value: 0.590132827&#34;,&#34;threshold: 0.096&lt;br /&gt;value: 0.591555977&#34;,&#34;threshold: 0.097&lt;br /&gt;value: 0.592979127&#34;,&#34;threshold: 0.098&lt;br /&gt;value: 0.592979127&#34;,&#34;threshold: 0.099&lt;br /&gt;value: 0.595351044&#34;,&#34;threshold: 0.100&lt;br /&gt;value: 0.596774194&#34;,&#34;threshold: 0.101&lt;br /&gt;value: 0.597722960&#34;,&#34;threshold: 0.102&lt;br /&gt;value: 0.599620493&#34;,&#34;threshold: 0.103&lt;br /&gt;value: 0.600094877&#34;,&#34;threshold: 0.104&lt;br /&gt;value: 0.601992410&#34;,&#34;threshold: 0.105&lt;br /&gt;value: 0.604838710&#34;,&#34;threshold: 0.106&lt;br /&gt;value: 0.605313093&#34;,&#34;threshold: 0.107&lt;br /&gt;value: 0.606736243&#34;,&#34;threshold: 0.108&lt;br /&gt;value: 0.609582543&#34;,&#34;threshold: 0.109&lt;br /&gt;value: 0.611480076&#34;,&#34;threshold: 0.110&lt;br /&gt;value: 0.611954459&#34;,&#34;threshold: 0.111&lt;br /&gt;value: 0.614800759&#34;,&#34;threshold: 0.112&lt;br /&gt;value: 0.616223909&#34;,&#34;threshold: 0.113&lt;br /&gt;value: 0.617647059&#34;,&#34;threshold: 0.114&lt;br /&gt;value: 0.619070209&#34;,&#34;threshold: 0.115&lt;br /&gt;value: 0.619544592&#34;,&#34;threshold: 0.116&lt;br /&gt;value: 0.620493359&#34;,&#34;threshold: 0.117&lt;br /&gt;value: 0.621442125&#34;,&#34;threshold: 0.118&lt;br /&gt;value: 0.622865275&#34;,&#34;threshold: 0.119&lt;br /&gt;value: 0.624288425&#34;,&#34;threshold: 0.120&lt;br /&gt;value: 0.624762808&#34;,&#34;threshold: 0.121&lt;br /&gt;value: 0.625711575&#34;,&#34;threshold: 0.122&lt;br /&gt;value: 0.627134725&#34;,&#34;threshold: 0.123&lt;br /&gt;value: 0.628083491&#34;,&#34;threshold: 0.124&lt;br /&gt;value: 0.629981025&#34;,&#34;threshold: 0.125&lt;br /&gt;value: 0.631878558&#34;,&#34;threshold: 0.126&lt;br /&gt;value: 0.632352941&#34;,&#34;threshold: 0.127&lt;br /&gt;value: 0.632827324&#34;,&#34;threshold: 0.128&lt;br /&gt;value: 0.635199241&#34;,&#34;threshold: 0.129&lt;br /&gt;value: 0.637571157&#34;,&#34;threshold: 0.130&lt;br /&gt;value: 0.637096774&#34;,&#34;threshold: 0.131&lt;br /&gt;value: 0.639468691&#34;,&#34;threshold: 0.132&lt;br /&gt;value: 0.640891841&#34;,&#34;threshold: 0.133&lt;br /&gt;value: 0.641840607&#34;,&#34;threshold: 0.134&lt;br /&gt;value: 0.641840607&#34;,&#34;threshold: 0.135&lt;br /&gt;value: 0.641840607&#34;,&#34;threshold: 0.136&lt;br /&gt;value: 0.644212524&#34;,&#34;threshold: 0.137&lt;br /&gt;value: 0.646584440&#34;,&#34;threshold: 0.138&lt;br /&gt;value: 0.647533207&#34;,&#34;threshold: 0.139&lt;br /&gt;value: 0.648481973&#34;,&#34;threshold: 0.140&lt;br /&gt;value: 0.650379507&#34;,&#34;threshold: 0.141&lt;br /&gt;value: 0.650853890&#34;,&#34;threshold: 0.142&lt;br /&gt;value: 0.650379507&#34;,&#34;threshold: 0.143&lt;br /&gt;value: 0.650853890&#34;,&#34;threshold: 0.144&lt;br /&gt;value: 0.650853890&#34;,&#34;threshold: 0.145&lt;br /&gt;value: 0.652277040&#34;,&#34;threshold: 0.146&lt;br /&gt;value: 0.653225806&#34;,&#34;threshold: 0.147&lt;br /&gt;value: 0.654174573&#34;,&#34;threshold: 0.148&lt;br /&gt;value: 0.656072106&#34;,&#34;threshold: 0.149&lt;br /&gt;value: 0.657495256&#34;,&#34;threshold: 0.150&lt;br /&gt;value: 0.657495256&#34;,&#34;threshold: 0.151&lt;br /&gt;value: 0.658918406&#34;,&#34;threshold: 0.152&lt;br /&gt;value: 0.659392789&#34;,&#34;threshold: 0.153&lt;br /&gt;value: 0.659392789&#34;,&#34;threshold: 0.154&lt;br /&gt;value: 0.660341556&#34;,&#34;threshold: 0.155&lt;br /&gt;value: 0.660341556&#34;,&#34;threshold: 0.156&lt;br /&gt;value: 0.660815939&#34;,&#34;threshold: 0.157&lt;br /&gt;value: 0.661764706&#34;,&#34;threshold: 0.158&lt;br /&gt;value: 0.663662239&#34;,&#34;threshold: 0.159&lt;br /&gt;value: 0.665559772&#34;,&#34;threshold: 0.160&lt;br /&gt;value: 0.665559772&#34;,&#34;threshold: 0.161&lt;br /&gt;value: 0.666034156&#34;,&#34;threshold: 0.162&lt;br /&gt;value: 0.666982922&#34;,&#34;threshold: 0.163&lt;br /&gt;value: 0.666508539&#34;,&#34;threshold: 0.164&lt;br /&gt;value: 0.669354839&#34;,&#34;threshold: 0.165&lt;br /&gt;value: 0.669829222&#34;,&#34;threshold: 0.166&lt;br /&gt;value: 0.672201139&#34;,&#34;threshold: 0.167&lt;br /&gt;value: 0.672201139&#34;,&#34;threshold: 0.168&lt;br /&gt;value: 0.672675522&#34;,&#34;threshold: 0.169&lt;br /&gt;value: 0.675521822&#34;,&#34;threshold: 0.170&lt;br /&gt;value: 0.675996205&#34;,&#34;threshold: 0.171&lt;br /&gt;value: 0.675521822&#34;,&#34;threshold: 0.172&lt;br /&gt;value: 0.675521822&#34;,&#34;threshold: 0.173&lt;br /&gt;value: 0.675996205&#34;,&#34;threshold: 0.174&lt;br /&gt;value: 0.676470588&#34;,&#34;threshold: 0.175&lt;br /&gt;value: 0.676470588&#34;,&#34;threshold: 0.176&lt;br /&gt;value: 0.677893738&#34;,&#34;threshold: 0.177&lt;br /&gt;value: 0.677893738&#34;,&#34;threshold: 0.178&lt;br /&gt;value: 0.678368121&#34;,&#34;threshold: 0.179&lt;br /&gt;value: 0.679791271&#34;,&#34;threshold: 0.180&lt;br /&gt;value: 0.680740038&#34;,&#34;threshold: 0.181&lt;br /&gt;value: 0.680265655&#34;,&#34;threshold: 0.182&lt;br /&gt;value: 0.680265655&#34;,&#34;threshold: 0.183&lt;br /&gt;value: 0.681214421&#34;,&#34;threshold: 0.184&lt;br /&gt;value: 0.681688805&#34;,&#34;threshold: 0.185&lt;br /&gt;value: 0.683111954&#34;,&#34;threshold: 0.186&lt;br /&gt;value: 0.684060721&#34;,&#34;threshold: 0.187&lt;br /&gt;value: 0.685009488&#34;,&#34;threshold: 0.188&lt;br /&gt;value: 0.687381404&#34;,&#34;threshold: 0.189&lt;br /&gt;value: 0.687855787&#34;,&#34;threshold: 0.190&lt;br /&gt;value: 0.689753321&#34;,&#34;threshold: 0.191&lt;br /&gt;value: 0.691650854&#34;,&#34;threshold: 0.192&lt;br /&gt;value: 0.692599620&#34;,&#34;threshold: 0.193&lt;br /&gt;value: 0.692599620&#34;,&#34;threshold: 0.194&lt;br /&gt;value: 0.693548387&#34;,&#34;threshold: 0.195&lt;br /&gt;value: 0.694497154&#34;,&#34;threshold: 0.196&lt;br /&gt;value: 0.695445920&#34;,&#34;threshold: 0.197&lt;br /&gt;value: 0.696869070&#34;,&#34;threshold: 0.198&lt;br /&gt;value: 0.696869070&#34;,&#34;threshold: 0.199&lt;br /&gt;value: 0.698292220&#34;,&#34;threshold: 0.200&lt;br /&gt;value: 0.698292220&#34;,&#34;threshold: 0.201&lt;br /&gt;value: 0.699715370&#34;,&#34;threshold: 0.202&lt;br /&gt;value: 0.700189753&#34;,&#34;threshold: 0.203&lt;br /&gt;value: 0.699240987&#34;,&#34;threshold: 0.204&lt;br /&gt;value: 0.701138520&#34;,&#34;threshold: 0.205&lt;br /&gt;value: 0.701612903&#34;,&#34;threshold: 0.206&lt;br /&gt;value: 0.702087287&#34;,&#34;threshold: 0.207&lt;br /&gt;value: 0.703510436&#34;,&#34;threshold: 0.208&lt;br /&gt;value: 0.703510436&#34;,&#34;threshold: 0.209&lt;br /&gt;value: 0.704459203&#34;,&#34;threshold: 0.210&lt;br /&gt;value: 0.705407970&#34;,&#34;threshold: 0.211&lt;br /&gt;value: 0.706831120&#34;,&#34;threshold: 0.212&lt;br /&gt;value: 0.707779886&#34;,&#34;threshold: 0.213&lt;br /&gt;value: 0.709203036&#34;,&#34;threshold: 0.214&lt;br /&gt;value: 0.710626186&#34;,&#34;threshold: 0.215&lt;br /&gt;value: 0.711574953&#34;,&#34;threshold: 0.216&lt;br /&gt;value: 0.710626186&#34;,&#34;threshold: 0.217&lt;br /&gt;value: 0.712049336&#34;,&#34;threshold: 0.218&lt;br /&gt;value: 0.712049336&#34;,&#34;threshold: 0.219&lt;br /&gt;value: 0.712998102&#34;,&#34;threshold: 0.220&lt;br /&gt;value: 0.712523719&#34;,&#34;threshold: 0.221&lt;br /&gt;value: 0.714421252&#34;,&#34;threshold: 0.222&lt;br /&gt;value: 0.714895636&#34;,&#34;threshold: 0.223&lt;br /&gt;value: 0.715370019&#34;,&#34;threshold: 0.224&lt;br /&gt;value: 0.715370019&#34;,&#34;threshold: 0.225&lt;br /&gt;value: 0.715844402&#34;,&#34;threshold: 0.226&lt;br /&gt;value: 0.716793169&#34;,&#34;threshold: 0.227&lt;br /&gt;value: 0.718216319&#34;,&#34;threshold: 0.228&lt;br /&gt;value: 0.718690702&#34;,&#34;threshold: 0.229&lt;br /&gt;value: 0.717741935&#34;,&#34;threshold: 0.230&lt;br /&gt;value: 0.718216319&#34;,&#34;threshold: 0.231&lt;br /&gt;value: 0.719639469&#34;,&#34;threshold: 0.232&lt;br /&gt;value: 0.719639469&#34;,&#34;threshold: 0.233&lt;br /&gt;value: 0.719639469&#34;,&#34;threshold: 0.234&lt;br /&gt;value: 0.719639469&#34;,&#34;threshold: 0.235&lt;br /&gt;value: 0.720113852&#34;,&#34;threshold: 0.236&lt;br /&gt;value: 0.720113852&#34;,&#34;threshold: 0.237&lt;br /&gt;value: 0.719165085&#34;,&#34;threshold: 0.238&lt;br /&gt;value: 0.719165085&#34;,&#34;threshold: 0.239&lt;br /&gt;value: 0.719639469&#34;,&#34;threshold: 0.240&lt;br /&gt;value: 0.721062619&#34;,&#34;threshold: 0.241&lt;br /&gt;value: 0.721537002&#34;,&#34;threshold: 0.242&lt;br /&gt;value: 0.722011385&#34;,&#34;threshold: 0.243&lt;br /&gt;value: 0.721537002&#34;,&#34;threshold: 0.244&lt;br /&gt;value: 0.722485769&#34;,&#34;threshold: 0.245&lt;br /&gt;value: 0.723434535&#34;,&#34;threshold: 0.246&lt;br /&gt;value: 0.724857685&#34;,&#34;threshold: 0.247&lt;br /&gt;value: 0.725332068&#34;,&#34;threshold: 0.248&lt;br /&gt;value: 0.725332068&#34;,&#34;threshold: 0.249&lt;br /&gt;value: 0.725806452&#34;,&#34;threshold: 0.250&lt;br /&gt;value: 0.726755218&#34;,&#34;threshold: 0.251&lt;br /&gt;value: 0.727229602&#34;,&#34;threshold: 0.252&lt;br /&gt;value: 0.727703985&#34;,&#34;threshold: 0.253&lt;br /&gt;value: 0.728652751&#34;,&#34;threshold: 0.254&lt;br /&gt;value: 0.728652751&#34;,&#34;threshold: 0.255&lt;br /&gt;value: 0.728652751&#34;,&#34;threshold: 0.256&lt;br /&gt;value: 0.729601518&#34;,&#34;threshold: 0.257&lt;br /&gt;value: 0.730075901&#34;,&#34;threshold: 0.258&lt;br /&gt;value: 0.732447818&#34;,&#34;threshold: 0.259&lt;br /&gt;value: 0.733396584&#34;,&#34;threshold: 0.260&lt;br /&gt;value: 0.733870968&#34;,&#34;threshold: 0.261&lt;br /&gt;value: 0.734345351&#34;,&#34;threshold: 0.262&lt;br /&gt;value: 0.734819734&#34;,&#34;threshold: 0.263&lt;br /&gt;value: 0.734819734&#34;,&#34;threshold: 0.264&lt;br /&gt;value: 0.735768501&#34;,&#34;threshold: 0.265&lt;br /&gt;value: 0.734819734&#34;,&#34;threshold: 0.266&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.267&lt;br /&gt;value: 0.738140417&#34;,&#34;threshold: 0.268&lt;br /&gt;value: 0.737191651&#34;,&#34;threshold: 0.269&lt;br /&gt;value: 0.737191651&#34;,&#34;threshold: 0.270&lt;br /&gt;value: 0.738614801&#34;,&#34;threshold: 0.271&lt;br /&gt;value: 0.739563567&#34;,&#34;threshold: 0.272&lt;br /&gt;value: 0.740986717&#34;,&#34;threshold: 0.273&lt;br /&gt;value: 0.740037951&#34;,&#34;threshold: 0.274&lt;br /&gt;value: 0.740037951&#34;,&#34;threshold: 0.275&lt;br /&gt;value: 0.740512334&#34;,&#34;threshold: 0.276&lt;br /&gt;value: 0.741461101&#34;,&#34;threshold: 0.277&lt;br /&gt;value: 0.742884250&#34;,&#34;threshold: 0.278&lt;br /&gt;value: 0.742884250&#34;,&#34;threshold: 0.279&lt;br /&gt;value: 0.744307400&#34;,&#34;threshold: 0.280&lt;br /&gt;value: 0.745730550&#34;,&#34;threshold: 0.281&lt;br /&gt;value: 0.745730550&#34;,&#34;threshold: 0.282&lt;br /&gt;value: 0.745730550&#34;,&#34;threshold: 0.283&lt;br /&gt;value: 0.746679317&#34;,&#34;threshold: 0.284&lt;br /&gt;value: 0.746679317&#34;,&#34;threshold: 0.285&lt;br /&gt;value: 0.746204934&#34;,&#34;threshold: 0.286&lt;br /&gt;value: 0.746679317&#34;,&#34;threshold: 0.287&lt;br /&gt;value: 0.747153700&#34;,&#34;threshold: 0.288&lt;br /&gt;value: 0.746679317&#34;,&#34;threshold: 0.289&lt;br /&gt;value: 0.746679317&#34;,&#34;threshold: 0.290&lt;br /&gt;value: 0.747628083&#34;,&#34;threshold: 0.291&lt;br /&gt;value: 0.749525617&#34;,&#34;threshold: 0.292&lt;br /&gt;value: 0.749525617&#34;,&#34;threshold: 0.293&lt;br /&gt;value: 0.749525617&#34;,&#34;threshold: 0.294&lt;br /&gt;value: 0.750000000&#34;,&#34;threshold: 0.295&lt;br /&gt;value: 0.750000000&#34;,&#34;threshold: 0.296&lt;br /&gt;value: 0.750000000&#34;,&#34;threshold: 0.297&lt;br /&gt;value: 0.750000000&#34;,&#34;threshold: 0.298&lt;br /&gt;value: 0.750474383&#34;,&#34;threshold: 0.299&lt;br /&gt;value: 0.750474383&#34;,&#34;threshold: 0.300&lt;br /&gt;value: 0.751423150&#34;,&#34;threshold: 0.301&lt;br /&gt;value: 0.751897533&#34;,&#34;threshold: 0.302&lt;br /&gt;value: 0.753320683&#34;,&#34;threshold: 0.303&lt;br /&gt;value: 0.754269450&#34;,&#34;threshold: 0.304&lt;br /&gt;value: 0.754269450&#34;,&#34;threshold: 0.305&lt;br /&gt;value: 0.754743833&#34;,&#34;threshold: 0.306&lt;br /&gt;value: 0.755218216&#34;,&#34;threshold: 0.307&lt;br /&gt;value: 0.754743833&#34;,&#34;threshold: 0.308&lt;br /&gt;value: 0.756166983&#34;,&#34;threshold: 0.309&lt;br /&gt;value: 0.757115750&#34;,&#34;threshold: 0.310&lt;br /&gt;value: 0.758064516&#34;,&#34;threshold: 0.311&lt;br /&gt;value: 0.759013283&#34;,&#34;threshold: 0.312&lt;br /&gt;value: 0.759013283&#34;,&#34;threshold: 0.313&lt;br /&gt;value: 0.759487666&#34;,&#34;threshold: 0.314&lt;br /&gt;value: 0.758538899&#34;,&#34;threshold: 0.315&lt;br /&gt;value: 0.759487666&#34;,&#34;threshold: 0.316&lt;br /&gt;value: 0.761385199&#34;,&#34;threshold: 0.317&lt;br /&gt;value: 0.760910816&#34;,&#34;threshold: 0.318&lt;br /&gt;value: 0.761385199&#34;,&#34;threshold: 0.319&lt;br /&gt;value: 0.762333966&#34;,&#34;threshold: 0.320&lt;br /&gt;value: 0.761859583&#34;,&#34;threshold: 0.321&lt;br /&gt;value: 0.761859583&#34;,&#34;threshold: 0.322&lt;br /&gt;value: 0.761859583&#34;,&#34;threshold: 0.323&lt;br /&gt;value: 0.762333966&#34;,&#34;threshold: 0.324&lt;br /&gt;value: 0.763757116&#34;,&#34;threshold: 0.325&lt;br /&gt;value: 0.764705882&#34;,&#34;threshold: 0.326&lt;br /&gt;value: 0.766129032&#34;,&#34;threshold: 0.327&lt;br /&gt;value: 0.766129032&#34;,&#34;threshold: 0.328&lt;br /&gt;value: 0.766603416&#34;,&#34;threshold: 0.329&lt;br /&gt;value: 0.766603416&#34;,&#34;threshold: 0.330&lt;br /&gt;value: 0.767077799&#34;,&#34;threshold: 0.331&lt;br /&gt;value: 0.766603416&#34;,&#34;threshold: 0.332&lt;br /&gt;value: 0.767552182&#34;,&#34;threshold: 0.333&lt;br /&gt;value: 0.768975332&#34;,&#34;threshold: 0.334&lt;br /&gt;value: 0.768975332&#34;,&#34;threshold: 0.335&lt;br /&gt;value: 0.769924099&#34;,&#34;threshold: 0.336&lt;br /&gt;value: 0.769449715&#34;,&#34;threshold: 0.337&lt;br /&gt;value: 0.770872865&#34;,&#34;threshold: 0.338&lt;br /&gt;value: 0.771347249&#34;,&#34;threshold: 0.339&lt;br /&gt;value: 0.771821632&#34;,&#34;threshold: 0.340&lt;br /&gt;value: 0.771821632&#34;,&#34;threshold: 0.341&lt;br /&gt;value: 0.771821632&#34;,&#34;threshold: 0.342&lt;br /&gt;value: 0.772296015&#34;,&#34;threshold: 0.343&lt;br /&gt;value: 0.771821632&#34;,&#34;threshold: 0.344&lt;br /&gt;value: 0.772296015&#34;,&#34;threshold: 0.345&lt;br /&gt;value: 0.772296015&#34;,&#34;threshold: 0.346&lt;br /&gt;value: 0.772296015&#34;,&#34;threshold: 0.347&lt;br /&gt;value: 0.772770398&#34;,&#34;threshold: 0.348&lt;br /&gt;value: 0.772770398&#34;,&#34;threshold: 0.349&lt;br /&gt;value: 0.772296015&#34;,&#34;threshold: 0.350&lt;br /&gt;value: 0.771347249&#34;,&#34;threshold: 0.351&lt;br /&gt;value: 0.771347249&#34;,&#34;threshold: 0.352&lt;br /&gt;value: 0.771347249&#34;,&#34;threshold: 0.353&lt;br /&gt;value: 0.772296015&#34;,&#34;threshold: 0.354&lt;br /&gt;value: 0.771821632&#34;,&#34;threshold: 0.355&lt;br /&gt;value: 0.771821632&#34;,&#34;threshold: 0.356&lt;br /&gt;value: 0.772296015&#34;,&#34;threshold: 0.357&lt;br /&gt;value: 0.772770398&#34;,&#34;threshold: 0.358&lt;br /&gt;value: 0.773719165&#34;,&#34;threshold: 0.359&lt;br /&gt;value: 0.773244782&#34;,&#34;threshold: 0.360&lt;br /&gt;value: 0.773244782&#34;,&#34;threshold: 0.361&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.362&lt;br /&gt;value: 0.774667932&#34;,&#34;threshold: 0.363&lt;br /&gt;value: 0.774667932&#34;,&#34;threshold: 0.364&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.365&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.366&lt;br /&gt;value: 0.775616698&#34;,&#34;threshold: 0.367&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.368&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.369&lt;br /&gt;value: 0.775616698&#34;,&#34;threshold: 0.370&lt;br /&gt;value: 0.775616698&#34;,&#34;threshold: 0.371&lt;br /&gt;value: 0.775616698&#34;,&#34;threshold: 0.372&lt;br /&gt;value: 0.775616698&#34;,&#34;threshold: 0.373&lt;br /&gt;value: 0.775616698&#34;,&#34;threshold: 0.374&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.375&lt;br /&gt;value: 0.775616698&#34;,&#34;threshold: 0.376&lt;br /&gt;value: 0.776565465&#34;,&#34;threshold: 0.377&lt;br /&gt;value: 0.776091082&#34;,&#34;threshold: 0.378&lt;br /&gt;value: 0.776091082&#34;,&#34;threshold: 0.379&lt;br /&gt;value: 0.776091082&#34;,&#34;threshold: 0.380&lt;br /&gt;value: 0.776565465&#34;,&#34;threshold: 0.381&lt;br /&gt;value: 0.777039848&#34;,&#34;threshold: 0.382&lt;br /&gt;value: 0.777514231&#34;,&#34;threshold: 0.383&lt;br /&gt;value: 0.777514231&#34;,&#34;threshold: 0.384&lt;br /&gt;value: 0.777988615&#34;,&#34;threshold: 0.385&lt;br /&gt;value: 0.778462998&#34;,&#34;threshold: 0.386&lt;br /&gt;value: 0.778462998&#34;,&#34;threshold: 0.387&lt;br /&gt;value: 0.777988615&#34;,&#34;threshold: 0.388&lt;br /&gt;value: 0.777514231&#34;,&#34;threshold: 0.389&lt;br /&gt;value: 0.777514231&#34;,&#34;threshold: 0.390&lt;br /&gt;value: 0.777039848&#34;,&#34;threshold: 0.391&lt;br /&gt;value: 0.777514231&#34;,&#34;threshold: 0.392&lt;br /&gt;value: 0.777514231&#34;,&#34;threshold: 0.393&lt;br /&gt;value: 0.778462998&#34;,&#34;threshold: 0.394&lt;br /&gt;value: 0.779411765&#34;,&#34;threshold: 0.395&lt;br /&gt;value: 0.779411765&#34;,&#34;threshold: 0.396&lt;br /&gt;value: 0.779886148&#34;,&#34;threshold: 0.397&lt;br /&gt;value: 0.780360531&#34;,&#34;threshold: 0.398&lt;br /&gt;value: 0.779411765&#34;,&#34;threshold: 0.399&lt;br /&gt;value: 0.780360531&#34;,&#34;threshold: 0.400&lt;br /&gt;value: 0.780360531&#34;,&#34;threshold: 0.401&lt;br /&gt;value: 0.780360531&#34;,&#34;threshold: 0.402&lt;br /&gt;value: 0.782258065&#34;,&#34;threshold: 0.403&lt;br /&gt;value: 0.782258065&#34;,&#34;threshold: 0.404&lt;br /&gt;value: 0.781783681&#34;,&#34;threshold: 0.405&lt;br /&gt;value: 0.781783681&#34;,&#34;threshold: 0.406&lt;br /&gt;value: 0.781783681&#34;,&#34;threshold: 0.407&lt;br /&gt;value: 0.780834915&#34;,&#34;threshold: 0.408&lt;br /&gt;value: 0.781309298&#34;,&#34;threshold: 0.409&lt;br /&gt;value: 0.780360531&#34;,&#34;threshold: 0.410&lt;br /&gt;value: 0.779886148&#34;,&#34;threshold: 0.411&lt;br /&gt;value: 0.779886148&#34;,&#34;threshold: 0.412&lt;br /&gt;value: 0.780834915&#34;,&#34;threshold: 0.413&lt;br /&gt;value: 0.780834915&#34;,&#34;threshold: 0.414&lt;br /&gt;value: 0.781309298&#34;,&#34;threshold: 0.415&lt;br /&gt;value: 0.781309298&#34;,&#34;threshold: 0.416&lt;br /&gt;value: 0.781783681&#34;,&#34;threshold: 0.417&lt;br /&gt;value: 0.782732448&#34;,&#34;threshold: 0.418&lt;br /&gt;value: 0.784155598&#34;,&#34;threshold: 0.419&lt;br /&gt;value: 0.785104364&#34;,&#34;threshold: 0.420&lt;br /&gt;value: 0.784155598&#34;,&#34;threshold: 0.421&lt;br /&gt;value: 0.784155598&#34;,&#34;threshold: 0.422&lt;br /&gt;value: 0.784155598&#34;,&#34;threshold: 0.423&lt;br /&gt;value: 0.784629981&#34;,&#34;threshold: 0.424&lt;br /&gt;value: 0.784155598&#34;,&#34;threshold: 0.425&lt;br /&gt;value: 0.785104364&#34;,&#34;threshold: 0.426&lt;br /&gt;value: 0.786053131&#34;,&#34;threshold: 0.427&lt;br /&gt;value: 0.786053131&#34;,&#34;threshold: 0.428&lt;br /&gt;value: 0.787001898&#34;,&#34;threshold: 0.429&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.430&lt;br /&gt;value: 0.787001898&#34;,&#34;threshold: 0.431&lt;br /&gt;value: 0.786527514&#34;,&#34;threshold: 0.432&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.433&lt;br /&gt;value: 0.787950664&#34;,&#34;threshold: 0.434&lt;br /&gt;value: 0.788899431&#34;,&#34;threshold: 0.435&lt;br /&gt;value: 0.787950664&#34;,&#34;threshold: 0.436&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.437&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.438&lt;br /&gt;value: 0.787001898&#34;,&#34;threshold: 0.439&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.440&lt;br /&gt;value: 0.787001898&#34;,&#34;threshold: 0.441&lt;br /&gt;value: 0.787950664&#34;,&#34;threshold: 0.442&lt;br /&gt;value: 0.788425047&#34;,&#34;threshold: 0.443&lt;br /&gt;value: 0.788425047&#34;,&#34;threshold: 0.444&lt;br /&gt;value: 0.788425047&#34;,&#34;threshold: 0.445&lt;br /&gt;value: 0.788425047&#34;,&#34;threshold: 0.446&lt;br /&gt;value: 0.787950664&#34;,&#34;threshold: 0.447&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.448&lt;br /&gt;value: 0.787950664&#34;,&#34;threshold: 0.449&lt;br /&gt;value: 0.787950664&#34;,&#34;threshold: 0.450&lt;br /&gt;value: 0.787001898&#34;,&#34;threshold: 0.451&lt;br /&gt;value: 0.786527514&#34;,&#34;threshold: 0.452&lt;br /&gt;value: 0.786527514&#34;,&#34;threshold: 0.453&lt;br /&gt;value: 0.786527514&#34;,&#34;threshold: 0.454&lt;br /&gt;value: 0.786053131&#34;,&#34;threshold: 0.455&lt;br /&gt;value: 0.786053131&#34;,&#34;threshold: 0.456&lt;br /&gt;value: 0.786053131&#34;,&#34;threshold: 0.457&lt;br /&gt;value: 0.786527514&#34;,&#34;threshold: 0.458&lt;br /&gt;value: 0.785578748&#34;,&#34;threshold: 0.459&lt;br /&gt;value: 0.786527514&#34;,&#34;threshold: 0.460&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.461&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.462&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.463&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.464&lt;br /&gt;value: 0.787001898&#34;,&#34;threshold: 0.465&lt;br /&gt;value: 0.787001898&#34;,&#34;threshold: 0.466&lt;br /&gt;value: 0.787001898&#34;,&#34;threshold: 0.467&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.468&lt;br /&gt;value: 0.787001898&#34;,&#34;threshold: 0.469&lt;br /&gt;value: 0.787950664&#34;,&#34;threshold: 0.470&lt;br /&gt;value: 0.788425047&#34;,&#34;threshold: 0.471&lt;br /&gt;value: 0.788425047&#34;,&#34;threshold: 0.472&lt;br /&gt;value: 0.788425047&#34;,&#34;threshold: 0.473&lt;br /&gt;value: 0.788425047&#34;,&#34;threshold: 0.474&lt;br /&gt;value: 0.788899431&#34;,&#34;threshold: 0.475&lt;br /&gt;value: 0.788425047&#34;,&#34;threshold: 0.476&lt;br /&gt;value: 0.788425047&#34;,&#34;threshold: 0.477&lt;br /&gt;value: 0.789848197&#34;,&#34;threshold: 0.478&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.479&lt;br /&gt;value: 0.791271347&#34;,&#34;threshold: 0.480&lt;br /&gt;value: 0.791745731&#34;,&#34;threshold: 0.481&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.482&lt;br /&gt;value: 0.790322581&#34;,&#34;threshold: 0.483&lt;br /&gt;value: 0.790322581&#34;,&#34;threshold: 0.484&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.485&lt;br /&gt;value: 0.790322581&#34;,&#34;threshold: 0.486&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.487&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.488&lt;br /&gt;value: 0.790322581&#34;,&#34;threshold: 0.489&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.490&lt;br /&gt;value: 0.791271347&#34;,&#34;threshold: 0.491&lt;br /&gt;value: 0.791745731&#34;,&#34;threshold: 0.492&lt;br /&gt;value: 0.791271347&#34;,&#34;threshold: 0.493&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.494&lt;br /&gt;value: 0.791271347&#34;,&#34;threshold: 0.495&lt;br /&gt;value: 0.792694497&#34;,&#34;threshold: 0.496&lt;br /&gt;value: 0.793168880&#34;,&#34;threshold: 0.497&lt;br /&gt;value: 0.793168880&#34;,&#34;threshold: 0.498&lt;br /&gt;value: 0.793168880&#34;,&#34;threshold: 0.499&lt;br /&gt;value: 0.793168880&#34;,&#34;threshold: 0.500&lt;br /&gt;value: 0.792220114&#34;,&#34;threshold: 0.501&lt;br /&gt;value: 0.792220114&#34;,&#34;threshold: 0.502&lt;br /&gt;value: 0.792694497&#34;,&#34;threshold: 0.503&lt;br /&gt;value: 0.791745731&#34;,&#34;threshold: 0.504&lt;br /&gt;value: 0.792220114&#34;,&#34;threshold: 0.505&lt;br /&gt;value: 0.792220114&#34;,&#34;threshold: 0.506&lt;br /&gt;value: 0.794117647&#34;,&#34;threshold: 0.507&lt;br /&gt;value: 0.794117647&#34;,&#34;threshold: 0.508&lt;br /&gt;value: 0.794592030&#34;,&#34;threshold: 0.509&lt;br /&gt;value: 0.795066414&#34;,&#34;threshold: 0.510&lt;br /&gt;value: 0.794117647&#34;,&#34;threshold: 0.511&lt;br /&gt;value: 0.794592030&#34;,&#34;threshold: 0.512&lt;br /&gt;value: 0.795066414&#34;,&#34;threshold: 0.513&lt;br /&gt;value: 0.796489564&#34;,&#34;threshold: 0.514&lt;br /&gt;value: 0.796489564&#34;,&#34;threshold: 0.515&lt;br /&gt;value: 0.796015180&#34;,&#34;threshold: 0.516&lt;br /&gt;value: 0.796963947&#34;,&#34;threshold: 0.517&lt;br /&gt;value: 0.796489564&#34;,&#34;threshold: 0.518&lt;br /&gt;value: 0.796015180&#34;,&#34;threshold: 0.519&lt;br /&gt;value: 0.796015180&#34;,&#34;threshold: 0.520&lt;br /&gt;value: 0.796489564&#34;,&#34;threshold: 0.521&lt;br /&gt;value: 0.796489564&#34;,&#34;threshold: 0.522&lt;br /&gt;value: 0.796015180&#34;,&#34;threshold: 0.523&lt;br /&gt;value: 0.796015180&#34;,&#34;threshold: 0.524&lt;br /&gt;value: 0.796015180&#34;,&#34;threshold: 0.525&lt;br /&gt;value: 0.796015180&#34;,&#34;threshold: 0.526&lt;br /&gt;value: 0.796489564&#34;,&#34;threshold: 0.527&lt;br /&gt;value: 0.795066414&#34;,&#34;threshold: 0.528&lt;br /&gt;value: 0.795540797&#34;,&#34;threshold: 0.529&lt;br /&gt;value: 0.796963947&#34;,&#34;threshold: 0.530&lt;br /&gt;value: 0.796963947&#34;,&#34;threshold: 0.531&lt;br /&gt;value: 0.797438330&#34;,&#34;threshold: 0.532&lt;br /&gt;value: 0.798387097&#34;,&#34;threshold: 0.533&lt;br /&gt;value: 0.797912713&#34;,&#34;threshold: 0.534&lt;br /&gt;value: 0.797912713&#34;,&#34;threshold: 0.535&lt;br /&gt;value: 0.797438330&#34;,&#34;threshold: 0.536&lt;br /&gt;value: 0.797912713&#34;,&#34;threshold: 0.537&lt;br /&gt;value: 0.797912713&#34;,&#34;threshold: 0.538&lt;br /&gt;value: 0.797912713&#34;,&#34;threshold: 0.539&lt;br /&gt;value: 0.797912713&#34;,&#34;threshold: 0.540&lt;br /&gt;value: 0.798861480&#34;,&#34;threshold: 0.541&lt;br /&gt;value: 0.799335863&#34;,&#34;threshold: 0.542&lt;br /&gt;value: 0.799810247&#34;,&#34;threshold: 0.543&lt;br /&gt;value: 0.799335863&#34;,&#34;threshold: 0.544&lt;br /&gt;value: 0.799810247&#34;,&#34;threshold: 0.545&lt;br /&gt;value: 0.797438330&#34;,&#34;threshold: 0.546&lt;br /&gt;value: 0.797912713&#34;,&#34;threshold: 0.547&lt;br /&gt;value: 0.797438330&#34;,&#34;threshold: 0.548&lt;br /&gt;value: 0.796963947&#34;,&#34;threshold: 0.549&lt;br /&gt;value: 0.797438330&#34;,&#34;threshold: 0.550&lt;br /&gt;value: 0.797438330&#34;,&#34;threshold: 0.551&lt;br /&gt;value: 0.797438330&#34;,&#34;threshold: 0.552&lt;br /&gt;value: 0.797912713&#34;,&#34;threshold: 0.553&lt;br /&gt;value: 0.797912713&#34;,&#34;threshold: 0.554&lt;br /&gt;value: 0.798861480&#34;,&#34;threshold: 0.555&lt;br /&gt;value: 0.798861480&#34;,&#34;threshold: 0.556&lt;br /&gt;value: 0.799810247&#34;,&#34;threshold: 0.557&lt;br /&gt;value: 0.799810247&#34;,&#34;threshold: 0.558&lt;br /&gt;value: 0.800284630&#34;,&#34;threshold: 0.559&lt;br /&gt;value: 0.799810247&#34;,&#34;threshold: 0.560&lt;br /&gt;value: 0.798387097&#34;,&#34;threshold: 0.561&lt;br /&gt;value: 0.798861480&#34;,&#34;threshold: 0.562&lt;br /&gt;value: 0.799335863&#34;,&#34;threshold: 0.563&lt;br /&gt;value: 0.799335863&#34;,&#34;threshold: 0.564&lt;br /&gt;value: 0.799810247&#34;,&#34;threshold: 0.565&lt;br /&gt;value: 0.799810247&#34;,&#34;threshold: 0.566&lt;br /&gt;value: 0.799335863&#34;,&#34;threshold: 0.567&lt;br /&gt;value: 0.800759013&#34;,&#34;threshold: 0.568&lt;br /&gt;value: 0.800759013&#34;,&#34;threshold: 0.569&lt;br /&gt;value: 0.800759013&#34;,&#34;threshold: 0.570&lt;br /&gt;value: 0.799810247&#34;,&#34;threshold: 0.571&lt;br /&gt;value: 0.799810247&#34;,&#34;threshold: 0.572&lt;br /&gt;value: 0.799810247&#34;,&#34;threshold: 0.573&lt;br /&gt;value: 0.800284630&#34;,&#34;threshold: 0.574&lt;br /&gt;value: 0.801233397&#34;,&#34;threshold: 0.575&lt;br /&gt;value: 0.801233397&#34;,&#34;threshold: 0.576&lt;br /&gt;value: 0.801233397&#34;,&#34;threshold: 0.577&lt;br /&gt;value: 0.801707780&#34;,&#34;threshold: 0.578&lt;br /&gt;value: 0.801707780&#34;,&#34;threshold: 0.579&lt;br /&gt;value: 0.801707780&#34;,&#34;threshold: 0.580&lt;br /&gt;value: 0.801707780&#34;,&#34;threshold: 0.581&lt;br /&gt;value: 0.801233397&#34;,&#34;threshold: 0.582&lt;br /&gt;value: 0.801707780&#34;,&#34;threshold: 0.583&lt;br /&gt;value: 0.802182163&#34;,&#34;threshold: 0.584&lt;br /&gt;value: 0.802656546&#34;,&#34;threshold: 0.585&lt;br /&gt;value: 0.802656546&#34;,&#34;threshold: 0.586&lt;br /&gt;value: 0.801707780&#34;,&#34;threshold: 0.587&lt;br /&gt;value: 0.800284630&#34;,&#34;threshold: 0.588&lt;br /&gt;value: 0.800759013&#34;,&#34;threshold: 0.589&lt;br /&gt;value: 0.800759013&#34;,&#34;threshold: 0.590&lt;br /&gt;value: 0.800759013&#34;,&#34;threshold: 0.591&lt;br /&gt;value: 0.799810247&#34;,&#34;threshold: 0.592&lt;br /&gt;value: 0.798861480&#34;,&#34;threshold: 0.593&lt;br /&gt;value: 0.797438330&#34;,&#34;threshold: 0.594&lt;br /&gt;value: 0.797438330&#34;,&#34;threshold: 0.595&lt;br /&gt;value: 0.797912713&#34;,&#34;threshold: 0.596&lt;br /&gt;value: 0.797912713&#34;,&#34;threshold: 0.597&lt;br /&gt;value: 0.795540797&#34;,&#34;threshold: 0.598&lt;br /&gt;value: 0.795540797&#34;,&#34;threshold: 0.599&lt;br /&gt;value: 0.796015180&#34;,&#34;threshold: 0.600&lt;br /&gt;value: 0.795540797&#34;,&#34;threshold: 0.601&lt;br /&gt;value: 0.795066414&#34;,&#34;threshold: 0.602&lt;br /&gt;value: 0.794592030&#34;,&#34;threshold: 0.603&lt;br /&gt;value: 0.795066414&#34;,&#34;threshold: 0.604&lt;br /&gt;value: 0.795066414&#34;,&#34;threshold: 0.605&lt;br /&gt;value: 0.795066414&#34;,&#34;threshold: 0.606&lt;br /&gt;value: 0.794592030&#34;,&#34;threshold: 0.607&lt;br /&gt;value: 0.795066414&#34;,&#34;threshold: 0.608&lt;br /&gt;value: 0.795066414&#34;,&#34;threshold: 0.609&lt;br /&gt;value: 0.794592030&#34;,&#34;threshold: 0.610&lt;br /&gt;value: 0.794117647&#34;,&#34;threshold: 0.611&lt;br /&gt;value: 0.792694497&#34;,&#34;threshold: 0.612&lt;br /&gt;value: 0.793168880&#34;,&#34;threshold: 0.613&lt;br /&gt;value: 0.792694497&#34;,&#34;threshold: 0.614&lt;br /&gt;value: 0.792220114&#34;,&#34;threshold: 0.615&lt;br /&gt;value: 0.792220114&#34;,&#34;threshold: 0.616&lt;br /&gt;value: 0.791745731&#34;,&#34;threshold: 0.617&lt;br /&gt;value: 0.791271347&#34;,&#34;threshold: 0.618&lt;br /&gt;value: 0.790322581&#34;,&#34;threshold: 0.619&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.620&lt;br /&gt;value: 0.791271347&#34;,&#34;threshold: 0.621&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.622&lt;br /&gt;value: 0.791271347&#34;,&#34;threshold: 0.623&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.624&lt;br /&gt;value: 0.790322581&#34;,&#34;threshold: 0.625&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.626&lt;br /&gt;value: 0.791745731&#34;,&#34;threshold: 0.627&lt;br /&gt;value: 0.791271347&#34;,&#34;threshold: 0.628&lt;br /&gt;value: 0.791745731&#34;,&#34;threshold: 0.629&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.630&lt;br /&gt;value: 0.790322581&#34;,&#34;threshold: 0.631&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.632&lt;br /&gt;value: 0.790796964&#34;,&#34;threshold: 0.633&lt;br /&gt;value: 0.790322581&#34;,&#34;threshold: 0.634&lt;br /&gt;value: 0.790322581&#34;,&#34;threshold: 0.635&lt;br /&gt;value: 0.788425047&#34;,&#34;threshold: 0.636&lt;br /&gt;value: 0.787001898&#34;,&#34;threshold: 0.637&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.638&lt;br /&gt;value: 0.787476281&#34;,&#34;threshold: 0.639&lt;br /&gt;value: 0.787001898&#34;,&#34;threshold: 0.640&lt;br /&gt;value: 0.786527514&#34;,&#34;threshold: 0.641&lt;br /&gt;value: 0.785578748&#34;,&#34;threshold: 0.642&lt;br /&gt;value: 0.786527514&#34;,&#34;threshold: 0.643&lt;br /&gt;value: 0.786527514&#34;,&#34;threshold: 0.644&lt;br /&gt;value: 0.785578748&#34;,&#34;threshold: 0.645&lt;br /&gt;value: 0.785104364&#34;,&#34;threshold: 0.646&lt;br /&gt;value: 0.785578748&#34;,&#34;threshold: 0.647&lt;br /&gt;value: 0.786053131&#34;,&#34;threshold: 0.648&lt;br /&gt;value: 0.785578748&#34;,&#34;threshold: 0.649&lt;br /&gt;value: 0.785104364&#34;,&#34;threshold: 0.650&lt;br /&gt;value: 0.785578748&#34;,&#34;threshold: 0.651&lt;br /&gt;value: 0.785578748&#34;,&#34;threshold: 0.652&lt;br /&gt;value: 0.785104364&#34;,&#34;threshold: 0.653&lt;br /&gt;value: 0.785104364&#34;,&#34;threshold: 0.654&lt;br /&gt;value: 0.785104364&#34;,&#34;threshold: 0.655&lt;br /&gt;value: 0.784629981&#34;,&#34;threshold: 0.656&lt;br /&gt;value: 0.783206831&#34;,&#34;threshold: 0.657&lt;br /&gt;value: 0.783681214&#34;,&#34;threshold: 0.658&lt;br /&gt;value: 0.782258065&#34;,&#34;threshold: 0.659&lt;br /&gt;value: 0.780834915&#34;,&#34;threshold: 0.660&lt;br /&gt;value: 0.780834915&#34;,&#34;threshold: 0.661&lt;br /&gt;value: 0.778937381&#34;,&#34;threshold: 0.662&lt;br /&gt;value: 0.778462998&#34;,&#34;threshold: 0.663&lt;br /&gt;value: 0.778462998&#34;,&#34;threshold: 0.664&lt;br /&gt;value: 0.777039848&#34;,&#34;threshold: 0.665&lt;br /&gt;value: 0.777988615&#34;,&#34;threshold: 0.666&lt;br /&gt;value: 0.777988615&#34;,&#34;threshold: 0.667&lt;br /&gt;value: 0.776565465&#34;,&#34;threshold: 0.668&lt;br /&gt;value: 0.777039848&#34;,&#34;threshold: 0.669&lt;br /&gt;value: 0.776091082&#34;,&#34;threshold: 0.670&lt;br /&gt;value: 0.776091082&#34;,&#34;threshold: 0.671&lt;br /&gt;value: 0.777039848&#34;,&#34;threshold: 0.672&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.673&lt;br /&gt;value: 0.774667932&#34;,&#34;threshold: 0.674&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.675&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.676&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.677&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.678&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.679&lt;br /&gt;value: 0.775616698&#34;,&#34;threshold: 0.680&lt;br /&gt;value: 0.776091082&#34;,&#34;threshold: 0.681&lt;br /&gt;value: 0.774667932&#34;,&#34;threshold: 0.682&lt;br /&gt;value: 0.774667932&#34;,&#34;threshold: 0.683&lt;br /&gt;value: 0.774193548&#34;,&#34;threshold: 0.684&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.685&lt;br /&gt;value: 0.774667932&#34;,&#34;threshold: 0.686&lt;br /&gt;value: 0.774667932&#34;,&#34;threshold: 0.687&lt;br /&gt;value: 0.775142315&#34;,&#34;threshold: 0.688&lt;br /&gt;value: 0.774667932&#34;,&#34;threshold: 0.689&lt;br /&gt;value: 0.773719165&#34;,&#34;threshold: 0.690&lt;br /&gt;value: 0.774667932&#34;,&#34;threshold: 0.691&lt;br /&gt;value: 0.773719165&#34;,&#34;threshold: 0.692&lt;br /&gt;value: 0.774193548&#34;,&#34;threshold: 0.693&lt;br /&gt;value: 0.774667932&#34;,&#34;threshold: 0.694&lt;br /&gt;value: 0.775616698&#34;,&#34;threshold: 0.695&lt;br /&gt;value: 0.774667932&#34;,&#34;threshold: 0.696&lt;br /&gt;value: 0.774193548&#34;,&#34;threshold: 0.697&lt;br /&gt;value: 0.773244782&#34;,&#34;threshold: 0.698&lt;br /&gt;value: 0.772770398&#34;,&#34;threshold: 0.699&lt;br /&gt;value: 0.771821632&#34;,&#34;threshold: 0.700&lt;br /&gt;value: 0.770872865&#34;,&#34;threshold: 0.701&lt;br /&gt;value: 0.770398482&#34;,&#34;threshold: 0.702&lt;br /&gt;value: 0.769924099&#34;,&#34;threshold: 0.703&lt;br /&gt;value: 0.770398482&#34;,&#34;threshold: 0.704&lt;br /&gt;value: 0.770872865&#34;,&#34;threshold: 0.705&lt;br /&gt;value: 0.770398482&#34;,&#34;threshold: 0.706&lt;br /&gt;value: 0.770398482&#34;,&#34;threshold: 0.707&lt;br /&gt;value: 0.769924099&#34;,&#34;threshold: 0.708&lt;br /&gt;value: 0.769924099&#34;,&#34;threshold: 0.709&lt;br /&gt;value: 0.769924099&#34;,&#34;threshold: 0.710&lt;br /&gt;value: 0.769924099&#34;,&#34;threshold: 0.711&lt;br /&gt;value: 0.768975332&#34;,&#34;threshold: 0.712&lt;br /&gt;value: 0.769924099&#34;,&#34;threshold: 0.713&lt;br /&gt;value: 0.768500949&#34;,&#34;threshold: 0.714&lt;br /&gt;value: 0.768500949&#34;,&#34;threshold: 0.715&lt;br /&gt;value: 0.768026565&#34;,&#34;threshold: 0.716&lt;br /&gt;value: 0.768500949&#34;,&#34;threshold: 0.717&lt;br /&gt;value: 0.768026565&#34;,&#34;threshold: 0.718&lt;br /&gt;value: 0.767077799&#34;,&#34;threshold: 0.719&lt;br /&gt;value: 0.768026565&#34;,&#34;threshold: 0.720&lt;br /&gt;value: 0.768026565&#34;,&#34;threshold: 0.721&lt;br /&gt;value: 0.767077799&#34;,&#34;threshold: 0.722&lt;br /&gt;value: 0.766129032&#34;,&#34;threshold: 0.723&lt;br /&gt;value: 0.766129032&#34;,&#34;threshold: 0.724&lt;br /&gt;value: 0.765654649&#34;,&#34;threshold: 0.725&lt;br /&gt;value: 0.765654649&#34;,&#34;threshold: 0.726&lt;br /&gt;value: 0.764705882&#34;,&#34;threshold: 0.727&lt;br /&gt;value: 0.764705882&#34;,&#34;threshold: 0.728&lt;br /&gt;value: 0.763282732&#34;,&#34;threshold: 0.729&lt;br /&gt;value: 0.762333966&#34;,&#34;threshold: 0.730&lt;br /&gt;value: 0.761859583&#34;,&#34;threshold: 0.731&lt;br /&gt;value: 0.761385199&#34;,&#34;threshold: 0.732&lt;br /&gt;value: 0.760436433&#34;,&#34;threshold: 0.733&lt;br /&gt;value: 0.759962049&#34;,&#34;threshold: 0.734&lt;br /&gt;value: 0.759487666&#34;,&#34;threshold: 0.735&lt;br /&gt;value: 0.758538899&#34;,&#34;threshold: 0.736&lt;br /&gt;value: 0.759013283&#34;,&#34;threshold: 0.737&lt;br /&gt;value: 0.757115750&#34;,&#34;threshold: 0.738&lt;br /&gt;value: 0.757115750&#34;,&#34;threshold: 0.739&lt;br /&gt;value: 0.756641366&#34;,&#34;threshold: 0.740&lt;br /&gt;value: 0.756166983&#34;,&#34;threshold: 0.741&lt;br /&gt;value: 0.755218216&#34;,&#34;threshold: 0.742&lt;br /&gt;value: 0.755692600&#34;,&#34;threshold: 0.743&lt;br /&gt;value: 0.755692600&#34;,&#34;threshold: 0.744&lt;br /&gt;value: 0.755218216&#34;,&#34;threshold: 0.745&lt;br /&gt;value: 0.754743833&#34;,&#34;threshold: 0.746&lt;br /&gt;value: 0.754743833&#34;,&#34;threshold: 0.747&lt;br /&gt;value: 0.754743833&#34;,&#34;threshold: 0.748&lt;br /&gt;value: 0.754743833&#34;,&#34;threshold: 0.749&lt;br /&gt;value: 0.753795066&#34;,&#34;threshold: 0.750&lt;br /&gt;value: 0.753320683&#34;,&#34;threshold: 0.751&lt;br /&gt;value: 0.752846300&#34;,&#34;threshold: 0.752&lt;br /&gt;value: 0.751897533&#34;,&#34;threshold: 0.753&lt;br /&gt;value: 0.751423150&#34;,&#34;threshold: 0.754&lt;br /&gt;value: 0.750948767&#34;,&#34;threshold: 0.755&lt;br /&gt;value: 0.750948767&#34;,&#34;threshold: 0.756&lt;br /&gt;value: 0.750474383&#34;,&#34;threshold: 0.757&lt;br /&gt;value: 0.750000000&#34;,&#34;threshold: 0.758&lt;br /&gt;value: 0.750474383&#34;,&#34;threshold: 0.759&lt;br /&gt;value: 0.749525617&#34;,&#34;threshold: 0.760&lt;br /&gt;value: 0.749051233&#34;,&#34;threshold: 0.761&lt;br /&gt;value: 0.749051233&#34;,&#34;threshold: 0.762&lt;br /&gt;value: 0.749051233&#34;,&#34;threshold: 0.763&lt;br /&gt;value: 0.749525617&#34;,&#34;threshold: 0.764&lt;br /&gt;value: 0.749525617&#34;,&#34;threshold: 0.765&lt;br /&gt;value: 0.749525617&#34;,&#34;threshold: 0.766&lt;br /&gt;value: 0.750000000&#34;,&#34;threshold: 0.767&lt;br /&gt;value: 0.748102467&#34;,&#34;threshold: 0.768&lt;br /&gt;value: 0.748102467&#34;,&#34;threshold: 0.769&lt;br /&gt;value: 0.748576850&#34;,&#34;threshold: 0.770&lt;br /&gt;value: 0.748576850&#34;,&#34;threshold: 0.771&lt;br /&gt;value: 0.747628083&#34;,&#34;threshold: 0.772&lt;br /&gt;value: 0.747628083&#34;,&#34;threshold: 0.773&lt;br /&gt;value: 0.747628083&#34;,&#34;threshold: 0.774&lt;br /&gt;value: 0.747153700&#34;,&#34;threshold: 0.775&lt;br /&gt;value: 0.747628083&#34;,&#34;threshold: 0.776&lt;br /&gt;value: 0.747153700&#34;,&#34;threshold: 0.777&lt;br /&gt;value: 0.746679317&#34;,&#34;threshold: 0.778&lt;br /&gt;value: 0.746204934&#34;,&#34;threshold: 0.779&lt;br /&gt;value: 0.744307400&#34;,&#34;threshold: 0.780&lt;br /&gt;value: 0.744781784&#34;,&#34;threshold: 0.781&lt;br /&gt;value: 0.744781784&#34;,&#34;threshold: 0.782&lt;br /&gt;value: 0.744781784&#34;,&#34;threshold: 0.783&lt;br /&gt;value: 0.744781784&#34;,&#34;threshold: 0.784&lt;br /&gt;value: 0.744781784&#34;,&#34;threshold: 0.785&lt;br /&gt;value: 0.744307400&#34;,&#34;threshold: 0.786&lt;br /&gt;value: 0.743833017&#34;,&#34;threshold: 0.787&lt;br /&gt;value: 0.743358634&#34;,&#34;threshold: 0.788&lt;br /&gt;value: 0.743358634&#34;,&#34;threshold: 0.789&lt;br /&gt;value: 0.743833017&#34;,&#34;threshold: 0.790&lt;br /&gt;value: 0.743833017&#34;,&#34;threshold: 0.791&lt;br /&gt;value: 0.744307400&#34;,&#34;threshold: 0.792&lt;br /&gt;value: 0.743358634&#34;,&#34;threshold: 0.793&lt;br /&gt;value: 0.742884250&#34;,&#34;threshold: 0.794&lt;br /&gt;value: 0.742884250&#34;,&#34;threshold: 0.795&lt;br /&gt;value: 0.742884250&#34;,&#34;threshold: 0.796&lt;br /&gt;value: 0.741461101&#34;,&#34;threshold: 0.797&lt;br /&gt;value: 0.741461101&#34;,&#34;threshold: 0.798&lt;br /&gt;value: 0.740512334&#34;,&#34;threshold: 0.799&lt;br /&gt;value: 0.740512334&#34;,&#34;threshold: 0.800&lt;br /&gt;value: 0.740037951&#34;,&#34;threshold: 0.801&lt;br /&gt;value: 0.740037951&#34;,&#34;threshold: 0.802&lt;br /&gt;value: 0.740037951&#34;,&#34;threshold: 0.803&lt;br /&gt;value: 0.739089184&#34;,&#34;threshold: 0.804&lt;br /&gt;value: 0.739089184&#34;,&#34;threshold: 0.805&lt;br /&gt;value: 0.739089184&#34;,&#34;threshold: 0.806&lt;br /&gt;value: 0.739089184&#34;,&#34;threshold: 0.807&lt;br /&gt;value: 0.739089184&#34;,&#34;threshold: 0.808&lt;br /&gt;value: 0.739089184&#34;,&#34;threshold: 0.809&lt;br /&gt;value: 0.738140417&#34;,&#34;threshold: 0.810&lt;br /&gt;value: 0.738140417&#34;,&#34;threshold: 0.811&lt;br /&gt;value: 0.738140417&#34;,&#34;threshold: 0.812&lt;br /&gt;value: 0.737666034&#34;,&#34;threshold: 0.813&lt;br /&gt;value: 0.737666034&#34;,&#34;threshold: 0.814&lt;br /&gt;value: 0.737666034&#34;,&#34;threshold: 0.815&lt;br /&gt;value: 0.737666034&#34;,&#34;threshold: 0.816&lt;br /&gt;value: 0.737666034&#34;,&#34;threshold: 0.817&lt;br /&gt;value: 0.737666034&#34;,&#34;threshold: 0.818&lt;br /&gt;value: 0.737666034&#34;,&#34;threshold: 0.819&lt;br /&gt;value: 0.737191651&#34;,&#34;threshold: 0.820&lt;br /&gt;value: 0.737191651&#34;,&#34;threshold: 0.821&lt;br /&gt;value: 0.737191651&#34;,&#34;threshold: 0.822&lt;br /&gt;value: 0.737191651&#34;,&#34;threshold: 0.823&lt;br /&gt;value: 0.736717268&#34;,&#34;threshold: 0.824&lt;br /&gt;value: 0.736717268&#34;,&#34;threshold: 0.825&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.826&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.827&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.828&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.829&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.830&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.831&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.832&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.833&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.834&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.835&lt;br /&gt;value: 0.736242884&#34;,&#34;threshold: 0.836&lt;br /&gt;value: 0.735768501&#34;,&#34;threshold: 0.837&lt;br /&gt;value: 0.735294118&#34;,&#34;threshold: 0.838&lt;br /&gt;value: 0.735294118&#34;,&#34;threshold: 0.839&lt;br /&gt;value: 0.734819734&#34;,&#34;threshold: 0.840&lt;br /&gt;value: 0.734819734&#34;,&#34;threshold: 0.841&lt;br /&gt;value: 0.734819734&#34;,&#34;threshold: 0.842&lt;br /&gt;value: 0.734819734&#34;,&#34;threshold: 0.843&lt;br /&gt;value: 0.734819734&#34;,&#34;threshold: 0.844&lt;br /&gt;value: 0.734819734&#34;,&#34;threshold: 0.845&lt;br /&gt;value: 0.734819734&#34;,&#34;threshold: 0.846&lt;br /&gt;value: 0.734819734&#34;,&#34;threshold: 0.847&lt;br /&gt;value: 0.734819734&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;lines&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,0,128,1)&#34;,&#34;dash&#34;:&#34;solid&#34;},&#34;hoveron&#34;:&#34;points&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.05,0.051,0.052,0.053,0.054,0.055,0.056,0.057,0.058,0.059,0.06,0.061,0.062,0.063,0.064,0.065,0.066,0.067,0.068,0.069,0.07,0.071,0.072,0.073,0.074,0.075,0.076,0.077,0.078,0.079,0.08,0.081,0.082,0.083,0.084,0.085,0.086,0.087,0.088,0.089,0.09,0.091,0.092,0.093,0.094,0.095,0.096,0.097,0.098,0.099,0.1,0.101,0.102,0.103,0.104,0.105,0.106,0.107,0.108,0.109,0.11,0.111,0.112,0.113,0.114,0.115,0.116,0.117,0.118,0.119,0.12,0.121,0.122,0.123,0.124,0.125,0.126,0.127,0.128,0.129,0.13,0.131,0.132,0.133,0.134,0.135,0.136,0.137,0.138,0.139,0.14,0.141,0.142,0.143,0.144,0.145,0.146,0.147,0.148,0.149,0.15,0.151,0.152,0.153,0.154,0.155,0.156,0.157,0.158,0.159,0.16,0.161,0.162,0.163,0.164,0.165,0.166,0.167,0.168,0.169,0.17,0.171,0.172,0.173,0.174,0.175,0.176,0.177,0.178,0.179,0.18,0.181,0.182,0.183,0.184,0.185,0.186,0.187,0.188,0.189,0.19,0.191,0.192,0.193,0.194,0.195,0.196,0.197,0.198,0.199,0.2,0.201,0.202,0.203,0.204,0.205,0.206,0.207,0.208,0.209,0.21,0.211,0.212,0.213,0.214,0.215,0.216,0.217,0.218,0.219,0.22,0.221,0.222,0.223,0.224,0.225,0.226,0.227,0.228,0.229,0.23,0.231,0.232,0.233,0.234,0.235,0.236,0.237,0.238,0.239,0.24,0.241,0.242,0.243,0.244,0.245,0.246,0.247,0.248,0.249,0.25,0.251,0.252,0.253,0.254,0.255,0.256,0.257,0.258,0.259,0.26,0.261,0.262,0.263,0.264,0.265,0.266,0.267,0.268,0.269,0.27,0.271,0.272,0.273,0.274,0.275,0.276,0.277,0.278,0.279,0.28,0.281,0.282,0.283,0.284,0.285,0.286,0.287,0.288,0.289,0.29,0.291,0.292,0.293,0.294,0.295,0.296,0.297,0.298,0.299,0.3,0.301,0.302,0.303,0.304,0.305,0.306,0.307,0.308,0.309,0.31,0.311,0.312,0.313,0.314,0.315,0.316,0.317,0.318,0.319,0.32,0.321,0.322,0.323,0.324,0.325,0.326,0.327,0.328,0.329,0.33,0.331,0.332,0.333,0.334,0.335,0.336,0.337,0.338,0.339,0.34,0.341,0.342,0.343,0.344,0.345,0.346,0.347,0.348,0.349,0.35,0.351,0.352,0.353,0.354,0.355,0.356,0.357,0.358,0.359,0.36,0.361,0.362,0.363,0.364,0.365,0.366,0.367,0.368,0.369,0.37,0.371,0.372,0.373,0.374,0.375,0.376,0.377,0.378,0.379,0.38,0.381,0.382,0.383,0.384,0.385,0.386,0.387,0.388,0.389,0.39,0.391,0.392,0.393,0.394,0.395,0.396,0.397,0.398,0.399,0.4,0.401,0.402,0.403,0.404,0.405,0.406,0.407,0.408,0.409,0.41,0.411,0.412,0.413,0.414,0.415,0.416,0.417,0.418,0.419,0.42,0.421,0.422,0.423,0.424,0.425,0.426,0.427,0.428,0.429,0.43,0.431,0.432,0.433,0.434,0.435,0.436,0.437,0.438,0.439,0.44,0.441,0.442,0.443,0.444,0.445,0.446,0.447,0.448,0.449,0.45,0.451,0.452,0.453,0.454,0.455,0.456,0.457,0.458,0.459,0.46,0.461,0.462,0.463,0.464,0.465,0.466,0.467,0.468,0.469,0.47,0.471,0.472,0.473,0.474,0.475,0.476,0.477,0.478,0.479,0.48,0.481,0.482,0.483,0.484,0.485,0.486,0.487,0.488,0.489,0.49,0.491,0.492,0.493,0.494,0.495,0.496,0.497,0.498,0.499,0.5,0.501,0.502,0.503,0.504,0.505,0.506,0.507,0.508,0.509,0.51,0.511,0.512,0.513,0.514,0.515,0.516,0.517,0.518,0.519,0.52,0.521,0.522,0.523,0.524,0.525,0.526,0.527,0.528,0.529,0.53,0.531,0.532,0.533,0.534,0.535,0.536,0.537,0.538,0.539,0.54,0.541,0.542,0.543,0.544,0.545,0.546,0.547,0.548,0.549,0.55,0.551,0.552,0.553,0.554,0.555,0.556,0.557,0.558,0.559,0.56,0.561,0.562,0.563,0.564,0.565,0.566,0.567,0.568,0.569,0.57,0.571,0.572,0.573,0.574,0.575,0.576,0.577,0.578,0.579,0.58,0.581,0.582,0.583,0.584,0.585,0.586,0.587,0.588,0.589,0.59,0.591,0.592,0.593,0.594,0.595,0.596,0.597,0.598,0.599,0.6,0.601,0.602,0.603,0.604,0.605,0.606,0.607,0.608,0.609,0.61,0.611,0.612,0.613,0.614,0.615,0.616,0.617,0.618,0.619,0.62,0.621,0.622,0.623,0.624,0.625,0.626,0.627,0.628,0.629,0.63,0.631,0.632,0.633,0.634,0.635,0.636,0.637,0.638,0.639,0.64,0.641,0.642,0.643,0.644,0.645,0.646,0.647,0.648,0.649,0.65,0.651,0.652,0.653,0.654,0.655,0.656,0.657,0.658,0.659,0.66,0.661,0.662,0.663,0.664,0.665,0.666,0.667,0.668,0.669,0.67,0.671,0.672,0.673,0.674,0.675,0.676,0.677,0.678,0.679,0.68,0.681,0.682,0.683,0.684,0.685,0.686,0.687,0.688,0.689,0.69,0.691,0.692,0.693,0.694,0.695,0.696,0.697,0.698,0.699,0.7,0.701,0.702,0.703,0.704,0.705,0.706,0.707,0.708,0.709,0.71,0.711,0.712,0.713,0.714,0.715,0.716,0.717,0.718,0.719,0.72,0.721,0.722,0.723,0.724,0.725,0.726,0.727,0.728,0.729,0.73,0.731,0.732,0.733,0.734,0.735,0.736,0.737,0.738,0.739,0.74,0.741,0.742,0.743,0.744,0.745,0.746,0.747,0.748,0.749,0.75,0.751,0.752,0.753,0.754,0.755,0.756,0.757,0.758,0.759,0.76,0.761,0.762,0.763,0.764,0.765,0.766,0.767,0.768,0.769,0.77,0.771,0.772,0.773,0.774,0.775,0.776,0.777,0.778,0.779,0.78,0.781,0.782,0.783,0.784,0.785,0.786,0.787,0.788,0.789,0.79,0.791,0.792,0.793,0.794,0.795,0.796,0.797,0.798,0.799,0.8,0.801,0.802,0.803,0.804,0.805,0.806,0.807,0.808,0.809,0.81,0.811,0.812,0.813,0.814,0.815,0.816,0.817,0.818,0.819,0.82,0.821,0.822,0.823,0.824,0.825,0.826,0.827,0.828,0.829,0.83,0.831,0.832,0.833,0.834,0.835,0.836,0.837,0.838,0.839,0.84,0.841,0.842,0.843,0.844,0.845,0.846,0.847],&#34;y&#34;:[0.513348946135831,0.514795678722405,0.515764705882353,0.516493873704053,0.518203309692671,0.520417853751187,0.521656354117087,0.521904761904762,0.52269469660774,0.524197412553905,0.524700239808153,0.524495677233429,0.526011560693642,0.526518804243009,0.527791203479942,0.528356761997092,0.528869480834546,0.529640427599611,0.530930345835363,0.5322265625,0.534575772437469,0.535889872173058,0.536153467781604,0.537740503206709,0.538271604938272,0.538423401090729,0.539840637450199,0.54118821767349,0.541,0.541541541541542,0.542084168336673,0.542627883650953,0.543445504771472,0.54380664652568,0.545730166750884,0.546282245827011,0.547389761784085,0.548780487804878,0.550178298522669,0.551583248212462,0.552147239263804,0.553562275756023,0.553388090349076,0.553388090349076,0.554241645244216,0.555097837281153,0.555956678700361,0.556818181818182,0.55635987590486,0.557801969932608,0.558670820353063,0.559251559251559,0.559958289885297,0.560250391236307,0.561421850496602,0.563188253801783,0.563025210084034,0.563913729615992,0.565699208443272,0.566895822316235,0.56627783669141,0.568085106382979,0.568993074054342,0.569903948772679,0.570817744521646,0.571122994652406,0.571275455519829,0.571888412017167,0.572810317033853,0.573735199138859,0.574044157242865,0.574203993524015,0.574675324675325,0.575297941495124,0.576547231270358,0.577801958650707,0.578116494284159,0.57843137254902,0.5800109229929,0.581140350877193,0.579901153212521,0.581497797356828,0.58246001103144,0.583103257868581,0.582642343836374,0.582180409518539,0.583795782463929,0.585420144685587,0.585610708310095,0.586264656616415,0.587576944599888,0.587905935050392,0.586651710600112,0.586980920314254,0.586980920314254,0.587970770095559,0.588632526730445,0.588832487309645,0.590163934426229,0.591166477916195,0.590702947845805,0.591709256104486,0.592045454545455,0.591581342434585,0.591790193842645,0.591324200913242,0.591661907481439,0.591871780194619,0.593230063109581,0.594594594594595,0.594594594594595,0.59493670886076,0.595622119815668,0.594812680115274,0.596876807403123,0.59675550405562,0.598489250435793,0.598022105875509,0.597902097902098,0.6,0.599882835383714,0.598591549295775,0.598591549295775,0.598943041691133,0.598351001177856,0.597877358490566,0.598936798582398,0.59846244825547,0.598816568047337,0.599881446354475,0.600593471810089,0.599762470308789,0.599286563614744,0.6,0.600357355568791,0.600955794504182,0.601674641148325,0.601918465227818,0.603251053582179,0.602657004830918,0.603636363636364,0.605103280680437,0.605839416058394,0.605359317904994,0.605134474327628,0.605875152998776,0.606617647058823,0.607252612169637,0.605798889574337,0.606922126081582,0.606435643564357,0.60707635009311,0.607453416149068,0.605721393034826,0.606741573033708,0.606629143214509,0.607008760951189,0.607165304839724,0.607165304839724,0.607929515418502,0.608201892744479,0.609355246523388,0.609632446134347,0.610793650793651,0.611959287531807,0.612738853503185,0.610969387755102,0.612140575079872,0.612140575079872,0.612923864363404,0.612035851472471,0.613607188703466,0.613007083065035,0.612903225806452,0.612403100775194,0.612297734627832,0.613091380427738,0.614285714285714,0.614684860298895,0.61288223812622,0.612271540469974,0.613472858077175,0.612966601178782,0.612966601178782,0.612459016393443,0.612860892388451,0.612860892388451,0.611038107752957,0.611038107752957,0.610928242264648,0.612137203166227,0.612541254125412,0.612945838837517,0.611515552614163,0.612326043737574,0.613138686131387,0.61436170212766,0.614770459081836,0.614770459081836,0.615179760319574,0.616,0.616410940627085,0.616822429906542,0.617647058823529,0.617135207496653,0.617135207496653,0.61744966442953,0.617864338482203,0.619946091644205,0.620782726045884,0.620176032498307,0.620081411126187,0.620502376103191,0.620502376103191,0.620830496936692,0.61895023858214,0.620218579234973,0.621917808219178,0.619505494505495,0.61898211829436,0.619737750172533,0.620594333102972,0.621883656509695,0.619444444444444,0.619444444444444,0.619874913134121,0.620737647877523,0.622036262203626,0.622036262203626,0.623340321453529,0.624649859943978,0.624123422159888,0.624123422159888,0.625,0.625,0.624033731553057,0.624472573839662,0.624912033779029,0.623943661971831,0.623943661971831,0.624823695345557,0.626591230551627,0.626062322946176,0.626062322946176,0.626506024096386,0.62597586941093,0.62597586941093,0.62597586941093,0.625889046941679,0.625889046941679,0.626248216833096,0.626695217701642,0.628040057224607,0.628407460545194,0.627873563218391,0.627789776817855,0.628242074927954,0.626174981923355,0.627536231884058,0.62844702467344,0.629360465116279,0.630276564774381,0.630276564774381,0.630735615440641,0.62873814733771,0.629656683710738,0.631501831501832,0.63049853372434,0.630961115187087,0.631888317413666,0.630338733431517,0.629793510324484,0.629793510324484,0.630258302583026,0.631656804733728,0.632592592592593,0.633457249070632,0.633457249070632,0.633383010432191,0.632835820895522,0.633308439133682,0.632286995515695,0.633233532934132,0.634658664666166,0.634658664666166,0.635612321562735,0.634036144578313,0.635471698113208,0.63595166163142,0.636432350718065,0.635881907645723,0.635329795299469,0.635811836115326,0.634776006074412,0.634146341463415,0.634146341463415,0.633587786259542,0.633511859219587,0.632950191570881,0.631336405529954,0.628659476117103,0.628659476117103,0.628659476117103,0.62962962962963,0.628571428571429,0.628571428571429,0.629057187017002,0.62954369682908,0.630518977536793,0.62888198757764,0.62888198757764,0.630841121495327,0.629773967264225,0.628616106333073,0.629107981220657,0.629107981220657,0.629600626468285,0.628526645768025,0.628526645768025,0.629019607843137,0.629019607843137,0.629019607843137,0.629019607843137,0.628436763550668,0.626771653543307,0.627265563435776,0.628255722178374,0.626582278481013,0.626582278481013,0.626582278481013,0.6270783847981,0.626984126984127,0.62748212867355,0.62748212867355,0.627980922098569,0.628480509148767,0.627888446215139,0.6256,0.624499599679744,0.623897353648757,0.622186495176849,0.622687047465808,0.622078968573731,0.623083131557708,0.624090541632983,0.623481781376518,0.623987034035656,0.624493106244931,0.622258326563769,0.623270951993491,0.623270951993491,0.622656886715566,0.624693376941946,0.624078624078624,0.622950819672131,0.622950819672131,0.622331691297209,0.620065789473684,0.620576131687243,0.618301731244847,0.617161716171617,0.616528925619835,0.617549668874172,0.617549668874172,0.618061309030654,0.618061309030654,0.617304492512479,0.618333333333333,0.619883040935672,0.62092050209205,0.618608549874267,0.618608549874267,0.618608549874267,0.619127516778524,0.617325483599664,0.618365627632687,0.619409282700422,0.61876584953508,0.619813717188823,0.620338983050847,0.619168787107718,0.617996604414261,0.619047619047619,0.619574468085106,0.620630861040068,0.618274978650726,0.617094017094017,0.617094017094017,0.615911035072712,0.616438356164384,0.615252784918595,0.616309012875537,0.616838487972509,0.616838487972509,0.616838487972509,0.616838487972509,0.615649183147033,0.614457831325301,0.614987080103359,0.614987080103359,0.612597066436583,0.610726643598616,0.610726643598616,0.610726643598616,0.609523809523809,0.609523809523809,0.608846487424111,0.609375,0.606956521739131,0.60801393728223,0.609075043630018,0.608391608391608,0.607705779334501,0.607705779334501,0.606485539000876,0.606485539000876,0.605794556628622,0.605633802816901,0.604405286343612,0.605472197705207,0.606007067137809,0.605309734513274,0.604609929078014,0.604609929078014,0.605146406388642,0.603907637655417,0.603202846975089,0.604817127564674,0.605898123324397,0.606440071556351,0.606982990152193,0.60377358490566,0.602517985611511,0.602517985611511,0.603060306030603,0.601083032490975,0.601626016260163,0.600904977375566,0.59963768115942,0.600181323662738,0.600725952813067,0.601271571298819,0.6,0.598726114649682,0.597806215722121,0.598714416896235,0.599264705882353,0.599264705882353,0.599264705882353,0.599264705882353,0.596685082872928,0.595940959409594,0.596491228070175,0.593894542090657,0.594444444444444,0.594444444444444,0.596654275092937,0.596654275092937,0.59645852749301,0.596261682242991,0.593632958801498,0.5941893158388,0.594746716697936,0.596425211665099,0.595664467483506,0.59433962264151,0.595463137996219,0.594134342478713,0.592030360531309,0.592030360531309,0.591817316841104,0.591039084842707,0.58969465648855,0.588910133843212,0.588122605363985,0.588122605363985,0.587896253602305,0.583815028901734,0.584378013500482,0.586073500967118,0.585271317829457,0.585838991270611,0.586977648202138,0.584795321637427,0.584795321637427,0.582600195503421,0.583170254403131,0.583170254403131,0.582352941176471,0.581532416502947,0.581854043392505,0.58160237388724,0.582178217821782,0.580773042616452,0.581349206349206,0.574277168494516,0.574850299401198,0.572572572572573,0.570281124497992,0.569989929506546,0.569989929506546,0.569989929506546,0.570564516129032,0.570564516129032,0.571717171717172,0.571717171717172,0.572874493927126,0.572008113590264,0.57258883248731,0.571138211382114,0.566768603465851,0.56734693877551,0.567926455566905,0.566153846153846,0.566735112936345,0.565843621399177,0.564366632337796,0.566115702479339,0.565217391304348,0.564315352697096,0.560416666666667,0.560416666666667,0.559498956158664,0.560083594566353,0.560335781741868,0.559411146161935,0.559411146161935,0.56,0.56,0.559071729957806,0.559071729957806,0.557550158394931,0.558139534883721,0.558730158730159,0.559322033898305,0.558386411889597,0.55531914893617,0.550693703308431,0.550321199143469,0.550321199143469,0.549356223175966,0.546236559139785,0.542116630669546,0.537378114842904,0.537378114842904,0.53695652173913,0.53695652173913,0.52896174863388,0.52896174863388,0.529540481400438,0.527929901423877,0.526315789473684,0.524698133918771,0.525274725274725,0.525274725274725,0.524229074889868,0.522601984564498,0.52212389380531,0.521064301552106,0.519422863485017,0.517777777777778,0.511731843575419,0.512304250559284,0.51063829787234,0.507865168539326,0.506756756756757,0.505073280721533,0.503386004514673,0.5,0.500566251415628,0.5,0.498293515358362,0.498861047835991,0.49714937286203,0.494279176201373,0.494845360824742,0.495981630309989,0.494252873563218,0.49482163406214,0.491349480968858,0.488425925925926,0.488991888760139,0.487804878048781,0.486046511627907,0.486046511627907,0.477751756440281,0.471142520612485,0.471698113207547,0.469194312796208,0.467378410438909,0.465558194774347,0.460620525059666,0.461722488038277,0.461722488038277,0.458033573141487,0.456182472989196,0.456730769230769,0.457280385078219,0.455421686746988,0.45223700120919,0.452784503631961,0.451456310679612,0.449574726609964,0.448233861144945,0.445532435740514,0.443627450980392,0.436498150431566,0.437037037037037,0.431226765799257,0.423940149625935,0.423940149625935,0.416040100250627,0.41405269761606,0.41405269761606,0.406565656565657,0.407594936708861,0.407594936708861,0.401524777636595,0.398976982097187,0.394871794871795,0.394871794871795,0.395886889460154,0.386010362694301,0.383916990920882,0.3828125,0.381201044386423,0.379581151832461,0.379581151832461,0.376315789473684,0.376811594202899,0.375661375661376,0.367509986684421,0.365821094793057,0.361930294906166,0.362903225806452,0.360699865410498,0.358974358974359,0.359459459459459,0.35723951285521,0.352781546811398,0.353741496598639,0.347469220246238,0.347945205479452,0.348422496570645,0.349381017881706,0.344827586206897,0.340720221606648,0.336111111111111,0.333796940194715,0.329149232914923,0.324475524475525,0.320224719101124,0.315937940761636,0.314447592067989,0.314893617021277,0.308571428571429,0.306590257879656,0.30416068866571,0.30416068866571,0.30416068866571,0.302158273381295,0.297258297258297,0.298118668596237,0.290697674418605,0.290697674418605,0.286131386861314,0.286549707602339,0.284040995607613,0.279001468428781,0.279823269513991,0.277695716395864,0.272592592592593,0.267459138187221,0.263079222720478,0.260479041916168,0.260479041916168,0.255255255255255,0.250755287009063,0.242792109256449,0.237442922374429,0.234756097560976,0.23206106870229,0.226646248085758,0.221538461538462,0.218798151001541,0.213292117465224,0.213622291021672,0.202492211838006,0.202492211838006,0.197183098591549,0.191823899371069,0.186119873817035,0.186413902053712,0.186413902053712,0.183544303797468,0.180665610142631,0.180665610142631,0.178060413354531,0.178060413354531,0.172248803827751,0.169329073482428,0.1664,0.160513643659711,0.157556270096463,0.154589371980676,0.154589371980676,0.151612903225806,0.148626817447496,0.148867313915858,0.142857142857143,0.139837398373984,0.139837398373984,0.139837398373984,0.140065146579805,0.137254901960784,0.134426229508197,0.134646962233169,0.122314049586777,0.122314049586777,0.122516556291391,0.119601328903654,0.113333333333333,0.113333333333333,0.113333333333333,0.110183639398998,0.110367892976589,0.107202680067002,0.104026845637584,0.100840336134454,0.0879864636209814,0.088135593220339,0.088135593220339,0.088135593220339,0.088135593220339,0.088135593220339,0.0817717206132879,0.0784982935153584,0.0752136752136752,0.0752136752136752,0.0753424657534247,0.0753424657534247,0.0754716981132075,0.0688468158347676,0.0655172413793104,0.0655172413793104,0.0655172413793104,0.0554592720970537,0.0554592720970537,0.048695652173913,0.0453752181500873,0.041958041958042,0.041958041958042,0.041958041958042,0.0350877192982456,0.0350877192982456,0.0350877192982456,0.0350877192982456,0.0350877192982456,0.0350877192982456,0.028169014084507,0.028169014084507,0.028169014084507,0.0246913580246914,0.0246913580246914,0.0246913580246914,0.0246913580246914,0.0246913580246914,0.0246913580246914,0.0246913580246914,0.0212014134275618,0.0212014134275618,0.0212014134275618,0.0212014134275618,0.0176991150442478,0.0176991150442478,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0141843971631206,0.0106571936056838,0.00711743772241993,0.00711743772241993,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918,0.0035650623885918],&#34;text&#34;:[&#34;threshold: 0.050&lt;br /&gt;value: 0.513348946&#34;,&#34;threshold: 0.051&lt;br /&gt;value: 0.514795679&#34;,&#34;threshold: 0.052&lt;br /&gt;value: 0.515764706&#34;,&#34;threshold: 0.053&lt;br /&gt;value: 0.516493874&#34;,&#34;threshold: 0.054&lt;br /&gt;value: 0.518203310&#34;,&#34;threshold: 0.055&lt;br /&gt;value: 0.520417854&#34;,&#34;threshold: 0.056&lt;br /&gt;value: 0.521656354&#34;,&#34;threshold: 0.057&lt;br /&gt;value: 0.521904762&#34;,&#34;threshold: 0.058&lt;br /&gt;value: 0.522694697&#34;,&#34;threshold: 0.059&lt;br /&gt;value: 0.524197413&#34;,&#34;threshold: 0.060&lt;br /&gt;value: 0.524700240&#34;,&#34;threshold: 0.061&lt;br /&gt;value: 0.524495677&#34;,&#34;threshold: 0.062&lt;br /&gt;value: 0.526011561&#34;,&#34;threshold: 0.063&lt;br /&gt;value: 0.526518804&#34;,&#34;threshold: 0.064&lt;br /&gt;value: 0.527791203&#34;,&#34;threshold: 0.065&lt;br /&gt;value: 0.528356762&#34;,&#34;threshold: 0.066&lt;br /&gt;value: 0.528869481&#34;,&#34;threshold: 0.067&lt;br /&gt;value: 0.529640428&#34;,&#34;threshold: 0.068&lt;br /&gt;value: 0.530930346&#34;,&#34;threshold: 0.069&lt;br /&gt;value: 0.532226562&#34;,&#34;threshold: 0.070&lt;br /&gt;value: 0.534575772&#34;,&#34;threshold: 0.071&lt;br /&gt;value: 0.535889872&#34;,&#34;threshold: 0.072&lt;br /&gt;value: 0.536153468&#34;,&#34;threshold: 0.073&lt;br /&gt;value: 0.537740503&#34;,&#34;threshold: 0.074&lt;br /&gt;value: 0.538271605&#34;,&#34;threshold: 0.075&lt;br /&gt;value: 0.538423401&#34;,&#34;threshold: 0.076&lt;br /&gt;value: 0.539840637&#34;,&#34;threshold: 0.077&lt;br /&gt;value: 0.541188218&#34;,&#34;threshold: 0.078&lt;br /&gt;value: 0.541000000&#34;,&#34;threshold: 0.079&lt;br /&gt;value: 0.541541542&#34;,&#34;threshold: 0.080&lt;br /&gt;value: 0.542084168&#34;,&#34;threshold: 0.081&lt;br /&gt;value: 0.542627884&#34;,&#34;threshold: 0.082&lt;br /&gt;value: 0.543445505&#34;,&#34;threshold: 0.083&lt;br /&gt;value: 0.543806647&#34;,&#34;threshold: 0.084&lt;br /&gt;value: 0.545730167&#34;,&#34;threshold: 0.085&lt;br /&gt;value: 0.546282246&#34;,&#34;threshold: 0.086&lt;br /&gt;value: 0.547389762&#34;,&#34;threshold: 0.087&lt;br /&gt;value: 0.548780488&#34;,&#34;threshold: 0.088&lt;br /&gt;value: 0.550178299&#34;,&#34;threshold: 0.089&lt;br /&gt;value: 0.551583248&#34;,&#34;threshold: 0.090&lt;br /&gt;value: 0.552147239&#34;,&#34;threshold: 0.091&lt;br /&gt;value: 0.553562276&#34;,&#34;threshold: 0.092&lt;br /&gt;value: 0.553388090&#34;,&#34;threshold: 0.093&lt;br /&gt;value: 0.553388090&#34;,&#34;threshold: 0.094&lt;br /&gt;value: 0.554241645&#34;,&#34;threshold: 0.095&lt;br /&gt;value: 0.555097837&#34;,&#34;threshold: 0.096&lt;br /&gt;value: 0.555956679&#34;,&#34;threshold: 0.097&lt;br /&gt;value: 0.556818182&#34;,&#34;threshold: 0.098&lt;br /&gt;value: 0.556359876&#34;,&#34;threshold: 0.099&lt;br /&gt;value: 0.557801970&#34;,&#34;threshold: 0.100&lt;br /&gt;value: 0.558670820&#34;,&#34;threshold: 0.101&lt;br /&gt;value: 0.559251559&#34;,&#34;threshold: 0.102&lt;br /&gt;value: 0.559958290&#34;,&#34;threshold: 0.103&lt;br /&gt;value: 0.560250391&#34;,&#34;threshold: 0.104&lt;br /&gt;value: 0.561421850&#34;,&#34;threshold: 0.105&lt;br /&gt;value: 0.563188254&#34;,&#34;threshold: 0.106&lt;br /&gt;value: 0.563025210&#34;,&#34;threshold: 0.107&lt;br /&gt;value: 0.563913730&#34;,&#34;threshold: 0.108&lt;br /&gt;value: 0.565699208&#34;,&#34;threshold: 0.109&lt;br /&gt;value: 0.566895822&#34;,&#34;threshold: 0.110&lt;br /&gt;value: 0.566277837&#34;,&#34;threshold: 0.111&lt;br /&gt;value: 0.568085106&#34;,&#34;threshold: 0.112&lt;br /&gt;value: 0.568993074&#34;,&#34;threshold: 0.113&lt;br /&gt;value: 0.569903949&#34;,&#34;threshold: 0.114&lt;br /&gt;value: 0.570817745&#34;,&#34;threshold: 0.115&lt;br /&gt;value: 0.571122995&#34;,&#34;threshold: 0.116&lt;br /&gt;value: 0.571275456&#34;,&#34;threshold: 0.117&lt;br /&gt;value: 0.571888412&#34;,&#34;threshold: 0.118&lt;br /&gt;value: 0.572810317&#34;,&#34;threshold: 0.119&lt;br /&gt;value: 0.573735199&#34;,&#34;threshold: 0.120&lt;br /&gt;value: 0.574044157&#34;,&#34;threshold: 0.121&lt;br /&gt;value: 0.574203994&#34;,&#34;threshold: 0.122&lt;br /&gt;value: 0.574675325&#34;,&#34;threshold: 0.123&lt;br /&gt;value: 0.575297941&#34;,&#34;threshold: 0.124&lt;br /&gt;value: 0.576547231&#34;,&#34;threshold: 0.125&lt;br /&gt;value: 0.577801959&#34;,&#34;threshold: 0.126&lt;br /&gt;value: 0.578116494&#34;,&#34;threshold: 0.127&lt;br /&gt;value: 0.578431373&#34;,&#34;threshold: 0.128&lt;br /&gt;value: 0.580010923&#34;,&#34;threshold: 0.129&lt;br /&gt;value: 0.581140351&#34;,&#34;threshold: 0.130&lt;br /&gt;value: 0.579901153&#34;,&#34;threshold: 0.131&lt;br /&gt;value: 0.581497797&#34;,&#34;threshold: 0.132&lt;br /&gt;value: 0.582460011&#34;,&#34;threshold: 0.133&lt;br /&gt;value: 0.583103258&#34;,&#34;threshold: 0.134&lt;br /&gt;value: 0.582642344&#34;,&#34;threshold: 0.135&lt;br /&gt;value: 0.582180410&#34;,&#34;threshold: 0.136&lt;br /&gt;value: 0.583795782&#34;,&#34;threshold: 0.137&lt;br /&gt;value: 0.585420145&#34;,&#34;threshold: 0.138&lt;br /&gt;value: 0.585610708&#34;,&#34;threshold: 0.139&lt;br /&gt;value: 0.586264657&#34;,&#34;threshold: 0.140&lt;br /&gt;value: 0.587576945&#34;,&#34;threshold: 0.141&lt;br /&gt;value: 0.587905935&#34;,&#34;threshold: 0.142&lt;br /&gt;value: 0.586651711&#34;,&#34;threshold: 0.143&lt;br /&gt;value: 0.586980920&#34;,&#34;threshold: 0.144&lt;br /&gt;value: 0.586980920&#34;,&#34;threshold: 0.145&lt;br /&gt;value: 0.587970770&#34;,&#34;threshold: 0.146&lt;br /&gt;value: 0.588632527&#34;,&#34;threshold: 0.147&lt;br /&gt;value: 0.588832487&#34;,&#34;threshold: 0.148&lt;br /&gt;value: 0.590163934&#34;,&#34;threshold: 0.149&lt;br /&gt;value: 0.591166478&#34;,&#34;threshold: 0.150&lt;br /&gt;value: 0.590702948&#34;,&#34;threshold: 0.151&lt;br /&gt;value: 0.591709256&#34;,&#34;threshold: 0.152&lt;br /&gt;value: 0.592045455&#34;,&#34;threshold: 0.153&lt;br /&gt;value: 0.591581342&#34;,&#34;threshold: 0.154&lt;br /&gt;value: 0.591790194&#34;,&#34;threshold: 0.155&lt;br /&gt;value: 0.591324201&#34;,&#34;threshold: 0.156&lt;br /&gt;value: 0.591661907&#34;,&#34;threshold: 0.157&lt;br /&gt;value: 0.591871780&#34;,&#34;threshold: 0.158&lt;br /&gt;value: 0.593230063&#34;,&#34;threshold: 0.159&lt;br /&gt;value: 0.594594595&#34;,&#34;threshold: 0.160&lt;br /&gt;value: 0.594594595&#34;,&#34;threshold: 0.161&lt;br /&gt;value: 0.594936709&#34;,&#34;threshold: 0.162&lt;br /&gt;value: 0.595622120&#34;,&#34;threshold: 0.163&lt;br /&gt;value: 0.594812680&#34;,&#34;threshold: 0.164&lt;br /&gt;value: 0.596876807&#34;,&#34;threshold: 0.165&lt;br /&gt;value: 0.596755504&#34;,&#34;threshold: 0.166&lt;br /&gt;value: 0.598489250&#34;,&#34;threshold: 0.167&lt;br /&gt;value: 0.598022106&#34;,&#34;threshold: 0.168&lt;br /&gt;value: 0.597902098&#34;,&#34;threshold: 0.169&lt;br /&gt;value: 0.600000000&#34;,&#34;threshold: 0.170&lt;br /&gt;value: 0.599882835&#34;,&#34;threshold: 0.171&lt;br /&gt;value: 0.598591549&#34;,&#34;threshold: 0.172&lt;br /&gt;value: 0.598591549&#34;,&#34;threshold: 0.173&lt;br /&gt;value: 0.598943042&#34;,&#34;threshold: 0.174&lt;br /&gt;value: 0.598351001&#34;,&#34;threshold: 0.175&lt;br /&gt;value: 0.597877358&#34;,&#34;threshold: 0.176&lt;br /&gt;value: 0.598936799&#34;,&#34;threshold: 0.177&lt;br /&gt;value: 0.598462448&#34;,&#34;threshold: 0.178&lt;br /&gt;value: 0.598816568&#34;,&#34;threshold: 0.179&lt;br /&gt;value: 0.599881446&#34;,&#34;threshold: 0.180&lt;br /&gt;value: 0.600593472&#34;,&#34;threshold: 0.181&lt;br /&gt;value: 0.599762470&#34;,&#34;threshold: 0.182&lt;br /&gt;value: 0.599286564&#34;,&#34;threshold: 0.183&lt;br /&gt;value: 0.600000000&#34;,&#34;threshold: 0.184&lt;br /&gt;value: 0.600357356&#34;,&#34;threshold: 0.185&lt;br /&gt;value: 0.600955795&#34;,&#34;threshold: 0.186&lt;br /&gt;value: 0.601674641&#34;,&#34;threshold: 0.187&lt;br /&gt;value: 0.601918465&#34;,&#34;threshold: 0.188&lt;br /&gt;value: 0.603251054&#34;,&#34;threshold: 0.189&lt;br /&gt;value: 0.602657005&#34;,&#34;threshold: 0.190&lt;br /&gt;value: 0.603636364&#34;,&#34;threshold: 0.191&lt;br /&gt;value: 0.605103281&#34;,&#34;threshold: 0.192&lt;br /&gt;value: 0.605839416&#34;,&#34;threshold: 0.193&lt;br /&gt;value: 0.605359318&#34;,&#34;threshold: 0.194&lt;br /&gt;value: 0.605134474&#34;,&#34;threshold: 0.195&lt;br /&gt;value: 0.605875153&#34;,&#34;threshold: 0.196&lt;br /&gt;value: 0.606617647&#34;,&#34;threshold: 0.197&lt;br /&gt;value: 0.607252612&#34;,&#34;threshold: 0.198&lt;br /&gt;value: 0.605798890&#34;,&#34;threshold: 0.199&lt;br /&gt;value: 0.606922126&#34;,&#34;threshold: 0.200&lt;br /&gt;value: 0.606435644&#34;,&#34;threshold: 0.201&lt;br /&gt;value: 0.607076350&#34;,&#34;threshold: 0.202&lt;br /&gt;value: 0.607453416&#34;,&#34;threshold: 0.203&lt;br /&gt;value: 0.605721393&#34;,&#34;threshold: 0.204&lt;br /&gt;value: 0.606741573&#34;,&#34;threshold: 0.205&lt;br /&gt;value: 0.606629143&#34;,&#34;threshold: 0.206&lt;br /&gt;value: 0.607008761&#34;,&#34;threshold: 0.207&lt;br /&gt;value: 0.607165305&#34;,&#34;threshold: 0.208&lt;br /&gt;value: 0.607165305&#34;,&#34;threshold: 0.209&lt;br /&gt;value: 0.607929515&#34;,&#34;threshold: 0.210&lt;br /&gt;value: 0.608201893&#34;,&#34;threshold: 0.211&lt;br /&gt;value: 0.609355247&#34;,&#34;threshold: 0.212&lt;br /&gt;value: 0.609632446&#34;,&#34;threshold: 0.213&lt;br /&gt;value: 0.610793651&#34;,&#34;threshold: 0.214&lt;br /&gt;value: 0.611959288&#34;,&#34;threshold: 0.215&lt;br /&gt;value: 0.612738854&#34;,&#34;threshold: 0.216&lt;br /&gt;value: 0.610969388&#34;,&#34;threshold: 0.217&lt;br /&gt;value: 0.612140575&#34;,&#34;threshold: 0.218&lt;br /&gt;value: 0.612140575&#34;,&#34;threshold: 0.219&lt;br /&gt;value: 0.612923864&#34;,&#34;threshold: 0.220&lt;br /&gt;value: 0.612035851&#34;,&#34;threshold: 0.221&lt;br /&gt;value: 0.613607189&#34;,&#34;threshold: 0.222&lt;br /&gt;value: 0.613007083&#34;,&#34;threshold: 0.223&lt;br /&gt;value: 0.612903226&#34;,&#34;threshold: 0.224&lt;br /&gt;value: 0.612403101&#34;,&#34;threshold: 0.225&lt;br /&gt;value: 0.612297735&#34;,&#34;threshold: 0.226&lt;br /&gt;value: 0.613091380&#34;,&#34;threshold: 0.227&lt;br /&gt;value: 0.614285714&#34;,&#34;threshold: 0.228&lt;br /&gt;value: 0.614684860&#34;,&#34;threshold: 0.229&lt;br /&gt;value: 0.612882238&#34;,&#34;threshold: 0.230&lt;br /&gt;value: 0.612271540&#34;,&#34;threshold: 0.231&lt;br /&gt;value: 0.613472858&#34;,&#34;threshold: 0.232&lt;br /&gt;value: 0.612966601&#34;,&#34;threshold: 0.233&lt;br /&gt;value: 0.612966601&#34;,&#34;threshold: 0.234&lt;br /&gt;value: 0.612459016&#34;,&#34;threshold: 0.235&lt;br /&gt;value: 0.612860892&#34;,&#34;threshold: 0.236&lt;br /&gt;value: 0.612860892&#34;,&#34;threshold: 0.237&lt;br /&gt;value: 0.611038108&#34;,&#34;threshold: 0.238&lt;br /&gt;value: 0.611038108&#34;,&#34;threshold: 0.239&lt;br /&gt;value: 0.610928242&#34;,&#34;threshold: 0.240&lt;br /&gt;value: 0.612137203&#34;,&#34;threshold: 0.241&lt;br /&gt;value: 0.612541254&#34;,&#34;threshold: 0.242&lt;br /&gt;value: 0.612945839&#34;,&#34;threshold: 0.243&lt;br /&gt;value: 0.611515553&#34;,&#34;threshold: 0.244&lt;br /&gt;value: 0.612326044&#34;,&#34;threshold: 0.245&lt;br /&gt;value: 0.613138686&#34;,&#34;threshold: 0.246&lt;br /&gt;value: 0.614361702&#34;,&#34;threshold: 0.247&lt;br /&gt;value: 0.614770459&#34;,&#34;threshold: 0.248&lt;br /&gt;value: 0.614770459&#34;,&#34;threshold: 0.249&lt;br /&gt;value: 0.615179760&#34;,&#34;threshold: 0.250&lt;br /&gt;value: 0.616000000&#34;,&#34;threshold: 0.251&lt;br /&gt;value: 0.616410941&#34;,&#34;threshold: 0.252&lt;br /&gt;value: 0.616822430&#34;,&#34;threshold: 0.253&lt;br /&gt;value: 0.617647059&#34;,&#34;threshold: 0.254&lt;br /&gt;value: 0.617135207&#34;,&#34;threshold: 0.255&lt;br /&gt;value: 0.617135207&#34;,&#34;threshold: 0.256&lt;br /&gt;value: 0.617449664&#34;,&#34;threshold: 0.257&lt;br /&gt;value: 0.617864338&#34;,&#34;threshold: 0.258&lt;br /&gt;value: 0.619946092&#34;,&#34;threshold: 0.259&lt;br /&gt;value: 0.620782726&#34;,&#34;threshold: 0.260&lt;br /&gt;value: 0.620176032&#34;,&#34;threshold: 0.261&lt;br /&gt;value: 0.620081411&#34;,&#34;threshold: 0.262&lt;br /&gt;value: 0.620502376&#34;,&#34;threshold: 0.263&lt;br /&gt;value: 0.620502376&#34;,&#34;threshold: 0.264&lt;br /&gt;value: 0.620830497&#34;,&#34;threshold: 0.265&lt;br /&gt;value: 0.618950239&#34;,&#34;threshold: 0.266&lt;br /&gt;value: 0.620218579&#34;,&#34;threshold: 0.267&lt;br /&gt;value: 0.621917808&#34;,&#34;threshold: 0.268&lt;br /&gt;value: 0.619505495&#34;,&#34;threshold: 0.269&lt;br /&gt;value: 0.618982118&#34;,&#34;threshold: 0.270&lt;br /&gt;value: 0.619737750&#34;,&#34;threshold: 0.271&lt;br /&gt;value: 0.620594333&#34;,&#34;threshold: 0.272&lt;br /&gt;value: 0.621883657&#34;,&#34;threshold: 0.273&lt;br /&gt;value: 0.619444444&#34;,&#34;threshold: 0.274&lt;br /&gt;value: 0.619444444&#34;,&#34;threshold: 0.275&lt;br /&gt;value: 0.619874913&#34;,&#34;threshold: 0.276&lt;br /&gt;value: 0.620737648&#34;,&#34;threshold: 0.277&lt;br /&gt;value: 0.622036262&#34;,&#34;threshold: 0.278&lt;br /&gt;value: 0.622036262&#34;,&#34;threshold: 0.279&lt;br /&gt;value: 0.623340321&#34;,&#34;threshold: 0.280&lt;br /&gt;value: 0.624649860&#34;,&#34;threshold: 0.281&lt;br /&gt;value: 0.624123422&#34;,&#34;threshold: 0.282&lt;br /&gt;value: 0.624123422&#34;,&#34;threshold: 0.283&lt;br /&gt;value: 0.625000000&#34;,&#34;threshold: 0.284&lt;br /&gt;value: 0.625000000&#34;,&#34;threshold: 0.285&lt;br /&gt;value: 0.624033732&#34;,&#34;threshold: 0.286&lt;br /&gt;value: 0.624472574&#34;,&#34;threshold: 0.287&lt;br /&gt;value: 0.624912034&#34;,&#34;threshold: 0.288&lt;br /&gt;value: 0.623943662&#34;,&#34;threshold: 0.289&lt;br /&gt;value: 0.623943662&#34;,&#34;threshold: 0.290&lt;br /&gt;value: 0.624823695&#34;,&#34;threshold: 0.291&lt;br /&gt;value: 0.626591231&#34;,&#34;threshold: 0.292&lt;br /&gt;value: 0.626062323&#34;,&#34;threshold: 0.293&lt;br /&gt;value: 0.626062323&#34;,&#34;threshold: 0.294&lt;br /&gt;value: 0.626506024&#34;,&#34;threshold: 0.295&lt;br /&gt;value: 0.625975869&#34;,&#34;threshold: 0.296&lt;br /&gt;value: 0.625975869&#34;,&#34;threshold: 0.297&lt;br /&gt;value: 0.625975869&#34;,&#34;threshold: 0.298&lt;br /&gt;value: 0.625889047&#34;,&#34;threshold: 0.299&lt;br /&gt;value: 0.625889047&#34;,&#34;threshold: 0.300&lt;br /&gt;value: 0.626248217&#34;,&#34;threshold: 0.301&lt;br /&gt;value: 0.626695218&#34;,&#34;threshold: 0.302&lt;br /&gt;value: 0.628040057&#34;,&#34;threshold: 0.303&lt;br /&gt;value: 0.628407461&#34;,&#34;threshold: 0.304&lt;br /&gt;value: 0.627873563&#34;,&#34;threshold: 0.305&lt;br /&gt;value: 0.627789777&#34;,&#34;threshold: 0.306&lt;br /&gt;value: 0.628242075&#34;,&#34;threshold: 0.307&lt;br /&gt;value: 0.626174982&#34;,&#34;threshold: 0.308&lt;br /&gt;value: 0.627536232&#34;,&#34;threshold: 0.309&lt;br /&gt;value: 0.628447025&#34;,&#34;threshold: 0.310&lt;br /&gt;value: 0.629360465&#34;,&#34;threshold: 0.311&lt;br /&gt;value: 0.630276565&#34;,&#34;threshold: 0.312&lt;br /&gt;value: 0.630276565&#34;,&#34;threshold: 0.313&lt;br /&gt;value: 0.630735615&#34;,&#34;threshold: 0.314&lt;br /&gt;value: 0.628738147&#34;,&#34;threshold: 0.315&lt;br /&gt;value: 0.629656684&#34;,&#34;threshold: 0.316&lt;br /&gt;value: 0.631501832&#34;,&#34;threshold: 0.317&lt;br /&gt;value: 0.630498534&#34;,&#34;threshold: 0.318&lt;br /&gt;value: 0.630961115&#34;,&#34;threshold: 0.319&lt;br /&gt;value: 0.631888317&#34;,&#34;threshold: 0.320&lt;br /&gt;value: 0.630338733&#34;,&#34;threshold: 0.321&lt;br /&gt;value: 0.629793510&#34;,&#34;threshold: 0.322&lt;br /&gt;value: 0.629793510&#34;,&#34;threshold: 0.323&lt;br /&gt;value: 0.630258303&#34;,&#34;threshold: 0.324&lt;br /&gt;value: 0.631656805&#34;,&#34;threshold: 0.325&lt;br /&gt;value: 0.632592593&#34;,&#34;threshold: 0.326&lt;br /&gt;value: 0.633457249&#34;,&#34;threshold: 0.327&lt;br /&gt;value: 0.633457249&#34;,&#34;threshold: 0.328&lt;br /&gt;value: 0.633383010&#34;,&#34;threshold: 0.329&lt;br /&gt;value: 0.632835821&#34;,&#34;threshold: 0.330&lt;br /&gt;value: 0.633308439&#34;,&#34;threshold: 0.331&lt;br /&gt;value: 0.632286996&#34;,&#34;threshold: 0.332&lt;br /&gt;value: 0.633233533&#34;,&#34;threshold: 0.333&lt;br /&gt;value: 0.634658665&#34;,&#34;threshold: 0.334&lt;br /&gt;value: 0.634658665&#34;,&#34;threshold: 0.335&lt;br /&gt;value: 0.635612322&#34;,&#34;threshold: 0.336&lt;br /&gt;value: 0.634036145&#34;,&#34;threshold: 0.337&lt;br /&gt;value: 0.635471698&#34;,&#34;threshold: 0.338&lt;br /&gt;value: 0.635951662&#34;,&#34;threshold: 0.339&lt;br /&gt;value: 0.636432351&#34;,&#34;threshold: 0.340&lt;br /&gt;value: 0.635881908&#34;,&#34;threshold: 0.341&lt;br /&gt;value: 0.635329795&#34;,&#34;threshold: 0.342&lt;br /&gt;value: 0.635811836&#34;,&#34;threshold: 0.343&lt;br /&gt;value: 0.634776006&#34;,&#34;threshold: 0.344&lt;br /&gt;value: 0.634146341&#34;,&#34;threshold: 0.345&lt;br /&gt;value: 0.634146341&#34;,&#34;threshold: 0.346&lt;br /&gt;value: 0.633587786&#34;,&#34;threshold: 0.347&lt;br /&gt;value: 0.633511859&#34;,&#34;threshold: 0.348&lt;br /&gt;value: 0.632950192&#34;,&#34;threshold: 0.349&lt;br /&gt;value: 0.631336406&#34;,&#34;threshold: 0.350&lt;br /&gt;value: 0.628659476&#34;,&#34;threshold: 0.351&lt;br /&gt;value: 0.628659476&#34;,&#34;threshold: 0.352&lt;br /&gt;value: 0.628659476&#34;,&#34;threshold: 0.353&lt;br /&gt;value: 0.629629630&#34;,&#34;threshold: 0.354&lt;br /&gt;value: 0.628571429&#34;,&#34;threshold: 0.355&lt;br /&gt;value: 0.628571429&#34;,&#34;threshold: 0.356&lt;br /&gt;value: 0.629057187&#34;,&#34;threshold: 0.357&lt;br /&gt;value: 0.629543697&#34;,&#34;threshold: 0.358&lt;br /&gt;value: 0.630518978&#34;,&#34;threshold: 0.359&lt;br /&gt;value: 0.628881988&#34;,&#34;threshold: 0.360&lt;br /&gt;value: 0.628881988&#34;,&#34;threshold: 0.361&lt;br /&gt;value: 0.630841121&#34;,&#34;threshold: 0.362&lt;br /&gt;value: 0.629773967&#34;,&#34;threshold: 0.363&lt;br /&gt;value: 0.628616106&#34;,&#34;threshold: 0.364&lt;br /&gt;value: 0.629107981&#34;,&#34;threshold: 0.365&lt;br /&gt;value: 0.629107981&#34;,&#34;threshold: 0.366&lt;br /&gt;value: 0.629600626&#34;,&#34;threshold: 0.367&lt;br /&gt;value: 0.628526646&#34;,&#34;threshold: 0.368&lt;br /&gt;value: 0.628526646&#34;,&#34;threshold: 0.369&lt;br /&gt;value: 0.629019608&#34;,&#34;threshold: 0.370&lt;br /&gt;value: 0.629019608&#34;,&#34;threshold: 0.371&lt;br /&gt;value: 0.629019608&#34;,&#34;threshold: 0.372&lt;br /&gt;value: 0.629019608&#34;,&#34;threshold: 0.373&lt;br /&gt;value: 0.628436764&#34;,&#34;threshold: 0.374&lt;br /&gt;value: 0.626771654&#34;,&#34;threshold: 0.375&lt;br /&gt;value: 0.627265563&#34;,&#34;threshold: 0.376&lt;br /&gt;value: 0.628255722&#34;,&#34;threshold: 0.377&lt;br /&gt;value: 0.626582278&#34;,&#34;threshold: 0.378&lt;br /&gt;value: 0.626582278&#34;,&#34;threshold: 0.379&lt;br /&gt;value: 0.626582278&#34;,&#34;threshold: 0.380&lt;br /&gt;value: 0.627078385&#34;,&#34;threshold: 0.381&lt;br /&gt;value: 0.626984127&#34;,&#34;threshold: 0.382&lt;br /&gt;value: 0.627482129&#34;,&#34;threshold: 0.383&lt;br /&gt;value: 0.627482129&#34;,&#34;threshold: 0.384&lt;br /&gt;value: 0.627980922&#34;,&#34;threshold: 0.385&lt;br /&gt;value: 0.628480509&#34;,&#34;threshold: 0.386&lt;br /&gt;value: 0.627888446&#34;,&#34;threshold: 0.387&lt;br /&gt;value: 0.625600000&#34;,&#34;threshold: 0.388&lt;br /&gt;value: 0.624499600&#34;,&#34;threshold: 0.389&lt;br /&gt;value: 0.623897354&#34;,&#34;threshold: 0.390&lt;br /&gt;value: 0.622186495&#34;,&#34;threshold: 0.391&lt;br /&gt;value: 0.622687047&#34;,&#34;threshold: 0.392&lt;br /&gt;value: 0.622078969&#34;,&#34;threshold: 0.393&lt;br /&gt;value: 0.623083132&#34;,&#34;threshold: 0.394&lt;br /&gt;value: 0.624090542&#34;,&#34;threshold: 0.395&lt;br /&gt;value: 0.623481781&#34;,&#34;threshold: 0.396&lt;br /&gt;value: 0.623987034&#34;,&#34;threshold: 0.397&lt;br /&gt;value: 0.624493106&#34;,&#34;threshold: 0.398&lt;br /&gt;value: 0.622258327&#34;,&#34;threshold: 0.399&lt;br /&gt;value: 0.623270952&#34;,&#34;threshold: 0.400&lt;br /&gt;value: 0.623270952&#34;,&#34;threshold: 0.401&lt;br /&gt;value: 0.622656887&#34;,&#34;threshold: 0.402&lt;br /&gt;value: 0.624693377&#34;,&#34;threshold: 0.403&lt;br /&gt;value: 0.624078624&#34;,&#34;threshold: 0.404&lt;br /&gt;value: 0.622950820&#34;,&#34;threshold: 0.405&lt;br /&gt;value: 0.622950820&#34;,&#34;threshold: 0.406&lt;br /&gt;value: 0.622331691&#34;,&#34;threshold: 0.407&lt;br /&gt;value: 0.620065789&#34;,&#34;threshold: 0.408&lt;br /&gt;value: 0.620576132&#34;,&#34;threshold: 0.409&lt;br /&gt;value: 0.618301731&#34;,&#34;threshold: 0.410&lt;br /&gt;value: 0.617161716&#34;,&#34;threshold: 0.411&lt;br /&gt;value: 0.616528926&#34;,&#34;threshold: 0.412&lt;br /&gt;value: 0.617549669&#34;,&#34;threshold: 0.413&lt;br /&gt;value: 0.617549669&#34;,&#34;threshold: 0.414&lt;br /&gt;value: 0.618061309&#34;,&#34;threshold: 0.415&lt;br /&gt;value: 0.618061309&#34;,&#34;threshold: 0.416&lt;br /&gt;value: 0.617304493&#34;,&#34;threshold: 0.417&lt;br /&gt;value: 0.618333333&#34;,&#34;threshold: 0.418&lt;br /&gt;value: 0.619883041&#34;,&#34;threshold: 0.419&lt;br /&gt;value: 0.620920502&#34;,&#34;threshold: 0.420&lt;br /&gt;value: 0.618608550&#34;,&#34;threshold: 0.421&lt;br /&gt;value: 0.618608550&#34;,&#34;threshold: 0.422&lt;br /&gt;value: 0.618608550&#34;,&#34;threshold: 0.423&lt;br /&gt;value: 0.619127517&#34;,&#34;threshold: 0.424&lt;br /&gt;value: 0.617325484&#34;,&#34;threshold: 0.425&lt;br /&gt;value: 0.618365628&#34;,&#34;threshold: 0.426&lt;br /&gt;value: 0.619409283&#34;,&#34;threshold: 0.427&lt;br /&gt;value: 0.618765850&#34;,&#34;threshold: 0.428&lt;br /&gt;value: 0.619813717&#34;,&#34;threshold: 0.429&lt;br /&gt;value: 0.620338983&#34;,&#34;threshold: 0.430&lt;br /&gt;value: 0.619168787&#34;,&#34;threshold: 0.431&lt;br /&gt;value: 0.617996604&#34;,&#34;threshold: 0.432&lt;br /&gt;value: 0.619047619&#34;,&#34;threshold: 0.433&lt;br /&gt;value: 0.619574468&#34;,&#34;threshold: 0.434&lt;br /&gt;value: 0.620630861&#34;,&#34;threshold: 0.435&lt;br /&gt;value: 0.618274979&#34;,&#34;threshold: 0.436&lt;br /&gt;value: 0.617094017&#34;,&#34;threshold: 0.437&lt;br /&gt;value: 0.617094017&#34;,&#34;threshold: 0.438&lt;br /&gt;value: 0.615911035&#34;,&#34;threshold: 0.439&lt;br /&gt;value: 0.616438356&#34;,&#34;threshold: 0.440&lt;br /&gt;value: 0.615252785&#34;,&#34;threshold: 0.441&lt;br /&gt;value: 0.616309013&#34;,&#34;threshold: 0.442&lt;br /&gt;value: 0.616838488&#34;,&#34;threshold: 0.443&lt;br /&gt;value: 0.616838488&#34;,&#34;threshold: 0.444&lt;br /&gt;value: 0.616838488&#34;,&#34;threshold: 0.445&lt;br /&gt;value: 0.616838488&#34;,&#34;threshold: 0.446&lt;br /&gt;value: 0.615649183&#34;,&#34;threshold: 0.447&lt;br /&gt;value: 0.614457831&#34;,&#34;threshold: 0.448&lt;br /&gt;value: 0.614987080&#34;,&#34;threshold: 0.449&lt;br /&gt;value: 0.614987080&#34;,&#34;threshold: 0.450&lt;br /&gt;value: 0.612597066&#34;,&#34;threshold: 0.451&lt;br /&gt;value: 0.610726644&#34;,&#34;threshold: 0.452&lt;br /&gt;value: 0.610726644&#34;,&#34;threshold: 0.453&lt;br /&gt;value: 0.610726644&#34;,&#34;threshold: 0.454&lt;br /&gt;value: 0.609523810&#34;,&#34;threshold: 0.455&lt;br /&gt;value: 0.609523810&#34;,&#34;threshold: 0.456&lt;br /&gt;value: 0.608846487&#34;,&#34;threshold: 0.457&lt;br /&gt;value: 0.609375000&#34;,&#34;threshold: 0.458&lt;br /&gt;value: 0.606956522&#34;,&#34;threshold: 0.459&lt;br /&gt;value: 0.608013937&#34;,&#34;threshold: 0.460&lt;br /&gt;value: 0.609075044&#34;,&#34;threshold: 0.461&lt;br /&gt;value: 0.608391608&#34;,&#34;threshold: 0.462&lt;br /&gt;value: 0.607705779&#34;,&#34;threshold: 0.463&lt;br /&gt;value: 0.607705779&#34;,&#34;threshold: 0.464&lt;br /&gt;value: 0.606485539&#34;,&#34;threshold: 0.465&lt;br /&gt;value: 0.606485539&#34;,&#34;threshold: 0.466&lt;br /&gt;value: 0.605794557&#34;,&#34;threshold: 0.467&lt;br /&gt;value: 0.605633803&#34;,&#34;threshold: 0.468&lt;br /&gt;value: 0.604405286&#34;,&#34;threshold: 0.469&lt;br /&gt;value: 0.605472198&#34;,&#34;threshold: 0.470&lt;br /&gt;value: 0.606007067&#34;,&#34;threshold: 0.471&lt;br /&gt;value: 0.605309735&#34;,&#34;threshold: 0.472&lt;br /&gt;value: 0.604609929&#34;,&#34;threshold: 0.473&lt;br /&gt;value: 0.604609929&#34;,&#34;threshold: 0.474&lt;br /&gt;value: 0.605146406&#34;,&#34;threshold: 0.475&lt;br /&gt;value: 0.603907638&#34;,&#34;threshold: 0.476&lt;br /&gt;value: 0.603202847&#34;,&#34;threshold: 0.477&lt;br /&gt;value: 0.604817128&#34;,&#34;threshold: 0.478&lt;br /&gt;value: 0.605898123&#34;,&#34;threshold: 0.479&lt;br /&gt;value: 0.606440072&#34;,&#34;threshold: 0.480&lt;br /&gt;value: 0.606982990&#34;,&#34;threshold: 0.481&lt;br /&gt;value: 0.603773585&#34;,&#34;threshold: 0.482&lt;br /&gt;value: 0.602517986&#34;,&#34;threshold: 0.483&lt;br /&gt;value: 0.602517986&#34;,&#34;threshold: 0.484&lt;br /&gt;value: 0.603060306&#34;,&#34;threshold: 0.485&lt;br /&gt;value: 0.601083032&#34;,&#34;threshold: 0.486&lt;br /&gt;value: 0.601626016&#34;,&#34;threshold: 0.487&lt;br /&gt;value: 0.600904977&#34;,&#34;threshold: 0.488&lt;br /&gt;value: 0.599637681&#34;,&#34;threshold: 0.489&lt;br /&gt;value: 0.600181324&#34;,&#34;threshold: 0.490&lt;br /&gt;value: 0.600725953&#34;,&#34;threshold: 0.491&lt;br /&gt;value: 0.601271571&#34;,&#34;threshold: 0.492&lt;br /&gt;value: 0.600000000&#34;,&#34;threshold: 0.493&lt;br /&gt;value: 0.598726115&#34;,&#34;threshold: 0.494&lt;br /&gt;value: 0.597806216&#34;,&#34;threshold: 0.495&lt;br /&gt;value: 0.598714417&#34;,&#34;threshold: 0.496&lt;br /&gt;value: 0.599264706&#34;,&#34;threshold: 0.497&lt;br /&gt;value: 0.599264706&#34;,&#34;threshold: 0.498&lt;br /&gt;value: 0.599264706&#34;,&#34;threshold: 0.499&lt;br /&gt;value: 0.599264706&#34;,&#34;threshold: 0.500&lt;br /&gt;value: 0.596685083&#34;,&#34;threshold: 0.501&lt;br /&gt;value: 0.595940959&#34;,&#34;threshold: 0.502&lt;br /&gt;value: 0.596491228&#34;,&#34;threshold: 0.503&lt;br /&gt;value: 0.593894542&#34;,&#34;threshold: 0.504&lt;br /&gt;value: 0.594444444&#34;,&#34;threshold: 0.505&lt;br /&gt;value: 0.594444444&#34;,&#34;threshold: 0.506&lt;br /&gt;value: 0.596654275&#34;,&#34;threshold: 0.507&lt;br /&gt;value: 0.596654275&#34;,&#34;threshold: 0.508&lt;br /&gt;value: 0.596458527&#34;,&#34;threshold: 0.509&lt;br /&gt;value: 0.596261682&#34;,&#34;threshold: 0.510&lt;br /&gt;value: 0.593632959&#34;,&#34;threshold: 0.511&lt;br /&gt;value: 0.594189316&#34;,&#34;threshold: 0.512&lt;br /&gt;value: 0.594746717&#34;,&#34;threshold: 0.513&lt;br /&gt;value: 0.596425212&#34;,&#34;threshold: 0.514&lt;br /&gt;value: 0.595664467&#34;,&#34;threshold: 0.515&lt;br /&gt;value: 0.594339623&#34;,&#34;threshold: 0.516&lt;br /&gt;value: 0.595463138&#34;,&#34;threshold: 0.517&lt;br /&gt;value: 0.594134342&#34;,&#34;threshold: 0.518&lt;br /&gt;value: 0.592030361&#34;,&#34;threshold: 0.519&lt;br /&gt;value: 0.592030361&#34;,&#34;threshold: 0.520&lt;br /&gt;value: 0.591817317&#34;,&#34;threshold: 0.521&lt;br /&gt;value: 0.591039085&#34;,&#34;threshold: 0.522&lt;br /&gt;value: 0.589694656&#34;,&#34;threshold: 0.523&lt;br /&gt;value: 0.588910134&#34;,&#34;threshold: 0.524&lt;br /&gt;value: 0.588122605&#34;,&#34;threshold: 0.525&lt;br /&gt;value: 0.588122605&#34;,&#34;threshold: 0.526&lt;br /&gt;value: 0.587896254&#34;,&#34;threshold: 0.527&lt;br /&gt;value: 0.583815029&#34;,&#34;threshold: 0.528&lt;br /&gt;value: 0.584378014&#34;,&#34;threshold: 0.529&lt;br /&gt;value: 0.586073501&#34;,&#34;threshold: 0.530&lt;br /&gt;value: 0.585271318&#34;,&#34;threshold: 0.531&lt;br /&gt;value: 0.585838991&#34;,&#34;threshold: 0.532&lt;br /&gt;value: 0.586977648&#34;,&#34;threshold: 0.533&lt;br /&gt;value: 0.584795322&#34;,&#34;threshold: 0.534&lt;br /&gt;value: 0.584795322&#34;,&#34;threshold: 0.535&lt;br /&gt;value: 0.582600196&#34;,&#34;threshold: 0.536&lt;br /&gt;value: 0.583170254&#34;,&#34;threshold: 0.537&lt;br /&gt;value: 0.583170254&#34;,&#34;threshold: 0.538&lt;br /&gt;value: 0.582352941&#34;,&#34;threshold: 0.539&lt;br /&gt;value: 0.581532417&#34;,&#34;threshold: 0.540&lt;br /&gt;value: 0.581854043&#34;,&#34;threshold: 0.541&lt;br /&gt;value: 0.581602374&#34;,&#34;threshold: 0.542&lt;br /&gt;value: 0.582178218&#34;,&#34;threshold: 0.543&lt;br /&gt;value: 0.580773043&#34;,&#34;threshold: 0.544&lt;br /&gt;value: 0.581349206&#34;,&#34;threshold: 0.545&lt;br /&gt;value: 0.574277168&#34;,&#34;threshold: 0.546&lt;br /&gt;value: 0.574850299&#34;,&#34;threshold: 0.547&lt;br /&gt;value: 0.572572573&#34;,&#34;threshold: 0.548&lt;br /&gt;value: 0.570281124&#34;,&#34;threshold: 0.549&lt;br /&gt;value: 0.569989930&#34;,&#34;threshold: 0.550&lt;br /&gt;value: 0.569989930&#34;,&#34;threshold: 0.551&lt;br /&gt;value: 0.569989930&#34;,&#34;threshold: 0.552&lt;br /&gt;value: 0.570564516&#34;,&#34;threshold: 0.553&lt;br /&gt;value: 0.570564516&#34;,&#34;threshold: 0.554&lt;br /&gt;value: 0.571717172&#34;,&#34;threshold: 0.555&lt;br /&gt;value: 0.571717172&#34;,&#34;threshold: 0.556&lt;br /&gt;value: 0.572874494&#34;,&#34;threshold: 0.557&lt;br /&gt;value: 0.572008114&#34;,&#34;threshold: 0.558&lt;br /&gt;value: 0.572588832&#34;,&#34;threshold: 0.559&lt;br /&gt;value: 0.571138211&#34;,&#34;threshold: 0.560&lt;br /&gt;value: 0.566768603&#34;,&#34;threshold: 0.561&lt;br /&gt;value: 0.567346939&#34;,&#34;threshold: 0.562&lt;br /&gt;value: 0.567926456&#34;,&#34;threshold: 0.563&lt;br /&gt;value: 0.566153846&#34;,&#34;threshold: 0.564&lt;br /&gt;value: 0.566735113&#34;,&#34;threshold: 0.565&lt;br /&gt;value: 0.565843621&#34;,&#34;threshold: 0.566&lt;br /&gt;value: 0.564366632&#34;,&#34;threshold: 0.567&lt;br /&gt;value: 0.566115702&#34;,&#34;threshold: 0.568&lt;br /&gt;value: 0.565217391&#34;,&#34;threshold: 0.569&lt;br /&gt;value: 0.564315353&#34;,&#34;threshold: 0.570&lt;br /&gt;value: 0.560416667&#34;,&#34;threshold: 0.571&lt;br /&gt;value: 0.560416667&#34;,&#34;threshold: 0.572&lt;br /&gt;value: 0.559498956&#34;,&#34;threshold: 0.573&lt;br /&gt;value: 0.560083595&#34;,&#34;threshold: 0.574&lt;br /&gt;value: 0.560335782&#34;,&#34;threshold: 0.575&lt;br /&gt;value: 0.559411146&#34;,&#34;threshold: 0.576&lt;br /&gt;value: 0.559411146&#34;,&#34;threshold: 0.577&lt;br /&gt;value: 0.560000000&#34;,&#34;threshold: 0.578&lt;br /&gt;value: 0.560000000&#34;,&#34;threshold: 0.579&lt;br /&gt;value: 0.559071730&#34;,&#34;threshold: 0.580&lt;br /&gt;value: 0.559071730&#34;,&#34;threshold: 0.581&lt;br /&gt;value: 0.557550158&#34;,&#34;threshold: 0.582&lt;br /&gt;value: 0.558139535&#34;,&#34;threshold: 0.583&lt;br /&gt;value: 0.558730159&#34;,&#34;threshold: 0.584&lt;br /&gt;value: 0.559322034&#34;,&#34;threshold: 0.585&lt;br /&gt;value: 0.558386412&#34;,&#34;threshold: 0.586&lt;br /&gt;value: 0.555319149&#34;,&#34;threshold: 0.587&lt;br /&gt;value: 0.550693703&#34;,&#34;threshold: 0.588&lt;br /&gt;value: 0.550321199&#34;,&#34;threshold: 0.589&lt;br /&gt;value: 0.550321199&#34;,&#34;threshold: 0.590&lt;br /&gt;value: 0.549356223&#34;,&#34;threshold: 0.591&lt;br /&gt;value: 0.546236559&#34;,&#34;threshold: 0.592&lt;br /&gt;value: 0.542116631&#34;,&#34;threshold: 0.593&lt;br /&gt;value: 0.537378115&#34;,&#34;threshold: 0.594&lt;br /&gt;value: 0.537378115&#34;,&#34;threshold: 0.595&lt;br /&gt;value: 0.536956522&#34;,&#34;threshold: 0.596&lt;br /&gt;value: 0.536956522&#34;,&#34;threshold: 0.597&lt;br /&gt;value: 0.528961749&#34;,&#34;threshold: 0.598&lt;br /&gt;value: 0.528961749&#34;,&#34;threshold: 0.599&lt;br /&gt;value: 0.529540481&#34;,&#34;threshold: 0.600&lt;br /&gt;value: 0.527929901&#34;,&#34;threshold: 0.601&lt;br /&gt;value: 0.526315789&#34;,&#34;threshold: 0.602&lt;br /&gt;value: 0.524698134&#34;,&#34;threshold: 0.603&lt;br /&gt;value: 0.525274725&#34;,&#34;threshold: 0.604&lt;br /&gt;value: 0.525274725&#34;,&#34;threshold: 0.605&lt;br /&gt;value: 0.524229075&#34;,&#34;threshold: 0.606&lt;br /&gt;value: 0.522601985&#34;,&#34;threshold: 0.607&lt;br /&gt;value: 0.522123894&#34;,&#34;threshold: 0.608&lt;br /&gt;value: 0.521064302&#34;,&#34;threshold: 0.609&lt;br /&gt;value: 0.519422863&#34;,&#34;threshold: 0.610&lt;br /&gt;value: 0.517777778&#34;,&#34;threshold: 0.611&lt;br /&gt;value: 0.511731844&#34;,&#34;threshold: 0.612&lt;br /&gt;value: 0.512304251&#34;,&#34;threshold: 0.613&lt;br /&gt;value: 0.510638298&#34;,&#34;threshold: 0.614&lt;br /&gt;value: 0.507865169&#34;,&#34;threshold: 0.615&lt;br /&gt;value: 0.506756757&#34;,&#34;threshold: 0.616&lt;br /&gt;value: 0.505073281&#34;,&#34;threshold: 0.617&lt;br /&gt;value: 0.503386005&#34;,&#34;threshold: 0.618&lt;br /&gt;value: 0.500000000&#34;,&#34;threshold: 0.619&lt;br /&gt;value: 0.500566251&#34;,&#34;threshold: 0.620&lt;br /&gt;value: 0.500000000&#34;,&#34;threshold: 0.621&lt;br /&gt;value: 0.498293515&#34;,&#34;threshold: 0.622&lt;br /&gt;value: 0.498861048&#34;,&#34;threshold: 0.623&lt;br /&gt;value: 0.497149373&#34;,&#34;threshold: 0.624&lt;br /&gt;value: 0.494279176&#34;,&#34;threshold: 0.625&lt;br /&gt;value: 0.494845361&#34;,&#34;threshold: 0.626&lt;br /&gt;value: 0.495981630&#34;,&#34;threshold: 0.627&lt;br /&gt;value: 0.494252874&#34;,&#34;threshold: 0.628&lt;br /&gt;value: 0.494821634&#34;,&#34;threshold: 0.629&lt;br /&gt;value: 0.491349481&#34;,&#34;threshold: 0.630&lt;br /&gt;value: 0.488425926&#34;,&#34;threshold: 0.631&lt;br /&gt;value: 0.488991889&#34;,&#34;threshold: 0.632&lt;br /&gt;value: 0.487804878&#34;,&#34;threshold: 0.633&lt;br /&gt;value: 0.486046512&#34;,&#34;threshold: 0.634&lt;br /&gt;value: 0.486046512&#34;,&#34;threshold: 0.635&lt;br /&gt;value: 0.477751756&#34;,&#34;threshold: 0.636&lt;br /&gt;value: 0.471142521&#34;,&#34;threshold: 0.637&lt;br /&gt;value: 0.471698113&#34;,&#34;threshold: 0.638&lt;br /&gt;value: 0.469194313&#34;,&#34;threshold: 0.639&lt;br /&gt;value: 0.467378410&#34;,&#34;threshold: 0.640&lt;br /&gt;value: 0.465558195&#34;,&#34;threshold: 0.641&lt;br /&gt;value: 0.460620525&#34;,&#34;threshold: 0.642&lt;br /&gt;value: 0.461722488&#34;,&#34;threshold: 0.643&lt;br /&gt;value: 0.461722488&#34;,&#34;threshold: 0.644&lt;br /&gt;value: 0.458033573&#34;,&#34;threshold: 0.645&lt;br /&gt;value: 0.456182473&#34;,&#34;threshold: 0.646&lt;br /&gt;value: 0.456730769&#34;,&#34;threshold: 0.647&lt;br /&gt;value: 0.457280385&#34;,&#34;threshold: 0.648&lt;br /&gt;value: 0.455421687&#34;,&#34;threshold: 0.649&lt;br /&gt;value: 0.452237001&#34;,&#34;threshold: 0.650&lt;br /&gt;value: 0.452784504&#34;,&#34;threshold: 0.651&lt;br /&gt;value: 0.451456311&#34;,&#34;threshold: 0.652&lt;br /&gt;value: 0.449574727&#34;,&#34;threshold: 0.653&lt;br /&gt;value: 0.448233861&#34;,&#34;threshold: 0.654&lt;br /&gt;value: 0.445532436&#34;,&#34;threshold: 0.655&lt;br /&gt;value: 0.443627451&#34;,&#34;threshold: 0.656&lt;br /&gt;value: 0.436498150&#34;,&#34;threshold: 0.657&lt;br /&gt;value: 0.437037037&#34;,&#34;threshold: 0.658&lt;br /&gt;value: 0.431226766&#34;,&#34;threshold: 0.659&lt;br /&gt;value: 0.423940150&#34;,&#34;threshold: 0.660&lt;br /&gt;value: 0.423940150&#34;,&#34;threshold: 0.661&lt;br /&gt;value: 0.416040100&#34;,&#34;threshold: 0.662&lt;br /&gt;value: 0.414052698&#34;,&#34;threshold: 0.663&lt;br /&gt;value: 0.414052698&#34;,&#34;threshold: 0.664&lt;br /&gt;value: 0.406565657&#34;,&#34;threshold: 0.665&lt;br /&gt;value: 0.407594937&#34;,&#34;threshold: 0.666&lt;br /&gt;value: 0.407594937&#34;,&#34;threshold: 0.667&lt;br /&gt;value: 0.401524778&#34;,&#34;threshold: 0.668&lt;br /&gt;value: 0.398976982&#34;,&#34;threshold: 0.669&lt;br /&gt;value: 0.394871795&#34;,&#34;threshold: 0.670&lt;br /&gt;value: 0.394871795&#34;,&#34;threshold: 0.671&lt;br /&gt;value: 0.395886889&#34;,&#34;threshold: 0.672&lt;br /&gt;value: 0.386010363&#34;,&#34;threshold: 0.673&lt;br /&gt;value: 0.383916991&#34;,&#34;threshold: 0.674&lt;br /&gt;value: 0.382812500&#34;,&#34;threshold: 0.675&lt;br /&gt;value: 0.381201044&#34;,&#34;threshold: 0.676&lt;br /&gt;value: 0.379581152&#34;,&#34;threshold: 0.677&lt;br /&gt;value: 0.379581152&#34;,&#34;threshold: 0.678&lt;br /&gt;value: 0.376315789&#34;,&#34;threshold: 0.679&lt;br /&gt;value: 0.376811594&#34;,&#34;threshold: 0.680&lt;br /&gt;value: 0.375661376&#34;,&#34;threshold: 0.681&lt;br /&gt;value: 0.367509987&#34;,&#34;threshold: 0.682&lt;br /&gt;value: 0.365821095&#34;,&#34;threshold: 0.683&lt;br /&gt;value: 0.361930295&#34;,&#34;threshold: 0.684&lt;br /&gt;value: 0.362903226&#34;,&#34;threshold: 0.685&lt;br /&gt;value: 0.360699865&#34;,&#34;threshold: 0.686&lt;br /&gt;value: 0.358974359&#34;,&#34;threshold: 0.687&lt;br /&gt;value: 0.359459459&#34;,&#34;threshold: 0.688&lt;br /&gt;value: 0.357239513&#34;,&#34;threshold: 0.689&lt;br /&gt;value: 0.352781547&#34;,&#34;threshold: 0.690&lt;br /&gt;value: 0.353741497&#34;,&#34;threshold: 0.691&lt;br /&gt;value: 0.347469220&#34;,&#34;threshold: 0.692&lt;br /&gt;value: 0.347945205&#34;,&#34;threshold: 0.693&lt;br /&gt;value: 0.348422497&#34;,&#34;threshold: 0.694&lt;br /&gt;value: 0.349381018&#34;,&#34;threshold: 0.695&lt;br /&gt;value: 0.344827586&#34;,&#34;threshold: 0.696&lt;br /&gt;value: 0.340720222&#34;,&#34;threshold: 0.697&lt;br /&gt;value: 0.336111111&#34;,&#34;threshold: 0.698&lt;br /&gt;value: 0.333796940&#34;,&#34;threshold: 0.699&lt;br /&gt;value: 0.329149233&#34;,&#34;threshold: 0.700&lt;br /&gt;value: 0.324475524&#34;,&#34;threshold: 0.701&lt;br /&gt;value: 0.320224719&#34;,&#34;threshold: 0.702&lt;br /&gt;value: 0.315937941&#34;,&#34;threshold: 0.703&lt;br /&gt;value: 0.314447592&#34;,&#34;threshold: 0.704&lt;br /&gt;value: 0.314893617&#34;,&#34;threshold: 0.705&lt;br /&gt;value: 0.308571429&#34;,&#34;threshold: 0.706&lt;br /&gt;value: 0.306590258&#34;,&#34;threshold: 0.707&lt;br /&gt;value: 0.304160689&#34;,&#34;threshold: 0.708&lt;br /&gt;value: 0.304160689&#34;,&#34;threshold: 0.709&lt;br /&gt;value: 0.304160689&#34;,&#34;threshold: 0.710&lt;br /&gt;value: 0.302158273&#34;,&#34;threshold: 0.711&lt;br /&gt;value: 0.297258297&#34;,&#34;threshold: 0.712&lt;br /&gt;value: 0.298118669&#34;,&#34;threshold: 0.713&lt;br /&gt;value: 0.290697674&#34;,&#34;threshold: 0.714&lt;br /&gt;value: 0.290697674&#34;,&#34;threshold: 0.715&lt;br /&gt;value: 0.286131387&#34;,&#34;threshold: 0.716&lt;br /&gt;value: 0.286549708&#34;,&#34;threshold: 0.717&lt;br /&gt;value: 0.284040996&#34;,&#34;threshold: 0.718&lt;br /&gt;value: 0.279001468&#34;,&#34;threshold: 0.719&lt;br /&gt;value: 0.279823270&#34;,&#34;threshold: 0.720&lt;br /&gt;value: 0.277695716&#34;,&#34;threshold: 0.721&lt;br /&gt;value: 0.272592593&#34;,&#34;threshold: 0.722&lt;br /&gt;value: 0.267459138&#34;,&#34;threshold: 0.723&lt;br /&gt;value: 0.263079223&#34;,&#34;threshold: 0.724&lt;br /&gt;value: 0.260479042&#34;,&#34;threshold: 0.725&lt;br /&gt;value: 0.260479042&#34;,&#34;threshold: 0.726&lt;br /&gt;value: 0.255255255&#34;,&#34;threshold: 0.727&lt;br /&gt;value: 0.250755287&#34;,&#34;threshold: 0.728&lt;br /&gt;value: 0.242792109&#34;,&#34;threshold: 0.729&lt;br /&gt;value: 0.237442922&#34;,&#34;threshold: 0.730&lt;br /&gt;value: 0.234756098&#34;,&#34;threshold: 0.731&lt;br /&gt;value: 0.232061069&#34;,&#34;threshold: 0.732&lt;br /&gt;value: 0.226646248&#34;,&#34;threshold: 0.733&lt;br /&gt;value: 0.221538462&#34;,&#34;threshold: 0.734&lt;br /&gt;value: 0.218798151&#34;,&#34;threshold: 0.735&lt;br /&gt;value: 0.213292117&#34;,&#34;threshold: 0.736&lt;br /&gt;value: 0.213622291&#34;,&#34;threshold: 0.737&lt;br /&gt;value: 0.202492212&#34;,&#34;threshold: 0.738&lt;br /&gt;value: 0.202492212&#34;,&#34;threshold: 0.739&lt;br /&gt;value: 0.197183099&#34;,&#34;threshold: 0.740&lt;br /&gt;value: 0.191823899&#34;,&#34;threshold: 0.741&lt;br /&gt;value: 0.186119874&#34;,&#34;threshold: 0.742&lt;br /&gt;value: 0.186413902&#34;,&#34;threshold: 0.743&lt;br /&gt;value: 0.186413902&#34;,&#34;threshold: 0.744&lt;br /&gt;value: 0.183544304&#34;,&#34;threshold: 0.745&lt;br /&gt;value: 0.180665610&#34;,&#34;threshold: 0.746&lt;br /&gt;value: 0.180665610&#34;,&#34;threshold: 0.747&lt;br /&gt;value: 0.178060413&#34;,&#34;threshold: 0.748&lt;br /&gt;value: 0.178060413&#34;,&#34;threshold: 0.749&lt;br /&gt;value: 0.172248804&#34;,&#34;threshold: 0.750&lt;br /&gt;value: 0.169329073&#34;,&#34;threshold: 0.751&lt;br /&gt;value: 0.166400000&#34;,&#34;threshold: 0.752&lt;br /&gt;value: 0.160513644&#34;,&#34;threshold: 0.753&lt;br /&gt;value: 0.157556270&#34;,&#34;threshold: 0.754&lt;br /&gt;value: 0.154589372&#34;,&#34;threshold: 0.755&lt;br /&gt;value: 0.154589372&#34;,&#34;threshold: 0.756&lt;br /&gt;value: 0.151612903&#34;,&#34;threshold: 0.757&lt;br /&gt;value: 0.148626817&#34;,&#34;threshold: 0.758&lt;br /&gt;value: 0.148867314&#34;,&#34;threshold: 0.759&lt;br /&gt;value: 0.142857143&#34;,&#34;threshold: 0.760&lt;br /&gt;value: 0.139837398&#34;,&#34;threshold: 0.761&lt;br /&gt;value: 0.139837398&#34;,&#34;threshold: 0.762&lt;br /&gt;value: 0.139837398&#34;,&#34;threshold: 0.763&lt;br /&gt;value: 0.140065147&#34;,&#34;threshold: 0.764&lt;br /&gt;value: 0.137254902&#34;,&#34;threshold: 0.765&lt;br /&gt;value: 0.134426230&#34;,&#34;threshold: 0.766&lt;br /&gt;value: 0.134646962&#34;,&#34;threshold: 0.767&lt;br /&gt;value: 0.122314050&#34;,&#34;threshold: 0.768&lt;br /&gt;value: 0.122314050&#34;,&#34;threshold: 0.769&lt;br /&gt;value: 0.122516556&#34;,&#34;threshold: 0.770&lt;br /&gt;value: 0.119601329&#34;,&#34;threshold: 0.771&lt;br /&gt;value: 0.113333333&#34;,&#34;threshold: 0.772&lt;br /&gt;value: 0.113333333&#34;,&#34;threshold: 0.773&lt;br /&gt;value: 0.113333333&#34;,&#34;threshold: 0.774&lt;br /&gt;value: 0.110183639&#34;,&#34;threshold: 0.775&lt;br /&gt;value: 0.110367893&#34;,&#34;threshold: 0.776&lt;br /&gt;value: 0.107202680&#34;,&#34;threshold: 0.777&lt;br /&gt;value: 0.104026846&#34;,&#34;threshold: 0.778&lt;br /&gt;value: 0.100840336&#34;,&#34;threshold: 0.779&lt;br /&gt;value: 0.087986464&#34;,&#34;threshold: 0.780&lt;br /&gt;value: 0.088135593&#34;,&#34;threshold: 0.781&lt;br /&gt;value: 0.088135593&#34;,&#34;threshold: 0.782&lt;br /&gt;value: 0.088135593&#34;,&#34;threshold: 0.783&lt;br /&gt;value: 0.088135593&#34;,&#34;threshold: 0.784&lt;br /&gt;value: 0.088135593&#34;,&#34;threshold: 0.785&lt;br /&gt;value: 0.081771721&#34;,&#34;threshold: 0.786&lt;br /&gt;value: 0.078498294&#34;,&#34;threshold: 0.787&lt;br /&gt;value: 0.075213675&#34;,&#34;threshold: 0.788&lt;br /&gt;value: 0.075213675&#34;,&#34;threshold: 0.789&lt;br /&gt;value: 0.075342466&#34;,&#34;threshold: 0.790&lt;br /&gt;value: 0.075342466&#34;,&#34;threshold: 0.791&lt;br /&gt;value: 0.075471698&#34;,&#34;threshold: 0.792&lt;br /&gt;value: 0.068846816&#34;,&#34;threshold: 0.793&lt;br /&gt;value: 0.065517241&#34;,&#34;threshold: 0.794&lt;br /&gt;value: 0.065517241&#34;,&#34;threshold: 0.795&lt;br /&gt;value: 0.065517241&#34;,&#34;threshold: 0.796&lt;br /&gt;value: 0.055459272&#34;,&#34;threshold: 0.797&lt;br /&gt;value: 0.055459272&#34;,&#34;threshold: 0.798&lt;br /&gt;value: 0.048695652&#34;,&#34;threshold: 0.799&lt;br /&gt;value: 0.045375218&#34;,&#34;threshold: 0.800&lt;br /&gt;value: 0.041958042&#34;,&#34;threshold: 0.801&lt;br /&gt;value: 0.041958042&#34;,&#34;threshold: 0.802&lt;br /&gt;value: 0.041958042&#34;,&#34;threshold: 0.803&lt;br /&gt;value: 0.035087719&#34;,&#34;threshold: 0.804&lt;br /&gt;value: 0.035087719&#34;,&#34;threshold: 0.805&lt;br /&gt;value: 0.035087719&#34;,&#34;threshold: 0.806&lt;br /&gt;value: 0.035087719&#34;,&#34;threshold: 0.807&lt;br /&gt;value: 0.035087719&#34;,&#34;threshold: 0.808&lt;br /&gt;value: 0.035087719&#34;,&#34;threshold: 0.809&lt;br /&gt;value: 0.028169014&#34;,&#34;threshold: 0.810&lt;br /&gt;value: 0.028169014&#34;,&#34;threshold: 0.811&lt;br /&gt;value: 0.028169014&#34;,&#34;threshold: 0.812&lt;br /&gt;value: 0.024691358&#34;,&#34;threshold: 0.813&lt;br /&gt;value: 0.024691358&#34;,&#34;threshold: 0.814&lt;br /&gt;value: 0.024691358&#34;,&#34;threshold: 0.815&lt;br /&gt;value: 0.024691358&#34;,&#34;threshold: 0.816&lt;br /&gt;value: 0.024691358&#34;,&#34;threshold: 0.817&lt;br /&gt;value: 0.024691358&#34;,&#34;threshold: 0.818&lt;br /&gt;value: 0.024691358&#34;,&#34;threshold: 0.819&lt;br /&gt;value: 0.021201413&#34;,&#34;threshold: 0.820&lt;br /&gt;value: 0.021201413&#34;,&#34;threshold: 0.821&lt;br /&gt;value: 0.021201413&#34;,&#34;threshold: 0.822&lt;br /&gt;value: 0.021201413&#34;,&#34;threshold: 0.823&lt;br /&gt;value: 0.017699115&#34;,&#34;threshold: 0.824&lt;br /&gt;value: 0.017699115&#34;,&#34;threshold: 0.825&lt;br /&gt;value: 0.014184397&#34;,&#34;threshold: 0.826&lt;br /&gt;value: 0.014184397&#34;,&#34;threshold: 0.827&lt;br /&gt;value: 0.014184397&#34;,&#34;threshold: 0.828&lt;br /&gt;value: 0.014184397&#34;,&#34;threshold: 0.829&lt;br /&gt;value: 0.014184397&#34;,&#34;threshold: 0.830&lt;br /&gt;value: 0.014184397&#34;,&#34;threshold: 0.831&lt;br /&gt;value: 0.014184397&#34;,&#34;threshold: 0.832&lt;br /&gt;value: 0.014184397&#34;,&#34;threshold: 0.833&lt;br /&gt;value: 0.014184397&#34;,&#34;threshold: 0.834&lt;br /&gt;value: 0.014184397&#34;,&#34;threshold: 0.835&lt;br /&gt;value: 0.014184397&#34;,&#34;threshold: 0.836&lt;br /&gt;value: 0.010657194&#34;,&#34;threshold: 0.837&lt;br /&gt;value: 0.007117438&#34;,&#34;threshold: 0.838&lt;br /&gt;value: 0.007117438&#34;,&#34;threshold: 0.839&lt;br /&gt;value: 0.003565062&#34;,&#34;threshold: 0.840&lt;br /&gt;value: 0.003565062&#34;,&#34;threshold: 0.841&lt;br /&gt;value: 0.003565062&#34;,&#34;threshold: 0.842&lt;br /&gt;value: 0.003565062&#34;,&#34;threshold: 0.843&lt;br /&gt;value: 0.003565062&#34;,&#34;threshold: 0.844&lt;br /&gt;value: 0.003565062&#34;,&#34;threshold: 0.845&lt;br /&gt;value: 0.003565062&#34;,&#34;threshold: 0.846&lt;br /&gt;value: 0.003565062&#34;,&#34;threshold: 0.847&lt;br /&gt;value: 0.003565062&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;lines&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,0,128,1)&#34;,&#34;dash&#34;:&#34;solid&#34;},&#34;hoveron&#34;:&#34;points&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x2&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.05,0.051,0.052,0.053,0.054,0.055,0.056,0.057,0.058,0.059,0.06,0.061,0.062,0.063,0.064,0.065,0.066,0.067,0.068,0.069,0.07,0.071,0.072,0.073,0.074,0.075,0.076,0.077,0.078,0.079,0.08,0.081,0.082,0.083,0.084,0.085,0.086,0.087,0.088,0.089,0.09,0.091,0.092,0.093,0.094,0.095,0.096,0.097,0.098,0.099,0.1,0.101,0.102,0.103,0.104,0.105,0.106,0.107,0.108,0.109,0.11,0.111,0.112,0.113,0.114,0.115,0.116,0.117,0.118,0.119,0.12,0.121,0.122,0.123,0.124,0.125,0.126,0.127,0.128,0.129,0.13,0.131,0.132,0.133,0.134,0.135,0.136,0.137,0.138,0.139,0.14,0.141,0.142,0.143,0.144,0.145,0.146,0.147,0.148,0.149,0.15,0.151,0.152,0.153,0.154,0.155,0.156,0.157,0.158,0.159,0.16,0.161,0.162,0.163,0.164,0.165,0.166,0.167,0.168,0.169,0.17,0.171,0.172,0.173,0.174,0.175,0.176,0.177,0.178,0.179,0.18,0.181,0.182,0.183,0.184,0.185,0.186,0.187,0.188,0.189,0.19,0.191,0.192,0.193,0.194,0.195,0.196,0.197,0.198,0.199,0.2,0.201,0.202,0.203,0.204,0.205,0.206,0.207,0.208,0.209,0.21,0.211,0.212,0.213,0.214,0.215,0.216,0.217,0.218,0.219,0.22,0.221,0.222,0.223,0.224,0.225,0.226,0.227,0.228,0.229,0.23,0.231,0.232,0.233,0.234,0.235,0.236,0.237,0.238,0.239,0.24,0.241,0.242,0.243,0.244,0.245,0.246,0.247,0.248,0.249,0.25,0.251,0.252,0.253,0.254,0.255,0.256,0.257,0.258,0.259,0.26,0.261,0.262,0.263,0.264,0.265,0.266,0.267,0.268,0.269,0.27,0.271,0.272,0.273,0.274,0.275,0.276,0.277,0.278,0.279,0.28,0.281,0.282,0.283,0.284,0.285,0.286,0.287,0.288,0.289,0.29,0.291,0.292,0.293,0.294,0.295,0.296,0.297,0.298,0.299,0.3,0.301,0.302,0.303,0.304,0.305,0.306,0.307,0.308,0.309,0.31,0.311,0.312,0.313,0.314,0.315,0.316,0.317,0.318,0.319,0.32,0.321,0.322,0.323,0.324,0.325,0.326,0.327,0.328,0.329,0.33,0.331,0.332,0.333,0.334,0.335,0.336,0.337,0.338,0.339,0.34,0.341,0.342,0.343,0.344,0.345,0.346,0.347,0.348,0.349,0.35,0.351,0.352,0.353,0.354,0.355,0.356,0.357,0.358,0.359,0.36,0.361,0.362,0.363,0.364,0.365,0.366,0.367,0.368,0.369,0.37,0.371,0.372,0.373,0.374,0.375,0.376,0.377,0.378,0.379,0.38,0.381,0.382,0.383,0.384,0.385,0.386,0.387,0.388,0.389,0.39,0.391,0.392,0.393,0.394,0.395,0.396,0.397,0.398,0.399,0.4,0.401,0.402,0.403,0.404,0.405,0.406,0.407,0.408,0.409,0.41,0.411,0.412,0.413,0.414,0.415,0.416,0.417,0.418,0.419,0.42,0.421,0.422,0.423,0.424,0.425,0.426,0.427,0.428,0.429,0.43,0.431,0.432,0.433,0.434,0.435,0.436,0.437,0.438,0.439,0.44,0.441,0.442,0.443,0.444,0.445,0.446,0.447,0.448,0.449,0.45,0.451,0.452,0.453,0.454,0.455,0.456,0.457,0.458,0.459,0.46,0.461,0.462,0.463,0.464,0.465,0.466,0.467,0.468,0.469,0.47,0.471,0.472,0.473,0.474,0.475,0.476,0.477,0.478,0.479,0.48,0.481,0.482,0.483,0.484,0.485,0.486,0.487,0.488,0.489,0.49,0.491,0.492,0.493,0.494,0.495,0.496,0.497,0.498,0.499,0.5,0.501,0.502,0.503,0.504,0.505,0.506,0.507,0.508,0.509,0.51,0.511,0.512,0.513,0.514,0.515,0.516,0.517,0.518,0.519,0.52,0.521,0.522,0.523,0.524,0.525,0.526,0.527,0.528,0.529,0.53,0.531,0.532,0.533,0.534,0.535,0.536,0.537,0.538,0.539,0.54,0.541,0.542,0.543,0.544,0.545,0.546,0.547,0.548,0.549,0.55,0.551,0.552,0.553,0.554,0.555,0.556,0.557,0.558,0.559,0.56,0.561,0.562,0.563,0.564,0.565,0.566,0.567,0.568,0.569,0.57,0.571,0.572,0.573,0.574,0.575,0.576,0.577,0.578,0.579,0.58,0.581,0.582,0.583,0.584,0.585,0.586,0.587,0.588,0.589,0.59,0.591,0.592,0.593,0.594,0.595,0.596,0.597,0.598,0.599,0.6,0.601,0.602,0.603,0.604,0.605,0.606,0.607,0.608,0.609,0.61,0.611,0.612,0.613,0.614,0.615,0.616,0.617,0.618,0.619,0.62,0.621,0.622,0.623,0.624,0.625,0.626,0.627,0.628,0.629,0.63,0.631,0.632,0.633,0.634,0.635,0.636,0.637,0.638,0.639,0.64,0.641,0.642,0.643,0.644,0.645,0.646,0.647,0.648,0.649,0.65,0.651,0.652,0.653,0.654,0.655,0.656,0.657,0.658,0.659,0.66,0.661,0.662,0.663,0.664,0.665,0.666,0.667,0.668,0.669,0.67,0.671,0.672,0.673,0.674,0.675,0.676,0.677,0.678,0.679,0.68,0.681,0.682,0.683,0.684,0.685,0.686,0.687,0.688,0.689,0.69,0.691,0.692,0.693,0.694,0.695,0.696,0.697,0.698,0.699,0.7,0.701,0.702,0.703,0.704,0.705,0.706,0.707,0.708,0.709,0.71,0.711,0.712,0.713,0.714,0.715,0.716,0.717,0.718,0.719,0.72,0.721,0.722,0.723,0.724,0.725,0.726,0.727,0.728,0.729,0.73,0.731,0.732,0.733,0.734,0.735,0.736,0.737,0.738,0.739,0.74,0.741,0.742,0.743,0.744,0.745,0.746,0.747,0.748,0.749,0.75,0.751,0.752,0.753,0.754,0.755,0.756,0.757,0.758,0.759,0.76,0.761,0.762,0.763,0.764,0.765,0.766,0.767,0.768,0.769,0.77,0.771,0.772,0.773,0.774,0.775,0.776,0.777,0.778,0.779,0.78,0.781,0.782,0.783,0.784,0.785,0.786,0.787,0.788,0.789,0.79,0.791,0.792,0.793,0.794,0.795,0.796,0.797,0.798,0.799,0.8,0.801,0.802,0.803,0.804,0.805,0.806,0.807,0.808,0.809,0.81,0.811,0.812,0.813,0.814,0.815,0.816,0.817,0.818,0.819,0.82,0.821,0.822,0.823,0.824,0.825,0.826,0.827,0.828,0.829,0.83,0.831,0.832,0.833,0.834,0.835,0.836,0.837,0.838,0.839,0.84,0.841,0.842,0.843,0.844,0.845,0.846,0.847],&#34;y&#34;:[0.19965358220845,0.202547962904098,0.204484541753768,0.205940663852884,0.209350637878108,0.213760484030595,0.216222935506928,0.216716506291636,0.218617304692544,0.221598151985233,0.222594690344525,0.222521585446179,0.225523170025031,0.226526653095753,0.229041855645713,0.230490679976769,0.231502687473625,0.233023517348593,0.235565778117191,0.23811751497006,0.24273469072563,0.24531324427562,0.245830114834032,0.24893949372518,0.249979070740896,0.250934734251503,0.254035074818927,0.256665351835111,0.256628764597419,0.257684843750481,0.258742528608274,0.259801822835652,0.26139378978903,0.262426970596686,0.266165644124266,0.267237517419267,0.269386196286159,0.272081331972823,0.274786842273412,0.277502787207265,0.278592100410669,0.281322755547623,0.281314071816865,0.281314071816865,0.282959440691133,0.284608640730022,0.286261685330162,0.287918587950714,0.287364183969059,0.290135378191999,0.291803289055559,0.292917402393565,0.294598649424467,0.295158329618165,0.297401443801237,0.30077935233957,0.300793509044983,0.302490472533596,0.305896473638306,0.308176130871951,0.307650303063398,0.311088930388306,0.312814404458922,0.314544005112333,0.316277747169744,0.316856584072799,0.317470236457062,0.318631644437532,0.320377246470614,0.322127050019002,0.322711254161393,0.323337526505677,0.324552878406408,0.325728423107177,0.328085207936264,0.330449617378263,0.331041915422274,0.331634692901103,0.334605792232911,0.337050160703936,0.335371513072321,0.338368420357082,0.340172441454092,0.341377580832852,0.340838569769542,0.340298675739353,0.343322910678624,0.346359581726071,0.347040293761079,0.348261031381378,0.350708555322816,0.351321700098003,0.349634377705329,0.350248092817872,0.350248092817872,0.352092289165114,0.353324302229743,0.35402223862553,0.356497676604187,0.358359668264188,0.357824704476564,0.359692243737823,0.360315796591831,0.359781126380227,0.360495425718344,0.359959561966537,0.360585579088303,0.361303328692915,0.363818082445545,0.36634131116618,0.36634131116618,0.366973447582778,0.368239320209293,0.36707241028795,0.370881525289323,0.370985831438361,0.37417917911897,0.373647429535615,0.373755709099426,0.377612790717751,0.377726566268289,0.376016119427788,0.376016119427788,0.376661858094593,0.376240441786445,0.37570521371797,0.377650351061184,0.377115184768058,0.377765007052923,0.379717832425731,0.381022522011536,0.379835459923038,0.3793001010041,0.380607247796278,0.381261668588466,0.382694054478693,0.384008676972326,0.384791735525566,0.387562668961516,0.387157318780133,0.389283246212457,0.391954018907914,0.393292921253296,0.392759978235125,0.393034666210251,0.394380422485448,0.395728553466308,0.397222684630792,0.395619423999483,0.397655837224097,0.397120614729329,0.398628489842568,0.399311053799123,0.396872788712868,0.399070397144584,0.399218490882696,0.399904987434407,0.400893453163737,0.400893453163737,0.402273509283921,0.403118759062184,0.405198391391534,0.40605160218528,0.408141803691659,0.41023768813614,0.411638113075892,0.409166764688584,0.411270716198434,0.411270716198434,0.412676541508784,0.411437965109636,0.414256331859992,0.413892903471745,0.414064671546372,0.413527810132874,0.413699469739885,0.415120435900439,0.41725678543505,0.417970212298369,0.415469419635783,0.415105268271538,0.417252457139222,0.416713329800044,0.416713329800044,0.416173203992689,0.416891085989483,0.416891085989483,0.4143719004231,0.4143719004231,0.414546807946721,0.416706195929615,0.417427331192738,0.41814913764842,0.416341362635538,0.417787329351133,0.419235996514369,0.421414077170028,0.422141462500071,0.422141462500071,0.422869528641857,0.424327707187559,0.425057821509412,0.425788620478886,0.427252276216389,0.426714186277381,0.426714186277381,0.427643236857649,0.428378350041843,0.43206432431193,0.433543589606276,0.433212747235051,0.433418190056021,0.434161623107345,0.434161623107345,0.435114107185125,0.432546340260696,0.434784957022268,0.437779753391829,0.434663227685349,0.434121929379111,0.435835812109119,0.43734357041592,0.439610647596345,0.436473618482672,0.436473618482672,0.437230713366769,0.43874709568745,0.441027166446835,0.441027166446835,0.443313859486494,0.445607203699197,0.445069171862906,0.445069171862906,0.446602743605072,0.446602743605072,0.445296991231228,0.446064633469414,0.446833022507469,0.445525475824566,0.445525475824566,0.447063974471744,0.450149982808295,0.449612709765727,0.449612709765727,0.450386589012442,0.449848758871921,0.449848758871921,0.449848758871921,0.450085501961982,0.450085501961982,0.451100589551853,0.451879000968485,0.454218830286832,0.455246069787954,0.454708523762344,0.454954459343486,0.455739778558791,0.453333761368858,0.455696660370534,0.457275839458048,0.458858159912377,0.460443631116253,0.460443631116253,0.461237551191597,0.45857293661959,0.460162079269734,0.463349900294561,0.462013983974333,0.462812664020054,0.464412425172476,0.462535501984861,0.461995558556287,0.461995558556287,0.462797440410185,0.465207929185074,0.466818969913309,0.468705458932753,0.468705458932753,0.468978483392521,0.468440690475214,0.469252337790467,0.467901807152268,0.469527025916613,0.47197104830563,0.47197104830563,0.473604540764524,0.471712979769644,0.474170324846356,0.474991112544127,0.475812738713887,0.475276709992196,0.474739583872953,0.475563184933637,0.474201356982694,0.473946895587942,0.473946895587942,0.473405916272873,0.47369112376441,0.473148486334749,0.471230826473576,0.467928765034373,0.467928765034373,0.467928765034373,0.469587680746134,0.468207231493816,0.468207231493816,0.469037693789907,0.469869017642822,0.471534255387584,0.469600114541749,0.469600114541749,0.472942179310811,0.471554841556171,0.470450357828111,0.471288939309919,0.471288939309919,0.472128398052598,0.470735552109023,0.470735552109023,0.471575600190789,0.471575600190789,0.471575600190789,0.471575600190789,0.47102164331294,0.469068418032264,0.469910237898278,0.471596533467873,0.469638044553611,0.469638044553611,0.469638044553611,0.470482826003017,0.470770479894022,0.471617643600635,0.471617643600635,0.472465702442217,0.473314657838251,0.472757265122058,0.470226613682741,0.468812795103406,0.468248248205177,0.466263564822397,0.467115546730312,0.466547384460651,0.468255288624623,0.469966842511664,0.46939990689517,0.470257670093891,0.471116351758206,0.468262389417976,0.469981297367512,0.469981297367512,0.469411941226741,0.472863334938688,0.472295243975069,0.470860435674685,0.470860435674685,0.470289262880043,0.467411276774465,0.468276775259627,0.465391938406393,0.463947176892521,0.463366032435754,0.465099214369826,0.465099214369826,0.465967216862411,0.465967216862411,0.465675102602194,0.467418358340688,0.470040379349289,0.471793169825097,0.468880614701719,0.468880614701719,0.468880614701719,0.469757814300658,0.467715762858976,0.469473698245957,0.471235497613989,0.470653740192115,0.472420720300909,0.473305670816044,0.471838986815115,0.470370684687984,0.472142231125579,0.473029472624574,0.474806900304794,0.471862199772665,0.470387402140021,0.470387402140021,0.468910969311604,0.469799863461608,0.468321465726246,0.470101562236394,0.470993094880128,0.470993094880128,0.470993094880128,0.470993094880128,0.469512071539721,0.468029399703479,0.46892126781298,0.46892126781298,0.465950306157225,0.463864246764873,0.463864246764873,0.463864246764873,0.462372620649875,0.462372620649875,0.461771186459869,0.46266404437355,0.459671089939889,0.46145845633987,0.463249837449018,0.462646346570529,0.462041497103952,0.462041497103952,0.460537085040365,0.460537085040365,0.459928834395035,0.460218751143139,0.458708208946688,0.460509651873006,0.461411902732331,0.460801541602624,0.460189795505907,0.460189795505907,0.461094425384161,0.459576659722893,0.458962129512831,0.461683195484301,0.463502411165462,0.464413575827008,0.465325780739036,0.461660694307071,0.460131088572859,0.460131088572859,0.461043975538998,0.458892017208857,0.45980628920877,0.45918531187825,0.45764724509183,0.458562905221076,0.459479619761582,0.460397390535677,0.458856476079347,0.457313784141617,0.4569783943534,0.459116498310172,0.460040983606557,0.460040983606557,0.460040983606557,0.460040983606557,0.45693366773166,0.456301760931626,0.457227298545137,0.454107648056781,0.455033525356502,0.455033525356502,0.458747858353133,0.458747858353133,0.459046395357382,0.459345983044005,0.456205004327193,0.457139186723413,0.45807446762929,0.460886920815241,0.460251105959648,0.458673737518513,0.460554952334942,0.458974966437653,0.456750523807469,0.456750523807469,0.457049402373216,0.456404498164235,0.454813595858113,0.454164880215434,0.453514618924055,0.453514618924055,0.453809488146461,0.449003596443248,0.44995023478044,0.452796956802313,0.452140372694946,0.453092303691516,0.454999598504001,0.452730472768404,0.452730472768404,0.450453134577673,0.451409218197902,0.451409218197902,0.450746195625581,0.450081568466072,0.45133551704325,0.451631789076471,0.452595564526054,0.450964600527556,0.451929143172588,0.443742414242314,0.444706080228745,0.442380554722676,0.440046473292752,0.44032521619316,0.44032521619316,0.44032521619316,0.441292705263996,0.441292705263996,0.443231256073555,0.443231256073555,0.445174585117105,0.444489961083274,0.445464202251965,0.443803645385246,0.438809642526941,0.439783382640525,0.440758329507567,0.439368751964791,0.44034647111818,0.439649872506828,0.43797225170622,0.440913775334937,0.440215274581312,0.439515026284603,0.435433590576767,0.435433590576767,0.434724700451928,0.435709943816938,0.436975861251278,0.436265787075214,0.436265787075214,0.437256354579129,0.437256354579129,0.436545288983927,0.436545288983927,0.43484025195222,0.435832424153951,0.436825852414694,0.437820539121158,0.437107483426365,0.433682965705178,0.428529848881746,0.428797051855751,0.428797051855751,0.428067926946492,0.424609971281467,0.420401429749793,0.415176425031382,0.415176425031382,0.415420268722008,0.415420268722008,0.406650905813665,0.406650905813665,0.40764537664877,0.405884214683857,0.404120775576867,0.402355054908503,0.403349319915087,0.403349319915087,0.402575864132089,0.400804560577057,0.401022921007767,0.400243417967618,0.398463675737517,0.396681614349775,0.390525716856549,0.391522649873682,0.389727880520761,0.387127950508456,0.386323032094774,0.384517769873553,0.382710133584636,0.379087720046488,0.380084342266358,0.380265127218302,0.378446323075154,0.379445815246771,0.377624063049818,0.374972496364153,0.375972999025323,0.377977990896308,0.376146788990826,0.377150733759958,0.373479912332962,0.370802359754516,0.371806758009628,0.370966825183305,0.369118682628243,0.369118682628243,0.360843861662379,0.354376362540006,0.355379843606658,0.353636234217068,0.351755104500837,0.34987142723988,0.345208446724173,0.347219316692908,0.347219316692908,0.34342526695296,0.34152436484798,0.34253003003003,0.343537067367845,0.341632348470191,0.338821665665012,0.339829611276474,0.338924535423281,0.337007506644338,0.336096688701205,0.334267524449315,0.332338036344154,0.325601973582887,0.326611931515678,0.320771405866975,0.31395289861198,0.31395289861198,0.306081275819003,0.304106498067347,0.304106498067347,0.297181803736409,0.299190179865314,0.299190179865314,0.293209639254077,0.292221263366042,0.288204658616151,0.288204658616151,0.290217385074764,0.281123735193563,0.279094681730345,0.279073928703362,0.278044635580141,0.277012399134029,0.277012399134029,0.274939045628701,0.275949609757373,0.275921893739157,0.268690639999766,0.267633695432749,0.264497364115615,0.266525334147659,0.264444450974227,0.263375187963287,0.264391306908534,0.26230281169235,0.258116686686007,0.260148664824365,0.25485761374449,0.255874936964196,0.256893752059443,0.258935871022597,0.254707852623744,0.251487464715606,0.247232847238824,0.245100824478982,0.240827316044672,0.236541143654114,0.233256378808648,0.229956947846338,0.229825292437391,0.230842914771783,0.226363360630876,0.22520245682035,0.223018674059685,0.223018674059685,0.223018674059685,0.22185012101746,0.217464348982075,0.219502438339181,0.212893589931933,0.212893589931933,0.209487875580914,0.210506280928816,0.208288146580195,0.203841763408173,0.205877730630206,0.204667010267917,0.200194729928136,0.195708770984828,0.193241275233431,0.190984350333752,0.190984350333752,0.18646009050675,0.183950748328203,0.177111332934885,0.172534074633555,0.170240126461584,0.167942621278466,0.163336906734236,0.159722703639515,0.157406268625652,0.152762555707513,0.153766887299992,0.144431690627636,0.144431690627636,0.140741753090108,0.137034393995387,0.132310991135872,0.133309489671117,0.133309489671117,0.130941119320942,0.128569006930918,0.128569006930918,0.127189961654648,0.127189961654648,0.122424751900253,0.120036477833936,0.117644412308186,0.112848870706609,0.110445376472938,0.10803805446392,0.10803805446392,0.105626895528166,0.103211890485093,0.104199117131907,0.0993552396488777,0.0969274874070711,0.0969274874070711,0.0969274874070711,0.0979128438879847,0.0964658206803389,0.0950141477217287,0.0960019269390635,0.0862017731480723,0.0862017731480723,0.0871864256114616,0.0857103576502315,0.0807737704918035,0.0807737704918035,0.0807737704918035,0.0782994753127944,0.0792825100326434,0.0768029869288992,0.0743194347591543,0.0718318436949618,0.061840892802293,0.0628169107195983,0.0628169107195983,0.0628169107195983,0.0628169107195983,0.0628169107195983,0.0587695376571046,0.0562508705254985,0.0537280738147001,0.0537280738147001,0.0547022401743237,0.0547022401743237,0.0556780063896061,0.0506148707822329,0.0480770512564157,0.0480770512564157,0.0480770512564157,0.0404384619753509,0.0404384619753509,0.0353250230067763,0.0337276380932588,0.031159002160465,0.031159002160465,0.031159002160465,0.0260089384723951,0.0260089384723951,0.0260089384723951,0.0260089384723951,0.0260089384723951,0.0260089384723951,0.020841748121819,0.020841748121819,0.020841748121819,0.0182517037281581,0.0182517037281581,0.0182517037281581,0.0182517037281581,0.0182517037281581,0.0182517037281581,0.0182517037281581,0.015657345533745,0.015657345533745,0.015657345533745,0.015657345533745,0.0130586627524419,0.0130586627524419,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.0104556445621191,0.00784828010450827,0.00523655848505183,0.00523655848505183,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469,0.0026204687727469],&#34;text&#34;:[&#34;threshold: 0.050&lt;br /&gt;value: 0.199653582&#34;,&#34;threshold: 0.051&lt;br /&gt;value: 0.202547963&#34;,&#34;threshold: 0.052&lt;br /&gt;value: 0.204484542&#34;,&#34;threshold: 0.053&lt;br /&gt;value: 0.205940664&#34;,&#34;threshold: 0.054&lt;br /&gt;value: 0.209350638&#34;,&#34;threshold: 0.055&lt;br /&gt;value: 0.213760484&#34;,&#34;threshold: 0.056&lt;br /&gt;value: 0.216222936&#34;,&#34;threshold: 0.057&lt;br /&gt;value: 0.216716506&#34;,&#34;threshold: 0.058&lt;br /&gt;value: 0.218617305&#34;,&#34;threshold: 0.059&lt;br /&gt;value: 0.221598152&#34;,&#34;threshold: 0.060&lt;br /&gt;value: 0.222594690&#34;,&#34;threshold: 0.061&lt;br /&gt;value: 0.222521585&#34;,&#34;threshold: 0.062&lt;br /&gt;value: 0.225523170&#34;,&#34;threshold: 0.063&lt;br /&gt;value: 0.226526653&#34;,&#34;threshold: 0.064&lt;br /&gt;value: 0.229041856&#34;,&#34;threshold: 0.065&lt;br /&gt;value: 0.230490680&#34;,&#34;threshold: 0.066&lt;br /&gt;value: 0.231502687&#34;,&#34;threshold: 0.067&lt;br /&gt;value: 0.233023517&#34;,&#34;threshold: 0.068&lt;br /&gt;value: 0.235565778&#34;,&#34;threshold: 0.069&lt;br /&gt;value: 0.238117515&#34;,&#34;threshold: 0.070&lt;br /&gt;value: 0.242734691&#34;,&#34;threshold: 0.071&lt;br /&gt;value: 0.245313244&#34;,&#34;threshold: 0.072&lt;br /&gt;value: 0.245830115&#34;,&#34;threshold: 0.073&lt;br /&gt;value: 0.248939494&#34;,&#34;threshold: 0.074&lt;br /&gt;value: 0.249979071&#34;,&#34;threshold: 0.075&lt;br /&gt;value: 0.250934734&#34;,&#34;threshold: 0.076&lt;br /&gt;value: 0.254035075&#34;,&#34;threshold: 0.077&lt;br /&gt;value: 0.256665352&#34;,&#34;threshold: 0.078&lt;br /&gt;value: 0.256628765&#34;,&#34;threshold: 0.079&lt;br /&gt;value: 0.257684844&#34;,&#34;threshold: 0.080&lt;br /&gt;value: 0.258742529&#34;,&#34;threshold: 0.081&lt;br /&gt;value: 0.259801823&#34;,&#34;threshold: 0.082&lt;br /&gt;value: 0.261393790&#34;,&#34;threshold: 0.083&lt;br /&gt;value: 0.262426971&#34;,&#34;threshold: 0.084&lt;br /&gt;value: 0.266165644&#34;,&#34;threshold: 0.085&lt;br /&gt;value: 0.267237517&#34;,&#34;threshold: 0.086&lt;br /&gt;value: 0.269386196&#34;,&#34;threshold: 0.087&lt;br /&gt;value: 0.272081332&#34;,&#34;threshold: 0.088&lt;br /&gt;value: 0.274786842&#34;,&#34;threshold: 0.089&lt;br /&gt;value: 0.277502787&#34;,&#34;threshold: 0.090&lt;br /&gt;value: 0.278592100&#34;,&#34;threshold: 0.091&lt;br /&gt;value: 0.281322756&#34;,&#34;threshold: 0.092&lt;br /&gt;value: 0.281314072&#34;,&#34;threshold: 0.093&lt;br /&gt;value: 0.281314072&#34;,&#34;threshold: 0.094&lt;br /&gt;value: 0.282959441&#34;,&#34;threshold: 0.095&lt;br /&gt;value: 0.284608641&#34;,&#34;threshold: 0.096&lt;br /&gt;value: 0.286261685&#34;,&#34;threshold: 0.097&lt;br /&gt;value: 0.287918588&#34;,&#34;threshold: 0.098&lt;br /&gt;value: 0.287364184&#34;,&#34;threshold: 0.099&lt;br /&gt;value: 0.290135378&#34;,&#34;threshold: 0.100&lt;br /&gt;value: 0.291803289&#34;,&#34;threshold: 0.101&lt;br /&gt;value: 0.292917402&#34;,&#34;threshold: 0.102&lt;br /&gt;value: 0.294598649&#34;,&#34;threshold: 0.103&lt;br /&gt;value: 0.295158330&#34;,&#34;threshold: 0.104&lt;br /&gt;value: 0.297401444&#34;,&#34;threshold: 0.105&lt;br /&gt;value: 0.300779352&#34;,&#34;threshold: 0.106&lt;br /&gt;value: 0.300793509&#34;,&#34;threshold: 0.107&lt;br /&gt;value: 0.302490473&#34;,&#34;threshold: 0.108&lt;br /&gt;value: 0.305896474&#34;,&#34;threshold: 0.109&lt;br /&gt;value: 0.308176131&#34;,&#34;threshold: 0.110&lt;br /&gt;value: 0.307650303&#34;,&#34;threshold: 0.111&lt;br /&gt;value: 0.311088930&#34;,&#34;threshold: 0.112&lt;br /&gt;value: 0.312814404&#34;,&#34;threshold: 0.113&lt;br /&gt;value: 0.314544005&#34;,&#34;threshold: 0.114&lt;br /&gt;value: 0.316277747&#34;,&#34;threshold: 0.115&lt;br /&gt;value: 0.316856584&#34;,&#34;threshold: 0.116&lt;br /&gt;value: 0.317470236&#34;,&#34;threshold: 0.117&lt;br /&gt;value: 0.318631644&#34;,&#34;threshold: 0.118&lt;br /&gt;value: 0.320377246&#34;,&#34;threshold: 0.119&lt;br /&gt;value: 0.322127050&#34;,&#34;threshold: 0.120&lt;br /&gt;value: 0.322711254&#34;,&#34;threshold: 0.121&lt;br /&gt;value: 0.323337527&#34;,&#34;threshold: 0.122&lt;br /&gt;value: 0.324552878&#34;,&#34;threshold: 0.123&lt;br /&gt;value: 0.325728423&#34;,&#34;threshold: 0.124&lt;br /&gt;value: 0.328085208&#34;,&#34;threshold: 0.125&lt;br /&gt;value: 0.330449617&#34;,&#34;threshold: 0.126&lt;br /&gt;value: 0.331041915&#34;,&#34;threshold: 0.127&lt;br /&gt;value: 0.331634693&#34;,&#34;threshold: 0.128&lt;br /&gt;value: 0.334605792&#34;,&#34;threshold: 0.129&lt;br /&gt;value: 0.337050161&#34;,&#34;threshold: 0.130&lt;br /&gt;value: 0.335371513&#34;,&#34;threshold: 0.131&lt;br /&gt;value: 0.338368420&#34;,&#34;threshold: 0.132&lt;br /&gt;value: 0.340172441&#34;,&#34;threshold: 0.133&lt;br /&gt;value: 0.341377581&#34;,&#34;threshold: 0.134&lt;br /&gt;value: 0.340838570&#34;,&#34;threshold: 0.135&lt;br /&gt;value: 0.340298676&#34;,&#34;threshold: 0.136&lt;br /&gt;value: 0.343322911&#34;,&#34;threshold: 0.137&lt;br /&gt;value: 0.346359582&#34;,&#34;threshold: 0.138&lt;br /&gt;value: 0.347040294&#34;,&#34;threshold: 0.139&lt;br /&gt;value: 0.348261031&#34;,&#34;threshold: 0.140&lt;br /&gt;value: 0.350708555&#34;,&#34;threshold: 0.141&lt;br /&gt;value: 0.351321700&#34;,&#34;threshold: 0.142&lt;br /&gt;value: 0.349634378&#34;,&#34;threshold: 0.143&lt;br /&gt;value: 0.350248093&#34;,&#34;threshold: 0.144&lt;br /&gt;value: 0.350248093&#34;,&#34;threshold: 0.145&lt;br /&gt;value: 0.352092289&#34;,&#34;threshold: 0.146&lt;br /&gt;value: 0.353324302&#34;,&#34;threshold: 0.147&lt;br /&gt;value: 0.354022239&#34;,&#34;threshold: 0.148&lt;br /&gt;value: 0.356497677&#34;,&#34;threshold: 0.149&lt;br /&gt;value: 0.358359668&#34;,&#34;threshold: 0.150&lt;br /&gt;value: 0.357824704&#34;,&#34;threshold: 0.151&lt;br /&gt;value: 0.359692244&#34;,&#34;threshold: 0.152&lt;br /&gt;value: 0.360315797&#34;,&#34;threshold: 0.153&lt;br /&gt;value: 0.359781126&#34;,&#34;threshold: 0.154&lt;br /&gt;value: 0.360495426&#34;,&#34;threshold: 0.155&lt;br /&gt;value: 0.359959562&#34;,&#34;threshold: 0.156&lt;br /&gt;value: 0.360585579&#34;,&#34;threshold: 0.157&lt;br /&gt;value: 0.361303329&#34;,&#34;threshold: 0.158&lt;br /&gt;value: 0.363818082&#34;,&#34;threshold: 0.159&lt;br /&gt;value: 0.366341311&#34;,&#34;threshold: 0.160&lt;br /&gt;value: 0.366341311&#34;,&#34;threshold: 0.161&lt;br /&gt;value: 0.366973448&#34;,&#34;threshold: 0.162&lt;br /&gt;value: 0.368239320&#34;,&#34;threshold: 0.163&lt;br /&gt;value: 0.367072410&#34;,&#34;threshold: 0.164&lt;br /&gt;value: 0.370881525&#34;,&#34;threshold: 0.165&lt;br /&gt;value: 0.370985831&#34;,&#34;threshold: 0.166&lt;br /&gt;value: 0.374179179&#34;,&#34;threshold: 0.167&lt;br /&gt;value: 0.373647430&#34;,&#34;threshold: 0.168&lt;br /&gt;value: 0.373755709&#34;,&#34;threshold: 0.169&lt;br /&gt;value: 0.377612791&#34;,&#34;threshold: 0.170&lt;br /&gt;value: 0.377726566&#34;,&#34;threshold: 0.171&lt;br /&gt;value: 0.376016119&#34;,&#34;threshold: 0.172&lt;br /&gt;value: 0.376016119&#34;,&#34;threshold: 0.173&lt;br /&gt;value: 0.376661858&#34;,&#34;threshold: 0.174&lt;br /&gt;value: 0.376240442&#34;,&#34;threshold: 0.175&lt;br /&gt;value: 0.375705214&#34;,&#34;threshold: 0.176&lt;br /&gt;value: 0.377650351&#34;,&#34;threshold: 0.177&lt;br /&gt;value: 0.377115185&#34;,&#34;threshold: 0.178&lt;br /&gt;value: 0.377765007&#34;,&#34;threshold: 0.179&lt;br /&gt;value: 0.379717832&#34;,&#34;threshold: 0.180&lt;br /&gt;value: 0.381022522&#34;,&#34;threshold: 0.181&lt;br /&gt;value: 0.379835460&#34;,&#34;threshold: 0.182&lt;br /&gt;value: 0.379300101&#34;,&#34;threshold: 0.183&lt;br /&gt;value: 0.380607248&#34;,&#34;threshold: 0.184&lt;br /&gt;value: 0.381261669&#34;,&#34;threshold: 0.185&lt;br /&gt;value: 0.382694054&#34;,&#34;threshold: 0.186&lt;br /&gt;value: 0.384008677&#34;,&#34;threshold: 0.187&lt;br /&gt;value: 0.384791736&#34;,&#34;threshold: 0.188&lt;br /&gt;value: 0.387562669&#34;,&#34;threshold: 0.189&lt;br /&gt;value: 0.387157319&#34;,&#34;threshold: 0.190&lt;br /&gt;value: 0.389283246&#34;,&#34;threshold: 0.191&lt;br /&gt;value: 0.391954019&#34;,&#34;threshold: 0.192&lt;br /&gt;value: 0.393292921&#34;,&#34;threshold: 0.193&lt;br /&gt;value: 0.392759978&#34;,&#34;threshold: 0.194&lt;br /&gt;value: 0.393034666&#34;,&#34;threshold: 0.195&lt;br /&gt;value: 0.394380422&#34;,&#34;threshold: 0.196&lt;br /&gt;value: 0.395728553&#34;,&#34;threshold: 0.197&lt;br /&gt;value: 0.397222685&#34;,&#34;threshold: 0.198&lt;br /&gt;value: 0.395619424&#34;,&#34;threshold: 0.199&lt;br /&gt;value: 0.397655837&#34;,&#34;threshold: 0.200&lt;br /&gt;value: 0.397120615&#34;,&#34;threshold: 0.201&lt;br /&gt;value: 0.398628490&#34;,&#34;threshold: 0.202&lt;br /&gt;value: 0.399311054&#34;,&#34;threshold: 0.203&lt;br /&gt;value: 0.396872789&#34;,&#34;threshold: 0.204&lt;br /&gt;value: 0.399070397&#34;,&#34;threshold: 0.205&lt;br /&gt;value: 0.399218491&#34;,&#34;threshold: 0.206&lt;br /&gt;value: 0.399904987&#34;,&#34;threshold: 0.207&lt;br /&gt;value: 0.400893453&#34;,&#34;threshold: 0.208&lt;br /&gt;value: 0.400893453&#34;,&#34;threshold: 0.209&lt;br /&gt;value: 0.402273509&#34;,&#34;threshold: 0.210&lt;br /&gt;value: 0.403118759&#34;,&#34;threshold: 0.211&lt;br /&gt;value: 0.405198391&#34;,&#34;threshold: 0.212&lt;br /&gt;value: 0.406051602&#34;,&#34;threshold: 0.213&lt;br /&gt;value: 0.408141804&#34;,&#34;threshold: 0.214&lt;br /&gt;value: 0.410237688&#34;,&#34;threshold: 0.215&lt;br /&gt;value: 0.411638113&#34;,&#34;threshold: 0.216&lt;br /&gt;value: 0.409166765&#34;,&#34;threshold: 0.217&lt;br /&gt;value: 0.411270716&#34;,&#34;threshold: 0.218&lt;br /&gt;value: 0.411270716&#34;,&#34;threshold: 0.219&lt;br /&gt;value: 0.412676542&#34;,&#34;threshold: 0.220&lt;br /&gt;value: 0.411437965&#34;,&#34;threshold: 0.221&lt;br /&gt;value: 0.414256332&#34;,&#34;threshold: 0.222&lt;br /&gt;value: 0.413892903&#34;,&#34;threshold: 0.223&lt;br /&gt;value: 0.414064672&#34;,&#34;threshold: 0.224&lt;br /&gt;value: 0.413527810&#34;,&#34;threshold: 0.225&lt;br /&gt;value: 0.413699470&#34;,&#34;threshold: 0.226&lt;br /&gt;value: 0.415120436&#34;,&#34;threshold: 0.227&lt;br /&gt;value: 0.417256785&#34;,&#34;threshold: 0.228&lt;br /&gt;value: 0.417970212&#34;,&#34;threshold: 0.229&lt;br /&gt;value: 0.415469420&#34;,&#34;threshold: 0.230&lt;br /&gt;value: 0.415105268&#34;,&#34;threshold: 0.231&lt;br /&gt;value: 0.417252457&#34;,&#34;threshold: 0.232&lt;br /&gt;value: 0.416713330&#34;,&#34;threshold: 0.233&lt;br /&gt;value: 0.416713330&#34;,&#34;threshold: 0.234&lt;br /&gt;value: 0.416173204&#34;,&#34;threshold: 0.235&lt;br /&gt;value: 0.416891086&#34;,&#34;threshold: 0.236&lt;br /&gt;value: 0.416891086&#34;,&#34;threshold: 0.237&lt;br /&gt;value: 0.414371900&#34;,&#34;threshold: 0.238&lt;br /&gt;value: 0.414371900&#34;,&#34;threshold: 0.239&lt;br /&gt;value: 0.414546808&#34;,&#34;threshold: 0.240&lt;br /&gt;value: 0.416706196&#34;,&#34;threshold: 0.241&lt;br /&gt;value: 0.417427331&#34;,&#34;threshold: 0.242&lt;br /&gt;value: 0.418149138&#34;,&#34;threshold: 0.243&lt;br /&gt;value: 0.416341363&#34;,&#34;threshold: 0.244&lt;br /&gt;value: 0.417787329&#34;,&#34;threshold: 0.245&lt;br /&gt;value: 0.419235997&#34;,&#34;threshold: 0.246&lt;br /&gt;value: 0.421414077&#34;,&#34;threshold: 0.247&lt;br /&gt;value: 0.422141463&#34;,&#34;threshold: 0.248&lt;br /&gt;value: 0.422141463&#34;,&#34;threshold: 0.249&lt;br /&gt;value: 0.422869529&#34;,&#34;threshold: 0.250&lt;br /&gt;value: 0.424327707&#34;,&#34;threshold: 0.251&lt;br /&gt;value: 0.425057822&#34;,&#34;threshold: 0.252&lt;br /&gt;value: 0.425788620&#34;,&#34;threshold: 0.253&lt;br /&gt;value: 0.427252276&#34;,&#34;threshold: 0.254&lt;br /&gt;value: 0.426714186&#34;,&#34;threshold: 0.255&lt;br /&gt;value: 0.426714186&#34;,&#34;threshold: 0.256&lt;br /&gt;value: 0.427643237&#34;,&#34;threshold: 0.257&lt;br /&gt;value: 0.428378350&#34;,&#34;threshold: 0.258&lt;br /&gt;value: 0.432064324&#34;,&#34;threshold: 0.259&lt;br /&gt;value: 0.433543590&#34;,&#34;threshold: 0.260&lt;br /&gt;value: 0.433212747&#34;,&#34;threshold: 0.261&lt;br /&gt;value: 0.433418190&#34;,&#34;threshold: 0.262&lt;br /&gt;value: 0.434161623&#34;,&#34;threshold: 0.263&lt;br /&gt;value: 0.434161623&#34;,&#34;threshold: 0.264&lt;br /&gt;value: 0.435114107&#34;,&#34;threshold: 0.265&lt;br /&gt;value: 0.432546340&#34;,&#34;threshold: 0.266&lt;br /&gt;value: 0.434784957&#34;,&#34;threshold: 0.267&lt;br /&gt;value: 0.437779753&#34;,&#34;threshold: 0.268&lt;br /&gt;value: 0.434663228&#34;,&#34;threshold: 0.269&lt;br /&gt;value: 0.434121929&#34;,&#34;threshold: 0.270&lt;br /&gt;value: 0.435835812&#34;,&#34;threshold: 0.271&lt;br /&gt;value: 0.437343570&#34;,&#34;threshold: 0.272&lt;br /&gt;value: 0.439610648&#34;,&#34;threshold: 0.273&lt;br /&gt;value: 0.436473618&#34;,&#34;threshold: 0.274&lt;br /&gt;value: 0.436473618&#34;,&#34;threshold: 0.275&lt;br /&gt;value: 0.437230713&#34;,&#34;threshold: 0.276&lt;br /&gt;value: 0.438747096&#34;,&#34;threshold: 0.277&lt;br /&gt;value: 0.441027166&#34;,&#34;threshold: 0.278&lt;br /&gt;value: 0.441027166&#34;,&#34;threshold: 0.279&lt;br /&gt;value: 0.443313859&#34;,&#34;threshold: 0.280&lt;br /&gt;value: 0.445607204&#34;,&#34;threshold: 0.281&lt;br /&gt;value: 0.445069172&#34;,&#34;threshold: 0.282&lt;br /&gt;value: 0.445069172&#34;,&#34;threshold: 0.283&lt;br /&gt;value: 0.446602744&#34;,&#34;threshold: 0.284&lt;br /&gt;value: 0.446602744&#34;,&#34;threshold: 0.285&lt;br /&gt;value: 0.445296991&#34;,&#34;threshold: 0.286&lt;br /&gt;value: 0.446064633&#34;,&#34;threshold: 0.287&lt;br /&gt;value: 0.446833023&#34;,&#34;threshold: 0.288&lt;br /&gt;value: 0.445525476&#34;,&#34;threshold: 0.289&lt;br /&gt;value: 0.445525476&#34;,&#34;threshold: 0.290&lt;br /&gt;value: 0.447063974&#34;,&#34;threshold: 0.291&lt;br /&gt;value: 0.450149983&#34;,&#34;threshold: 0.292&lt;br /&gt;value: 0.449612710&#34;,&#34;threshold: 0.293&lt;br /&gt;value: 0.449612710&#34;,&#34;threshold: 0.294&lt;br /&gt;value: 0.450386589&#34;,&#34;threshold: 0.295&lt;br /&gt;value: 0.449848759&#34;,&#34;threshold: 0.296&lt;br /&gt;value: 0.449848759&#34;,&#34;threshold: 0.297&lt;br /&gt;value: 0.449848759&#34;,&#34;threshold: 0.298&lt;br /&gt;value: 0.450085502&#34;,&#34;threshold: 0.299&lt;br /&gt;value: 0.450085502&#34;,&#34;threshold: 0.300&lt;br /&gt;value: 0.451100590&#34;,&#34;threshold: 0.301&lt;br /&gt;value: 0.451879001&#34;,&#34;threshold: 0.302&lt;br /&gt;value: 0.454218830&#34;,&#34;threshold: 0.303&lt;br /&gt;value: 0.455246070&#34;,&#34;threshold: 0.304&lt;br /&gt;value: 0.454708524&#34;,&#34;threshold: 0.305&lt;br /&gt;value: 0.454954459&#34;,&#34;threshold: 0.306&lt;br /&gt;value: 0.455739779&#34;,&#34;threshold: 0.307&lt;br /&gt;value: 0.453333761&#34;,&#34;threshold: 0.308&lt;br /&gt;value: 0.455696660&#34;,&#34;threshold: 0.309&lt;br /&gt;value: 0.457275839&#34;,&#34;threshold: 0.310&lt;br /&gt;value: 0.458858160&#34;,&#34;threshold: 0.311&lt;br /&gt;value: 0.460443631&#34;,&#34;threshold: 0.312&lt;br /&gt;value: 0.460443631&#34;,&#34;threshold: 0.313&lt;br /&gt;value: 0.461237551&#34;,&#34;threshold: 0.314&lt;br /&gt;value: 0.458572937&#34;,&#34;threshold: 0.315&lt;br /&gt;value: 0.460162079&#34;,&#34;threshold: 0.316&lt;br /&gt;value: 0.463349900&#34;,&#34;threshold: 0.317&lt;br /&gt;value: 0.462013984&#34;,&#34;threshold: 0.318&lt;br /&gt;value: 0.462812664&#34;,&#34;threshold: 0.319&lt;br /&gt;value: 0.464412425&#34;,&#34;threshold: 0.320&lt;br /&gt;value: 0.462535502&#34;,&#34;threshold: 0.321&lt;br /&gt;value: 0.461995559&#34;,&#34;threshold: 0.322&lt;br /&gt;value: 0.461995559&#34;,&#34;threshold: 0.323&lt;br /&gt;value: 0.462797440&#34;,&#34;threshold: 0.324&lt;br /&gt;value: 0.465207929&#34;,&#34;threshold: 0.325&lt;br /&gt;value: 0.466818970&#34;,&#34;threshold: 0.326&lt;br /&gt;value: 0.468705459&#34;,&#34;threshold: 0.327&lt;br /&gt;value: 0.468705459&#34;,&#34;threshold: 0.328&lt;br /&gt;value: 0.468978483&#34;,&#34;threshold: 0.329&lt;br /&gt;value: 0.468440690&#34;,&#34;threshold: 0.330&lt;br /&gt;value: 0.469252338&#34;,&#34;threshold: 0.331&lt;br /&gt;value: 0.467901807&#34;,&#34;threshold: 0.332&lt;br /&gt;value: 0.469527026&#34;,&#34;threshold: 0.333&lt;br /&gt;value: 0.471971048&#34;,&#34;threshold: 0.334&lt;br /&gt;value: 0.471971048&#34;,&#34;threshold: 0.335&lt;br /&gt;value: 0.473604541&#34;,&#34;threshold: 0.336&lt;br /&gt;value: 0.471712980&#34;,&#34;threshold: 0.337&lt;br /&gt;value: 0.474170325&#34;,&#34;threshold: 0.338&lt;br /&gt;value: 0.474991113&#34;,&#34;threshold: 0.339&lt;br /&gt;value: 0.475812739&#34;,&#34;threshold: 0.340&lt;br /&gt;value: 0.475276710&#34;,&#34;threshold: 0.341&lt;br /&gt;value: 0.474739584&#34;,&#34;threshold: 0.342&lt;br /&gt;value: 0.475563185&#34;,&#34;threshold: 0.343&lt;br /&gt;value: 0.474201357&#34;,&#34;threshold: 0.344&lt;br /&gt;value: 0.473946896&#34;,&#34;threshold: 0.345&lt;br /&gt;value: 0.473946896&#34;,&#34;threshold: 0.346&lt;br /&gt;value: 0.473405916&#34;,&#34;threshold: 0.347&lt;br /&gt;value: 0.473691124&#34;,&#34;threshold: 0.348&lt;br /&gt;value: 0.473148486&#34;,&#34;threshold: 0.349&lt;br /&gt;value: 0.471230826&#34;,&#34;threshold: 0.350&lt;br /&gt;value: 0.467928765&#34;,&#34;threshold: 0.351&lt;br /&gt;value: 0.467928765&#34;,&#34;threshold: 0.352&lt;br /&gt;value: 0.467928765&#34;,&#34;threshold: 0.353&lt;br /&gt;value: 0.469587681&#34;,&#34;threshold: 0.354&lt;br /&gt;value: 0.468207231&#34;,&#34;threshold: 0.355&lt;br /&gt;value: 0.468207231&#34;,&#34;threshold: 0.356&lt;br /&gt;value: 0.469037694&#34;,&#34;threshold: 0.357&lt;br /&gt;value: 0.469869018&#34;,&#34;threshold: 0.358&lt;br /&gt;value: 0.471534255&#34;,&#34;threshold: 0.359&lt;br /&gt;value: 0.469600115&#34;,&#34;threshold: 0.360&lt;br /&gt;value: 0.469600115&#34;,&#34;threshold: 0.361&lt;br /&gt;value: 0.472942179&#34;,&#34;threshold: 0.362&lt;br /&gt;value: 0.471554842&#34;,&#34;threshold: 0.363&lt;br /&gt;value: 0.470450358&#34;,&#34;threshold: 0.364&lt;br /&gt;value: 0.471288939&#34;,&#34;threshold: 0.365&lt;br /&gt;value: 0.471288939&#34;,&#34;threshold: 0.366&lt;br /&gt;value: 0.472128398&#34;,&#34;threshold: 0.367&lt;br /&gt;value: 0.470735552&#34;,&#34;threshold: 0.368&lt;br /&gt;value: 0.470735552&#34;,&#34;threshold: 0.369&lt;br /&gt;value: 0.471575600&#34;,&#34;threshold: 0.370&lt;br /&gt;value: 0.471575600&#34;,&#34;threshold: 0.371&lt;br /&gt;value: 0.471575600&#34;,&#34;threshold: 0.372&lt;br /&gt;value: 0.471575600&#34;,&#34;threshold: 0.373&lt;br /&gt;value: 0.471021643&#34;,&#34;threshold: 0.374&lt;br /&gt;value: 0.469068418&#34;,&#34;threshold: 0.375&lt;br /&gt;value: 0.469910238&#34;,&#34;threshold: 0.376&lt;br /&gt;value: 0.471596533&#34;,&#34;threshold: 0.377&lt;br /&gt;value: 0.469638045&#34;,&#34;threshold: 0.378&lt;br /&gt;value: 0.469638045&#34;,&#34;threshold: 0.379&lt;br /&gt;value: 0.469638045&#34;,&#34;threshold: 0.380&lt;br /&gt;value: 0.470482826&#34;,&#34;threshold: 0.381&lt;br /&gt;value: 0.470770480&#34;,&#34;threshold: 0.382&lt;br /&gt;value: 0.471617644&#34;,&#34;threshold: 0.383&lt;br /&gt;value: 0.471617644&#34;,&#34;threshold: 0.384&lt;br /&gt;value: 0.472465702&#34;,&#34;threshold: 0.385&lt;br /&gt;value: 0.473314658&#34;,&#34;threshold: 0.386&lt;br /&gt;value: 0.472757265&#34;,&#34;threshold: 0.387&lt;br /&gt;value: 0.470226614&#34;,&#34;threshold: 0.388&lt;br /&gt;value: 0.468812795&#34;,&#34;threshold: 0.389&lt;br /&gt;value: 0.468248248&#34;,&#34;threshold: 0.390&lt;br /&gt;value: 0.466263565&#34;,&#34;threshold: 0.391&lt;br /&gt;value: 0.467115547&#34;,&#34;threshold: 0.392&lt;br /&gt;value: 0.466547384&#34;,&#34;threshold: 0.393&lt;br /&gt;value: 0.468255289&#34;,&#34;threshold: 0.394&lt;br /&gt;value: 0.469966843&#34;,&#34;threshold: 0.395&lt;br /&gt;value: 0.469399907&#34;,&#34;threshold: 0.396&lt;br /&gt;value: 0.470257670&#34;,&#34;threshold: 0.397&lt;br /&gt;value: 0.471116352&#34;,&#34;threshold: 0.398&lt;br /&gt;value: 0.468262389&#34;,&#34;threshold: 0.399&lt;br /&gt;value: 0.469981297&#34;,&#34;threshold: 0.400&lt;br /&gt;value: 0.469981297&#34;,&#34;threshold: 0.401&lt;br /&gt;value: 0.469411941&#34;,&#34;threshold: 0.402&lt;br /&gt;value: 0.472863335&#34;,&#34;threshold: 0.403&lt;br /&gt;value: 0.472295244&#34;,&#34;threshold: 0.404&lt;br /&gt;value: 0.470860436&#34;,&#34;threshold: 0.405&lt;br /&gt;value: 0.470860436&#34;,&#34;threshold: 0.406&lt;br /&gt;value: 0.470289263&#34;,&#34;threshold: 0.407&lt;br /&gt;value: 0.467411277&#34;,&#34;threshold: 0.408&lt;br /&gt;value: 0.468276775&#34;,&#34;threshold: 0.409&lt;br /&gt;value: 0.465391938&#34;,&#34;threshold: 0.410&lt;br /&gt;value: 0.463947177&#34;,&#34;threshold: 0.411&lt;br /&gt;value: 0.463366032&#34;,&#34;threshold: 0.412&lt;br /&gt;value: 0.465099214&#34;,&#34;threshold: 0.413&lt;br /&gt;value: 0.465099214&#34;,&#34;threshold: 0.414&lt;br /&gt;value: 0.465967217&#34;,&#34;threshold: 0.415&lt;br /&gt;value: 0.465967217&#34;,&#34;threshold: 0.416&lt;br /&gt;value: 0.465675103&#34;,&#34;threshold: 0.417&lt;br /&gt;value: 0.467418358&#34;,&#34;threshold: 0.418&lt;br /&gt;value: 0.470040379&#34;,&#34;threshold: 0.419&lt;br /&gt;value: 0.471793170&#34;,&#34;threshold: 0.420&lt;br /&gt;value: 0.468880615&#34;,&#34;threshold: 0.421&lt;br /&gt;value: 0.468880615&#34;,&#34;threshold: 0.422&lt;br /&gt;value: 0.468880615&#34;,&#34;threshold: 0.423&lt;br /&gt;value: 0.469757814&#34;,&#34;threshold: 0.424&lt;br /&gt;value: 0.467715763&#34;,&#34;threshold: 0.425&lt;br /&gt;value: 0.469473698&#34;,&#34;threshold: 0.426&lt;br /&gt;value: 0.471235498&#34;,&#34;threshold: 0.427&lt;br /&gt;value: 0.470653740&#34;,&#34;threshold: 0.428&lt;br /&gt;value: 0.472420720&#34;,&#34;threshold: 0.429&lt;br /&gt;value: 0.473305671&#34;,&#34;threshold: 0.430&lt;br /&gt;value: 0.471838987&#34;,&#34;threshold: 0.431&lt;br /&gt;value: 0.470370685&#34;,&#34;threshold: 0.432&lt;br /&gt;value: 0.472142231&#34;,&#34;threshold: 0.433&lt;br /&gt;value: 0.473029473&#34;,&#34;threshold: 0.434&lt;br /&gt;value: 0.474806900&#34;,&#34;threshold: 0.435&lt;br /&gt;value: 0.471862200&#34;,&#34;threshold: 0.436&lt;br /&gt;value: 0.470387402&#34;,&#34;threshold: 0.437&lt;br /&gt;value: 0.470387402&#34;,&#34;threshold: 0.438&lt;br /&gt;value: 0.468910969&#34;,&#34;threshold: 0.439&lt;br /&gt;value: 0.469799863&#34;,&#34;threshold: 0.440&lt;br /&gt;value: 0.468321466&#34;,&#34;threshold: 0.441&lt;br /&gt;value: 0.470101562&#34;,&#34;threshold: 0.442&lt;br /&gt;value: 0.470993095&#34;,&#34;threshold: 0.443&lt;br /&gt;value: 0.470993095&#34;,&#34;threshold: 0.444&lt;br /&gt;value: 0.470993095&#34;,&#34;threshold: 0.445&lt;br /&gt;value: 0.470993095&#34;,&#34;threshold: 0.446&lt;br /&gt;value: 0.469512072&#34;,&#34;threshold: 0.447&lt;br /&gt;value: 0.468029400&#34;,&#34;threshold: 0.448&lt;br /&gt;value: 0.468921268&#34;,&#34;threshold: 0.449&lt;br /&gt;value: 0.468921268&#34;,&#34;threshold: 0.450&lt;br /&gt;value: 0.465950306&#34;,&#34;threshold: 0.451&lt;br /&gt;value: 0.463864247&#34;,&#34;threshold: 0.452&lt;br /&gt;value: 0.463864247&#34;,&#34;threshold: 0.453&lt;br /&gt;value: 0.463864247&#34;,&#34;threshold: 0.454&lt;br /&gt;value: 0.462372621&#34;,&#34;threshold: 0.455&lt;br /&gt;value: 0.462372621&#34;,&#34;threshold: 0.456&lt;br /&gt;value: 0.461771186&#34;,&#34;threshold: 0.457&lt;br /&gt;value: 0.462664044&#34;,&#34;threshold: 0.458&lt;br /&gt;value: 0.459671090&#34;,&#34;threshold: 0.459&lt;br /&gt;value: 0.461458456&#34;,&#34;threshold: 0.460&lt;br /&gt;value: 0.463249837&#34;,&#34;threshold: 0.461&lt;br /&gt;value: 0.462646347&#34;,&#34;threshold: 0.462&lt;br /&gt;value: 0.462041497&#34;,&#34;threshold: 0.463&lt;br /&gt;value: 0.462041497&#34;,&#34;threshold: 0.464&lt;br /&gt;value: 0.460537085&#34;,&#34;threshold: 0.465&lt;br /&gt;value: 0.460537085&#34;,&#34;threshold: 0.466&lt;br /&gt;value: 0.459928834&#34;,&#34;threshold: 0.467&lt;br /&gt;value: 0.460218751&#34;,&#34;threshold: 0.468&lt;br /&gt;value: 0.458708209&#34;,&#34;threshold: 0.469&lt;br /&gt;value: 0.460509652&#34;,&#34;threshold: 0.470&lt;br /&gt;value: 0.461411903&#34;,&#34;threshold: 0.471&lt;br /&gt;value: 0.460801542&#34;,&#34;threshold: 0.472&lt;br /&gt;value: 0.460189796&#34;,&#34;threshold: 0.473&lt;br /&gt;value: 0.460189796&#34;,&#34;threshold: 0.474&lt;br /&gt;value: 0.461094425&#34;,&#34;threshold: 0.475&lt;br /&gt;value: 0.459576660&#34;,&#34;threshold: 0.476&lt;br /&gt;value: 0.458962130&#34;,&#34;threshold: 0.477&lt;br /&gt;value: 0.461683195&#34;,&#34;threshold: 0.478&lt;br /&gt;value: 0.463502411&#34;,&#34;threshold: 0.479&lt;br /&gt;value: 0.464413576&#34;,&#34;threshold: 0.480&lt;br /&gt;value: 0.465325781&#34;,&#34;threshold: 0.481&lt;br /&gt;value: 0.461660694&#34;,&#34;threshold: 0.482&lt;br /&gt;value: 0.460131089&#34;,&#34;threshold: 0.483&lt;br /&gt;value: 0.460131089&#34;,&#34;threshold: 0.484&lt;br /&gt;value: 0.461043976&#34;,&#34;threshold: 0.485&lt;br /&gt;value: 0.458892017&#34;,&#34;threshold: 0.486&lt;br /&gt;value: 0.459806289&#34;,&#34;threshold: 0.487&lt;br /&gt;value: 0.459185312&#34;,&#34;threshold: 0.488&lt;br /&gt;value: 0.457647245&#34;,&#34;threshold: 0.489&lt;br /&gt;value: 0.458562905&#34;,&#34;threshold: 0.490&lt;br /&gt;value: 0.459479620&#34;,&#34;threshold: 0.491&lt;br /&gt;value: 0.460397391&#34;,&#34;threshold: 0.492&lt;br /&gt;value: 0.458856476&#34;,&#34;threshold: 0.493&lt;br /&gt;value: 0.457313784&#34;,&#34;threshold: 0.494&lt;br /&gt;value: 0.456978394&#34;,&#34;threshold: 0.495&lt;br /&gt;value: 0.459116498&#34;,&#34;threshold: 0.496&lt;br /&gt;value: 0.460040984&#34;,&#34;threshold: 0.497&lt;br /&gt;value: 0.460040984&#34;,&#34;threshold: 0.498&lt;br /&gt;value: 0.460040984&#34;,&#34;threshold: 0.499&lt;br /&gt;value: 0.460040984&#34;,&#34;threshold: 0.500&lt;br /&gt;value: 0.456933668&#34;,&#34;threshold: 0.501&lt;br /&gt;value: 0.456301761&#34;,&#34;threshold: 0.502&lt;br /&gt;value: 0.457227299&#34;,&#34;threshold: 0.503&lt;br /&gt;value: 0.454107648&#34;,&#34;threshold: 0.504&lt;br /&gt;value: 0.455033525&#34;,&#34;threshold: 0.505&lt;br /&gt;value: 0.455033525&#34;,&#34;threshold: 0.506&lt;br /&gt;value: 0.458747858&#34;,&#34;threshold: 0.507&lt;br /&gt;value: 0.458747858&#34;,&#34;threshold: 0.508&lt;br /&gt;value: 0.459046395&#34;,&#34;threshold: 0.509&lt;br /&gt;value: 0.459345983&#34;,&#34;threshold: 0.510&lt;br /&gt;value: 0.456205004&#34;,&#34;threshold: 0.511&lt;br /&gt;value: 0.457139187&#34;,&#34;threshold: 0.512&lt;br /&gt;value: 0.458074468&#34;,&#34;threshold: 0.513&lt;br /&gt;value: 0.460886921&#34;,&#34;threshold: 0.514&lt;br /&gt;value: 0.460251106&#34;,&#34;threshold: 0.515&lt;br /&gt;value: 0.458673738&#34;,&#34;threshold: 0.516&lt;br /&gt;value: 0.460554952&#34;,&#34;threshold: 0.517&lt;br /&gt;value: 0.458974966&#34;,&#34;threshold: 0.518&lt;br /&gt;value: 0.456750524&#34;,&#34;threshold: 0.519&lt;br /&gt;value: 0.456750524&#34;,&#34;threshold: 0.520&lt;br /&gt;value: 0.457049402&#34;,&#34;threshold: 0.521&lt;br /&gt;value: 0.456404498&#34;,&#34;threshold: 0.522&lt;br /&gt;value: 0.454813596&#34;,&#34;threshold: 0.523&lt;br /&gt;value: 0.454164880&#34;,&#34;threshold: 0.524&lt;br /&gt;value: 0.453514619&#34;,&#34;threshold: 0.525&lt;br /&gt;value: 0.453514619&#34;,&#34;threshold: 0.526&lt;br /&gt;value: 0.453809488&#34;,&#34;threshold: 0.527&lt;br /&gt;value: 0.449003596&#34;,&#34;threshold: 0.528&lt;br /&gt;value: 0.449950235&#34;,&#34;threshold: 0.529&lt;br /&gt;value: 0.452796957&#34;,&#34;threshold: 0.530&lt;br /&gt;value: 0.452140373&#34;,&#34;threshold: 0.531&lt;br /&gt;value: 0.453092304&#34;,&#34;threshold: 0.532&lt;br /&gt;value: 0.454999599&#34;,&#34;threshold: 0.533&lt;br /&gt;value: 0.452730473&#34;,&#34;threshold: 0.534&lt;br /&gt;value: 0.452730473&#34;,&#34;threshold: 0.535&lt;br /&gt;value: 0.450453135&#34;,&#34;threshold: 0.536&lt;br /&gt;value: 0.451409218&#34;,&#34;threshold: 0.537&lt;br /&gt;value: 0.451409218&#34;,&#34;threshold: 0.538&lt;br /&gt;value: 0.450746196&#34;,&#34;threshold: 0.539&lt;br /&gt;value: 0.450081568&#34;,&#34;threshold: 0.540&lt;br /&gt;value: 0.451335517&#34;,&#34;threshold: 0.541&lt;br /&gt;value: 0.451631789&#34;,&#34;threshold: 0.542&lt;br /&gt;value: 0.452595565&#34;,&#34;threshold: 0.543&lt;br /&gt;value: 0.450964601&#34;,&#34;threshold: 0.544&lt;br /&gt;value: 0.451929143&#34;,&#34;threshold: 0.545&lt;br /&gt;value: 0.443742414&#34;,&#34;threshold: 0.546&lt;br /&gt;value: 0.444706080&#34;,&#34;threshold: 0.547&lt;br /&gt;value: 0.442380555&#34;,&#34;threshold: 0.548&lt;br /&gt;value: 0.440046473&#34;,&#34;threshold: 0.549&lt;br /&gt;value: 0.440325216&#34;,&#34;threshold: 0.550&lt;br /&gt;value: 0.440325216&#34;,&#34;threshold: 0.551&lt;br /&gt;value: 0.440325216&#34;,&#34;threshold: 0.552&lt;br /&gt;value: 0.441292705&#34;,&#34;threshold: 0.553&lt;br /&gt;value: 0.441292705&#34;,&#34;threshold: 0.554&lt;br /&gt;value: 0.443231256&#34;,&#34;threshold: 0.555&lt;br /&gt;value: 0.443231256&#34;,&#34;threshold: 0.556&lt;br /&gt;value: 0.445174585&#34;,&#34;threshold: 0.557&lt;br /&gt;value: 0.444489961&#34;,&#34;threshold: 0.558&lt;br /&gt;value: 0.445464202&#34;,&#34;threshold: 0.559&lt;br /&gt;value: 0.443803645&#34;,&#34;threshold: 0.560&lt;br /&gt;value: 0.438809643&#34;,&#34;threshold: 0.561&lt;br /&gt;value: 0.439783383&#34;,&#34;threshold: 0.562&lt;br /&gt;value: 0.440758330&#34;,&#34;threshold: 0.563&lt;br /&gt;value: 0.439368752&#34;,&#34;threshold: 0.564&lt;br /&gt;value: 0.440346471&#34;,&#34;threshold: 0.565&lt;br /&gt;value: 0.439649873&#34;,&#34;threshold: 0.566&lt;br /&gt;value: 0.437972252&#34;,&#34;threshold: 0.567&lt;br /&gt;value: 0.440913775&#34;,&#34;threshold: 0.568&lt;br /&gt;value: 0.440215275&#34;,&#34;threshold: 0.569&lt;br /&gt;value: 0.439515026&#34;,&#34;threshold: 0.570&lt;br /&gt;value: 0.435433591&#34;,&#34;threshold: 0.571&lt;br /&gt;value: 0.435433591&#34;,&#34;threshold: 0.572&lt;br /&gt;value: 0.434724700&#34;,&#34;threshold: 0.573&lt;br /&gt;value: 0.435709944&#34;,&#34;threshold: 0.574&lt;br /&gt;value: 0.436975861&#34;,&#34;threshold: 0.575&lt;br /&gt;value: 0.436265787&#34;,&#34;threshold: 0.576&lt;br /&gt;value: 0.436265787&#34;,&#34;threshold: 0.577&lt;br /&gt;value: 0.437256355&#34;,&#34;threshold: 0.578&lt;br /&gt;value: 0.437256355&#34;,&#34;threshold: 0.579&lt;br /&gt;value: 0.436545289&#34;,&#34;threshold: 0.580&lt;br /&gt;value: 0.436545289&#34;,&#34;threshold: 0.581&lt;br /&gt;value: 0.434840252&#34;,&#34;threshold: 0.582&lt;br /&gt;value: 0.435832424&#34;,&#34;threshold: 0.583&lt;br /&gt;value: 0.436825852&#34;,&#34;threshold: 0.584&lt;br /&gt;value: 0.437820539&#34;,&#34;threshold: 0.585&lt;br /&gt;value: 0.437107483&#34;,&#34;threshold: 0.586&lt;br /&gt;value: 0.433682966&#34;,&#34;threshold: 0.587&lt;br /&gt;value: 0.428529849&#34;,&#34;threshold: 0.588&lt;br /&gt;value: 0.428797052&#34;,&#34;threshold: 0.589&lt;br /&gt;value: 0.428797052&#34;,&#34;threshold: 0.590&lt;br /&gt;value: 0.428067927&#34;,&#34;threshold: 0.591&lt;br /&gt;value: 0.424609971&#34;,&#34;threshold: 0.592&lt;br /&gt;value: 0.420401430&#34;,&#34;threshold: 0.593&lt;br /&gt;value: 0.415176425&#34;,&#34;threshold: 0.594&lt;br /&gt;value: 0.415176425&#34;,&#34;threshold: 0.595&lt;br /&gt;value: 0.415420269&#34;,&#34;threshold: 0.596&lt;br /&gt;value: 0.415420269&#34;,&#34;threshold: 0.597&lt;br /&gt;value: 0.406650906&#34;,&#34;threshold: 0.598&lt;br /&gt;value: 0.406650906&#34;,&#34;threshold: 0.599&lt;br /&gt;value: 0.407645377&#34;,&#34;threshold: 0.600&lt;br /&gt;value: 0.405884215&#34;,&#34;threshold: 0.601&lt;br /&gt;value: 0.404120776&#34;,&#34;threshold: 0.602&lt;br /&gt;value: 0.402355055&#34;,&#34;threshold: 0.603&lt;br /&gt;value: 0.403349320&#34;,&#34;threshold: 0.604&lt;br /&gt;value: 0.403349320&#34;,&#34;threshold: 0.605&lt;br /&gt;value: 0.402575864&#34;,&#34;threshold: 0.606&lt;br /&gt;value: 0.400804561&#34;,&#34;threshold: 0.607&lt;br /&gt;value: 0.401022921&#34;,&#34;threshold: 0.608&lt;br /&gt;value: 0.400243418&#34;,&#34;threshold: 0.609&lt;br /&gt;value: 0.398463676&#34;,&#34;threshold: 0.610&lt;br /&gt;value: 0.396681614&#34;,&#34;threshold: 0.611&lt;br /&gt;value: 0.390525717&#34;,&#34;threshold: 0.612&lt;br /&gt;value: 0.391522650&#34;,&#34;threshold: 0.613&lt;br /&gt;value: 0.389727881&#34;,&#34;threshold: 0.614&lt;br /&gt;value: 0.387127951&#34;,&#34;threshold: 0.615&lt;br /&gt;value: 0.386323032&#34;,&#34;threshold: 0.616&lt;br /&gt;value: 0.384517770&#34;,&#34;threshold: 0.617&lt;br /&gt;value: 0.382710134&#34;,&#34;threshold: 0.618&lt;br /&gt;value: 0.379087720&#34;,&#34;threshold: 0.619&lt;br /&gt;value: 0.380084342&#34;,&#34;threshold: 0.620&lt;br /&gt;value: 0.380265127&#34;,&#34;threshold: 0.621&lt;br /&gt;value: 0.378446323&#34;,&#34;threshold: 0.622&lt;br /&gt;value: 0.379445815&#34;,&#34;threshold: 0.623&lt;br /&gt;value: 0.377624063&#34;,&#34;threshold: 0.624&lt;br /&gt;value: 0.374972496&#34;,&#34;threshold: 0.625&lt;br /&gt;value: 0.375972999&#34;,&#34;threshold: 0.626&lt;br /&gt;value: 0.377977991&#34;,&#34;threshold: 0.627&lt;br /&gt;value: 0.376146789&#34;,&#34;threshold: 0.628&lt;br /&gt;value: 0.377150734&#34;,&#34;threshold: 0.629&lt;br /&gt;value: 0.373479912&#34;,&#34;threshold: 0.630&lt;br /&gt;value: 0.370802360&#34;,&#34;threshold: 0.631&lt;br /&gt;value: 0.371806758&#34;,&#34;threshold: 0.632&lt;br /&gt;value: 0.370966825&#34;,&#34;threshold: 0.633&lt;br /&gt;value: 0.369118683&#34;,&#34;threshold: 0.634&lt;br /&gt;value: 0.369118683&#34;,&#34;threshold: 0.635&lt;br /&gt;value: 0.360843862&#34;,&#34;threshold: 0.636&lt;br /&gt;value: 0.354376363&#34;,&#34;threshold: 0.637&lt;br /&gt;value: 0.355379844&#34;,&#34;threshold: 0.638&lt;br /&gt;value: 0.353636234&#34;,&#34;threshold: 0.639&lt;br /&gt;value: 0.351755105&#34;,&#34;threshold: 0.640&lt;br /&gt;value: 0.349871427&#34;,&#34;threshold: 0.641&lt;br /&gt;value: 0.345208447&#34;,&#34;threshold: 0.642&lt;br /&gt;value: 0.347219317&#34;,&#34;threshold: 0.643&lt;br /&gt;value: 0.347219317&#34;,&#34;threshold: 0.644&lt;br /&gt;value: 0.343425267&#34;,&#34;threshold: 0.645&lt;br /&gt;value: 0.341524365&#34;,&#34;threshold: 0.646&lt;br /&gt;value: 0.342530030&#34;,&#34;threshold: 0.647&lt;br /&gt;value: 0.343537067&#34;,&#34;threshold: 0.648&lt;br /&gt;value: 0.341632348&#34;,&#34;threshold: 0.649&lt;br /&gt;value: 0.338821666&#34;,&#34;threshold: 0.650&lt;br /&gt;value: 0.339829611&#34;,&#34;threshold: 0.651&lt;br /&gt;value: 0.338924535&#34;,&#34;threshold: 0.652&lt;br /&gt;value: 0.337007507&#34;,&#34;threshold: 0.653&lt;br /&gt;value: 0.336096689&#34;,&#34;threshold: 0.654&lt;br /&gt;value: 0.334267524&#34;,&#34;threshold: 0.655&lt;br /&gt;value: 0.332338036&#34;,&#34;threshold: 0.656&lt;br /&gt;value: 0.325601974&#34;,&#34;threshold: 0.657&lt;br /&gt;value: 0.326611932&#34;,&#34;threshold: 0.658&lt;br /&gt;value: 0.320771406&#34;,&#34;threshold: 0.659&lt;br /&gt;value: 0.313952899&#34;,&#34;threshold: 0.660&lt;br /&gt;value: 0.313952899&#34;,&#34;threshold: 0.661&lt;br /&gt;value: 0.306081276&#34;,&#34;threshold: 0.662&lt;br /&gt;value: 0.304106498&#34;,&#34;threshold: 0.663&lt;br /&gt;value: 0.304106498&#34;,&#34;threshold: 0.664&lt;br /&gt;value: 0.297181804&#34;,&#34;threshold: 0.665&lt;br /&gt;value: 0.299190180&#34;,&#34;threshold: 0.666&lt;br /&gt;value: 0.299190180&#34;,&#34;threshold: 0.667&lt;br /&gt;value: 0.293209639&#34;,&#34;threshold: 0.668&lt;br /&gt;value: 0.292221263&#34;,&#34;threshold: 0.669&lt;br /&gt;value: 0.288204659&#34;,&#34;threshold: 0.670&lt;br /&gt;value: 0.288204659&#34;,&#34;threshold: 0.671&lt;br /&gt;value: 0.290217385&#34;,&#34;threshold: 0.672&lt;br /&gt;value: 0.281123735&#34;,&#34;threshold: 0.673&lt;br /&gt;value: 0.279094682&#34;,&#34;threshold: 0.674&lt;br /&gt;value: 0.279073929&#34;,&#34;threshold: 0.675&lt;br /&gt;value: 0.278044636&#34;,&#34;threshold: 0.676&lt;br /&gt;value: 0.277012399&#34;,&#34;threshold: 0.677&lt;br /&gt;value: 0.277012399&#34;,&#34;threshold: 0.678&lt;br /&gt;value: 0.274939046&#34;,&#34;threshold: 0.679&lt;br /&gt;value: 0.275949610&#34;,&#34;threshold: 0.680&lt;br /&gt;value: 0.275921894&#34;,&#34;threshold: 0.681&lt;br /&gt;value: 0.268690640&#34;,&#34;threshold: 0.682&lt;br /&gt;value: 0.267633695&#34;,&#34;threshold: 0.683&lt;br /&gt;value: 0.264497364&#34;,&#34;threshold: 0.684&lt;br /&gt;value: 0.266525334&#34;,&#34;threshold: 0.685&lt;br /&gt;value: 0.264444451&#34;,&#34;threshold: 0.686&lt;br /&gt;value: 0.263375188&#34;,&#34;threshold: 0.687&lt;br /&gt;value: 0.264391307&#34;,&#34;threshold: 0.688&lt;br /&gt;value: 0.262302812&#34;,&#34;threshold: 0.689&lt;br /&gt;value: 0.258116687&#34;,&#34;threshold: 0.690&lt;br /&gt;value: 0.260148665&#34;,&#34;threshold: 0.691&lt;br /&gt;value: 0.254857614&#34;,&#34;threshold: 0.692&lt;br /&gt;value: 0.255874937&#34;,&#34;threshold: 0.693&lt;br /&gt;value: 0.256893752&#34;,&#34;threshold: 0.694&lt;br /&gt;value: 0.258935871&#34;,&#34;threshold: 0.695&lt;br /&gt;value: 0.254707853&#34;,&#34;threshold: 0.696&lt;br /&gt;value: 0.251487465&#34;,&#34;threshold: 0.697&lt;br /&gt;value: 0.247232847&#34;,&#34;threshold: 0.698&lt;br /&gt;value: 0.245100824&#34;,&#34;threshold: 0.699&lt;br /&gt;value: 0.240827316&#34;,&#34;threshold: 0.700&lt;br /&gt;value: 0.236541144&#34;,&#34;threshold: 0.701&lt;br /&gt;value: 0.233256379&#34;,&#34;threshold: 0.702&lt;br /&gt;value: 0.229956948&#34;,&#34;threshold: 0.703&lt;br /&gt;value: 0.229825292&#34;,&#34;threshold: 0.704&lt;br /&gt;value: 0.230842915&#34;,&#34;threshold: 0.705&lt;br /&gt;value: 0.226363361&#34;,&#34;threshold: 0.706&lt;br /&gt;value: 0.225202457&#34;,&#34;threshold: 0.707&lt;br /&gt;value: 0.223018674&#34;,&#34;threshold: 0.708&lt;br /&gt;value: 0.223018674&#34;,&#34;threshold: 0.709&lt;br /&gt;value: 0.223018674&#34;,&#34;threshold: 0.710&lt;br /&gt;value: 0.221850121&#34;,&#34;threshold: 0.711&lt;br /&gt;value: 0.217464349&#34;,&#34;threshold: 0.712&lt;br /&gt;value: 0.219502438&#34;,&#34;threshold: 0.713&lt;br /&gt;value: 0.212893590&#34;,&#34;threshold: 0.714&lt;br /&gt;value: 0.212893590&#34;,&#34;threshold: 0.715&lt;br /&gt;value: 0.209487876&#34;,&#34;threshold: 0.716&lt;br /&gt;value: 0.210506281&#34;,&#34;threshold: 0.717&lt;br /&gt;value: 0.208288147&#34;,&#34;threshold: 0.718&lt;br /&gt;value: 0.203841763&#34;,&#34;threshold: 0.719&lt;br /&gt;value: 0.205877731&#34;,&#34;threshold: 0.720&lt;br /&gt;value: 0.204667010&#34;,&#34;threshold: 0.721&lt;br /&gt;value: 0.200194730&#34;,&#34;threshold: 0.722&lt;br /&gt;value: 0.195708771&#34;,&#34;threshold: 0.723&lt;br /&gt;value: 0.193241275&#34;,&#34;threshold: 0.724&lt;br /&gt;value: 0.190984350&#34;,&#34;threshold: 0.725&lt;br /&gt;value: 0.190984350&#34;,&#34;threshold: 0.726&lt;br /&gt;value: 0.186460091&#34;,&#34;threshold: 0.727&lt;br /&gt;value: 0.183950748&#34;,&#34;threshold: 0.728&lt;br /&gt;value: 0.177111333&#34;,&#34;threshold: 0.729&lt;br /&gt;value: 0.172534075&#34;,&#34;threshold: 0.730&lt;br /&gt;value: 0.170240126&#34;,&#34;threshold: 0.731&lt;br /&gt;value: 0.167942621&#34;,&#34;threshold: 0.732&lt;br /&gt;value: 0.163336907&#34;,&#34;threshold: 0.733&lt;br /&gt;value: 0.159722704&#34;,&#34;threshold: 0.734&lt;br /&gt;value: 0.157406269&#34;,&#34;threshold: 0.735&lt;br /&gt;value: 0.152762556&#34;,&#34;threshold: 0.736&lt;br /&gt;value: 0.153766887&#34;,&#34;threshold: 0.737&lt;br /&gt;value: 0.144431691&#34;,&#34;threshold: 0.738&lt;br /&gt;value: 0.144431691&#34;,&#34;threshold: 0.739&lt;br /&gt;value: 0.140741753&#34;,&#34;threshold: 0.740&lt;br /&gt;value: 0.137034394&#34;,&#34;threshold: 0.741&lt;br /&gt;value: 0.132310991&#34;,&#34;threshold: 0.742&lt;br /&gt;value: 0.133309490&#34;,&#34;threshold: 0.743&lt;br /&gt;value: 0.133309490&#34;,&#34;threshold: 0.744&lt;br /&gt;value: 0.130941119&#34;,&#34;threshold: 0.745&lt;br /&gt;value: 0.128569007&#34;,&#34;threshold: 0.746&lt;br /&gt;value: 0.128569007&#34;,&#34;threshold: 0.747&lt;br /&gt;value: 0.127189962&#34;,&#34;threshold: 0.748&lt;br /&gt;value: 0.127189962&#34;,&#34;threshold: 0.749&lt;br /&gt;value: 0.122424752&#34;,&#34;threshold: 0.750&lt;br /&gt;value: 0.120036478&#34;,&#34;threshold: 0.751&lt;br /&gt;value: 0.117644412&#34;,&#34;threshold: 0.752&lt;br /&gt;value: 0.112848871&#34;,&#34;threshold: 0.753&lt;br /&gt;value: 0.110445376&#34;,&#34;threshold: 0.754&lt;br /&gt;value: 0.108038054&#34;,&#34;threshold: 0.755&lt;br /&gt;value: 0.108038054&#34;,&#34;threshold: 0.756&lt;br /&gt;value: 0.105626896&#34;,&#34;threshold: 0.757&lt;br /&gt;value: 0.103211890&#34;,&#34;threshold: 0.758&lt;br /&gt;value: 0.104199117&#34;,&#34;threshold: 0.759&lt;br /&gt;value: 0.099355240&#34;,&#34;threshold: 0.760&lt;br /&gt;value: 0.096927487&#34;,&#34;threshold: 0.761&lt;br /&gt;value: 0.096927487&#34;,&#34;threshold: 0.762&lt;br /&gt;value: 0.096927487&#34;,&#34;threshold: 0.763&lt;br /&gt;value: 0.097912844&#34;,&#34;threshold: 0.764&lt;br /&gt;value: 0.096465821&#34;,&#34;threshold: 0.765&lt;br /&gt;value: 0.095014148&#34;,&#34;threshold: 0.766&lt;br /&gt;value: 0.096001927&#34;,&#34;threshold: 0.767&lt;br /&gt;value: 0.086201773&#34;,&#34;threshold: 0.768&lt;br /&gt;value: 0.086201773&#34;,&#34;threshold: 0.769&lt;br /&gt;value: 0.087186426&#34;,&#34;threshold: 0.770&lt;br /&gt;value: 0.085710358&#34;,&#34;threshold: 0.771&lt;br /&gt;value: 0.080773770&#34;,&#34;threshold: 0.772&lt;br /&gt;value: 0.080773770&#34;,&#34;threshold: 0.773&lt;br /&gt;value: 0.080773770&#34;,&#34;threshold: 0.774&lt;br /&gt;value: 0.078299475&#34;,&#34;threshold: 0.775&lt;br /&gt;value: 0.079282510&#34;,&#34;threshold: 0.776&lt;br /&gt;value: 0.076802987&#34;,&#34;threshold: 0.777&lt;br /&gt;value: 0.074319435&#34;,&#34;threshold: 0.778&lt;br /&gt;value: 0.071831844&#34;,&#34;threshold: 0.779&lt;br /&gt;value: 0.061840893&#34;,&#34;threshold: 0.780&lt;br /&gt;value: 0.062816911&#34;,&#34;threshold: 0.781&lt;br /&gt;value: 0.062816911&#34;,&#34;threshold: 0.782&lt;br /&gt;value: 0.062816911&#34;,&#34;threshold: 0.783&lt;br /&gt;value: 0.062816911&#34;,&#34;threshold: 0.784&lt;br /&gt;value: 0.062816911&#34;,&#34;threshold: 0.785&lt;br /&gt;value: 0.058769538&#34;,&#34;threshold: 0.786&lt;br /&gt;value: 0.056250871&#34;,&#34;threshold: 0.787&lt;br /&gt;value: 0.053728074&#34;,&#34;threshold: 0.788&lt;br /&gt;value: 0.053728074&#34;,&#34;threshold: 0.789&lt;br /&gt;value: 0.054702240&#34;,&#34;threshold: 0.790&lt;br /&gt;value: 0.054702240&#34;,&#34;threshold: 0.791&lt;br /&gt;value: 0.055678006&#34;,&#34;threshold: 0.792&lt;br /&gt;value: 0.050614871&#34;,&#34;threshold: 0.793&lt;br /&gt;value: 0.048077051&#34;,&#34;threshold: 0.794&lt;br /&gt;value: 0.048077051&#34;,&#34;threshold: 0.795&lt;br /&gt;value: 0.048077051&#34;,&#34;threshold: 0.796&lt;br /&gt;value: 0.040438462&#34;,&#34;threshold: 0.797&lt;br /&gt;value: 0.040438462&#34;,&#34;threshold: 0.798&lt;br /&gt;value: 0.035325023&#34;,&#34;threshold: 0.799&lt;br /&gt;value: 0.033727638&#34;,&#34;threshold: 0.800&lt;br /&gt;value: 0.031159002&#34;,&#34;threshold: 0.801&lt;br /&gt;value: 0.031159002&#34;,&#34;threshold: 0.802&lt;br /&gt;value: 0.031159002&#34;,&#34;threshold: 0.803&lt;br /&gt;value: 0.026008938&#34;,&#34;threshold: 0.804&lt;br /&gt;value: 0.026008938&#34;,&#34;threshold: 0.805&lt;br /&gt;value: 0.026008938&#34;,&#34;threshold: 0.806&lt;br /&gt;value: 0.026008938&#34;,&#34;threshold: 0.807&lt;br /&gt;value: 0.026008938&#34;,&#34;threshold: 0.808&lt;br /&gt;value: 0.026008938&#34;,&#34;threshold: 0.809&lt;br /&gt;value: 0.020841748&#34;,&#34;threshold: 0.810&lt;br /&gt;value: 0.020841748&#34;,&#34;threshold: 0.811&lt;br /&gt;value: 0.020841748&#34;,&#34;threshold: 0.812&lt;br /&gt;value: 0.018251704&#34;,&#34;threshold: 0.813&lt;br /&gt;value: 0.018251704&#34;,&#34;threshold: 0.814&lt;br /&gt;value: 0.018251704&#34;,&#34;threshold: 0.815&lt;br /&gt;value: 0.018251704&#34;,&#34;threshold: 0.816&lt;br /&gt;value: 0.018251704&#34;,&#34;threshold: 0.817&lt;br /&gt;value: 0.018251704&#34;,&#34;threshold: 0.818&lt;br /&gt;value: 0.018251704&#34;,&#34;threshold: 0.819&lt;br /&gt;value: 0.015657346&#34;,&#34;threshold: 0.820&lt;br /&gt;value: 0.015657346&#34;,&#34;threshold: 0.821&lt;br /&gt;value: 0.015657346&#34;,&#34;threshold: 0.822&lt;br /&gt;value: 0.015657346&#34;,&#34;threshold: 0.823&lt;br /&gt;value: 0.013058663&#34;,&#34;threshold: 0.824&lt;br /&gt;value: 0.013058663&#34;,&#34;threshold: 0.825&lt;br /&gt;value: 0.010455645&#34;,&#34;threshold: 0.826&lt;br /&gt;value: 0.010455645&#34;,&#34;threshold: 0.827&lt;br /&gt;value: 0.010455645&#34;,&#34;threshold: 0.828&lt;br /&gt;value: 0.010455645&#34;,&#34;threshold: 0.829&lt;br /&gt;value: 0.010455645&#34;,&#34;threshold: 0.830&lt;br /&gt;value: 0.010455645&#34;,&#34;threshold: 0.831&lt;br /&gt;value: 0.010455645&#34;,&#34;threshold: 0.832&lt;br /&gt;value: 0.010455645&#34;,&#34;threshold: 0.833&lt;br /&gt;value: 0.010455645&#34;,&#34;threshold: 0.834&lt;br /&gt;value: 0.010455645&#34;,&#34;threshold: 0.835&lt;br /&gt;value: 0.010455645&#34;,&#34;threshold: 0.836&lt;br /&gt;value: 0.007848280&#34;,&#34;threshold: 0.837&lt;br /&gt;value: 0.005236558&#34;,&#34;threshold: 0.838&lt;br /&gt;value: 0.005236558&#34;,&#34;threshold: 0.839&lt;br /&gt;value: 0.002620469&#34;,&#34;threshold: 0.840&lt;br /&gt;value: 0.002620469&#34;,&#34;threshold: 0.841&lt;br /&gt;value: 0.002620469&#34;,&#34;threshold: 0.842&lt;br /&gt;value: 0.002620469&#34;,&#34;threshold: 0.843&lt;br /&gt;value: 0.002620469&#34;,&#34;threshold: 0.844&lt;br /&gt;value: 0.002620469&#34;,&#34;threshold: 0.845&lt;br /&gt;value: 0.002620469&#34;,&#34;threshold: 0.846&lt;br /&gt;value: 0.002620469&#34;,&#34;threshold: 0.847&lt;br /&gt;value: 0.002620469&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;lines&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,0,128,1)&#34;,&#34;dash&#34;:&#34;solid&#34;},&#34;hoveron&#34;:&#34;points&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x3&#34;,&#34;yaxis&#34;:&#34;y&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.05,0.051,0.052,0.053,0.054,0.055,0.056,0.057,0.058,0.059,0.06,0.061,0.062,0.063,0.064,0.065,0.066,0.067,0.068,0.069,0.07,0.071,0.072,0.073,0.074,0.075,0.076,0.077,0.078,0.079,0.08,0.081,0.082,0.083,0.084,0.085,0.086,0.087,0.088,0.089,0.09,0.091,0.092,0.093,0.094,0.095,0.096,0.097,0.098,0.099,0.1,0.101,0.102,0.103,0.104,0.105,0.106,0.107,0.108,0.109,0.11,0.111,0.112,0.113,0.114,0.115,0.116,0.117,0.118,0.119,0.12,0.121,0.122,0.123,0.124,0.125,0.126,0.127,0.128,0.129,0.13,0.131,0.132,0.133,0.134,0.135,0.136,0.137,0.138,0.139,0.14,0.141,0.142,0.143,0.144,0.145,0.146,0.147,0.148,0.149,0.15,0.151,0.152,0.153,0.154,0.155,0.156,0.157,0.158,0.159,0.16,0.161,0.162,0.163,0.164,0.165,0.166,0.167,0.168,0.169,0.17,0.171,0.172,0.173,0.174,0.175,0.176,0.177,0.178,0.179,0.18,0.181,0.182,0.183,0.184,0.185,0.186,0.187,0.188,0.189,0.19,0.191,0.192,0.193,0.194,0.195,0.196,0.197,0.198,0.199,0.2,0.201,0.202,0.203,0.204,0.205,0.206,0.207,0.208,0.209,0.21,0.211,0.212,0.213,0.214,0.215,0.216,0.217,0.218,0.219,0.22,0.221,0.222,0.223,0.224,0.225,0.226,0.227,0.228,0.229,0.23,0.231,0.232,0.233,0.234,0.235,0.236,0.237,0.238,0.239,0.24,0.241,0.242,0.243,0.244,0.245,0.246,0.247,0.248,0.249,0.25,0.251,0.252,0.253,0.254,0.255,0.256,0.257,0.258,0.259,0.26,0.261,0.262,0.263,0.264,0.265,0.266,0.267,0.268,0.269,0.27,0.271,0.272,0.273,0.274,0.275,0.276,0.277,0.278,0.279,0.28,0.281,0.282,0.283,0.284,0.285,0.286,0.287,0.288,0.289,0.29,0.291,0.292,0.293,0.294,0.295,0.296,0.297,0.298,0.299,0.3,0.301,0.302,0.303,0.304,0.305,0.306,0.307,0.308,0.309,0.31,0.311,0.312,0.313,0.314,0.315,0.316,0.317,0.318,0.319,0.32,0.321,0.322,0.323,0.324,0.325,0.326,0.327,0.328,0.329,0.33,0.331,0.332,0.333,0.334,0.335,0.336,0.337,0.338,0.339,0.34,0.341,0.342,0.343,0.344,0.345,0.346,0.347,0.348,0.349,0.35,0.351,0.352,0.353,0.354,0.355,0.356,0.357,0.358,0.359,0.36,0.361,0.362,0.363,0.364,0.365,0.366,0.367,0.368,0.369,0.37,0.371,0.372,0.373,0.374,0.375,0.376,0.377,0.378,0.379,0.38,0.381,0.382,0.383,0.384,0.385,0.386,0.387,0.388,0.389,0.39,0.391,0.392,0.393,0.394,0.395,0.396,0.397,0.398,0.399,0.4,0.401,0.402,0.403,0.404,0.405,0.406,0.407,0.408,0.409,0.41,0.411,0.412,0.413,0.414,0.415,0.416,0.417,0.418,0.419,0.42,0.421,0.422,0.423,0.424,0.425,0.426,0.427,0.428,0.429,0.43,0.431,0.432,0.433,0.434,0.435,0.436,0.437,0.438,0.439,0.44,0.441,0.442,0.443,0.444,0.445,0.446,0.447,0.448,0.449,0.45,0.451,0.452,0.453,0.454,0.455,0.456,0.457,0.458,0.459,0.46,0.461,0.462,0.463,0.464,0.465,0.466,0.467,0.468,0.469,0.47,0.471,0.472,0.473,0.474,0.475,0.476,0.477,0.478,0.479,0.48,0.481,0.482,0.483,0.484,0.485,0.486,0.487,0.488,0.489,0.49,0.491,0.492,0.493,0.494,0.495,0.496,0.497,0.498,0.499,0.5,0.501,0.502,0.503,0.504,0.505,0.506,0.507,0.508,0.509,0.51,0.511,0.512,0.513,0.514,0.515,0.516,0.517,0.518,0.519,0.52,0.521,0.522,0.523,0.524,0.525,0.526,0.527,0.528,0.529,0.53,0.531,0.532,0.533,0.534,0.535,0.536,0.537,0.538,0.539,0.54,0.541,0.542,0.543,0.544,0.545,0.546,0.547,0.548,0.549,0.55,0.551,0.552,0.553,0.554,0.555,0.556,0.557,0.558,0.559,0.56,0.561,0.562,0.563,0.564,0.565,0.566,0.567,0.568,0.569,0.57,0.571,0.572,0.573,0.574,0.575,0.576,0.577,0.578,0.579,0.58,0.581,0.582,0.583,0.584,0.585,0.586,0.587,0.588,0.589,0.59,0.591,0.592,0.593,0.594,0.595,0.596,0.597,0.598,0.599,0.6,0.601,0.602,0.603,0.604,0.605,0.606,0.607,0.608,0.609,0.61,0.611,0.612,0.613,0.614,0.615,0.616,0.617,0.618,0.619,0.62,0.621,0.622,0.623,0.624,0.625,0.626,0.627,0.628,0.629,0.63,0.631,0.632,0.633,0.634,0.635,0.636,0.637,0.638,0.639,0.64,0.641,0.642,0.643,0.644,0.645,0.646,0.647,0.648,0.649,0.65,0.651,0.652,0.653,0.654,0.655,0.656,0.657,0.658,0.659,0.66,0.661,0.662,0.663,0.664,0.665,0.666,0.667,0.668,0.669,0.67,0.671,0.672,0.673,0.674,0.675,0.676,0.677,0.678,0.679,0.68,0.681,0.682,0.683,0.684,0.685,0.686,0.687,0.688,0.689,0.69,0.691,0.692,0.693,0.694,0.695,0.696,0.697,0.698,0.699,0.7,0.701,0.702,0.703,0.704,0.705,0.706,0.707,0.708,0.709,0.71,0.711,0.712,0.713,0.714,0.715,0.716,0.717,0.718,0.719,0.72,0.721,0.722,0.723,0.724,0.725,0.726,0.727,0.728,0.729,0.73,0.731,0.732,0.733,0.734,0.735,0.736,0.737,0.738,0.739,0.74,0.741,0.742,0.743,0.744,0.745,0.746,0.747,0.748,0.749,0.75,0.751,0.752,0.753,0.754,0.755,0.756,0.757,0.758,0.759,0.76,0.761,0.762,0.763,0.764,0.765,0.766,0.767,0.768,0.769,0.77,0.771,0.772,0.773,0.774,0.775,0.776,0.777,0.778,0.779,0.78,0.781,0.782,0.783,0.784,0.785,0.786,0.787,0.788,0.789,0.79,0.791,0.792,0.793,0.794,0.795,0.796,0.797,0.798,0.799,0.8,0.801,0.802,0.803,0.804,0.805,0.806,0.807,0.808,0.809,0.81,0.811,0.812,0.813,0.814,0.815,0.816,0.817,0.818,0.819,0.82,0.821,0.822,0.823,0.824,0.825,0.826,0.827,0.828,0.829,0.83,0.831,0.832,0.833,0.834,0.835,0.836,0.837,0.838,0.839,0.84,0.841,0.842,0.843,0.844,0.845,0.846,0.847],&#34;y&#34;:[0.978571428571429,0.978571428571429,0.978571428571429,0.978571428571429,0.978571428571429,0.978571428571429,0.978571428571429,0.978571428571429,0.976785714285714,0.976785714285714,0.976785714285714,0.975,0.975,0.975,0.975,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.973214285714286,0.969642857142857,0.967857142857143,0.967857142857143,0.966071428571429,0.966071428571429,0.966071428571429,0.966071428571429,0.966071428571429,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.964285714285714,0.9625,0.9625,0.9625,0.9625,0.9625,0.9625,0.960714285714286,0.960714285714286,0.960714285714286,0.960714285714286,0.958928571428571,0.958928571428571,0.958928571428571,0.958928571428571,0.957142857142857,0.957142857142857,0.957142857142857,0.957142857142857,0.953571428571429,0.953571428571429,0.953571428571429,0.953571428571429,0.953571428571429,0.953571428571429,0.951785714285714,0.951785714285714,0.951785714285714,0.951785714285714,0.951785714285714,0.95,0.948214285714286,0.948214285714286,0.948214285714286,0.948214285714286,0.948214285714286,0.948214285714286,0.948214285714286,0.946428571428571,0.942857142857143,0.942857142857143,0.942857142857143,0.942857142857143,0.941071428571429,0.939285714285714,0.939285714285714,0.939285714285714,0.9375,0.9375,0.9375,0.9375,0.933928571428571,0.933928571428571,0.933928571428571,0.933928571428571,0.933928571428571,0.932142857142857,0.932142857142857,0.932142857142857,0.930357142857143,0.930357142857143,0.930357142857143,0.928571428571429,0.926785714285714,0.925,0.925,0.923214285714286,0.923214285714286,0.923214285714286,0.923214285714286,0.923214285714286,0.923214285714286,0.921428571428571,0.921428571428571,0.919642857142857,0.919642857142857,0.917857142857143,0.916071428571429,0.916071428571429,0.914285714285714,0.910714285714286,0.910714285714286,0.910714285714286,0.907142857142857,0.905357142857143,0.905357142857143,0.903571428571429,0.903571428571429,0.903571428571429,0.903571428571429,0.901785714285714,0.9,0.9,0.9,0.898214285714286,0.898214285714286,0.896428571428571,0.894642857142857,0.891071428571429,0.889285714285714,0.889285714285714,0.889285714285714,0.8875,0.883928571428571,0.883928571428571,0.883928571428571,0.882142857142857,0.876785714285714,0.876785714285714,0.875,0.873214285714286,0.873214285714286,0.869642857142857,0.867857142857143,0.866071428571429,0.866071428571429,0.8625,0.8625,0.8625,0.860714285714286,0.860714285714286,0.858928571428571,0.858928571428571,0.858928571428571,0.858928571428571,0.855357142857143,0.855357142857143,0.855357142857143,0.855357142857143,0.853571428571429,0.853571428571429,0.85,0.848214285714286,0.846428571428571,0.844642857142857,0.844642857142857,0.844642857142857,0.844642857142857,0.841071428571429,0.8375,0.8375,0.835714285714286,0.835714285714286,0.833928571428571,0.833928571428571,0.833928571428571,0.830357142857143,0.830357142857143,0.828571428571429,0.828571428571429,0.828571428571429,0.828571428571429,0.825,0.825,0.825,0.825,0.825,0.825,0.825,0.825,0.825,0.825,0.825,0.823214285714286,0.823214285714286,0.821428571428571,0.821428571428571,0.821428571428571,0.821428571428571,0.817857142857143,0.816071428571429,0.816071428571429,0.816071428571429,0.814285714285714,0.810714285714286,0.810714285714286,0.810714285714286,0.805357142857143,0.803571428571429,0.801785714285714,0.801785714285714,0.801785714285714,0.796428571428571,0.796428571428571,0.796428571428571,0.796428571428571,0.796428571428571,0.796428571428571,0.796428571428571,0.796428571428571,0.794642857142857,0.794642857142857,0.794642857142857,0.794642857142857,0.792857142857143,0.792857142857143,0.792857142857143,0.791071428571429,0.791071428571429,0.791071428571429,0.791071428571429,0.789285714285714,0.789285714285714,0.789285714285714,0.7875,0.7875,0.7875,0.785714285714286,0.785714285714286,0.783928571428571,0.783928571428571,0.783928571428571,0.782142857142857,0.780357142857143,0.778571428571429,0.778571428571429,0.773214285714286,0.773214285714286,0.773214285714286,0.773214285714286,0.773214285714286,0.773214285714286,0.773214285714286,0.769642857142857,0.769642857142857,0.769642857142857,0.767857142857143,0.767857142857143,0.767857142857143,0.764285714285714,0.7625,0.7625,0.7625,0.7625,0.7625,0.760714285714286,0.760714285714286,0.758928571428571,0.757142857142857,0.757142857142857,0.755357142857143,0.755357142857143,0.755357142857143,0.755357142857143,0.755357142857143,0.751785714285714,0.751785714285714,0.751785714285714,0.751785714285714,0.75,0.748214285714286,0.748214285714286,0.746428571428571,0.742857142857143,0.742857142857143,0.741071428571429,0.739285714285714,0.7375,0.733928571428571,0.728571428571429,0.728571428571429,0.728571428571429,0.728571428571429,0.726785714285714,0.726785714285714,0.726785714285714,0.726785714285714,0.726785714285714,0.723214285714286,0.723214285714286,0.723214285714286,0.721428571428571,0.717857142857143,0.717857142857143,0.717857142857143,0.717857142857143,0.716071428571429,0.716071428571429,0.716071428571429,0.716071428571429,0.716071428571429,0.716071428571429,0.714285714285714,0.710714285714286,0.710714285714286,0.710714285714286,0.707142857142857,0.707142857142857,0.707142857142857,0.707142857142857,0.705357142857143,0.705357142857143,0.705357142857143,0.705357142857143,0.705357142857143,0.703571428571429,0.698214285714286,0.696428571428571,0.694642857142857,0.691071428571429,0.691071428571429,0.689285714285714,0.689285714285714,0.689285714285714,0.6875,0.6875,0.6875,0.683928571428571,0.683928571428571,0.683928571428571,0.682142857142857,0.682142857142857,0.680357142857143,0.678571428571429,0.678571428571429,0.676785714285714,0.673214285714286,0.673214285714286,0.669642857142857,0.667857142857143,0.666071428571429,0.666071428571429,0.666071428571429,0.666071428571429,0.666071428571429,0.6625,0.6625,0.6625,0.6625,0.658928571428571,0.658928571428571,0.658928571428571,0.658928571428571,0.655357142857143,0.655357142857143,0.655357142857143,0.653571428571429,0.653571428571429,0.653571428571429,0.651785714285714,0.65,0.65,0.65,0.65,0.646428571428571,0.644642857142857,0.644642857142857,0.642857142857143,0.642857142857143,0.641071428571429,0.641071428571429,0.641071428571429,0.641071428571429,0.641071428571429,0.641071428571429,0.639285714285714,0.6375,0.6375,0.6375,0.633928571428571,0.630357142857143,0.630357142857143,0.630357142857143,0.628571428571429,0.628571428571429,0.626785714285714,0.626785714285714,0.623214285714286,0.623214285714286,0.623214285714286,0.621428571428571,0.619642857142857,0.619642857142857,0.617857142857143,0.617857142857143,0.616071428571429,0.614285714285714,0.6125,0.6125,0.6125,0.610714285714286,0.608928571428571,0.608928571428571,0.608928571428571,0.607142857142857,0.605357142857143,0.605357142857143,0.605357142857143,0.605357142857143,0.605357142857143,0.6,0.598214285714286,0.598214285714286,0.598214285714286,0.594642857142857,0.594642857142857,0.592857142857143,0.591071428571429,0.591071428571429,0.591071428571429,0.591071428571429,0.589285714285714,0.5875,0.583928571428571,0.582142857142857,0.582142857142857,0.582142857142857,0.582142857142857,0.582142857142857,0.578571428571429,0.576785714285714,0.576785714285714,0.573214285714286,0.573214285714286,0.573214285714286,0.573214285714286,0.573214285714286,0.571428571428571,0.569642857142857,0.566071428571429,0.566071428571429,0.566071428571429,0.566071428571429,0.564285714285714,0.5625,0.5625,0.560714285714286,0.557142857142857,0.557142857142857,0.555357142857143,0.553571428571429,0.551785714285714,0.55,0.548214285714286,0.548214285714286,0.546428571428571,0.541071428571429,0.541071428571429,0.541071428571429,0.539285714285714,0.539285714285714,0.539285714285714,0.535714285714286,0.535714285714286,0.532142857142857,0.532142857142857,0.532142857142857,0.530357142857143,0.528571428571429,0.526785714285714,0.525,0.525,0.523214285714286,0.523214285714286,0.514285714285714,0.514285714285714,0.510714285714286,0.507142857142857,0.505357142857143,0.505357142857143,0.505357142857143,0.505357142857143,0.505357142857143,0.505357142857143,0.505357142857143,0.505357142857143,0.503571428571429,0.503571428571429,0.501785714285714,0.496428571428571,0.496428571428571,0.496428571428571,0.492857142857143,0.492857142857143,0.491071428571429,0.489285714285714,0.489285714285714,0.4875,0.485714285714286,0.480357142857143,0.480357142857143,0.478571428571429,0.478571428571429,0.476785714285714,0.475,0.475,0.475,0.475,0.473214285714286,0.473214285714286,0.471428571428571,0.471428571428571,0.471428571428571,0.471428571428571,0.469642857142857,0.466071428571429,0.460714285714286,0.458928571428571,0.458928571428571,0.457142857142857,0.453571428571429,0.448214285714286,0.442857142857143,0.442857142857143,0.441071428571429,0.441071428571429,0.432142857142857,0.432142857142857,0.432142857142857,0.430357142857143,0.428571428571429,0.426785714285714,0.426785714285714,0.426785714285714,0.425,0.423214285714286,0.421428571428571,0.419642857142857,0.417857142857143,0.416071428571429,0.408928571428571,0.408928571428571,0.407142857142857,0.403571428571429,0.401785714285714,0.4,0.398214285714286,0.394642857142857,0.394642857142857,0.392857142857143,0.391071428571429,0.391071428571429,0.389285714285714,0.385714285714286,0.385714285714286,0.385714285714286,0.383928571428571,0.383928571428571,0.380357142857143,0.376785714285714,0.376785714285714,0.375,0.373214285714286,0.373214285714286,0.364285714285714,0.357142857142857,0.357142857142857,0.353571428571429,0.351785714285714,0.35,0.344642857142857,0.344642857142857,0.344642857142857,0.341071428571429,0.339285714285714,0.339285714285714,0.339285714285714,0.3375,0.333928571428571,0.333928571428571,0.332142857142857,0.330357142857143,0.328571428571429,0.325,0.323214285714286,0.316071428571429,0.316071428571429,0.310714285714286,0.303571428571429,0.303571428571429,0.296428571428571,0.294642857142857,0.294642857142857,0.2875,0.2875,0.2875,0.282142857142857,0.278571428571429,0.275,0.275,0.275,0.266071428571429,0.264285714285714,0.2625,0.260714285714286,0.258928571428571,0.258928571428571,0.255357142857143,0.255357142857143,0.253571428571429,0.246428571428571,0.244642857142857,0.241071428571429,0.241071428571429,0.239285714285714,0.2375,0.2375,0.235714285714286,0.232142857142857,0.232142857142857,0.226785714285714,0.226785714285714,0.226785714285714,0.226785714285714,0.223214285714286,0.219642857142857,0.216071428571429,0.214285714285714,0.210714285714286,0.207142857142857,0.203571428571429,0.2,0.198214285714286,0.198214285714286,0.192857142857143,0.191071428571429,0.189285714285714,0.189285714285714,0.189285714285714,0.1875,0.183928571428571,0.183928571428571,0.178571428571429,0.178571428571429,0.175,0.175,0.173214285714286,0.169642857142857,0.169642857142857,0.167857142857143,0.164285714285714,0.160714285714286,0.157142857142857,0.155357142857143,0.155357142857143,0.151785714285714,0.148214285714286,0.142857142857143,0.139285714285714,0.1375,0.135714285714286,0.132142857142857,0.128571428571429,0.126785714285714,0.123214285714286,0.123214285714286,0.116071428571429,0.116071428571429,0.1125,0.108928571428571,0.105357142857143,0.105357142857143,0.105357142857143,0.103571428571429,0.101785714285714,0.101785714285714,0.1,0.1,0.0964285714285714,0.0946428571428571,0.0928571428571429,0.0892857142857143,0.0875,0.0857142857142857,0.0857142857142857,0.0839285714285714,0.0821428571428571,0.0821428571428571,0.0785714285714286,0.0767857142857143,0.0767857142857143,0.0767857142857143,0.0767857142857143,0.075,0.0732142857142857,0.0732142857142857,0.0660714285714286,0.0660714285714286,0.0660714285714286,0.0642857142857143,0.0607142857142857,0.0607142857142857,0.0607142857142857,0.0589285714285714,0.0589285714285714,0.0571428571428571,0.0553571428571429,0.0535714285714286,0.0464285714285714,0.0464285714285714,0.0464285714285714,0.0464285714285714,0.0464285714285714,0.0464285714285714,0.0428571428571429,0.0410714285714286,0.0392857142857143,0.0392857142857143,0.0392857142857143,0.0392857142857143,0.0392857142857143,0.0357142857142857,0.0339285714285714,0.0339285714285714,0.0339285714285714,0.0285714285714286,0.0285714285714286,0.025,0.0232142857142857,0.0214285714285714,0.0214285714285714,0.0214285714285714,0.0178571428571429,0.0178571428571429,0.0178571428571429,0.0178571428571429,0.0178571428571429,0.0178571428571429,0.0142857142857143,0.0142857142857143,0.0142857142857143,0.0125,0.0125,0.0125,0.0125,0.0125,0.0125,0.0125,0.0107142857142857,0.0107142857142857,0.0107142857142857,0.0107142857142857,0.00892857142857143,0.00892857142857143,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00714285714285714,0.00535714285714286,0.00357142857142857,0.00357142857142857,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429,0.00178571428571429],&#34;text&#34;:[&#34;threshold: 0.050&lt;br /&gt;value: 0.978571429&#34;,&#34;threshold: 0.051&lt;br /&gt;value: 0.978571429&#34;,&#34;threshold: 0.052&lt;br /&gt;value: 0.978571429&#34;,&#34;threshold: 0.053&lt;br /&gt;value: 0.978571429&#34;,&#34;threshold: 0.054&lt;br /&gt;value: 0.978571429&#34;,&#34;threshold: 0.055&lt;br /&gt;value: 0.978571429&#34;,&#34;threshold: 0.056&lt;br /&gt;value: 0.978571429&#34;,&#34;threshold: 0.057&lt;br /&gt;value: 0.978571429&#34;,&#34;threshold: 0.058&lt;br /&gt;value: 0.976785714&#34;,&#34;threshold: 0.059&lt;br /&gt;value: 0.976785714&#34;,&#34;threshold: 0.060&lt;br /&gt;value: 0.976785714&#34;,&#34;threshold: 0.061&lt;br /&gt;value: 0.975000000&#34;,&#34;threshold: 0.062&lt;br /&gt;value: 0.975000000&#34;,&#34;threshold: 0.063&lt;br /&gt;value: 0.975000000&#34;,&#34;threshold: 0.064&lt;br /&gt;value: 0.975000000&#34;,&#34;threshold: 0.065&lt;br /&gt;value: 0.973214286&#34;,&#34;threshold: 0.066&lt;br /&gt;value: 0.973214286&#34;,&#34;threshold: 0.067&lt;br /&gt;value: 0.973214286&#34;,&#34;threshold: 0.068&lt;br /&gt;value: 0.973214286&#34;,&#34;threshold: 0.069&lt;br /&gt;value: 0.973214286&#34;,&#34;threshold: 0.070&lt;br /&gt;value: 0.973214286&#34;,&#34;threshold: 0.071&lt;br /&gt;value: 0.973214286&#34;,&#34;threshold: 0.072&lt;br /&gt;value: 0.973214286&#34;,&#34;threshold: 0.073&lt;br /&gt;value: 0.973214286&#34;,&#34;threshold: 0.074&lt;br /&gt;value: 0.973214286&#34;,&#34;threshold: 0.075&lt;br /&gt;value: 0.969642857&#34;,&#34;threshold: 0.076&lt;br /&gt;value: 0.967857143&#34;,&#34;threshold: 0.077&lt;br /&gt;value: 0.967857143&#34;,&#34;threshold: 0.078&lt;br /&gt;value: 0.966071429&#34;,&#34;threshold: 0.079&lt;br /&gt;value: 0.966071429&#34;,&#34;threshold: 0.080&lt;br /&gt;value: 0.966071429&#34;,&#34;threshold: 0.081&lt;br /&gt;value: 0.966071429&#34;,&#34;threshold: 0.082&lt;br /&gt;value: 0.966071429&#34;,&#34;threshold: 0.083&lt;br /&gt;value: 0.964285714&#34;,&#34;threshold: 0.084&lt;br /&gt;value: 0.964285714&#34;,&#34;threshold: 0.085&lt;br /&gt;value: 0.964285714&#34;,&#34;threshold: 0.086&lt;br /&gt;value: 0.964285714&#34;,&#34;threshold: 0.087&lt;br /&gt;value: 0.964285714&#34;,&#34;threshold: 0.088&lt;br /&gt;value: 0.964285714&#34;,&#34;threshold: 0.089&lt;br /&gt;value: 0.964285714&#34;,&#34;threshold: 0.090&lt;br /&gt;value: 0.964285714&#34;,&#34;threshold: 0.091&lt;br /&gt;value: 0.964285714&#34;,&#34;threshold: 0.092&lt;br /&gt;value: 0.962500000&#34;,&#34;threshold: 0.093&lt;br /&gt;value: 0.962500000&#34;,&#34;threshold: 0.094&lt;br /&gt;value: 0.962500000&#34;,&#34;threshold: 0.095&lt;br /&gt;value: 0.962500000&#34;,&#34;threshold: 0.096&lt;br /&gt;value: 0.962500000&#34;,&#34;threshold: 0.097&lt;br /&gt;value: 0.962500000&#34;,&#34;threshold: 0.098&lt;br /&gt;value: 0.960714286&#34;,&#34;threshold: 0.099&lt;br /&gt;value: 0.960714286&#34;,&#34;threshold: 0.100&lt;br /&gt;value: 0.960714286&#34;,&#34;threshold: 0.101&lt;br /&gt;value: 0.960714286&#34;,&#34;threshold: 0.102&lt;br /&gt;value: 0.958928571&#34;,&#34;threshold: 0.103&lt;br /&gt;value: 0.958928571&#34;,&#34;threshold: 0.104&lt;br /&gt;value: 0.958928571&#34;,&#34;threshold: 0.105&lt;br /&gt;value: 0.958928571&#34;,&#34;threshold: 0.106&lt;br /&gt;value: 0.957142857&#34;,&#34;threshold: 0.107&lt;br /&gt;value: 0.957142857&#34;,&#34;threshold: 0.108&lt;br /&gt;value: 0.957142857&#34;,&#34;threshold: 0.109&lt;br /&gt;value: 0.957142857&#34;,&#34;threshold: 0.110&lt;br /&gt;value: 0.953571429&#34;,&#34;threshold: 0.111&lt;br /&gt;value: 0.953571429&#34;,&#34;threshold: 0.112&lt;br /&gt;value: 0.953571429&#34;,&#34;threshold: 0.113&lt;br /&gt;value: 0.953571429&#34;,&#34;threshold: 0.114&lt;br /&gt;value: 0.953571429&#34;,&#34;threshold: 0.115&lt;br /&gt;value: 0.953571429&#34;,&#34;threshold: 0.116&lt;br /&gt;value: 0.951785714&#34;,&#34;threshold: 0.117&lt;br /&gt;value: 0.951785714&#34;,&#34;threshold: 0.118&lt;br /&gt;value: 0.951785714&#34;,&#34;threshold: 0.119&lt;br /&gt;value: 0.951785714&#34;,&#34;threshold: 0.120&lt;br /&gt;value: 0.951785714&#34;,&#34;threshold: 0.121&lt;br /&gt;value: 0.950000000&#34;,&#34;threshold: 0.122&lt;br /&gt;value: 0.948214286&#34;,&#34;threshold: 0.123&lt;br /&gt;value: 0.948214286&#34;,&#34;threshold: 0.124&lt;br /&gt;value: 0.948214286&#34;,&#34;threshold: 0.125&lt;br /&gt;value: 0.948214286&#34;,&#34;threshold: 0.126&lt;br /&gt;value: 0.948214286&#34;,&#34;threshold: 0.127&lt;br /&gt;value: 0.948214286&#34;,&#34;threshold: 0.128&lt;br /&gt;value: 0.948214286&#34;,&#34;threshold: 0.129&lt;br /&gt;value: 0.946428571&#34;,&#34;threshold: 0.130&lt;br /&gt;value: 0.942857143&#34;,&#34;threshold: 0.131&lt;br /&gt;value: 0.942857143&#34;,&#34;threshold: 0.132&lt;br /&gt;value: 0.942857143&#34;,&#34;threshold: 0.133&lt;br /&gt;value: 0.942857143&#34;,&#34;threshold: 0.134&lt;br /&gt;value: 0.941071429&#34;,&#34;threshold: 0.135&lt;br /&gt;value: 0.939285714&#34;,&#34;threshold: 0.136&lt;br /&gt;value: 0.939285714&#34;,&#34;threshold: 0.137&lt;br /&gt;value: 0.939285714&#34;,&#34;threshold: 0.138&lt;br /&gt;value: 0.937500000&#34;,&#34;threshold: 0.139&lt;br /&gt;value: 0.937500000&#34;,&#34;threshold: 0.140&lt;br /&gt;value: 0.937500000&#34;,&#34;threshold: 0.141&lt;br /&gt;value: 0.937500000&#34;,&#34;threshold: 0.142&lt;br /&gt;value: 0.933928571&#34;,&#34;threshold: 0.143&lt;br /&gt;value: 0.933928571&#34;,&#34;threshold: 0.144&lt;br /&gt;value: 0.933928571&#34;,&#34;threshold: 0.145&lt;br /&gt;value: 0.933928571&#34;,&#34;threshold: 0.146&lt;br /&gt;value: 0.933928571&#34;,&#34;threshold: 0.147&lt;br /&gt;value: 0.932142857&#34;,&#34;threshold: 0.148&lt;br /&gt;value: 0.932142857&#34;,&#34;threshold: 0.149&lt;br /&gt;value: 0.932142857&#34;,&#34;threshold: 0.150&lt;br /&gt;value: 0.930357143&#34;,&#34;threshold: 0.151&lt;br /&gt;value: 0.930357143&#34;,&#34;threshold: 0.152&lt;br /&gt;value: 0.930357143&#34;,&#34;threshold: 0.153&lt;br /&gt;value: 0.928571429&#34;,&#34;threshold: 0.154&lt;br /&gt;value: 0.926785714&#34;,&#34;threshold: 0.155&lt;br /&gt;value: 0.925000000&#34;,&#34;threshold: 0.156&lt;br /&gt;value: 0.925000000&#34;,&#34;threshold: 0.157&lt;br /&gt;value: 0.923214286&#34;,&#34;threshold: 0.158&lt;br /&gt;value: 0.923214286&#34;,&#34;threshold: 0.159&lt;br /&gt;value: 0.923214286&#34;,&#34;threshold: 0.160&lt;br /&gt;value: 0.923214286&#34;,&#34;threshold: 0.161&lt;br /&gt;value: 0.923214286&#34;,&#34;threshold: 0.162&lt;br /&gt;value: 0.923214286&#34;,&#34;threshold: 0.163&lt;br /&gt;value: 0.921428571&#34;,&#34;threshold: 0.164&lt;br /&gt;value: 0.921428571&#34;,&#34;threshold: 0.165&lt;br /&gt;value: 0.919642857&#34;,&#34;threshold: 0.166&lt;br /&gt;value: 0.919642857&#34;,&#34;threshold: 0.167&lt;br /&gt;value: 0.917857143&#34;,&#34;threshold: 0.168&lt;br /&gt;value: 0.916071429&#34;,&#34;threshold: 0.169&lt;br /&gt;value: 0.916071429&#34;,&#34;threshold: 0.170&lt;br /&gt;value: 0.914285714&#34;,&#34;threshold: 0.171&lt;br /&gt;value: 0.910714286&#34;,&#34;threshold: 0.172&lt;br /&gt;value: 0.910714286&#34;,&#34;threshold: 0.173&lt;br /&gt;value: 0.910714286&#34;,&#34;threshold: 0.174&lt;br /&gt;value: 0.907142857&#34;,&#34;threshold: 0.175&lt;br /&gt;value: 0.905357143&#34;,&#34;threshold: 0.176&lt;br /&gt;value: 0.905357143&#34;,&#34;threshold: 0.177&lt;br /&gt;value: 0.903571429&#34;,&#34;threshold: 0.178&lt;br /&gt;value: 0.903571429&#34;,&#34;threshold: 0.179&lt;br /&gt;value: 0.903571429&#34;,&#34;threshold: 0.180&lt;br /&gt;value: 0.903571429&#34;,&#34;threshold: 0.181&lt;br /&gt;value: 0.901785714&#34;,&#34;threshold: 0.182&lt;br /&gt;value: 0.900000000&#34;,&#34;threshold: 0.183&lt;br /&gt;value: 0.900000000&#34;,&#34;threshold: 0.184&lt;br /&gt;value: 0.900000000&#34;,&#34;threshold: 0.185&lt;br /&gt;value: 0.898214286&#34;,&#34;threshold: 0.186&lt;br /&gt;value: 0.898214286&#34;,&#34;threshold: 0.187&lt;br /&gt;value: 0.896428571&#34;,&#34;threshold: 0.188&lt;br /&gt;value: 0.894642857&#34;,&#34;threshold: 0.189&lt;br /&gt;value: 0.891071429&#34;,&#34;threshold: 0.190&lt;br /&gt;value: 0.889285714&#34;,&#34;threshold: 0.191&lt;br /&gt;value: 0.889285714&#34;,&#34;threshold: 0.192&lt;br /&gt;value: 0.889285714&#34;,&#34;threshold: 0.193&lt;br /&gt;value: 0.887500000&#34;,&#34;threshold: 0.194&lt;br /&gt;value: 0.883928571&#34;,&#34;threshold: 0.195&lt;br /&gt;value: 0.883928571&#34;,&#34;threshold: 0.196&lt;br /&gt;value: 0.883928571&#34;,&#34;threshold: 0.197&lt;br /&gt;value: 0.882142857&#34;,&#34;threshold: 0.198&lt;br /&gt;value: 0.876785714&#34;,&#34;threshold: 0.199&lt;br /&gt;value: 0.876785714&#34;,&#34;threshold: 0.200&lt;br /&gt;value: 0.875000000&#34;,&#34;threshold: 0.201&lt;br /&gt;value: 0.873214286&#34;,&#34;threshold: 0.202&lt;br /&gt;value: 0.873214286&#34;,&#34;threshold: 0.203&lt;br /&gt;value: 0.869642857&#34;,&#34;threshold: 0.204&lt;br /&gt;value: 0.867857143&#34;,&#34;threshold: 0.205&lt;br /&gt;value: 0.866071429&#34;,&#34;threshold: 0.206&lt;br /&gt;value: 0.866071429&#34;,&#34;threshold: 0.207&lt;br /&gt;value: 0.862500000&#34;,&#34;threshold: 0.208&lt;br /&gt;value: 0.862500000&#34;,&#34;threshold: 0.209&lt;br /&gt;value: 0.862500000&#34;,&#34;threshold: 0.210&lt;br /&gt;value: 0.860714286&#34;,&#34;threshold: 0.211&lt;br /&gt;value: 0.860714286&#34;,&#34;threshold: 0.212&lt;br /&gt;value: 0.858928571&#34;,&#34;threshold: 0.213&lt;br /&gt;value: 0.858928571&#34;,&#34;threshold: 0.214&lt;br /&gt;value: 0.858928571&#34;,&#34;threshold: 0.215&lt;br /&gt;value: 0.858928571&#34;,&#34;threshold: 0.216&lt;br /&gt;value: 0.855357143&#34;,&#34;threshold: 0.217&lt;br /&gt;value: 0.855357143&#34;,&#34;threshold: 0.218&lt;br /&gt;value: 0.855357143&#34;,&#34;threshold: 0.219&lt;br /&gt;value: 0.855357143&#34;,&#34;threshold: 0.220&lt;br /&gt;value: 0.853571429&#34;,&#34;threshold: 0.221&lt;br /&gt;value: 0.853571429&#34;,&#34;threshold: 0.222&lt;br /&gt;value: 0.850000000&#34;,&#34;threshold: 0.223&lt;br /&gt;value: 0.848214286&#34;,&#34;threshold: 0.224&lt;br /&gt;value: 0.846428571&#34;,&#34;threshold: 0.225&lt;br /&gt;value: 0.844642857&#34;,&#34;threshold: 0.226&lt;br /&gt;value: 0.844642857&#34;,&#34;threshold: 0.227&lt;br /&gt;value: 0.844642857&#34;,&#34;threshold: 0.228&lt;br /&gt;value: 0.844642857&#34;,&#34;threshold: 0.229&lt;br /&gt;value: 0.841071429&#34;,&#34;threshold: 0.230&lt;br /&gt;value: 0.837500000&#34;,&#34;threshold: 0.231&lt;br /&gt;value: 0.837500000&#34;,&#34;threshold: 0.232&lt;br /&gt;value: 0.835714286&#34;,&#34;threshold: 0.233&lt;br /&gt;value: 0.835714286&#34;,&#34;threshold: 0.234&lt;br /&gt;value: 0.833928571&#34;,&#34;threshold: 0.235&lt;br /&gt;value: 0.833928571&#34;,&#34;threshold: 0.236&lt;br /&gt;value: 0.833928571&#34;,&#34;threshold: 0.237&lt;br /&gt;value: 0.830357143&#34;,&#34;threshold: 0.238&lt;br /&gt;value: 0.830357143&#34;,&#34;threshold: 0.239&lt;br /&gt;value: 0.828571429&#34;,&#34;threshold: 0.240&lt;br /&gt;value: 0.828571429&#34;,&#34;threshold: 0.241&lt;br /&gt;value: 0.828571429&#34;,&#34;threshold: 0.242&lt;br /&gt;value: 0.828571429&#34;,&#34;threshold: 0.243&lt;br /&gt;value: 0.825000000&#34;,&#34;threshold: 0.244&lt;br /&gt;value: 0.825000000&#34;,&#34;threshold: 0.245&lt;br /&gt;value: 0.825000000&#34;,&#34;threshold: 0.246&lt;br /&gt;value: 0.825000000&#34;,&#34;threshold: 0.247&lt;br /&gt;value: 0.825000000&#34;,&#34;threshold: 0.248&lt;br /&gt;value: 0.825000000&#34;,&#34;threshold: 0.249&lt;br /&gt;value: 0.825000000&#34;,&#34;threshold: 0.250&lt;br /&gt;value: 0.825000000&#34;,&#34;threshold: 0.251&lt;br /&gt;value: 0.825000000&#34;,&#34;threshold: 0.252&lt;br /&gt;value: 0.825000000&#34;,&#34;threshold: 0.253&lt;br /&gt;value: 0.825000000&#34;,&#34;threshold: 0.254&lt;br /&gt;value: 0.823214286&#34;,&#34;threshold: 0.255&lt;br /&gt;value: 0.823214286&#34;,&#34;threshold: 0.256&lt;br /&gt;value: 0.821428571&#34;,&#34;threshold: 0.257&lt;br /&gt;value: 0.821428571&#34;,&#34;threshold: 0.258&lt;br /&gt;value: 0.821428571&#34;,&#34;threshold: 0.259&lt;br /&gt;value: 0.821428571&#34;,&#34;threshold: 0.260&lt;br /&gt;value: 0.817857143&#34;,&#34;threshold: 0.261&lt;br /&gt;value: 0.816071429&#34;,&#34;threshold: 0.262&lt;br /&gt;value: 0.816071429&#34;,&#34;threshold: 0.263&lt;br /&gt;value: 0.816071429&#34;,&#34;threshold: 0.264&lt;br /&gt;value: 0.814285714&#34;,&#34;threshold: 0.265&lt;br /&gt;value: 0.810714286&#34;,&#34;threshold: 0.266&lt;br /&gt;value: 0.810714286&#34;,&#34;threshold: 0.267&lt;br /&gt;value: 0.810714286&#34;,&#34;threshold: 0.268&lt;br /&gt;value: 0.805357143&#34;,&#34;threshold: 0.269&lt;br /&gt;value: 0.803571429&#34;,&#34;threshold: 0.270&lt;br /&gt;value: 0.801785714&#34;,&#34;threshold: 0.271&lt;br /&gt;value: 0.801785714&#34;,&#34;threshold: 0.272&lt;br /&gt;value: 0.801785714&#34;,&#34;threshold: 0.273&lt;br /&gt;value: 0.796428571&#34;,&#34;threshold: 0.274&lt;br /&gt;value: 0.796428571&#34;,&#34;threshold: 0.275&lt;br /&gt;value: 0.796428571&#34;,&#34;threshold: 0.276&lt;br /&gt;value: 0.796428571&#34;,&#34;threshold: 0.277&lt;br /&gt;value: 0.796428571&#34;,&#34;threshold: 0.278&lt;br /&gt;value: 0.796428571&#34;,&#34;threshold: 0.279&lt;br /&gt;value: 0.796428571&#34;,&#34;threshold: 0.280&lt;br /&gt;value: 0.796428571&#34;,&#34;threshold: 0.281&lt;br /&gt;value: 0.794642857&#34;,&#34;threshold: 0.282&lt;br /&gt;value: 0.794642857&#34;,&#34;threshold: 0.283&lt;br /&gt;value: 0.794642857&#34;,&#34;threshold: 0.284&lt;br /&gt;value: 0.794642857&#34;,&#34;threshold: 0.285&lt;br /&gt;value: 0.792857143&#34;,&#34;threshold: 0.286&lt;br /&gt;value: 0.792857143&#34;,&#34;threshold: 0.287&lt;br /&gt;value: 0.792857143&#34;,&#34;threshold: 0.288&lt;br /&gt;value: 0.791071429&#34;,&#34;threshold: 0.289&lt;br /&gt;value: 0.791071429&#34;,&#34;threshold: 0.290&lt;br /&gt;value: 0.791071429&#34;,&#34;threshold: 0.291&lt;br /&gt;value: 0.791071429&#34;,&#34;threshold: 0.292&lt;br /&gt;value: 0.789285714&#34;,&#34;threshold: 0.293&lt;br /&gt;value: 0.789285714&#34;,&#34;threshold: 0.294&lt;br /&gt;value: 0.789285714&#34;,&#34;threshold: 0.295&lt;br /&gt;value: 0.787500000&#34;,&#34;threshold: 0.296&lt;br /&gt;value: 0.787500000&#34;,&#34;threshold: 0.297&lt;br /&gt;value: 0.787500000&#34;,&#34;threshold: 0.298&lt;br /&gt;value: 0.785714286&#34;,&#34;threshold: 0.299&lt;br /&gt;value: 0.785714286&#34;,&#34;threshold: 0.300&lt;br /&gt;value: 0.783928571&#34;,&#34;threshold: 0.301&lt;br /&gt;value: 0.783928571&#34;,&#34;threshold: 0.302&lt;br /&gt;value: 0.783928571&#34;,&#34;threshold: 0.303&lt;br /&gt;value: 0.782142857&#34;,&#34;threshold: 0.304&lt;br /&gt;value: 0.780357143&#34;,&#34;threshold: 0.305&lt;br /&gt;value: 0.778571429&#34;,&#34;threshold: 0.306&lt;br /&gt;value: 0.778571429&#34;,&#34;threshold: 0.307&lt;br /&gt;value: 0.773214286&#34;,&#34;threshold: 0.308&lt;br /&gt;value: 0.773214286&#34;,&#34;threshold: 0.309&lt;br /&gt;value: 0.773214286&#34;,&#34;threshold: 0.310&lt;br /&gt;value: 0.773214286&#34;,&#34;threshold: 0.311&lt;br /&gt;value: 0.773214286&#34;,&#34;threshold: 0.312&lt;br /&gt;value: 0.773214286&#34;,&#34;threshold: 0.313&lt;br /&gt;value: 0.773214286&#34;,&#34;threshold: 0.314&lt;br /&gt;value: 0.769642857&#34;,&#34;threshold: 0.315&lt;br /&gt;value: 0.769642857&#34;,&#34;threshold: 0.316&lt;br /&gt;value: 0.769642857&#34;,&#34;threshold: 0.317&lt;br /&gt;value: 0.767857143&#34;,&#34;threshold: 0.318&lt;br /&gt;value: 0.767857143&#34;,&#34;threshold: 0.319&lt;br /&gt;value: 0.767857143&#34;,&#34;threshold: 0.320&lt;br /&gt;value: 0.764285714&#34;,&#34;threshold: 0.321&lt;br /&gt;value: 0.762500000&#34;,&#34;threshold: 0.322&lt;br /&gt;value: 0.762500000&#34;,&#34;threshold: 0.323&lt;br /&gt;value: 0.762500000&#34;,&#34;threshold: 0.324&lt;br /&gt;value: 0.762500000&#34;,&#34;threshold: 0.325&lt;br /&gt;value: 0.762500000&#34;,&#34;threshold: 0.326&lt;br /&gt;value: 0.760714286&#34;,&#34;threshold: 0.327&lt;br /&gt;value: 0.760714286&#34;,&#34;threshold: 0.328&lt;br /&gt;value: 0.758928571&#34;,&#34;threshold: 0.329&lt;br /&gt;value: 0.757142857&#34;,&#34;threshold: 0.330&lt;br /&gt;value: 0.757142857&#34;,&#34;threshold: 0.331&lt;br /&gt;value: 0.755357143&#34;,&#34;threshold: 0.332&lt;br /&gt;value: 0.755357143&#34;,&#34;threshold: 0.333&lt;br /&gt;value: 0.755357143&#34;,&#34;threshold: 0.334&lt;br /&gt;value: 0.755357143&#34;,&#34;threshold: 0.335&lt;br /&gt;value: 0.755357143&#34;,&#34;threshold: 0.336&lt;br /&gt;value: 0.751785714&#34;,&#34;threshold: 0.337&lt;br /&gt;value: 0.751785714&#34;,&#34;threshold: 0.338&lt;br /&gt;value: 0.751785714&#34;,&#34;threshold: 0.339&lt;br /&gt;value: 0.751785714&#34;,&#34;threshold: 0.340&lt;br /&gt;value: 0.750000000&#34;,&#34;threshold: 0.341&lt;br /&gt;value: 0.748214286&#34;,&#34;threshold: 0.342&lt;br /&gt;value: 0.748214286&#34;,&#34;threshold: 0.343&lt;br /&gt;value: 0.746428571&#34;,&#34;threshold: 0.344&lt;br /&gt;value: 0.742857143&#34;,&#34;threshold: 0.345&lt;br /&gt;value: 0.742857143&#34;,&#34;threshold: 0.346&lt;br /&gt;value: 0.741071429&#34;,&#34;threshold: 0.347&lt;br /&gt;value: 0.739285714&#34;,&#34;threshold: 0.348&lt;br /&gt;value: 0.737500000&#34;,&#34;threshold: 0.349&lt;br /&gt;value: 0.733928571&#34;,&#34;threshold: 0.350&lt;br /&gt;value: 0.728571429&#34;,&#34;threshold: 0.351&lt;br /&gt;value: 0.728571429&#34;,&#34;threshold: 0.352&lt;br /&gt;value: 0.728571429&#34;,&#34;threshold: 0.353&lt;br /&gt;value: 0.728571429&#34;,&#34;threshold: 0.354&lt;br /&gt;value: 0.726785714&#34;,&#34;threshold: 0.355&lt;br /&gt;value: 0.726785714&#34;,&#34;threshold: 0.356&lt;br /&gt;value: 0.726785714&#34;,&#34;threshold: 0.357&lt;br /&gt;value: 0.726785714&#34;,&#34;threshold: 0.358&lt;br /&gt;value: 0.726785714&#34;,&#34;threshold: 0.359&lt;br /&gt;value: 0.723214286&#34;,&#34;threshold: 0.360&lt;br /&gt;value: 0.723214286&#34;,&#34;threshold: 0.361&lt;br /&gt;value: 0.723214286&#34;,&#34;threshold: 0.362&lt;br /&gt;value: 0.721428571&#34;,&#34;threshold: 0.363&lt;br /&gt;value: 0.717857143&#34;,&#34;threshold: 0.364&lt;br /&gt;value: 0.717857143&#34;,&#34;threshold: 0.365&lt;br /&gt;value: 0.717857143&#34;,&#34;threshold: 0.366&lt;br /&gt;value: 0.717857143&#34;,&#34;threshold: 0.367&lt;br /&gt;value: 0.716071429&#34;,&#34;threshold: 0.368&lt;br /&gt;value: 0.716071429&#34;,&#34;threshold: 0.369&lt;br /&gt;value: 0.716071429&#34;,&#34;threshold: 0.370&lt;br /&gt;value: 0.716071429&#34;,&#34;threshold: 0.371&lt;br /&gt;value: 0.716071429&#34;,&#34;threshold: 0.372&lt;br /&gt;value: 0.716071429&#34;,&#34;threshold: 0.373&lt;br /&gt;value: 0.714285714&#34;,&#34;threshold: 0.374&lt;br /&gt;value: 0.710714286&#34;,&#34;threshold: 0.375&lt;br /&gt;value: 0.710714286&#34;,&#34;threshold: 0.376&lt;br /&gt;value: 0.710714286&#34;,&#34;threshold: 0.377&lt;br /&gt;value: 0.707142857&#34;,&#34;threshold: 0.378&lt;br /&gt;value: 0.707142857&#34;,&#34;threshold: 0.379&lt;br /&gt;value: 0.707142857&#34;,&#34;threshold: 0.380&lt;br /&gt;value: 0.707142857&#34;,&#34;threshold: 0.381&lt;br /&gt;value: 0.705357143&#34;,&#34;threshold: 0.382&lt;br /&gt;value: 0.705357143&#34;,&#34;threshold: 0.383&lt;br /&gt;value: 0.705357143&#34;,&#34;threshold: 0.384&lt;br /&gt;value: 0.705357143&#34;,&#34;threshold: 0.385&lt;br /&gt;value: 0.705357143&#34;,&#34;threshold: 0.386&lt;br /&gt;value: 0.703571429&#34;,&#34;threshold: 0.387&lt;br /&gt;value: 0.698214286&#34;,&#34;threshold: 0.388&lt;br /&gt;value: 0.696428571&#34;,&#34;threshold: 0.389&lt;br /&gt;value: 0.694642857&#34;,&#34;threshold: 0.390&lt;br /&gt;value: 0.691071429&#34;,&#34;threshold: 0.391&lt;br /&gt;value: 0.691071429&#34;,&#34;threshold: 0.392&lt;br /&gt;value: 0.689285714&#34;,&#34;threshold: 0.393&lt;br /&gt;value: 0.689285714&#34;,&#34;threshold: 0.394&lt;br /&gt;value: 0.689285714&#34;,&#34;threshold: 0.395&lt;br /&gt;value: 0.687500000&#34;,&#34;threshold: 0.396&lt;br /&gt;value: 0.687500000&#34;,&#34;threshold: 0.397&lt;br /&gt;value: 0.687500000&#34;,&#34;threshold: 0.398&lt;br /&gt;value: 0.683928571&#34;,&#34;threshold: 0.399&lt;br /&gt;value: 0.683928571&#34;,&#34;threshold: 0.400&lt;br /&gt;value: 0.683928571&#34;,&#34;threshold: 0.401&lt;br /&gt;value: 0.682142857&#34;,&#34;threshold: 0.402&lt;br /&gt;value: 0.682142857&#34;,&#34;threshold: 0.403&lt;br /&gt;value: 0.680357143&#34;,&#34;threshold: 0.404&lt;br /&gt;value: 0.678571429&#34;,&#34;threshold: 0.405&lt;br /&gt;value: 0.678571429&#34;,&#34;threshold: 0.406&lt;br /&gt;value: 0.676785714&#34;,&#34;threshold: 0.407&lt;br /&gt;value: 0.673214286&#34;,&#34;threshold: 0.408&lt;br /&gt;value: 0.673214286&#34;,&#34;threshold: 0.409&lt;br /&gt;value: 0.669642857&#34;,&#34;threshold: 0.410&lt;br /&gt;value: 0.667857143&#34;,&#34;threshold: 0.411&lt;br /&gt;value: 0.666071429&#34;,&#34;threshold: 0.412&lt;br /&gt;value: 0.666071429&#34;,&#34;threshold: 0.413&lt;br /&gt;value: 0.666071429&#34;,&#34;threshold: 0.414&lt;br /&gt;value: 0.666071429&#34;,&#34;threshold: 0.415&lt;br /&gt;value: 0.666071429&#34;,&#34;threshold: 0.416&lt;br /&gt;value: 0.662500000&#34;,&#34;threshold: 0.417&lt;br /&gt;value: 0.662500000&#34;,&#34;threshold: 0.418&lt;br /&gt;value: 0.662500000&#34;,&#34;threshold: 0.419&lt;br /&gt;value: 0.662500000&#34;,&#34;threshold: 0.420&lt;br /&gt;value: 0.658928571&#34;,&#34;threshold: 0.421&lt;br /&gt;value: 0.658928571&#34;,&#34;threshold: 0.422&lt;br /&gt;value: 0.658928571&#34;,&#34;threshold: 0.423&lt;br /&gt;value: 0.658928571&#34;,&#34;threshold: 0.424&lt;br /&gt;value: 0.655357143&#34;,&#34;threshold: 0.425&lt;br /&gt;value: 0.655357143&#34;,&#34;threshold: 0.426&lt;br /&gt;value: 0.655357143&#34;,&#34;threshold: 0.427&lt;br /&gt;value: 0.653571429&#34;,&#34;threshold: 0.428&lt;br /&gt;value: 0.653571429&#34;,&#34;threshold: 0.429&lt;br /&gt;value: 0.653571429&#34;,&#34;threshold: 0.430&lt;br /&gt;value: 0.651785714&#34;,&#34;threshold: 0.431&lt;br /&gt;value: 0.650000000&#34;,&#34;threshold: 0.432&lt;br /&gt;value: 0.650000000&#34;,&#34;threshold: 0.433&lt;br /&gt;value: 0.650000000&#34;,&#34;threshold: 0.434&lt;br /&gt;value: 0.650000000&#34;,&#34;threshold: 0.435&lt;br /&gt;value: 0.646428571&#34;,&#34;threshold: 0.436&lt;br /&gt;value: 0.644642857&#34;,&#34;threshold: 0.437&lt;br /&gt;value: 0.644642857&#34;,&#34;threshold: 0.438&lt;br /&gt;value: 0.642857143&#34;,&#34;threshold: 0.439&lt;br /&gt;value: 0.642857143&#34;,&#34;threshold: 0.440&lt;br /&gt;value: 0.641071429&#34;,&#34;threshold: 0.441&lt;br /&gt;value: 0.641071429&#34;,&#34;threshold: 0.442&lt;br /&gt;value: 0.641071429&#34;,&#34;threshold: 0.443&lt;br /&gt;value: 0.641071429&#34;,&#34;threshold: 0.444&lt;br /&gt;value: 0.641071429&#34;,&#34;threshold: 0.445&lt;br /&gt;value: 0.641071429&#34;,&#34;threshold: 0.446&lt;br /&gt;value: 0.639285714&#34;,&#34;threshold: 0.447&lt;br /&gt;value: 0.637500000&#34;,&#34;threshold: 0.448&lt;br /&gt;value: 0.637500000&#34;,&#34;threshold: 0.449&lt;br /&gt;value: 0.637500000&#34;,&#34;threshold: 0.450&lt;br /&gt;value: 0.633928571&#34;,&#34;threshold: 0.451&lt;br /&gt;value: 0.630357143&#34;,&#34;threshold: 0.452&lt;br /&gt;value: 0.630357143&#34;,&#34;threshold: 0.453&lt;br /&gt;value: 0.630357143&#34;,&#34;threshold: 0.454&lt;br /&gt;value: 0.628571429&#34;,&#34;threshold: 0.455&lt;br /&gt;value: 0.628571429&#34;,&#34;threshold: 0.456&lt;br /&gt;value: 0.626785714&#34;,&#34;threshold: 0.457&lt;br /&gt;value: 0.626785714&#34;,&#34;threshold: 0.458&lt;br /&gt;value: 0.623214286&#34;,&#34;threshold: 0.459&lt;br /&gt;value: 0.623214286&#34;,&#34;threshold: 0.460&lt;br /&gt;value: 0.623214286&#34;,&#34;threshold: 0.461&lt;br /&gt;value: 0.621428571&#34;,&#34;threshold: 0.462&lt;br /&gt;value: 0.619642857&#34;,&#34;threshold: 0.463&lt;br /&gt;value: 0.619642857&#34;,&#34;threshold: 0.464&lt;br /&gt;value: 0.617857143&#34;,&#34;threshold: 0.465&lt;br /&gt;value: 0.617857143&#34;,&#34;threshold: 0.466&lt;br /&gt;value: 0.616071429&#34;,&#34;threshold: 0.467&lt;br /&gt;value: 0.614285714&#34;,&#34;threshold: 0.468&lt;br /&gt;value: 0.612500000&#34;,&#34;threshold: 0.469&lt;br /&gt;value: 0.612500000&#34;,&#34;threshold: 0.470&lt;br /&gt;value: 0.612500000&#34;,&#34;threshold: 0.471&lt;br /&gt;value: 0.610714286&#34;,&#34;threshold: 0.472&lt;br /&gt;value: 0.608928571&#34;,&#34;threshold: 0.473&lt;br /&gt;value: 0.608928571&#34;,&#34;threshold: 0.474&lt;br /&gt;value: 0.608928571&#34;,&#34;threshold: 0.475&lt;br /&gt;value: 0.607142857&#34;,&#34;threshold: 0.476&lt;br /&gt;value: 0.605357143&#34;,&#34;threshold: 0.477&lt;br /&gt;value: 0.605357143&#34;,&#34;threshold: 0.478&lt;br /&gt;value: 0.605357143&#34;,&#34;threshold: 0.479&lt;br /&gt;value: 0.605357143&#34;,&#34;threshold: 0.480&lt;br /&gt;value: 0.605357143&#34;,&#34;threshold: 0.481&lt;br /&gt;value: 0.600000000&#34;,&#34;threshold: 0.482&lt;br /&gt;value: 0.598214286&#34;,&#34;threshold: 0.483&lt;br /&gt;value: 0.598214286&#34;,&#34;threshold: 0.484&lt;br /&gt;value: 0.598214286&#34;,&#34;threshold: 0.485&lt;br /&gt;value: 0.594642857&#34;,&#34;threshold: 0.486&lt;br /&gt;value: 0.594642857&#34;,&#34;threshold: 0.487&lt;br /&gt;value: 0.592857143&#34;,&#34;threshold: 0.488&lt;br /&gt;value: 0.591071429&#34;,&#34;threshold: 0.489&lt;br /&gt;value: 0.591071429&#34;,&#34;threshold: 0.490&lt;br /&gt;value: 0.591071429&#34;,&#34;threshold: 0.491&lt;br /&gt;value: 0.591071429&#34;,&#34;threshold: 0.492&lt;br /&gt;value: 0.589285714&#34;,&#34;threshold: 0.493&lt;br /&gt;value: 0.587500000&#34;,&#34;threshold: 0.494&lt;br /&gt;value: 0.583928571&#34;,&#34;threshold: 0.495&lt;br /&gt;value: 0.582142857&#34;,&#34;threshold: 0.496&lt;br /&gt;value: 0.582142857&#34;,&#34;threshold: 0.497&lt;br /&gt;value: 0.582142857&#34;,&#34;threshold: 0.498&lt;br /&gt;value: 0.582142857&#34;,&#34;threshold: 0.499&lt;br /&gt;value: 0.582142857&#34;,&#34;threshold: 0.500&lt;br /&gt;value: 0.578571429&#34;,&#34;threshold: 0.501&lt;br /&gt;value: 0.576785714&#34;,&#34;threshold: 0.502&lt;br /&gt;value: 0.576785714&#34;,&#34;threshold: 0.503&lt;br /&gt;value: 0.573214286&#34;,&#34;threshold: 0.504&lt;br /&gt;value: 0.573214286&#34;,&#34;threshold: 0.505&lt;br /&gt;value: 0.573214286&#34;,&#34;threshold: 0.506&lt;br /&gt;value: 0.573214286&#34;,&#34;threshold: 0.507&lt;br /&gt;value: 0.573214286&#34;,&#34;threshold: 0.508&lt;br /&gt;value: 0.571428571&#34;,&#34;threshold: 0.509&lt;br /&gt;value: 0.569642857&#34;,&#34;threshold: 0.510&lt;br /&gt;value: 0.566071429&#34;,&#34;threshold: 0.511&lt;br /&gt;value: 0.566071429&#34;,&#34;threshold: 0.512&lt;br /&gt;value: 0.566071429&#34;,&#34;threshold: 0.513&lt;br /&gt;value: 0.566071429&#34;,&#34;threshold: 0.514&lt;br /&gt;value: 0.564285714&#34;,&#34;threshold: 0.515&lt;br /&gt;value: 0.562500000&#34;,&#34;threshold: 0.516&lt;br /&gt;value: 0.562500000&#34;,&#34;threshold: 0.517&lt;br /&gt;value: 0.560714286&#34;,&#34;threshold: 0.518&lt;br /&gt;value: 0.557142857&#34;,&#34;threshold: 0.519&lt;br /&gt;value: 0.557142857&#34;,&#34;threshold: 0.520&lt;br /&gt;value: 0.555357143&#34;,&#34;threshold: 0.521&lt;br /&gt;value: 0.553571429&#34;,&#34;threshold: 0.522&lt;br /&gt;value: 0.551785714&#34;,&#34;threshold: 0.523&lt;br /&gt;value: 0.550000000&#34;,&#34;threshold: 0.524&lt;br /&gt;value: 0.548214286&#34;,&#34;threshold: 0.525&lt;br /&gt;value: 0.548214286&#34;,&#34;threshold: 0.526&lt;br /&gt;value: 0.546428571&#34;,&#34;threshold: 0.527&lt;br /&gt;value: 0.541071429&#34;,&#34;threshold: 0.528&lt;br /&gt;value: 0.541071429&#34;,&#34;threshold: 0.529&lt;br /&gt;value: 0.541071429&#34;,&#34;threshold: 0.530&lt;br /&gt;value: 0.539285714&#34;,&#34;threshold: 0.531&lt;br /&gt;value: 0.539285714&#34;,&#34;threshold: 0.532&lt;br /&gt;value: 0.539285714&#34;,&#34;threshold: 0.533&lt;br /&gt;value: 0.535714286&#34;,&#34;threshold: 0.534&lt;br /&gt;value: 0.535714286&#34;,&#34;threshold: 0.535&lt;br /&gt;value: 0.532142857&#34;,&#34;threshold: 0.536&lt;br /&gt;value: 0.532142857&#34;,&#34;threshold: 0.537&lt;br /&gt;value: 0.532142857&#34;,&#34;threshold: 0.538&lt;br /&gt;value: 0.530357143&#34;,&#34;threshold: 0.539&lt;br /&gt;value: 0.528571429&#34;,&#34;threshold: 0.540&lt;br /&gt;value: 0.526785714&#34;,&#34;threshold: 0.541&lt;br /&gt;value: 0.525000000&#34;,&#34;threshold: 0.542&lt;br /&gt;value: 0.525000000&#34;,&#34;threshold: 0.543&lt;br /&gt;value: 0.523214286&#34;,&#34;threshold: 0.544&lt;br /&gt;value: 0.523214286&#34;,&#34;threshold: 0.545&lt;br /&gt;value: 0.514285714&#34;,&#34;threshold: 0.546&lt;br /&gt;value: 0.514285714&#34;,&#34;threshold: 0.547&lt;br /&gt;value: 0.510714286&#34;,&#34;threshold: 0.548&lt;br /&gt;value: 0.507142857&#34;,&#34;threshold: 0.549&lt;br /&gt;value: 0.505357143&#34;,&#34;threshold: 0.550&lt;br /&gt;value: 0.505357143&#34;,&#34;threshold: 0.551&lt;br /&gt;value: 0.505357143&#34;,&#34;threshold: 0.552&lt;br /&gt;value: 0.505357143&#34;,&#34;threshold: 0.553&lt;br /&gt;value: 0.505357143&#34;,&#34;threshold: 0.554&lt;br /&gt;value: 0.505357143&#34;,&#34;threshold: 0.555&lt;br /&gt;value: 0.505357143&#34;,&#34;threshold: 0.556&lt;br /&gt;value: 0.505357143&#34;,&#34;threshold: 0.557&lt;br /&gt;value: 0.503571429&#34;,&#34;threshold: 0.558&lt;br /&gt;value: 0.503571429&#34;,&#34;threshold: 0.559&lt;br /&gt;value: 0.501785714&#34;,&#34;threshold: 0.560&lt;br /&gt;value: 0.496428571&#34;,&#34;threshold: 0.561&lt;br /&gt;value: 0.496428571&#34;,&#34;threshold: 0.562&lt;br /&gt;value: 0.496428571&#34;,&#34;threshold: 0.563&lt;br /&gt;value: 0.492857143&#34;,&#34;threshold: 0.564&lt;br /&gt;value: 0.492857143&#34;,&#34;threshold: 0.565&lt;br /&gt;value: 0.491071429&#34;,&#34;threshold: 0.566&lt;br /&gt;value: 0.489285714&#34;,&#34;threshold: 0.567&lt;br /&gt;value: 0.489285714&#34;,&#34;threshold: 0.568&lt;br /&gt;value: 0.487500000&#34;,&#34;threshold: 0.569&lt;br /&gt;value: 0.485714286&#34;,&#34;threshold: 0.570&lt;br /&gt;value: 0.480357143&#34;,&#34;threshold: 0.571&lt;br /&gt;value: 0.480357143&#34;,&#34;threshold: 0.572&lt;br /&gt;value: 0.478571429&#34;,&#34;threshold: 0.573&lt;br /&gt;value: 0.478571429&#34;,&#34;threshold: 0.574&lt;br /&gt;value: 0.476785714&#34;,&#34;threshold: 0.575&lt;br /&gt;value: 0.475000000&#34;,&#34;threshold: 0.576&lt;br /&gt;value: 0.475000000&#34;,&#34;threshold: 0.577&lt;br /&gt;value: 0.475000000&#34;,&#34;threshold: 0.578&lt;br /&gt;value: 0.475000000&#34;,&#34;threshold: 0.579&lt;br /&gt;value: 0.473214286&#34;,&#34;threshold: 0.580&lt;br /&gt;value: 0.473214286&#34;,&#34;threshold: 0.581&lt;br /&gt;value: 0.471428571&#34;,&#34;threshold: 0.582&lt;br /&gt;value: 0.471428571&#34;,&#34;threshold: 0.583&lt;br /&gt;value: 0.471428571&#34;,&#34;threshold: 0.584&lt;br /&gt;value: 0.471428571&#34;,&#34;threshold: 0.585&lt;br /&gt;value: 0.469642857&#34;,&#34;threshold: 0.586&lt;br /&gt;value: 0.466071429&#34;,&#34;threshold: 0.587&lt;br /&gt;value: 0.460714286&#34;,&#34;threshold: 0.588&lt;br /&gt;value: 0.458928571&#34;,&#34;threshold: 0.589&lt;br /&gt;value: 0.458928571&#34;,&#34;threshold: 0.590&lt;br /&gt;value: 0.457142857&#34;,&#34;threshold: 0.591&lt;br /&gt;value: 0.453571429&#34;,&#34;threshold: 0.592&lt;br /&gt;value: 0.448214286&#34;,&#34;threshold: 0.593&lt;br /&gt;value: 0.442857143&#34;,&#34;threshold: 0.594&lt;br /&gt;value: 0.442857143&#34;,&#34;threshold: 0.595&lt;br /&gt;value: 0.441071429&#34;,&#34;threshold: 0.596&lt;br /&gt;value: 0.441071429&#34;,&#34;threshold: 0.597&lt;br /&gt;value: 0.432142857&#34;,&#34;threshold: 0.598&lt;br /&gt;value: 0.432142857&#34;,&#34;threshold: 0.599&lt;br /&gt;value: 0.432142857&#34;,&#34;threshold: 0.600&lt;br /&gt;value: 0.430357143&#34;,&#34;threshold: 0.601&lt;br /&gt;value: 0.428571429&#34;,&#34;threshold: 0.602&lt;br /&gt;value: 0.426785714&#34;,&#34;threshold: 0.603&lt;br /&gt;value: 0.426785714&#34;,&#34;threshold: 0.604&lt;br /&gt;value: 0.426785714&#34;,&#34;threshold: 0.605&lt;br /&gt;value: 0.425000000&#34;,&#34;threshold: 0.606&lt;br /&gt;value: 0.423214286&#34;,&#34;threshold: 0.607&lt;br /&gt;value: 0.421428571&#34;,&#34;threshold: 0.608&lt;br /&gt;value: 0.419642857&#34;,&#34;threshold: 0.609&lt;br /&gt;value: 0.417857143&#34;,&#34;threshold: 0.610&lt;br /&gt;value: 0.416071429&#34;,&#34;threshold: 0.611&lt;br /&gt;value: 0.408928571&#34;,&#34;threshold: 0.612&lt;br /&gt;value: 0.408928571&#34;,&#34;threshold: 0.613&lt;br /&gt;value: 0.407142857&#34;,&#34;threshold: 0.614&lt;br /&gt;value: 0.403571429&#34;,&#34;threshold: 0.615&lt;br /&gt;value: 0.401785714&#34;,&#34;threshold: 0.616&lt;br /&gt;value: 0.400000000&#34;,&#34;threshold: 0.617&lt;br /&gt;value: 0.398214286&#34;,&#34;threshold: 0.618&lt;br /&gt;value: 0.394642857&#34;,&#34;threshold: 0.619&lt;br /&gt;value: 0.394642857&#34;,&#34;threshold: 0.620&lt;br /&gt;value: 0.392857143&#34;,&#34;threshold: 0.621&lt;br /&gt;value: 0.391071429&#34;,&#34;threshold: 0.622&lt;br /&gt;value: 0.391071429&#34;,&#34;threshold: 0.623&lt;br /&gt;value: 0.389285714&#34;,&#34;threshold: 0.624&lt;br /&gt;value: 0.385714286&#34;,&#34;threshold: 0.625&lt;br /&gt;value: 0.385714286&#34;,&#34;threshold: 0.626&lt;br /&gt;value: 0.385714286&#34;,&#34;threshold: 0.627&lt;br /&gt;value: 0.383928571&#34;,&#34;threshold: 0.628&lt;br /&gt;value: 0.383928571&#34;,&#34;threshold: 0.629&lt;br /&gt;value: 0.380357143&#34;,&#34;threshold: 0.630&lt;br /&gt;value: 0.376785714&#34;,&#34;threshold: 0.631&lt;br /&gt;value: 0.376785714&#34;,&#34;threshold: 0.632&lt;br /&gt;value: 0.375000000&#34;,&#34;threshold: 0.633&lt;br /&gt;value: 0.373214286&#34;,&#34;threshold: 0.634&lt;br /&gt;value: 0.373214286&#34;,&#34;threshold: 0.635&lt;br /&gt;value: 0.364285714&#34;,&#34;threshold: 0.636&lt;br /&gt;value: 0.357142857&#34;,&#34;threshold: 0.637&lt;br /&gt;value: 0.357142857&#34;,&#34;threshold: 0.638&lt;br /&gt;value: 0.353571429&#34;,&#34;threshold: 0.639&lt;br /&gt;value: 0.351785714&#34;,&#34;threshold: 0.640&lt;br /&gt;value: 0.350000000&#34;,&#34;threshold: 0.641&lt;br /&gt;value: 0.344642857&#34;,&#34;threshold: 0.642&lt;br /&gt;value: 0.344642857&#34;,&#34;threshold: 0.643&lt;br /&gt;value: 0.344642857&#34;,&#34;threshold: 0.644&lt;br /&gt;value: 0.341071429&#34;,&#34;threshold: 0.645&lt;br /&gt;value: 0.339285714&#34;,&#34;threshold: 0.646&lt;br /&gt;value: 0.339285714&#34;,&#34;threshold: 0.647&lt;br /&gt;value: 0.339285714&#34;,&#34;threshold: 0.648&lt;br /&gt;value: 0.337500000&#34;,&#34;threshold: 0.649&lt;br /&gt;value: 0.333928571&#34;,&#34;threshold: 0.650&lt;br /&gt;value: 0.333928571&#34;,&#34;threshold: 0.651&lt;br /&gt;value: 0.332142857&#34;,&#34;threshold: 0.652&lt;br /&gt;value: 0.330357143&#34;,&#34;threshold: 0.653&lt;br /&gt;value: 0.328571429&#34;,&#34;threshold: 0.654&lt;br /&gt;value: 0.325000000&#34;,&#34;threshold: 0.655&lt;br /&gt;value: 0.323214286&#34;,&#34;threshold: 0.656&lt;br /&gt;value: 0.316071429&#34;,&#34;threshold: 0.657&lt;br /&gt;value: 0.316071429&#34;,&#34;threshold: 0.658&lt;br /&gt;value: 0.310714286&#34;,&#34;threshold: 0.659&lt;br /&gt;value: 0.303571429&#34;,&#34;threshold: 0.660&lt;br /&gt;value: 0.303571429&#34;,&#34;threshold: 0.661&lt;br /&gt;value: 0.296428571&#34;,&#34;threshold: 0.662&lt;br /&gt;value: 0.294642857&#34;,&#34;threshold: 0.663&lt;br /&gt;value: 0.294642857&#34;,&#34;threshold: 0.664&lt;br /&gt;value: 0.287500000&#34;,&#34;threshold: 0.665&lt;br /&gt;value: 0.287500000&#34;,&#34;threshold: 0.666&lt;br /&gt;value: 0.287500000&#34;,&#34;threshold: 0.667&lt;br /&gt;value: 0.282142857&#34;,&#34;threshold: 0.668&lt;br /&gt;value: 0.278571429&#34;,&#34;threshold: 0.669&lt;br /&gt;value: 0.275000000&#34;,&#34;threshold: 0.670&lt;br /&gt;value: 0.275000000&#34;,&#34;threshold: 0.671&lt;br /&gt;value: 0.275000000&#34;,&#34;threshold: 0.672&lt;br /&gt;value: 0.266071429&#34;,&#34;threshold: 0.673&lt;br /&gt;value: 0.264285714&#34;,&#34;threshold: 0.674&lt;br /&gt;value: 0.262500000&#34;,&#34;threshold: 0.675&lt;br /&gt;value: 0.260714286&#34;,&#34;threshold: 0.676&lt;br /&gt;value: 0.258928571&#34;,&#34;threshold: 0.677&lt;br /&gt;value: 0.258928571&#34;,&#34;threshold: 0.678&lt;br /&gt;value: 0.255357143&#34;,&#34;threshold: 0.679&lt;br /&gt;value: 0.255357143&#34;,&#34;threshold: 0.680&lt;br /&gt;value: 0.253571429&#34;,&#34;threshold: 0.681&lt;br /&gt;value: 0.246428571&#34;,&#34;threshold: 0.682&lt;br /&gt;value: 0.244642857&#34;,&#34;threshold: 0.683&lt;br /&gt;value: 0.241071429&#34;,&#34;threshold: 0.684&lt;br /&gt;value: 0.241071429&#34;,&#34;threshold: 0.685&lt;br /&gt;value: 0.239285714&#34;,&#34;threshold: 0.686&lt;br /&gt;value: 0.237500000&#34;,&#34;threshold: 0.687&lt;br /&gt;value: 0.237500000&#34;,&#34;threshold: 0.688&lt;br /&gt;value: 0.235714286&#34;,&#34;threshold: 0.689&lt;br /&gt;value: 0.232142857&#34;,&#34;threshold: 0.690&lt;br /&gt;value: 0.232142857&#34;,&#34;threshold: 0.691&lt;br /&gt;value: 0.226785714&#34;,&#34;threshold: 0.692&lt;br /&gt;value: 0.226785714&#34;,&#34;threshold: 0.693&lt;br /&gt;value: 0.226785714&#34;,&#34;threshold: 0.694&lt;br /&gt;value: 0.226785714&#34;,&#34;threshold: 0.695&lt;br /&gt;value: 0.223214286&#34;,&#34;threshold: 0.696&lt;br /&gt;value: 0.219642857&#34;,&#34;threshold: 0.697&lt;br /&gt;value: 0.216071429&#34;,&#34;threshold: 0.698&lt;br /&gt;value: 0.214285714&#34;,&#34;threshold: 0.699&lt;br /&gt;value: 0.210714286&#34;,&#34;threshold: 0.700&lt;br /&gt;value: 0.207142857&#34;,&#34;threshold: 0.701&lt;br /&gt;value: 0.203571429&#34;,&#34;threshold: 0.702&lt;br /&gt;value: 0.200000000&#34;,&#34;threshold: 0.703&lt;br /&gt;value: 0.198214286&#34;,&#34;threshold: 0.704&lt;br /&gt;value: 0.198214286&#34;,&#34;threshold: 0.705&lt;br /&gt;value: 0.192857143&#34;,&#34;threshold: 0.706&lt;br /&gt;value: 0.191071429&#34;,&#34;threshold: 0.707&lt;br /&gt;value: 0.189285714&#34;,&#34;threshold: 0.708&lt;br /&gt;value: 0.189285714&#34;,&#34;threshold: 0.709&lt;br /&gt;value: 0.189285714&#34;,&#34;threshold: 0.710&lt;br /&gt;value: 0.187500000&#34;,&#34;threshold: 0.711&lt;br /&gt;value: 0.183928571&#34;,&#34;threshold: 0.712&lt;br /&gt;value: 0.183928571&#34;,&#34;threshold: 0.713&lt;br /&gt;value: 0.178571429&#34;,&#34;threshold: 0.714&lt;br /&gt;value: 0.178571429&#34;,&#34;threshold: 0.715&lt;br /&gt;value: 0.175000000&#34;,&#34;threshold: 0.716&lt;br /&gt;value: 0.175000000&#34;,&#34;threshold: 0.717&lt;br /&gt;value: 0.173214286&#34;,&#34;threshold: 0.718&lt;br /&gt;value: 0.169642857&#34;,&#34;threshold: 0.719&lt;br /&gt;value: 0.169642857&#34;,&#34;threshold: 0.720&lt;br /&gt;value: 0.167857143&#34;,&#34;threshold: 0.721&lt;br /&gt;value: 0.164285714&#34;,&#34;threshold: 0.722&lt;br /&gt;value: 0.160714286&#34;,&#34;threshold: 0.723&lt;br /&gt;value: 0.157142857&#34;,&#34;threshold: 0.724&lt;br /&gt;value: 0.155357143&#34;,&#34;threshold: 0.725&lt;br /&gt;value: 0.155357143&#34;,&#34;threshold: 0.726&lt;br /&gt;value: 0.151785714&#34;,&#34;threshold: 0.727&lt;br /&gt;value: 0.148214286&#34;,&#34;threshold: 0.728&lt;br /&gt;value: 0.142857143&#34;,&#34;threshold: 0.729&lt;br /&gt;value: 0.139285714&#34;,&#34;threshold: 0.730&lt;br /&gt;value: 0.137500000&#34;,&#34;threshold: 0.731&lt;br /&gt;value: 0.135714286&#34;,&#34;threshold: 0.732&lt;br /&gt;value: 0.132142857&#34;,&#34;threshold: 0.733&lt;br /&gt;value: 0.128571429&#34;,&#34;threshold: 0.734&lt;br /&gt;value: 0.126785714&#34;,&#34;threshold: 0.735&lt;br /&gt;value: 0.123214286&#34;,&#34;threshold: 0.736&lt;br /&gt;value: 0.123214286&#34;,&#34;threshold: 0.737&lt;br /&gt;value: 0.116071429&#34;,&#34;threshold: 0.738&lt;br /&gt;value: 0.116071429&#34;,&#34;threshold: 0.739&lt;br /&gt;value: 0.112500000&#34;,&#34;threshold: 0.740&lt;br /&gt;value: 0.108928571&#34;,&#34;threshold: 0.741&lt;br /&gt;value: 0.105357143&#34;,&#34;threshold: 0.742&lt;br /&gt;value: 0.105357143&#34;,&#34;threshold: 0.743&lt;br /&gt;value: 0.105357143&#34;,&#34;threshold: 0.744&lt;br /&gt;value: 0.103571429&#34;,&#34;threshold: 0.745&lt;br /&gt;value: 0.101785714&#34;,&#34;threshold: 0.746&lt;br /&gt;value: 0.101785714&#34;,&#34;threshold: 0.747&lt;br /&gt;value: 0.100000000&#34;,&#34;threshold: 0.748&lt;br /&gt;value: 0.100000000&#34;,&#34;threshold: 0.749&lt;br /&gt;value: 0.096428571&#34;,&#34;threshold: 0.750&lt;br /&gt;value: 0.094642857&#34;,&#34;threshold: 0.751&lt;br /&gt;value: 0.092857143&#34;,&#34;threshold: 0.752&lt;br /&gt;value: 0.089285714&#34;,&#34;threshold: 0.753&lt;br /&gt;value: 0.087500000&#34;,&#34;threshold: 0.754&lt;br /&gt;value: 0.085714286&#34;,&#34;threshold: 0.755&lt;br /&gt;value: 0.085714286&#34;,&#34;threshold: 0.756&lt;br /&gt;value: 0.083928571&#34;,&#34;threshold: 0.757&lt;br /&gt;value: 0.082142857&#34;,&#34;threshold: 0.758&lt;br /&gt;value: 0.082142857&#34;,&#34;threshold: 0.759&lt;br /&gt;value: 0.078571429&#34;,&#34;threshold: 0.760&lt;br /&gt;value: 0.076785714&#34;,&#34;threshold: 0.761&lt;br /&gt;value: 0.076785714&#34;,&#34;threshold: 0.762&lt;br /&gt;value: 0.076785714&#34;,&#34;threshold: 0.763&lt;br /&gt;value: 0.076785714&#34;,&#34;threshold: 0.764&lt;br /&gt;value: 0.075000000&#34;,&#34;threshold: 0.765&lt;br /&gt;value: 0.073214286&#34;,&#34;threshold: 0.766&lt;br /&gt;value: 0.073214286&#34;,&#34;threshold: 0.767&lt;br /&gt;value: 0.066071429&#34;,&#34;threshold: 0.768&lt;br /&gt;value: 0.066071429&#34;,&#34;threshold: 0.769&lt;br /&gt;value: 0.066071429&#34;,&#34;threshold: 0.770&lt;br /&gt;value: 0.064285714&#34;,&#34;threshold: 0.771&lt;br /&gt;value: 0.060714286&#34;,&#34;threshold: 0.772&lt;br /&gt;value: 0.060714286&#34;,&#34;threshold: 0.773&lt;br /&gt;value: 0.060714286&#34;,&#34;threshold: 0.774&lt;br /&gt;value: 0.058928571&#34;,&#34;threshold: 0.775&lt;br /&gt;value: 0.058928571&#34;,&#34;threshold: 0.776&lt;br /&gt;value: 0.057142857&#34;,&#34;threshold: 0.777&lt;br /&gt;value: 0.055357143&#34;,&#34;threshold: 0.778&lt;br /&gt;value: 0.053571429&#34;,&#34;threshold: 0.779&lt;br /&gt;value: 0.046428571&#34;,&#34;threshold: 0.780&lt;br /&gt;value: 0.046428571&#34;,&#34;threshold: 0.781&lt;br /&gt;value: 0.046428571&#34;,&#34;threshold: 0.782&lt;br /&gt;value: 0.046428571&#34;,&#34;threshold: 0.783&lt;br /&gt;value: 0.046428571&#34;,&#34;threshold: 0.784&lt;br /&gt;value: 0.046428571&#34;,&#34;threshold: 0.785&lt;br /&gt;value: 0.042857143&#34;,&#34;threshold: 0.786&lt;br /&gt;value: 0.041071429&#34;,&#34;threshold: 0.787&lt;br /&gt;value: 0.039285714&#34;,&#34;threshold: 0.788&lt;br /&gt;value: 0.039285714&#34;,&#34;threshold: 0.789&lt;br /&gt;value: 0.039285714&#34;,&#34;threshold: 0.790&lt;br /&gt;value: 0.039285714&#34;,&#34;threshold: 0.791&lt;br /&gt;value: 0.039285714&#34;,&#34;threshold: 0.792&lt;br /&gt;value: 0.035714286&#34;,&#34;threshold: 0.793&lt;br /&gt;value: 0.033928571&#34;,&#34;threshold: 0.794&lt;br /&gt;value: 0.033928571&#34;,&#34;threshold: 0.795&lt;br /&gt;value: 0.033928571&#34;,&#34;threshold: 0.796&lt;br /&gt;value: 0.028571429&#34;,&#34;threshold: 0.797&lt;br /&gt;value: 0.028571429&#34;,&#34;threshold: 0.798&lt;br /&gt;value: 0.025000000&#34;,&#34;threshold: 0.799&lt;br /&gt;value: 0.023214286&#34;,&#34;threshold: 0.800&lt;br /&gt;value: 0.021428571&#34;,&#34;threshold: 0.801&lt;br /&gt;value: 0.021428571&#34;,&#34;threshold: 0.802&lt;br /&gt;value: 0.021428571&#34;,&#34;threshold: 0.803&lt;br /&gt;value: 0.017857143&#34;,&#34;threshold: 0.804&lt;br /&gt;value: 0.017857143&#34;,&#34;threshold: 0.805&lt;br /&gt;value: 0.017857143&#34;,&#34;threshold: 0.806&lt;br /&gt;value: 0.017857143&#34;,&#34;threshold: 0.807&lt;br /&gt;value: 0.017857143&#34;,&#34;threshold: 0.808&lt;br /&gt;value: 0.017857143&#34;,&#34;threshold: 0.809&lt;br /&gt;value: 0.014285714&#34;,&#34;threshold: 0.810&lt;br /&gt;value: 0.014285714&#34;,&#34;threshold: 0.811&lt;br /&gt;value: 0.014285714&#34;,&#34;threshold: 0.812&lt;br /&gt;value: 0.012500000&#34;,&#34;threshold: 0.813&lt;br /&gt;value: 0.012500000&#34;,&#34;threshold: 0.814&lt;br /&gt;value: 0.012500000&#34;,&#34;threshold: 0.815&lt;br /&gt;value: 0.012500000&#34;,&#34;threshold: 0.816&lt;br /&gt;value: 0.012500000&#34;,&#34;threshold: 0.817&lt;br /&gt;value: 0.012500000&#34;,&#34;threshold: 0.818&lt;br /&gt;value: 0.012500000&#34;,&#34;threshold: 0.819&lt;br /&gt;value: 0.010714286&#34;,&#34;threshold: 0.820&lt;br /&gt;value: 0.010714286&#34;,&#34;threshold: 0.821&lt;br /&gt;value: 0.010714286&#34;,&#34;threshold: 0.822&lt;br /&gt;value: 0.010714286&#34;,&#34;threshold: 0.823&lt;br /&gt;value: 0.008928571&#34;,&#34;threshold: 0.824&lt;br /&gt;value: 0.008928571&#34;,&#34;threshold: 0.825&lt;br /&gt;value: 0.007142857&#34;,&#34;threshold: 0.826&lt;br /&gt;value: 0.007142857&#34;,&#34;threshold: 0.827&lt;br /&gt;value: 0.007142857&#34;,&#34;threshold: 0.828&lt;br /&gt;value: 0.007142857&#34;,&#34;threshold: 0.829&lt;br /&gt;value: 0.007142857&#34;,&#34;threshold: 0.830&lt;br /&gt;value: 0.007142857&#34;,&#34;threshold: 0.831&lt;br /&gt;value: 0.007142857&#34;,&#34;threshold: 0.832&lt;br /&gt;value: 0.007142857&#34;,&#34;threshold: 0.833&lt;br /&gt;value: 0.007142857&#34;,&#34;threshold: 0.834&lt;br /&gt;value: 0.007142857&#34;,&#34;threshold: 0.835&lt;br /&gt;value: 0.007142857&#34;,&#34;threshold: 0.836&lt;br /&gt;value: 0.005357143&#34;,&#34;threshold: 0.837&lt;br /&gt;value: 0.003571429&#34;,&#34;threshold: 0.838&lt;br /&gt;value: 0.003571429&#34;,&#34;threshold: 0.839&lt;br /&gt;value: 0.001785714&#34;,&#34;threshold: 0.840&lt;br /&gt;value: 0.001785714&#34;,&#34;threshold: 0.841&lt;br /&gt;value: 0.001785714&#34;,&#34;threshold: 0.842&lt;br /&gt;value: 0.001785714&#34;,&#34;threshold: 0.843&lt;br /&gt;value: 0.001785714&#34;,&#34;threshold: 0.844&lt;br /&gt;value: 0.001785714&#34;,&#34;threshold: 0.845&lt;br /&gt;value: 0.001785714&#34;,&#34;threshold: 0.846&lt;br /&gt;value: 0.001785714&#34;,&#34;threshold: 0.847&lt;br /&gt;value: 0.001785714&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;lines&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,0,128,1)&#34;,&#34;dash&#34;:&#34;solid&#34;},&#34;hoveron&#34;:&#34;points&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x4&#34;,&#34;yaxis&#34;:&#34;y2&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null},{&#34;x&#34;:[0.05,0.051,0.052,0.053,0.054,0.055,0.056,0.057,0.058,0.059,0.06,0.061,0.062,0.063,0.064,0.065,0.066,0.067,0.068,0.069,0.07,0.071,0.072,0.073,0.074,0.075,0.076,0.077,0.078,0.079,0.08,0.081,0.082,0.083,0.084,0.085,0.086,0.087,0.088,0.089,0.09,0.091,0.092,0.093,0.094,0.095,0.096,0.097,0.098,0.099,0.1,0.101,0.102,0.103,0.104,0.105,0.106,0.107,0.108,0.109,0.11,0.111,0.112,0.113,0.114,0.115,0.116,0.117,0.118,0.119,0.12,0.121,0.122,0.123,0.124,0.125,0.126,0.127,0.128,0.129,0.13,0.131,0.132,0.133,0.134,0.135,0.136,0.137,0.138,0.139,0.14,0.141,0.142,0.143,0.144,0.145,0.146,0.147,0.148,0.149,0.15,0.151,0.152,0.153,0.154,0.155,0.156,0.157,0.158,0.159,0.16,0.161,0.162,0.163,0.164,0.165,0.166,0.167,0.168,0.169,0.17,0.171,0.172,0.173,0.174,0.175,0.176,0.177,0.178,0.179,0.18,0.181,0.182,0.183,0.184,0.185,0.186,0.187,0.188,0.189,0.19,0.191,0.192,0.193,0.194,0.195,0.196,0.197,0.198,0.199,0.2,0.201,0.202,0.203,0.204,0.205,0.206,0.207,0.208,0.209,0.21,0.211,0.212,0.213,0.214,0.215,0.216,0.217,0.218,0.219,0.22,0.221,0.222,0.223,0.224,0.225,0.226,0.227,0.228,0.229,0.23,0.231,0.232,0.233,0.234,0.235,0.236,0.237,0.238,0.239,0.24,0.241,0.242,0.243,0.244,0.245,0.246,0.247,0.248,0.249,0.25,0.251,0.252,0.253,0.254,0.255,0.256,0.257,0.258,0.259,0.26,0.261,0.262,0.263,0.264,0.265,0.266,0.267,0.268,0.269,0.27,0.271,0.272,0.273,0.274,0.275,0.276,0.277,0.278,0.279,0.28,0.281,0.282,0.283,0.284,0.285,0.286,0.287,0.288,0.289,0.29,0.291,0.292,0.293,0.294,0.295,0.296,0.297,0.298,0.299,0.3,0.301,0.302,0.303,0.304,0.305,0.306,0.307,0.308,0.309,0.31,0.311,0.312,0.313,0.314,0.315,0.316,0.317,0.318,0.319,0.32,0.321,0.322,0.323,0.324,0.325,0.326,0.327,0.328,0.329,0.33,0.331,0.332,0.333,0.334,0.335,0.336,0.337,0.338,0.339,0.34,0.341,0.342,0.343,0.344,0.345,0.346,0.347,0.348,0.349,0.35,0.351,0.352,0.353,0.354,0.355,0.356,0.357,0.358,0.359,0.36,0.361,0.362,0.363,0.364,0.365,0.366,0.367,0.368,0.369,0.37,0.371,0.372,0.373,0.374,0.375,0.376,0.377,0.378,0.379,0.38,0.381,0.382,0.383,0.384,0.385,0.386,0.387,0.388,0.389,0.39,0.391,0.392,0.393,0.394,0.395,0.396,0.397,0.398,0.399,0.4,0.401,0.402,0.403,0.404,0.405,0.406,0.407,0.408,0.409,0.41,0.411,0.412,0.413,0.414,0.415,0.416,0.417,0.418,0.419,0.42,0.421,0.422,0.423,0.424,0.425,0.426,0.427,0.428,0.429,0.43,0.431,0.432,0.433,0.434,0.435,0.436,0.437,0.438,0.439,0.44,0.441,0.442,0.443,0.444,0.445,0.446,0.447,0.448,0.449,0.45,0.451,0.452,0.453,0.454,0.455,0.456,0.457,0.458,0.459,0.46,0.461,0.462,0.463,0.464,0.465,0.466,0.467,0.468,0.469,0.47,0.471,0.472,0.473,0.474,0.475,0.476,0.477,0.478,0.479,0.48,0.481,0.482,0.483,0.484,0.485,0.486,0.487,0.488,0.489,0.49,0.491,0.492,0.493,0.494,0.495,0.496,0.497,0.498,0.499,0.5,0.501,0.502,0.503,0.504,0.505,0.506,0.507,0.508,0.509,0.51,0.511,0.512,0.513,0.514,0.515,0.516,0.517,0.518,0.519,0.52,0.521,0.522,0.523,0.524,0.525,0.526,0.527,0.528,0.529,0.53,0.531,0.532,0.533,0.534,0.535,0.536,0.537,0.538,0.539,0.54,0.541,0.542,0.543,0.544,0.545,0.546,0.547,0.548,0.549,0.55,0.551,0.552,0.553,0.554,0.555,0.556,0.557,0.558,0.559,0.56,0.561,0.562,0.563,0.564,0.565,0.566,0.567,0.568,0.569,0.57,0.571,0.572,0.573,0.574,0.575,0.576,0.577,0.578,0.579,0.58,0.581,0.582,0.583,0.584,0.585,0.586,0.587,0.588,0.589,0.59,0.591,0.592,0.593,0.594,0.595,0.596,0.597,0.598,0.599,0.6,0.601,0.602,0.603,0.604,0.605,0.606,0.607,0.608,0.609,0.61,0.611,0.612,0.613,0.614,0.615,0.616,0.617,0.618,0.619,0.62,0.621,0.622,0.623,0.624,0.625,0.626,0.627,0.628,0.629,0.63,0.631,0.632,0.633,0.634,0.635,0.636,0.637,0.638,0.639,0.64,0.641,0.642,0.643,0.644,0.645,0.646,0.647,0.648,0.649,0.65,0.651,0.652,0.653,0.654,0.655,0.656,0.657,0.658,0.659,0.66,0.661,0.662,0.663,0.664,0.665,0.666,0.667,0.668,0.669,0.67,0.671,0.672,0.673,0.674,0.675,0.676,0.677,0.678,0.679,0.68,0.681,0.682,0.683,0.684,0.685,0.686,0.687,0.688,0.689,0.69,0.691,0.692,0.693,0.694,0.695,0.696,0.697,0.698,0.699,0.7,0.701,0.702,0.703,0.704,0.705,0.706,0.707,0.708,0.709,0.71,0.711,0.712,0.713,0.714,0.715,0.716,0.717,0.718,0.719,0.72,0.721,0.722,0.723,0.724,0.725,0.726,0.727,0.728,0.729,0.73,0.731,0.732,0.733,0.734,0.735,0.736,0.737,0.738,0.739,0.74,0.741,0.742,0.743,0.744,0.745,0.746,0.747,0.748,0.749,0.75,0.751,0.752,0.753,0.754,0.755,0.756,0.757,0.758,0.759,0.76,0.761,0.762,0.763,0.764,0.765,0.766,0.767,0.768,0.769,0.77,0.771,0.772,0.773,0.774,0.775,0.776,0.777,0.778,0.779,0.78,0.781,0.782,0.783,0.784,0.785,0.786,0.787,0.788,0.789,0.79,0.791,0.792,0.793,0.794,0.795,0.796,0.797,0.798,0.799,0.8,0.801,0.802,0.803,0.804,0.805,0.806,0.807,0.808,0.809,0.81,0.811,0.812,0.813,0.814,0.815,0.816,0.817,0.818,0.819,0.82,0.821,0.822,0.823,0.824,0.825,0.826,0.827,0.828,0.829,0.83,0.831,0.832,0.833,0.834,0.835,0.836,0.837,0.838,0.839,0.84,0.841,0.842,0.843,0.844,0.845,0.846,0.847],&#34;y&#34;:[0.347936507936508,0.349267049075844,0.350159744408946,0.350832266325224,0.352411575562701,0.354463130659767,0.355613238157041,0.355844155844156,0.356816699282453,0.358218729535036,0.358688524590164,0.358738501971091,0.360158311345646,0.360634081902246,0.36182902584493,0.362608117099135,0.36309127248501,0.363818424566088,0.36503683858004,0.366263440860215,0.368492224475997,0.369742198100407,0.369993211133741,0.371506475800954,0.372013651877133,0.372683596431023,0.374309392265193,0.375606375606376,0.375694444444444,0.376216968011127,0.376740947075209,0.377266387726639,0.378057302585604,0.378681626928471,0.380549682875264,0.381086803105152,0.382165605095541,0.383522727272727,0.384889522451889,0.386266094420601,0.386819484240688,0.388209920920201,0.388328530259366,0.388328530259366,0.389169675090253,0.390014471780029,0.390862944162437,0.39171511627907,0.39155749636099,0.392987582176771,0.393850658857979,0.394428152492669,0.395434462444772,0.395725865880619,0.39689578713969,0.398663697104677,0.398809523809524,0.399701715137957,0.401498127340824,0.402704733283246,0.402714932126697,0.404545454545455,0.405466970387244,0.406392694063927,0.407322654462243,0.40763358778626,0.408116385911179,0.408742331288344,0.409684857801691,0.410631741140216,0.41094834232845,0.411446249033256,0.412267080745342,0.412908242612753,0.414196567862715,0.415492957746479,0.415818324197337,0.416144200626959,0.417781274586939,0.419303797468354,0.418715305313243,0.420382165605096,0.421388667198723,0.422062350119904,0.421937550040032,0.421812349639134,0.423510466988728,0.425222312045271,0.425790754257908,0.426482534524777,0.427872860635697,0.428221859706362,0.427636958299264,0.427986906710311,0.427986906710311,0.429040196882691,0.42974527526705,0.430338004946414,0.431761786600496,0.432835820895522,0.432724252491694,0.433805162364696,0.434166666666667,0.434056761268781,0.434673366834171,0.434563758389262,0.434928631402183,0.435551811288964,0.437024513947591,0.438507209499576,0.438507209499576,0.438879456706282,0.439625850340136,0.439148936170213,0.441402908468777,0.441680960548885,0.443583118001723,0.443485763589301,0.443771626297578,0.446086956521739,0.446381865736704,0.445804195804196,0.445804195804196,0.446194225721785,0.446397188049209,0.446302816901408,0.447484554280671,0.447391688770999,0.447787610619469,0.448979591836735,0.449777777777778,0.449288256227758,0.449197860962567,0.45,0.450402144772118,0.451526032315978,0.452338129496403,0.453068592057762,0.455040871934605,0.45529197080292,0.456880733944954,0.458563535911602,0.459409594095941,0.459334565619224,0.46003717472119,0.460893854748603,0.461753731343284,0.462980318650422,0.462770970782281,0.464083175803403,0.464015151515151,0.465271170313987,0.465714285714286,0.46469465648855,0.466410748560461,0.46679499518768,0.467244701348748,0.468477206595538,0.468477206595538,0.469387755102041,0.470243902439024,0.471624266144814,0.472495088408644,0.473891625615764,0.475296442687747,0.476237623762376,0.475198412698413,0.476616915422886,0.476616915422886,0.477567298105683,0.477045908183633,0.478957915831663,0.479355488418933,0.47979797979798,0.479757085020243,0.480203045685279,0.48118006103764,0.48265306122449,0.48314606741573,0.482088024564995,0.482510288065844,0.484004127966976,0.483971044467425,0.483971044467425,0.483937823834197,0.484439834024896,0.484439834024896,0.483367983367983,0.483367983367983,0.483837330552659,0.485355648535565,0.48586387434555,0.486373165618449,0.485804416403785,0.486828240252898,0.487856388595565,0.489406779661017,0.489925768822906,0.489925768822906,0.490445859872611,0.491489361702128,0.492012779552716,0.492537313432836,0.493589743589744,0.493576017130621,0.493576017130621,0.494623655913978,0.495156081808396,0.497835497835498,0.498915401301518,0.499454743729553,0.5,0.500547645125958,0.500547645125958,0.501650165016502,0.500551267916207,0.502212389380531,0.504444444444444,0.503348214285714,0.503355704697987,0.505061867266592,0.506200676437429,0.507918552036199,0.506818181818182,0.506818181818182,0.507394766780432,0.508551881413911,0.510297482837529,0.510297482837529,0.512055109070034,0.513824884792627,0.513856812933025,0.513856812933025,0.515046296296296,0.515046296296296,0.514484356894554,0.51508120649652,0.515679442508711,0.515116279069767,0.515116279069767,0.516317016317016,0.518735362997658,0.518779342723005,0.518779342723005,0.519388954171563,0.519434628975265,0.519434628975265,0.519434628975265,0.520094562647754,0.520094562647754,0.521377672209026,0.521997621878716,0.523866348448687,0.525179856115108,0.525240384615385,0.525934861278649,0.526570048309179,0.526123936816525,0.528048780487805,0.529339853300734,0.530637254901961,0.531941031941032,0.531941031941032,0.53259532595326,0.531442663378545,0.532756489493202,0.535403726708075,0.534825870646766,0.535491905354919,0.536828963795256,0.536340852130326,0.53643216080402,0.53643216080402,0.537106918238994,0.539141414141414,0.540506329113924,0.542675159235669,0.542675159235669,0.543478260869565,0.543589743589744,0.544287548138639,0.543701799485861,0.545103092783505,0.547218628719276,0.547218628719276,0.54863813229572,0.548177083333333,0.550326797385621,0.551047120418848,0.551769331585845,0.551905387647832,0.552042160737813,0.552770448548813,0.55217965653897,0.553191489361702,0.553191489361702,0.553333333333333,0.55421686746988,0.554362416107383,0.553908355795148,0.552845528455285,0.552845528455285,0.552845528455285,0.554347826086957,0.553741496598639,0.553741496598639,0.55449591280654,0.55525238744884,0.556771545827633,0.556318681318681,0.556318681318681,0.55939226519337,0.558782849239281,0.559109874826147,0.559888579387187,0.559888579387187,0.560669456066946,0.560055865921788,0.560055865921788,0.560839160839161,0.560839160839161,0.560839160839161,0.560839160839161,0.561009817671809,0.56056338028169,0.561354019746121,0.562942008486563,0.5625,0.5625,0.5625,0.563300142247511,0.564285714285714,0.565092989985694,0.565092989985694,0.565902578796562,0.566714490674319,0.566906474820144,0.566666666666667,0.566037735849057,0.566229985443959,0.565789473684211,0.566617862371889,0.566813509544787,0.568483063328424,0.570162481536189,0.57037037037037,0.571216617210683,0.572065378900446,0.570789865871833,0.572496263079223,0.572496263079223,0.572713643178411,0.576168929110106,0.576399394856278,0.575757575757576,0.575757575757576,0.575987841945289,0.57469512195122,0.575572519083969,0.57427258805513,0.573619631901841,0.573846153846154,0.575617283950617,0.575617283950617,0.576506955177743,0.576506955177743,0.577881619937695,0.5796875,0.582417582417582,0.584251968503937,0.582938388625592,0.582938388625592,0.582938388625592,0.583860759493671,0.583465818759936,0.585326953748006,0.5872,0.587479935794542,0.589371980676328,0.590322580645161,0.589660743134087,0.588996763754045,0.590909090909091,0.591869918699187,0.593800978792822,0.592471358428805,0.591803278688525,0.591803278688525,0.591133004926108,0.592105263157895,0.591433278418451,0.593388429752066,0.594370860927152,0.594370860927152,0.594370860927152,0.594370860927152,0.593698175787728,0.593023255813954,0.594009983361065,0.594009983361065,0.592654424040067,0.592281879194631,0.592281879194631,0.592281879194631,0.591596638655462,0.591596638655462,0.591905564924115,0.592905405405405,0.591525423728814,0.593537414965986,0.595563139931741,0.595890410958904,0.596219931271478,0.596219931271478,0.59552495697074,0.59552495697074,0.595854922279793,0.597222222222222,0.596521739130435,0.598603839441536,0.59965034965035,0.6,0.600352112676056,0.600352112676056,0.601410934744268,0.600706713780919,0.601063829787234,0.60427807486631,0.606440071556351,0.60752688172043,0.608617594254937,0.607594936708861,0.606884057971015,0.606884057971015,0.607985480943739,0.607664233576642,0.608775137111517,0.609174311926606,0.608455882352941,0.609576427255985,0.61070110701107,0.611829944547135,0.611111111111111,0.61038961038961,0.612359550561798,0.616257088846881,0.617424242424242,0.617424242424242,0.617424242424242,0.617424242424242,0.615969581749049,0.616412213740458,0.617590822179732,0.616122840690979,0.617307692307692,0.617307692307692,0.622093023255814,0.622093023255814,0.623781676413255,0.625490196078431,0.624015748031496,0.625246548323471,0.626482213438735,0.630218687872763,0.630738522954092,0.63,0.632530120481928,0.631790744466801,0.631578947368421,0.631578947368421,0.633401221995927,0.633946830265849,0.633196721311475,0.633744855967078,0.634297520661157,0.634297520661157,0.636174636174636,0.633891213389121,0.635220125786163,0.639240506329114,0.639830508474576,0.641188959660297,0.643923240938166,0.643776824034335,0.643776824034335,0.643628509719222,0.645021645021645,0.645021645021645,0.645652173913044,0.646288209606987,0.649779735682819,0.651884700665188,0.653333333333333,0.652561247216036,0.654017857142857,0.650112866817156,0.65158371040724,0.651480637813212,0.651376146788991,0.653579676674365,0.653579676674365,0.653579676674365,0.655092592592593,0.655092592592593,0.658139534883721,0.658139534883721,0.661214953271028,0.661971830985915,0.663529411764706,0.662735849056604,0.660332541567696,0.661904761904762,0.663484486873508,0.665060240963855,0.666666666666667,0.66747572815534,0.666666666666667,0.67156862745098,0.672413793103448,0.673267326732673,0.6725,0.6725,0.673366834170854,0.675062972292191,0.679389312977099,0.680306905370844,0.680306905370844,0.682051282051282,0.682051282051282,0.68298969072165,0.68298969072165,0.682170542635659,0.683937823834197,0.685714285714286,0.6875,0.68848167539267,0.686842105263158,0.684350132625995,0.687165775401069,0.687165775401069,0.688172043010753,0.686486486486486,0.685792349726776,0.683195592286501,0.683195592286501,0.686111111111111,0.686111111111111,0.68169014084507,0.68169014084507,0.68361581920904,0.68271954674221,0.681818181818182,0.680911680911681,0.682857142857143,0.682857142857143,0.683908045977011,0.68299711815562,0.686046511627907,0.687134502923977,0.686217008797654,0.685294117647059,0.683582089552239,0.68562874251497,0.684684684684685,0.684848484848485,0.685975609756098,0.685015290519878,0.684049079754601,0.682098765432099,0.684210526315789,0.6875,0.686520376175549,0.688679245283019,0.687697160883281,0.687898089171974,0.690095846645367,0.694533762057878,0.693548387096774,0.6957928802589,0.693811074918567,0.694078947368421,0.696369636963696,0.697674418604651,0.696666666666667,0.696666666666667,0.693877551020408,0.692041522491349,0.694444444444444,0.697183098591549,0.696113074204947,0.695035460992908,0.694244604316547,0.699275362318841,0.699275362318841,0.697080291970803,0.695970695970696,0.698529411764706,0.701107011070111,0.7,0.700374531835206,0.703007518796993,0.704545454545455,0.703422053231939,0.704980842911877,0.708171206225681,0.70703125,0.705179282868526,0.708,0.704453441295547,0.702479338842975,0.702479338842975,0.697478991596639,0.69620253164557,0.69620253164557,0.693965517241379,0.7,0.7,0.696035242290749,0.702702702702703,0.7,0.7,0.706422018348624,0.702830188679245,0.701421800947867,0.706730769230769,0.70873786407767,0.71078431372549,0.71078431372549,0.715,0.718592964824121,0.724489795918367,0.722513089005236,0.724867724867725,0.725806451612903,0.733695652173913,0.73224043715847,0.734806629834254,0.738888888888889,0.737430167597765,0.734463276836158,0.742857142857143,0.742690058479532,0.747058823529412,0.751479289940828,0.760479041916168,0.757575757575758,0.759259259259259,0.75625,0.754716981132076,0.751592356687898,0.748387096774194,0.75,0.751677852348993,0.76027397260274,0.76551724137931,0.771428571428571,0.77536231884058,0.773722627737226,0.773722627737226,0.773722627737226,0.777777777777778,0.774436090225564,0.786259541984733,0.78125,0.78125,0.784,0.790322580645161,0.788617886178862,0.785123966942149,0.798319327731092,0.803418803418803,0.8,0.79646017699115,0.807339449541284,0.805555555555556,0.805555555555556,0.80188679245283,0.813725490196078,0.808080808080808,0.804123711340206,0.802083333333333,0.8,0.795698924731183,0.8,0.797752808988764,0.793103448275862,0.802325581395349,0.792682926829268,0.792682926829268,0.79746835443038,0.802631578947368,0.797297297297297,0.808219178082192,0.808219178082192,0.805555555555556,0.802816901408451,0.802816901408451,0.811594202898551,0.811594202898551,0.805970149253731,0.803030303030303,0.8,0.793650793650794,0.790322580645161,0.786885245901639,0.786885245901639,0.783333333333333,0.779661016949153,0.793103448275862,0.785714285714286,0.781818181818182,0.781818181818182,0.781818181818182,0.796296296296296,0.807692307692308,0.82,0.836734693877551,0.822222222222222,0.822222222222222,0.840909090909091,0.857142857142857,0.85,0.85,0.85,0.846153846153846,0.868421052631579,0.864864864864865,0.861111111111111,0.857142857142857,0.838709677419355,0.866666666666667,0.866666666666667,0.866666666666667,0.866666666666667,0.866666666666667,0.888888888888889,0.884615384615385,0.88,0.88,0.916666666666667,0.916666666666667,0.956521739130435,0.952380952380952,0.95,0.95,0.95,0.941176470588235,0.941176470588235,0.933333333333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],&#34;text&#34;:[&#34;threshold: 0.050&lt;br /&gt;value: 0.347936508&#34;,&#34;threshold: 0.051&lt;br /&gt;value: 0.349267049&#34;,&#34;threshold: 0.052&lt;br /&gt;value: 0.350159744&#34;,&#34;threshold: 0.053&lt;br /&gt;value: 0.350832266&#34;,&#34;threshold: 0.054&lt;br /&gt;value: 0.352411576&#34;,&#34;threshold: 0.055&lt;br /&gt;value: 0.354463131&#34;,&#34;threshold: 0.056&lt;br /&gt;value: 0.355613238&#34;,&#34;threshold: 0.057&lt;br /&gt;value: 0.355844156&#34;,&#34;threshold: 0.058&lt;br /&gt;value: 0.356816699&#34;,&#34;threshold: 0.059&lt;br /&gt;value: 0.358218730&#34;,&#34;threshold: 0.060&lt;br /&gt;value: 0.358688525&#34;,&#34;threshold: 0.061&lt;br /&gt;value: 0.358738502&#34;,&#34;threshold: 0.062&lt;br /&gt;value: 0.360158311&#34;,&#34;threshold: 0.063&lt;br /&gt;value: 0.360634082&#34;,&#34;threshold: 0.064&lt;br /&gt;value: 0.361829026&#34;,&#34;threshold: 0.065&lt;br /&gt;value: 0.362608117&#34;,&#34;threshold: 0.066&lt;br /&gt;value: 0.363091272&#34;,&#34;threshold: 0.067&lt;br /&gt;value: 0.363818425&#34;,&#34;threshold: 0.068&lt;br /&gt;value: 0.365036839&#34;,&#34;threshold: 0.069&lt;br /&gt;value: 0.366263441&#34;,&#34;threshold: 0.070&lt;br /&gt;value: 0.368492224&#34;,&#34;threshold: 0.071&lt;br /&gt;value: 0.369742198&#34;,&#34;threshold: 0.072&lt;br /&gt;value: 0.369993211&#34;,&#34;threshold: 0.073&lt;br /&gt;value: 0.371506476&#34;,&#34;threshold: 0.074&lt;br /&gt;value: 0.372013652&#34;,&#34;threshold: 0.075&lt;br /&gt;value: 0.372683596&#34;,&#34;threshold: 0.076&lt;br /&gt;value: 0.374309392&#34;,&#34;threshold: 0.077&lt;br /&gt;value: 0.375606376&#34;,&#34;threshold: 0.078&lt;br /&gt;value: 0.375694444&#34;,&#34;threshold: 0.079&lt;br /&gt;value: 0.376216968&#34;,&#34;threshold: 0.080&lt;br /&gt;value: 0.376740947&#34;,&#34;threshold: 0.081&lt;br /&gt;value: 0.377266388&#34;,&#34;threshold: 0.082&lt;br /&gt;value: 0.378057303&#34;,&#34;threshold: 0.083&lt;br /&gt;value: 0.378681627&#34;,&#34;threshold: 0.084&lt;br /&gt;value: 0.380549683&#34;,&#34;threshold: 0.085&lt;br /&gt;value: 0.381086803&#34;,&#34;threshold: 0.086&lt;br /&gt;value: 0.382165605&#34;,&#34;threshold: 0.087&lt;br /&gt;value: 0.383522727&#34;,&#34;threshold: 0.088&lt;br /&gt;value: 0.384889522&#34;,&#34;threshold: 0.089&lt;br /&gt;value: 0.386266094&#34;,&#34;threshold: 0.090&lt;br /&gt;value: 0.386819484&#34;,&#34;threshold: 0.091&lt;br /&gt;value: 0.388209921&#34;,&#34;threshold: 0.092&lt;br /&gt;value: 0.388328530&#34;,&#34;threshold: 0.093&lt;br /&gt;value: 0.388328530&#34;,&#34;threshold: 0.094&lt;br /&gt;value: 0.389169675&#34;,&#34;threshold: 0.095&lt;br /&gt;value: 0.390014472&#34;,&#34;threshold: 0.096&lt;br /&gt;value: 0.390862944&#34;,&#34;threshold: 0.097&lt;br /&gt;value: 0.391715116&#34;,&#34;threshold: 0.098&lt;br /&gt;value: 0.391557496&#34;,&#34;threshold: 0.099&lt;br /&gt;value: 0.392987582&#34;,&#34;threshold: 0.100&lt;br /&gt;value: 0.393850659&#34;,&#34;threshold: 0.101&lt;br /&gt;value: 0.394428152&#34;,&#34;threshold: 0.102&lt;br /&gt;value: 0.395434462&#34;,&#34;threshold: 0.103&lt;br /&gt;value: 0.395725866&#34;,&#34;threshold: 0.104&lt;br /&gt;value: 0.396895787&#34;,&#34;threshold: 0.105&lt;br /&gt;value: 0.398663697&#34;,&#34;threshold: 0.106&lt;br /&gt;value: 0.398809524&#34;,&#34;threshold: 0.107&lt;br /&gt;value: 0.399701715&#34;,&#34;threshold: 0.108&lt;br /&gt;value: 0.401498127&#34;,&#34;threshold: 0.109&lt;br /&gt;value: 0.402704733&#34;,&#34;threshold: 0.110&lt;br /&gt;value: 0.402714932&#34;,&#34;threshold: 0.111&lt;br /&gt;value: 0.404545455&#34;,&#34;threshold: 0.112&lt;br /&gt;value: 0.405466970&#34;,&#34;threshold: 0.113&lt;br /&gt;value: 0.406392694&#34;,&#34;threshold: 0.114&lt;br /&gt;value: 0.407322654&#34;,&#34;threshold: 0.115&lt;br /&gt;value: 0.407633588&#34;,&#34;threshold: 0.116&lt;br /&gt;value: 0.408116386&#34;,&#34;threshold: 0.117&lt;br /&gt;value: 0.408742331&#34;,&#34;threshold: 0.118&lt;br /&gt;value: 0.409684858&#34;,&#34;threshold: 0.119&lt;br /&gt;value: 0.410631741&#34;,&#34;threshold: 0.120&lt;br /&gt;value: 0.410948342&#34;,&#34;threshold: 0.121&lt;br /&gt;value: 0.411446249&#34;,&#34;threshold: 0.122&lt;br /&gt;value: 0.412267081&#34;,&#34;threshold: 0.123&lt;br /&gt;value: 0.412908243&#34;,&#34;threshold: 0.124&lt;br /&gt;value: 0.414196568&#34;,&#34;threshold: 0.125&lt;br /&gt;value: 0.415492958&#34;,&#34;threshold: 0.126&lt;br /&gt;value: 0.415818324&#34;,&#34;threshold: 0.127&lt;br /&gt;value: 0.416144201&#34;,&#34;threshold: 0.128&lt;br /&gt;value: 0.417781275&#34;,&#34;threshold: 0.129&lt;br /&gt;value: 0.419303797&#34;,&#34;threshold: 0.130&lt;br /&gt;value: 0.418715305&#34;,&#34;threshold: 0.131&lt;br /&gt;value: 0.420382166&#34;,&#34;threshold: 0.132&lt;br /&gt;value: 0.421388667&#34;,&#34;threshold: 0.133&lt;br /&gt;value: 0.422062350&#34;,&#34;threshold: 0.134&lt;br /&gt;value: 0.421937550&#34;,&#34;threshold: 0.135&lt;br /&gt;value: 0.421812350&#34;,&#34;threshold: 0.136&lt;br /&gt;value: 0.423510467&#34;,&#34;threshold: 0.137&lt;br /&gt;value: 0.425222312&#34;,&#34;threshold: 0.138&lt;br /&gt;value: 0.425790754&#34;,&#34;threshold: 0.139&lt;br /&gt;value: 0.426482535&#34;,&#34;threshold: 0.140&lt;br /&gt;value: 0.427872861&#34;,&#34;threshold: 0.141&lt;br /&gt;value: 0.428221860&#34;,&#34;threshold: 0.142&lt;br /&gt;value: 0.427636958&#34;,&#34;threshold: 0.143&lt;br /&gt;value: 0.427986907&#34;,&#34;threshold: 0.144&lt;br /&gt;value: 0.427986907&#34;,&#34;threshold: 0.145&lt;br /&gt;value: 0.429040197&#34;,&#34;threshold: 0.146&lt;br /&gt;value: 0.429745275&#34;,&#34;threshold: 0.147&lt;br /&gt;value: 0.430338005&#34;,&#34;threshold: 0.148&lt;br /&gt;value: 0.431761787&#34;,&#34;threshold: 0.149&lt;br /&gt;value: 0.432835821&#34;,&#34;threshold: 0.150&lt;br /&gt;value: 0.432724252&#34;,&#34;threshold: 0.151&lt;br /&gt;value: 0.433805162&#34;,&#34;threshold: 0.152&lt;br /&gt;value: 0.434166667&#34;,&#34;threshold: 0.153&lt;br /&gt;value: 0.434056761&#34;,&#34;threshold: 0.154&lt;br /&gt;value: 0.434673367&#34;,&#34;threshold: 0.155&lt;br /&gt;value: 0.434563758&#34;,&#34;threshold: 0.156&lt;br /&gt;value: 0.434928631&#34;,&#34;threshold: 0.157&lt;br /&gt;value: 0.435551811&#34;,&#34;threshold: 0.158&lt;br /&gt;value: 0.437024514&#34;,&#34;threshold: 0.159&lt;br /&gt;value: 0.438507209&#34;,&#34;threshold: 0.160&lt;br /&gt;value: 0.438507209&#34;,&#34;threshold: 0.161&lt;br /&gt;value: 0.438879457&#34;,&#34;threshold: 0.162&lt;br /&gt;value: 0.439625850&#34;,&#34;threshold: 0.163&lt;br /&gt;value: 0.439148936&#34;,&#34;threshold: 0.164&lt;br /&gt;value: 0.441402908&#34;,&#34;threshold: 0.165&lt;br /&gt;value: 0.441680961&#34;,&#34;threshold: 0.166&lt;br /&gt;value: 0.443583118&#34;,&#34;threshold: 0.167&lt;br /&gt;value: 0.443485764&#34;,&#34;threshold: 0.168&lt;br /&gt;value: 0.443771626&#34;,&#34;threshold: 0.169&lt;br /&gt;value: 0.446086957&#34;,&#34;threshold: 0.170&lt;br /&gt;value: 0.446381866&#34;,&#34;threshold: 0.171&lt;br /&gt;value: 0.445804196&#34;,&#34;threshold: 0.172&lt;br /&gt;value: 0.445804196&#34;,&#34;threshold: 0.173&lt;br /&gt;value: 0.446194226&#34;,&#34;threshold: 0.174&lt;br /&gt;value: 0.446397188&#34;,&#34;threshold: 0.175&lt;br /&gt;value: 0.446302817&#34;,&#34;threshold: 0.176&lt;br /&gt;value: 0.447484554&#34;,&#34;threshold: 0.177&lt;br /&gt;value: 0.447391689&#34;,&#34;threshold: 0.178&lt;br /&gt;value: 0.447787611&#34;,&#34;threshold: 0.179&lt;br /&gt;value: 0.448979592&#34;,&#34;threshold: 0.180&lt;br /&gt;value: 0.449777778&#34;,&#34;threshold: 0.181&lt;br /&gt;value: 0.449288256&#34;,&#34;threshold: 0.182&lt;br /&gt;value: 0.449197861&#34;,&#34;threshold: 0.183&lt;br /&gt;value: 0.450000000&#34;,&#34;threshold: 0.184&lt;br /&gt;value: 0.450402145&#34;,&#34;threshold: 0.185&lt;br /&gt;value: 0.451526032&#34;,&#34;threshold: 0.186&lt;br /&gt;value: 0.452338129&#34;,&#34;threshold: 0.187&lt;br /&gt;value: 0.453068592&#34;,&#34;threshold: 0.188&lt;br /&gt;value: 0.455040872&#34;,&#34;threshold: 0.189&lt;br /&gt;value: 0.455291971&#34;,&#34;threshold: 0.190&lt;br /&gt;value: 0.456880734&#34;,&#34;threshold: 0.191&lt;br /&gt;value: 0.458563536&#34;,&#34;threshold: 0.192&lt;br /&gt;value: 0.459409594&#34;,&#34;threshold: 0.193&lt;br /&gt;value: 0.459334566&#34;,&#34;threshold: 0.194&lt;br /&gt;value: 0.460037175&#34;,&#34;threshold: 0.195&lt;br /&gt;value: 0.460893855&#34;,&#34;threshold: 0.196&lt;br /&gt;value: 0.461753731&#34;,&#34;threshold: 0.197&lt;br /&gt;value: 0.462980319&#34;,&#34;threshold: 0.198&lt;br /&gt;value: 0.462770971&#34;,&#34;threshold: 0.199&lt;br /&gt;value: 0.464083176&#34;,&#34;threshold: 0.200&lt;br /&gt;value: 0.464015152&#34;,&#34;threshold: 0.201&lt;br /&gt;value: 0.465271170&#34;,&#34;threshold: 0.202&lt;br /&gt;value: 0.465714286&#34;,&#34;threshold: 0.203&lt;br /&gt;value: 0.464694656&#34;,&#34;threshold: 0.204&lt;br /&gt;value: 0.466410749&#34;,&#34;threshold: 0.205&lt;br /&gt;value: 0.466794995&#34;,&#34;threshold: 0.206&lt;br /&gt;value: 0.467244701&#34;,&#34;threshold: 0.207&lt;br /&gt;value: 0.468477207&#34;,&#34;threshold: 0.208&lt;br /&gt;value: 0.468477207&#34;,&#34;threshold: 0.209&lt;br /&gt;value: 0.469387755&#34;,&#34;threshold: 0.210&lt;br /&gt;value: 0.470243902&#34;,&#34;threshold: 0.211&lt;br /&gt;value: 0.471624266&#34;,&#34;threshold: 0.212&lt;br /&gt;value: 0.472495088&#34;,&#34;threshold: 0.213&lt;br /&gt;value: 0.473891626&#34;,&#34;threshold: 0.214&lt;br /&gt;value: 0.475296443&#34;,&#34;threshold: 0.215&lt;br /&gt;value: 0.476237624&#34;,&#34;threshold: 0.216&lt;br /&gt;value: 0.475198413&#34;,&#34;threshold: 0.217&lt;br /&gt;value: 0.476616915&#34;,&#34;threshold: 0.218&lt;br /&gt;value: 0.476616915&#34;,&#34;threshold: 0.219&lt;br /&gt;value: 0.477567298&#34;,&#34;threshold: 0.220&lt;br /&gt;value: 0.477045908&#34;,&#34;threshold: 0.221&lt;br /&gt;value: 0.478957916&#34;,&#34;threshold: 0.222&lt;br /&gt;value: 0.479355488&#34;,&#34;threshold: 0.223&lt;br /&gt;value: 0.479797980&#34;,&#34;threshold: 0.224&lt;br /&gt;value: 0.479757085&#34;,&#34;threshold: 0.225&lt;br /&gt;value: 0.480203046&#34;,&#34;threshold: 0.226&lt;br /&gt;value: 0.481180061&#34;,&#34;threshold: 0.227&lt;br /&gt;value: 0.482653061&#34;,&#34;threshold: 0.228&lt;br /&gt;value: 0.483146067&#34;,&#34;threshold: 0.229&lt;br /&gt;value: 0.482088025&#34;,&#34;threshold: 0.230&lt;br /&gt;value: 0.482510288&#34;,&#34;threshold: 0.231&lt;br /&gt;value: 0.484004128&#34;,&#34;threshold: 0.232&lt;br /&gt;value: 0.483971044&#34;,&#34;threshold: 0.233&lt;br /&gt;value: 0.483971044&#34;,&#34;threshold: 0.234&lt;br /&gt;value: 0.483937824&#34;,&#34;threshold: 0.235&lt;br /&gt;value: 0.484439834&#34;,&#34;threshold: 0.236&lt;br /&gt;value: 0.484439834&#34;,&#34;threshold: 0.237&lt;br /&gt;value: 0.483367983&#34;,&#34;threshold: 0.238&lt;br /&gt;value: 0.483367983&#34;,&#34;threshold: 0.239&lt;br /&gt;value: 0.483837331&#34;,&#34;threshold: 0.240&lt;br /&gt;value: 0.485355649&#34;,&#34;threshold: 0.241&lt;br /&gt;value: 0.485863874&#34;,&#34;threshold: 0.242&lt;br /&gt;value: 0.486373166&#34;,&#34;threshold: 0.243&lt;br /&gt;value: 0.485804416&#34;,&#34;threshold: 0.244&lt;br /&gt;value: 0.486828240&#34;,&#34;threshold: 0.245&lt;br /&gt;value: 0.487856389&#34;,&#34;threshold: 0.246&lt;br /&gt;value: 0.489406780&#34;,&#34;threshold: 0.247&lt;br /&gt;value: 0.489925769&#34;,&#34;threshold: 0.248&lt;br /&gt;value: 0.489925769&#34;,&#34;threshold: 0.249&lt;br /&gt;value: 0.490445860&#34;,&#34;threshold: 0.250&lt;br /&gt;value: 0.491489362&#34;,&#34;threshold: 0.251&lt;br /&gt;value: 0.492012780&#34;,&#34;threshold: 0.252&lt;br /&gt;value: 0.492537313&#34;,&#34;threshold: 0.253&lt;br /&gt;value: 0.493589744&#34;,&#34;threshold: 0.254&lt;br /&gt;value: 0.493576017&#34;,&#34;threshold: 0.255&lt;br /&gt;value: 0.493576017&#34;,&#34;threshold: 0.256&lt;br /&gt;value: 0.494623656&#34;,&#34;threshold: 0.257&lt;br /&gt;value: 0.495156082&#34;,&#34;threshold: 0.258&lt;br /&gt;value: 0.497835498&#34;,&#34;threshold: 0.259&lt;br /&gt;value: 0.498915401&#34;,&#34;threshold: 0.260&lt;br /&gt;value: 0.499454744&#34;,&#34;threshold: 0.261&lt;br /&gt;value: 0.500000000&#34;,&#34;threshold: 0.262&lt;br /&gt;value: 0.500547645&#34;,&#34;threshold: 0.263&lt;br /&gt;value: 0.500547645&#34;,&#34;threshold: 0.264&lt;br /&gt;value: 0.501650165&#34;,&#34;threshold: 0.265&lt;br /&gt;value: 0.500551268&#34;,&#34;threshold: 0.266&lt;br /&gt;value: 0.502212389&#34;,&#34;threshold: 0.267&lt;br /&gt;value: 0.504444444&#34;,&#34;threshold: 0.268&lt;br /&gt;value: 0.503348214&#34;,&#34;threshold: 0.269&lt;br /&gt;value: 0.503355705&#34;,&#34;threshold: 0.270&lt;br /&gt;value: 0.505061867&#34;,&#34;threshold: 0.271&lt;br /&gt;value: 0.506200676&#34;,&#34;threshold: 0.272&lt;br /&gt;value: 0.507918552&#34;,&#34;threshold: 0.273&lt;br /&gt;value: 0.506818182&#34;,&#34;threshold: 0.274&lt;br /&gt;value: 0.506818182&#34;,&#34;threshold: 0.275&lt;br /&gt;value: 0.507394767&#34;,&#34;threshold: 0.276&lt;br /&gt;value: 0.508551881&#34;,&#34;threshold: 0.277&lt;br /&gt;value: 0.510297483&#34;,&#34;threshold: 0.278&lt;br /&gt;value: 0.510297483&#34;,&#34;threshold: 0.279&lt;br /&gt;value: 0.512055109&#34;,&#34;threshold: 0.280&lt;br /&gt;value: 0.513824885&#34;,&#34;threshold: 0.281&lt;br /&gt;value: 0.513856813&#34;,&#34;threshold: 0.282&lt;br /&gt;value: 0.513856813&#34;,&#34;threshold: 0.283&lt;br /&gt;value: 0.515046296&#34;,&#34;threshold: 0.284&lt;br /&gt;value: 0.515046296&#34;,&#34;threshold: 0.285&lt;br /&gt;value: 0.514484357&#34;,&#34;threshold: 0.286&lt;br /&gt;value: 0.515081206&#34;,&#34;threshold: 0.287&lt;br /&gt;value: 0.515679443&#34;,&#34;threshold: 0.288&lt;br /&gt;value: 0.515116279&#34;,&#34;threshold: 0.289&lt;br /&gt;value: 0.515116279&#34;,&#34;threshold: 0.290&lt;br /&gt;value: 0.516317016&#34;,&#34;threshold: 0.291&lt;br /&gt;value: 0.518735363&#34;,&#34;threshold: 0.292&lt;br /&gt;value: 0.518779343&#34;,&#34;threshold: 0.293&lt;br /&gt;value: 0.518779343&#34;,&#34;threshold: 0.294&lt;br /&gt;value: 0.519388954&#34;,&#34;threshold: 0.295&lt;br /&gt;value: 0.519434629&#34;,&#34;threshold: 0.296&lt;br /&gt;value: 0.519434629&#34;,&#34;threshold: 0.297&lt;br /&gt;value: 0.519434629&#34;,&#34;threshold: 0.298&lt;br /&gt;value: 0.520094563&#34;,&#34;threshold: 0.299&lt;br /&gt;value: 0.520094563&#34;,&#34;threshold: 0.300&lt;br /&gt;value: 0.521377672&#34;,&#34;threshold: 0.301&lt;br /&gt;value: 0.521997622&#34;,&#34;threshold: 0.302&lt;br /&gt;value: 0.523866348&#34;,&#34;threshold: 0.303&lt;br /&gt;value: 0.525179856&#34;,&#34;threshold: 0.304&lt;br /&gt;value: 0.525240385&#34;,&#34;threshold: 0.305&lt;br /&gt;value: 0.525934861&#34;,&#34;threshold: 0.306&lt;br /&gt;value: 0.526570048&#34;,&#34;threshold: 0.307&lt;br /&gt;value: 0.526123937&#34;,&#34;threshold: 0.308&lt;br /&gt;value: 0.528048780&#34;,&#34;threshold: 0.309&lt;br /&gt;value: 0.529339853&#34;,&#34;threshold: 0.310&lt;br /&gt;value: 0.530637255&#34;,&#34;threshold: 0.311&lt;br /&gt;value: 0.531941032&#34;,&#34;threshold: 0.312&lt;br /&gt;value: 0.531941032&#34;,&#34;threshold: 0.313&lt;br /&gt;value: 0.532595326&#34;,&#34;threshold: 0.314&lt;br /&gt;value: 0.531442663&#34;,&#34;threshold: 0.315&lt;br /&gt;value: 0.532756489&#34;,&#34;threshold: 0.316&lt;br /&gt;value: 0.535403727&#34;,&#34;threshold: 0.317&lt;br /&gt;value: 0.534825871&#34;,&#34;threshold: 0.318&lt;br /&gt;value: 0.535491905&#34;,&#34;threshold: 0.319&lt;br /&gt;value: 0.536828964&#34;,&#34;threshold: 0.320&lt;br /&gt;value: 0.536340852&#34;,&#34;threshold: 0.321&lt;br /&gt;value: 0.536432161&#34;,&#34;threshold: 0.322&lt;br /&gt;value: 0.536432161&#34;,&#34;threshold: 0.323&lt;br /&gt;value: 0.537106918&#34;,&#34;threshold: 0.324&lt;br /&gt;value: 0.539141414&#34;,&#34;threshold: 0.325&lt;br /&gt;value: 0.540506329&#34;,&#34;threshold: 0.326&lt;br /&gt;value: 0.542675159&#34;,&#34;threshold: 0.327&lt;br /&gt;value: 0.542675159&#34;,&#34;threshold: 0.328&lt;br /&gt;value: 0.543478261&#34;,&#34;threshold: 0.329&lt;br /&gt;value: 0.543589744&#34;,&#34;threshold: 0.330&lt;br /&gt;value: 0.544287548&#34;,&#34;threshold: 0.331&lt;br /&gt;value: 0.543701799&#34;,&#34;threshold: 0.332&lt;br /&gt;value: 0.545103093&#34;,&#34;threshold: 0.333&lt;br /&gt;value: 0.547218629&#34;,&#34;threshold: 0.334&lt;br /&gt;value: 0.547218629&#34;,&#34;threshold: 0.335&lt;br /&gt;value: 0.548638132&#34;,&#34;threshold: 0.336&lt;br /&gt;value: 0.548177083&#34;,&#34;threshold: 0.337&lt;br /&gt;value: 0.550326797&#34;,&#34;threshold: 0.338&lt;br /&gt;value: 0.551047120&#34;,&#34;threshold: 0.339&lt;br /&gt;value: 0.551769332&#34;,&#34;threshold: 0.340&lt;br /&gt;value: 0.551905388&#34;,&#34;threshold: 0.341&lt;br /&gt;value: 0.552042161&#34;,&#34;threshold: 0.342&lt;br /&gt;value: 0.552770449&#34;,&#34;threshold: 0.343&lt;br /&gt;value: 0.552179657&#34;,&#34;threshold: 0.344&lt;br /&gt;value: 0.553191489&#34;,&#34;threshold: 0.345&lt;br /&gt;value: 0.553191489&#34;,&#34;threshold: 0.346&lt;br /&gt;value: 0.553333333&#34;,&#34;threshold: 0.347&lt;br /&gt;value: 0.554216867&#34;,&#34;threshold: 0.348&lt;br /&gt;value: 0.554362416&#34;,&#34;threshold: 0.349&lt;br /&gt;value: 0.553908356&#34;,&#34;threshold: 0.350&lt;br /&gt;value: 0.552845528&#34;,&#34;threshold: 0.351&lt;br /&gt;value: 0.552845528&#34;,&#34;threshold: 0.352&lt;br /&gt;value: 0.552845528&#34;,&#34;threshold: 0.353&lt;br /&gt;value: 0.554347826&#34;,&#34;threshold: 0.354&lt;br /&gt;value: 0.553741497&#34;,&#34;threshold: 0.355&lt;br /&gt;value: 0.553741497&#34;,&#34;threshold: 0.356&lt;br /&gt;value: 0.554495913&#34;,&#34;threshold: 0.357&lt;br /&gt;value: 0.555252387&#34;,&#34;threshold: 0.358&lt;br /&gt;value: 0.556771546&#34;,&#34;threshold: 0.359&lt;br /&gt;value: 0.556318681&#34;,&#34;threshold: 0.360&lt;br /&gt;value: 0.556318681&#34;,&#34;threshold: 0.361&lt;br /&gt;value: 0.559392265&#34;,&#34;threshold: 0.362&lt;br /&gt;value: 0.558782849&#34;,&#34;threshold: 0.363&lt;br /&gt;value: 0.559109875&#34;,&#34;threshold: 0.364&lt;br /&gt;value: 0.559888579&#34;,&#34;threshold: 0.365&lt;br /&gt;value: 0.559888579&#34;,&#34;threshold: 0.366&lt;br /&gt;value: 0.560669456&#34;,&#34;threshold: 0.367&lt;br /&gt;value: 0.560055866&#34;,&#34;threshold: 0.368&lt;br /&gt;value: 0.560055866&#34;,&#34;threshold: 0.369&lt;br /&gt;value: 0.560839161&#34;,&#34;threshold: 0.370&lt;br /&gt;value: 0.560839161&#34;,&#34;threshold: 0.371&lt;br /&gt;value: 0.560839161&#34;,&#34;threshold: 0.372&lt;br /&gt;value: 0.560839161&#34;,&#34;threshold: 0.373&lt;br /&gt;value: 0.561009818&#34;,&#34;threshold: 0.374&lt;br /&gt;value: 0.560563380&#34;,&#34;threshold: 0.375&lt;br /&gt;value: 0.561354020&#34;,&#34;threshold: 0.376&lt;br /&gt;value: 0.562942008&#34;,&#34;threshold: 0.377&lt;br /&gt;value: 0.562500000&#34;,&#34;threshold: 0.378&lt;br /&gt;value: 0.562500000&#34;,&#34;threshold: 0.379&lt;br /&gt;value: 0.562500000&#34;,&#34;threshold: 0.380&lt;br /&gt;value: 0.563300142&#34;,&#34;threshold: 0.381&lt;br /&gt;value: 0.564285714&#34;,&#34;threshold: 0.382&lt;br /&gt;value: 0.565092990&#34;,&#34;threshold: 0.383&lt;br /&gt;value: 0.565092990&#34;,&#34;threshold: 0.384&lt;br /&gt;value: 0.565902579&#34;,&#34;threshold: 0.385&lt;br /&gt;value: 0.566714491&#34;,&#34;threshold: 0.386&lt;br /&gt;value: 0.566906475&#34;,&#34;threshold: 0.387&lt;br /&gt;value: 0.566666667&#34;,&#34;threshold: 0.388&lt;br /&gt;value: 0.566037736&#34;,&#34;threshold: 0.389&lt;br /&gt;value: 0.566229985&#34;,&#34;threshold: 0.390&lt;br /&gt;value: 0.565789474&#34;,&#34;threshold: 0.391&lt;br /&gt;value: 0.566617862&#34;,&#34;threshold: 0.392&lt;br /&gt;value: 0.566813510&#34;,&#34;threshold: 0.393&lt;br /&gt;value: 0.568483063&#34;,&#34;threshold: 0.394&lt;br /&gt;value: 0.570162482&#34;,&#34;threshold: 0.395&lt;br /&gt;value: 0.570370370&#34;,&#34;threshold: 0.396&lt;br /&gt;value: 0.571216617&#34;,&#34;threshold: 0.397&lt;br /&gt;value: 0.572065379&#34;,&#34;threshold: 0.398&lt;br /&gt;value: 0.570789866&#34;,&#34;threshold: 0.399&lt;br /&gt;value: 0.572496263&#34;,&#34;threshold: 0.400&lt;br /&gt;value: 0.572496263&#34;,&#34;threshold: 0.401&lt;br /&gt;value: 0.572713643&#34;,&#34;threshold: 0.402&lt;br /&gt;value: 0.576168929&#34;,&#34;threshold: 0.403&lt;br /&gt;value: 0.576399395&#34;,&#34;threshold: 0.404&lt;br /&gt;value: 0.575757576&#34;,&#34;threshold: 0.405&lt;br /&gt;value: 0.575757576&#34;,&#34;threshold: 0.406&lt;br /&gt;value: 0.575987842&#34;,&#34;threshold: 0.407&lt;br /&gt;value: 0.574695122&#34;,&#34;threshold: 0.408&lt;br /&gt;value: 0.575572519&#34;,&#34;threshold: 0.409&lt;br /&gt;value: 0.574272588&#34;,&#34;threshold: 0.410&lt;br /&gt;value: 0.573619632&#34;,&#34;threshold: 0.411&lt;br /&gt;value: 0.573846154&#34;,&#34;threshold: 0.412&lt;br /&gt;value: 0.575617284&#34;,&#34;threshold: 0.413&lt;br /&gt;value: 0.575617284&#34;,&#34;threshold: 0.414&lt;br /&gt;value: 0.576506955&#34;,&#34;threshold: 0.415&lt;br /&gt;value: 0.576506955&#34;,&#34;threshold: 0.416&lt;br /&gt;value: 0.577881620&#34;,&#34;threshold: 0.417&lt;br /&gt;value: 0.579687500&#34;,&#34;threshold: 0.418&lt;br /&gt;value: 0.582417582&#34;,&#34;threshold: 0.419&lt;br /&gt;value: 0.584251969&#34;,&#34;threshold: 0.420&lt;br /&gt;value: 0.582938389&#34;,&#34;threshold: 0.421&lt;br /&gt;value: 0.582938389&#34;,&#34;threshold: 0.422&lt;br /&gt;value: 0.582938389&#34;,&#34;threshold: 0.423&lt;br /&gt;value: 0.583860759&#34;,&#34;threshold: 0.424&lt;br /&gt;value: 0.583465819&#34;,&#34;threshold: 0.425&lt;br /&gt;value: 0.585326954&#34;,&#34;threshold: 0.426&lt;br /&gt;value: 0.587200000&#34;,&#34;threshold: 0.427&lt;br /&gt;value: 0.587479936&#34;,&#34;threshold: 0.428&lt;br /&gt;value: 0.589371981&#34;,&#34;threshold: 0.429&lt;br /&gt;value: 0.590322581&#34;,&#34;threshold: 0.430&lt;br /&gt;value: 0.589660743&#34;,&#34;threshold: 0.431&lt;br /&gt;value: 0.588996764&#34;,&#34;threshold: 0.432&lt;br /&gt;value: 0.590909091&#34;,&#34;threshold: 0.433&lt;br /&gt;value: 0.591869919&#34;,&#34;threshold: 0.434&lt;br /&gt;value: 0.593800979&#34;,&#34;threshold: 0.435&lt;br /&gt;value: 0.592471358&#34;,&#34;threshold: 0.436&lt;br /&gt;value: 0.591803279&#34;,&#34;threshold: 0.437&lt;br /&gt;value: 0.591803279&#34;,&#34;threshold: 0.438&lt;br /&gt;value: 0.591133005&#34;,&#34;threshold: 0.439&lt;br /&gt;value: 0.592105263&#34;,&#34;threshold: 0.440&lt;br /&gt;value: 0.591433278&#34;,&#34;threshold: 0.441&lt;br /&gt;value: 0.593388430&#34;,&#34;threshold: 0.442&lt;br /&gt;value: 0.594370861&#34;,&#34;threshold: 0.443&lt;br /&gt;value: 0.594370861&#34;,&#34;threshold: 0.444&lt;br /&gt;value: 0.594370861&#34;,&#34;threshold: 0.445&lt;br /&gt;value: 0.594370861&#34;,&#34;threshold: 0.446&lt;br /&gt;value: 0.593698176&#34;,&#34;threshold: 0.447&lt;br /&gt;value: 0.593023256&#34;,&#34;threshold: 0.448&lt;br /&gt;value: 0.594009983&#34;,&#34;threshold: 0.449&lt;br /&gt;value: 0.594009983&#34;,&#34;threshold: 0.450&lt;br /&gt;value: 0.592654424&#34;,&#34;threshold: 0.451&lt;br /&gt;value: 0.592281879&#34;,&#34;threshold: 0.452&lt;br /&gt;value: 0.592281879&#34;,&#34;threshold: 0.453&lt;br /&gt;value: 0.592281879&#34;,&#34;threshold: 0.454&lt;br /&gt;value: 0.591596639&#34;,&#34;threshold: 0.455&lt;br /&gt;value: 0.591596639&#34;,&#34;threshold: 0.456&lt;br /&gt;value: 0.591905565&#34;,&#34;threshold: 0.457&lt;br /&gt;value: 0.592905405&#34;,&#34;threshold: 0.458&lt;br /&gt;value: 0.591525424&#34;,&#34;threshold: 0.459&lt;br /&gt;value: 0.593537415&#34;,&#34;threshold: 0.460&lt;br /&gt;value: 0.595563140&#34;,&#34;threshold: 0.461&lt;br /&gt;value: 0.595890411&#34;,&#34;threshold: 0.462&lt;br /&gt;value: 0.596219931&#34;,&#34;threshold: 0.463&lt;br /&gt;value: 0.596219931&#34;,&#34;threshold: 0.464&lt;br /&gt;value: 0.595524957&#34;,&#34;threshold: 0.465&lt;br /&gt;value: 0.595524957&#34;,&#34;threshold: 0.466&lt;br /&gt;value: 0.595854922&#34;,&#34;threshold: 0.467&lt;br /&gt;value: 0.597222222&#34;,&#34;threshold: 0.468&lt;br /&gt;value: 0.596521739&#34;,&#34;threshold: 0.469&lt;br /&gt;value: 0.598603839&#34;,&#34;threshold: 0.470&lt;br /&gt;value: 0.599650350&#34;,&#34;threshold: 0.471&lt;br /&gt;value: 0.600000000&#34;,&#34;threshold: 0.472&lt;br /&gt;value: 0.600352113&#34;,&#34;threshold: 0.473&lt;br /&gt;value: 0.600352113&#34;,&#34;threshold: 0.474&lt;br /&gt;value: 0.601410935&#34;,&#34;threshold: 0.475&lt;br /&gt;value: 0.600706714&#34;,&#34;threshold: 0.476&lt;br /&gt;value: 0.601063830&#34;,&#34;threshold: 0.477&lt;br /&gt;value: 0.604278075&#34;,&#34;threshold: 0.478&lt;br /&gt;value: 0.606440072&#34;,&#34;threshold: 0.479&lt;br /&gt;value: 0.607526882&#34;,&#34;threshold: 0.480&lt;br /&gt;value: 0.608617594&#34;,&#34;threshold: 0.481&lt;br /&gt;value: 0.607594937&#34;,&#34;threshold: 0.482&lt;br /&gt;value: 0.606884058&#34;,&#34;threshold: 0.483&lt;br /&gt;value: 0.606884058&#34;,&#34;threshold: 0.484&lt;br /&gt;value: 0.607985481&#34;,&#34;threshold: 0.485&lt;br /&gt;value: 0.607664234&#34;,&#34;threshold: 0.486&lt;br /&gt;value: 0.608775137&#34;,&#34;threshold: 0.487&lt;br /&gt;value: 0.609174312&#34;,&#34;threshold: 0.488&lt;br /&gt;value: 0.608455882&#34;,&#34;threshold: 0.489&lt;br /&gt;value: 0.609576427&#34;,&#34;threshold: 0.490&lt;br /&gt;value: 0.610701107&#34;,&#34;threshold: 0.491&lt;br /&gt;value: 0.611829945&#34;,&#34;threshold: 0.492&lt;br /&gt;value: 0.611111111&#34;,&#34;threshold: 0.493&lt;br /&gt;value: 0.610389610&#34;,&#34;threshold: 0.494&lt;br /&gt;value: 0.612359551&#34;,&#34;threshold: 0.495&lt;br /&gt;value: 0.616257089&#34;,&#34;threshold: 0.496&lt;br /&gt;value: 0.617424242&#34;,&#34;threshold: 0.497&lt;br /&gt;value: 0.617424242&#34;,&#34;threshold: 0.498&lt;br /&gt;value: 0.617424242&#34;,&#34;threshold: 0.499&lt;br /&gt;value: 0.617424242&#34;,&#34;threshold: 0.500&lt;br /&gt;value: 0.615969582&#34;,&#34;threshold: 0.501&lt;br /&gt;value: 0.616412214&#34;,&#34;threshold: 0.502&lt;br /&gt;value: 0.617590822&#34;,&#34;threshold: 0.503&lt;br /&gt;value: 0.616122841&#34;,&#34;threshold: 0.504&lt;br /&gt;value: 0.617307692&#34;,&#34;threshold: 0.505&lt;br /&gt;value: 0.617307692&#34;,&#34;threshold: 0.506&lt;br /&gt;value: 0.622093023&#34;,&#34;threshold: 0.507&lt;br /&gt;value: 0.622093023&#34;,&#34;threshold: 0.508&lt;br /&gt;value: 0.623781676&#34;,&#34;threshold: 0.509&lt;br /&gt;value: 0.625490196&#34;,&#34;threshold: 0.510&lt;br /&gt;value: 0.624015748&#34;,&#34;threshold: 0.511&lt;br /&gt;value: 0.625246548&#34;,&#34;threshold: 0.512&lt;br /&gt;value: 0.626482213&#34;,&#34;threshold: 0.513&lt;br /&gt;value: 0.630218688&#34;,&#34;threshold: 0.514&lt;br /&gt;value: 0.630738523&#34;,&#34;threshold: 0.515&lt;br /&gt;value: 0.630000000&#34;,&#34;threshold: 0.516&lt;br /&gt;value: 0.632530120&#34;,&#34;threshold: 0.517&lt;br /&gt;value: 0.631790744&#34;,&#34;threshold: 0.518&lt;br /&gt;value: 0.631578947&#34;,&#34;threshold: 0.519&lt;br /&gt;value: 0.631578947&#34;,&#34;threshold: 0.520&lt;br /&gt;value: 0.633401222&#34;,&#34;threshold: 0.521&lt;br /&gt;value: 0.633946830&#34;,&#34;threshold: 0.522&lt;br /&gt;value: 0.633196721&#34;,&#34;threshold: 0.523&lt;br /&gt;value: 0.633744856&#34;,&#34;threshold: 0.524&lt;br /&gt;value: 0.634297521&#34;,&#34;threshold: 0.525&lt;br /&gt;value: 0.634297521&#34;,&#34;threshold: 0.526&lt;br /&gt;value: 0.636174636&#34;,&#34;threshold: 0.527&lt;br /&gt;value: 0.633891213&#34;,&#34;threshold: 0.528&lt;br /&gt;value: 0.635220126&#34;,&#34;threshold: 0.529&lt;br /&gt;value: 0.639240506&#34;,&#34;threshold: 0.530&lt;br /&gt;value: 0.639830508&#34;,&#34;threshold: 0.531&lt;br /&gt;value: 0.641188960&#34;,&#34;threshold: 0.532&lt;br /&gt;value: 0.643923241&#34;,&#34;threshold: 0.533&lt;br /&gt;value: 0.643776824&#34;,&#34;threshold: 0.534&lt;br /&gt;value: 0.643776824&#34;,&#34;threshold: 0.535&lt;br /&gt;value: 0.643628510&#34;,&#34;threshold: 0.536&lt;br /&gt;value: 0.645021645&#34;,&#34;threshold: 0.537&lt;br /&gt;value: 0.645021645&#34;,&#34;threshold: 0.538&lt;br /&gt;value: 0.645652174&#34;,&#34;threshold: 0.539&lt;br /&gt;value: 0.646288210&#34;,&#34;threshold: 0.540&lt;br /&gt;value: 0.649779736&#34;,&#34;threshold: 0.541&lt;br /&gt;value: 0.651884701&#34;,&#34;threshold: 0.542&lt;br /&gt;value: 0.653333333&#34;,&#34;threshold: 0.543&lt;br /&gt;value: 0.652561247&#34;,&#34;threshold: 0.544&lt;br /&gt;value: 0.654017857&#34;,&#34;threshold: 0.545&lt;br /&gt;value: 0.650112867&#34;,&#34;threshold: 0.546&lt;br /&gt;value: 0.651583710&#34;,&#34;threshold: 0.547&lt;br /&gt;value: 0.651480638&#34;,&#34;threshold: 0.548&lt;br /&gt;value: 0.651376147&#34;,&#34;threshold: 0.549&lt;br /&gt;value: 0.653579677&#34;,&#34;threshold: 0.550&lt;br /&gt;value: 0.653579677&#34;,&#34;threshold: 0.551&lt;br /&gt;value: 0.653579677&#34;,&#34;threshold: 0.552&lt;br /&gt;value: 0.655092593&#34;,&#34;threshold: 0.553&lt;br /&gt;value: 0.655092593&#34;,&#34;threshold: 0.554&lt;br /&gt;value: 0.658139535&#34;,&#34;threshold: 0.555&lt;br /&gt;value: 0.658139535&#34;,&#34;threshold: 0.556&lt;br /&gt;value: 0.661214953&#34;,&#34;threshold: 0.557&lt;br /&gt;value: 0.661971831&#34;,&#34;threshold: 0.558&lt;br /&gt;value: 0.663529412&#34;,&#34;threshold: 0.559&lt;br /&gt;value: 0.662735849&#34;,&#34;threshold: 0.560&lt;br /&gt;value: 0.660332542&#34;,&#34;threshold: 0.561&lt;br /&gt;value: 0.661904762&#34;,&#34;threshold: 0.562&lt;br /&gt;value: 0.663484487&#34;,&#34;threshold: 0.563&lt;br /&gt;value: 0.665060241&#34;,&#34;threshold: 0.564&lt;br /&gt;value: 0.666666667&#34;,&#34;threshold: 0.565&lt;br /&gt;value: 0.667475728&#34;,&#34;threshold: 0.566&lt;br /&gt;value: 0.666666667&#34;,&#34;threshold: 0.567&lt;br /&gt;value: 0.671568627&#34;,&#34;threshold: 0.568&lt;br /&gt;value: 0.672413793&#34;,&#34;threshold: 0.569&lt;br /&gt;value: 0.673267327&#34;,&#34;threshold: 0.570&lt;br /&gt;value: 0.672500000&#34;,&#34;threshold: 0.571&lt;br /&gt;value: 0.672500000&#34;,&#34;threshold: 0.572&lt;br /&gt;value: 0.673366834&#34;,&#34;threshold: 0.573&lt;br /&gt;value: 0.675062972&#34;,&#34;threshold: 0.574&lt;br /&gt;value: 0.679389313&#34;,&#34;threshold: 0.575&lt;br /&gt;value: 0.680306905&#34;,&#34;threshold: 0.576&lt;br /&gt;value: 0.680306905&#34;,&#34;threshold: 0.577&lt;br /&gt;value: 0.682051282&#34;,&#34;threshold: 0.578&lt;br /&gt;value: 0.682051282&#34;,&#34;threshold: 0.579&lt;br /&gt;value: 0.682989691&#34;,&#34;threshold: 0.580&lt;br /&gt;value: 0.682989691&#34;,&#34;threshold: 0.581&lt;br /&gt;value: 0.682170543&#34;,&#34;threshold: 0.582&lt;br /&gt;value: 0.683937824&#34;,&#34;threshold: 0.583&lt;br /&gt;value: 0.685714286&#34;,&#34;threshold: 0.584&lt;br /&gt;value: 0.687500000&#34;,&#34;threshold: 0.585&lt;br /&gt;value: 0.688481675&#34;,&#34;threshold: 0.586&lt;br /&gt;value: 0.686842105&#34;,&#34;threshold: 0.587&lt;br /&gt;value: 0.684350133&#34;,&#34;threshold: 0.588&lt;br /&gt;value: 0.687165775&#34;,&#34;threshold: 0.589&lt;br /&gt;value: 0.687165775&#34;,&#34;threshold: 0.590&lt;br /&gt;value: 0.688172043&#34;,&#34;threshold: 0.591&lt;br /&gt;value: 0.686486486&#34;,&#34;threshold: 0.592&lt;br /&gt;value: 0.685792350&#34;,&#34;threshold: 0.593&lt;br /&gt;value: 0.683195592&#34;,&#34;threshold: 0.594&lt;br /&gt;value: 0.683195592&#34;,&#34;threshold: 0.595&lt;br /&gt;value: 0.686111111&#34;,&#34;threshold: 0.596&lt;br /&gt;value: 0.686111111&#34;,&#34;threshold: 0.597&lt;br /&gt;value: 0.681690141&#34;,&#34;threshold: 0.598&lt;br /&gt;value: 0.681690141&#34;,&#34;threshold: 0.599&lt;br /&gt;value: 0.683615819&#34;,&#34;threshold: 0.600&lt;br /&gt;value: 0.682719547&#34;,&#34;threshold: 0.601&lt;br /&gt;value: 0.681818182&#34;,&#34;threshold: 0.602&lt;br /&gt;value: 0.680911681&#34;,&#34;threshold: 0.603&lt;br /&gt;value: 0.682857143&#34;,&#34;threshold: 0.604&lt;br /&gt;value: 0.682857143&#34;,&#34;threshold: 0.605&lt;br /&gt;value: 0.683908046&#34;,&#34;threshold: 0.606&lt;br /&gt;value: 0.682997118&#34;,&#34;threshold: 0.607&lt;br /&gt;value: 0.686046512&#34;,&#34;threshold: 0.608&lt;br /&gt;value: 0.687134503&#34;,&#34;threshold: 0.609&lt;br /&gt;value: 0.686217009&#34;,&#34;threshold: 0.610&lt;br /&gt;value: 0.685294118&#34;,&#34;threshold: 0.611&lt;br /&gt;value: 0.683582090&#34;,&#34;threshold: 0.612&lt;br /&gt;value: 0.685628743&#34;,&#34;threshold: 0.613&lt;br /&gt;value: 0.684684685&#34;,&#34;threshold: 0.614&lt;br /&gt;value: 0.684848485&#34;,&#34;threshold: 0.615&lt;br /&gt;value: 0.685975610&#34;,&#34;threshold: 0.616&lt;br /&gt;value: 0.685015291&#34;,&#34;threshold: 0.617&lt;br /&gt;value: 0.684049080&#34;,&#34;threshold: 0.618&lt;br /&gt;value: 0.682098765&#34;,&#34;threshold: 0.619&lt;br /&gt;value: 0.684210526&#34;,&#34;threshold: 0.620&lt;br /&gt;value: 0.687500000&#34;,&#34;threshold: 0.621&lt;br /&gt;value: 0.686520376&#34;,&#34;threshold: 0.622&lt;br /&gt;value: 0.688679245&#34;,&#34;threshold: 0.623&lt;br /&gt;value: 0.687697161&#34;,&#34;threshold: 0.624&lt;br /&gt;value: 0.687898089&#34;,&#34;threshold: 0.625&lt;br /&gt;value: 0.690095847&#34;,&#34;threshold: 0.626&lt;br /&gt;value: 0.694533762&#34;,&#34;threshold: 0.627&lt;br /&gt;value: 0.693548387&#34;,&#34;threshold: 0.628&lt;br /&gt;value: 0.695792880&#34;,&#34;threshold: 0.629&lt;br /&gt;value: 0.693811075&#34;,&#34;threshold: 0.630&lt;br /&gt;value: 0.694078947&#34;,&#34;threshold: 0.631&lt;br /&gt;value: 0.696369637&#34;,&#34;threshold: 0.632&lt;br /&gt;value: 0.697674419&#34;,&#34;threshold: 0.633&lt;br /&gt;value: 0.696666667&#34;,&#34;threshold: 0.634&lt;br /&gt;value: 0.696666667&#34;,&#34;threshold: 0.635&lt;br /&gt;value: 0.693877551&#34;,&#34;threshold: 0.636&lt;br /&gt;value: 0.692041522&#34;,&#34;threshold: 0.637&lt;br /&gt;value: 0.694444444&#34;,&#34;threshold: 0.638&lt;br /&gt;value: 0.697183099&#34;,&#34;threshold: 0.639&lt;br /&gt;value: 0.696113074&#34;,&#34;threshold: 0.640&lt;br /&gt;value: 0.695035461&#34;,&#34;threshold: 0.641&lt;br /&gt;value: 0.694244604&#34;,&#34;threshold: 0.642&lt;br /&gt;value: 0.699275362&#34;,&#34;threshold: 0.643&lt;br /&gt;value: 0.699275362&#34;,&#34;threshold: 0.644&lt;br /&gt;value: 0.697080292&#34;,&#34;threshold: 0.645&lt;br /&gt;value: 0.695970696&#34;,&#34;threshold: 0.646&lt;br /&gt;value: 0.698529412&#34;,&#34;threshold: 0.647&lt;br /&gt;value: 0.701107011&#34;,&#34;threshold: 0.648&lt;br /&gt;value: 0.700000000&#34;,&#34;threshold: 0.649&lt;br /&gt;value: 0.700374532&#34;,&#34;threshold: 0.650&lt;br /&gt;value: 0.703007519&#34;,&#34;threshold: 0.651&lt;br /&gt;value: 0.704545455&#34;,&#34;threshold: 0.652&lt;br /&gt;value: 0.703422053&#34;,&#34;threshold: 0.653&lt;br /&gt;value: 0.704980843&#34;,&#34;threshold: 0.654&lt;br /&gt;value: 0.708171206&#34;,&#34;threshold: 0.655&lt;br /&gt;value: 0.707031250&#34;,&#34;threshold: 0.656&lt;br /&gt;value: 0.705179283&#34;,&#34;threshold: 0.657&lt;br /&gt;value: 0.708000000&#34;,&#34;threshold: 0.658&lt;br /&gt;value: 0.704453441&#34;,&#34;threshold: 0.659&lt;br /&gt;value: 0.702479339&#34;,&#34;threshold: 0.660&lt;br /&gt;value: 0.702479339&#34;,&#34;threshold: 0.661&lt;br /&gt;value: 0.697478992&#34;,&#34;threshold: 0.662&lt;br /&gt;value: 0.696202532&#34;,&#34;threshold: 0.663&lt;br /&gt;value: 0.696202532&#34;,&#34;threshold: 0.664&lt;br /&gt;value: 0.693965517&#34;,&#34;threshold: 0.665&lt;br /&gt;value: 0.700000000&#34;,&#34;threshold: 0.666&lt;br /&gt;value: 0.700000000&#34;,&#34;threshold: 0.667&lt;br /&gt;value: 0.696035242&#34;,&#34;threshold: 0.668&lt;br /&gt;value: 0.702702703&#34;,&#34;threshold: 0.669&lt;br /&gt;value: 0.700000000&#34;,&#34;threshold: 0.670&lt;br /&gt;value: 0.700000000&#34;,&#34;threshold: 0.671&lt;br /&gt;value: 0.706422018&#34;,&#34;threshold: 0.672&lt;br /&gt;value: 0.702830189&#34;,&#34;threshold: 0.673&lt;br /&gt;value: 0.701421801&#34;,&#34;threshold: 0.674&lt;br /&gt;value: 0.706730769&#34;,&#34;threshold: 0.675&lt;br /&gt;value: 0.708737864&#34;,&#34;threshold: 0.676&lt;br /&gt;value: 0.710784314&#34;,&#34;threshold: 0.677&lt;br /&gt;value: 0.710784314&#34;,&#34;threshold: 0.678&lt;br /&gt;value: 0.715000000&#34;,&#34;threshold: 0.679&lt;br /&gt;value: 0.718592965&#34;,&#34;threshold: 0.680&lt;br /&gt;value: 0.724489796&#34;,&#34;threshold: 0.681&lt;br /&gt;value: 0.722513089&#34;,&#34;threshold: 0.682&lt;br /&gt;value: 0.724867725&#34;,&#34;threshold: 0.683&lt;br /&gt;value: 0.725806452&#34;,&#34;threshold: 0.684&lt;br /&gt;value: 0.733695652&#34;,&#34;threshold: 0.685&lt;br /&gt;value: 0.732240437&#34;,&#34;threshold: 0.686&lt;br /&gt;value: 0.734806630&#34;,&#34;threshold: 0.687&lt;br /&gt;value: 0.738888889&#34;,&#34;threshold: 0.688&lt;br /&gt;value: 0.737430168&#34;,&#34;threshold: 0.689&lt;br /&gt;value: 0.734463277&#34;,&#34;threshold: 0.690&lt;br /&gt;value: 0.742857143&#34;,&#34;threshold: 0.691&lt;br /&gt;value: 0.742690058&#34;,&#34;threshold: 0.692&lt;br /&gt;value: 0.747058824&#34;,&#34;threshold: 0.693&lt;br /&gt;value: 0.751479290&#34;,&#34;threshold: 0.694&lt;br /&gt;value: 0.760479042&#34;,&#34;threshold: 0.695&lt;br /&gt;value: 0.757575758&#34;,&#34;threshold: 0.696&lt;br /&gt;value: 0.759259259&#34;,&#34;threshold: 0.697&lt;br /&gt;value: 0.756250000&#34;,&#34;threshold: 0.698&lt;br /&gt;value: 0.754716981&#34;,&#34;threshold: 0.699&lt;br /&gt;value: 0.751592357&#34;,&#34;threshold: 0.700&lt;br /&gt;value: 0.748387097&#34;,&#34;threshold: 0.701&lt;br /&gt;value: 0.750000000&#34;,&#34;threshold: 0.702&lt;br /&gt;value: 0.751677852&#34;,&#34;threshold: 0.703&lt;br /&gt;value: 0.760273973&#34;,&#34;threshold: 0.704&lt;br /&gt;value: 0.765517241&#34;,&#34;threshold: 0.705&lt;br /&gt;value: 0.771428571&#34;,&#34;threshold: 0.706&lt;br /&gt;value: 0.775362319&#34;,&#34;threshold: 0.707&lt;br /&gt;value: 0.773722628&#34;,&#34;threshold: 0.708&lt;br /&gt;value: 0.773722628&#34;,&#34;threshold: 0.709&lt;br /&gt;value: 0.773722628&#34;,&#34;threshold: 0.710&lt;br /&gt;value: 0.777777778&#34;,&#34;threshold: 0.711&lt;br /&gt;value: 0.774436090&#34;,&#34;threshold: 0.712&lt;br /&gt;value: 0.786259542&#34;,&#34;threshold: 0.713&lt;br /&gt;value: 0.781250000&#34;,&#34;threshold: 0.714&lt;br /&gt;value: 0.781250000&#34;,&#34;threshold: 0.715&lt;br /&gt;value: 0.784000000&#34;,&#34;threshold: 0.716&lt;br /&gt;value: 0.790322581&#34;,&#34;threshold: 0.717&lt;br /&gt;value: 0.788617886&#34;,&#34;threshold: 0.718&lt;br /&gt;value: 0.785123967&#34;,&#34;threshold: 0.719&lt;br /&gt;value: 0.798319328&#34;,&#34;threshold: 0.720&lt;br /&gt;value: 0.803418803&#34;,&#34;threshold: 0.721&lt;br /&gt;value: 0.800000000&#34;,&#34;threshold: 0.722&lt;br /&gt;value: 0.796460177&#34;,&#34;threshold: 0.723&lt;br /&gt;value: 0.807339450&#34;,&#34;threshold: 0.724&lt;br /&gt;value: 0.805555556&#34;,&#34;threshold: 0.725&lt;br /&gt;value: 0.805555556&#34;,&#34;threshold: 0.726&lt;br /&gt;value: 0.801886792&#34;,&#34;threshold: 0.727&lt;br /&gt;value: 0.813725490&#34;,&#34;threshold: 0.728&lt;br /&gt;value: 0.808080808&#34;,&#34;threshold: 0.729&lt;br /&gt;value: 0.804123711&#34;,&#34;threshold: 0.730&lt;br /&gt;value: 0.802083333&#34;,&#34;threshold: 0.731&lt;br /&gt;value: 0.800000000&#34;,&#34;threshold: 0.732&lt;br /&gt;value: 0.795698925&#34;,&#34;threshold: 0.733&lt;br /&gt;value: 0.800000000&#34;,&#34;threshold: 0.734&lt;br /&gt;value: 0.797752809&#34;,&#34;threshold: 0.735&lt;br /&gt;value: 0.793103448&#34;,&#34;threshold: 0.736&lt;br /&gt;value: 0.802325581&#34;,&#34;threshold: 0.737&lt;br /&gt;value: 0.792682927&#34;,&#34;threshold: 0.738&lt;br /&gt;value: 0.792682927&#34;,&#34;threshold: 0.739&lt;br /&gt;value: 0.797468354&#34;,&#34;threshold: 0.740&lt;br /&gt;value: 0.802631579&#34;,&#34;threshold: 0.741&lt;br /&gt;value: 0.797297297&#34;,&#34;threshold: 0.742&lt;br /&gt;value: 0.808219178&#34;,&#34;threshold: 0.743&lt;br /&gt;value: 0.808219178&#34;,&#34;threshold: 0.744&lt;br /&gt;value: 0.805555556&#34;,&#34;threshold: 0.745&lt;br /&gt;value: 0.802816901&#34;,&#34;threshold: 0.746&lt;br /&gt;value: 0.802816901&#34;,&#34;threshold: 0.747&lt;br /&gt;value: 0.811594203&#34;,&#34;threshold: 0.748&lt;br /&gt;value: 0.811594203&#34;,&#34;threshold: 0.749&lt;br /&gt;value: 0.805970149&#34;,&#34;threshold: 0.750&lt;br /&gt;value: 0.803030303&#34;,&#34;threshold: 0.751&lt;br /&gt;value: 0.800000000&#34;,&#34;threshold: 0.752&lt;br /&gt;value: 0.793650794&#34;,&#34;threshold: 0.753&lt;br /&gt;value: 0.790322581&#34;,&#34;threshold: 0.754&lt;br /&gt;value: 0.786885246&#34;,&#34;threshold: 0.755&lt;br /&gt;value: 0.786885246&#34;,&#34;threshold: 0.756&lt;br /&gt;value: 0.783333333&#34;,&#34;threshold: 0.757&lt;br /&gt;value: 0.779661017&#34;,&#34;threshold: 0.758&lt;br /&gt;value: 0.793103448&#34;,&#34;threshold: 0.759&lt;br /&gt;value: 0.785714286&#34;,&#34;threshold: 0.760&lt;br /&gt;value: 0.781818182&#34;,&#34;threshold: 0.761&lt;br /&gt;value: 0.781818182&#34;,&#34;threshold: 0.762&lt;br /&gt;value: 0.781818182&#34;,&#34;threshold: 0.763&lt;br /&gt;value: 0.796296296&#34;,&#34;threshold: 0.764&lt;br /&gt;value: 0.807692308&#34;,&#34;threshold: 0.765&lt;br /&gt;value: 0.820000000&#34;,&#34;threshold: 0.766&lt;br /&gt;value: 0.836734694&#34;,&#34;threshold: 0.767&lt;br /&gt;value: 0.822222222&#34;,&#34;threshold: 0.768&lt;br /&gt;value: 0.822222222&#34;,&#34;threshold: 0.769&lt;br /&gt;value: 0.840909091&#34;,&#34;threshold: 0.770&lt;br /&gt;value: 0.857142857&#34;,&#34;threshold: 0.771&lt;br /&gt;value: 0.850000000&#34;,&#34;threshold: 0.772&lt;br /&gt;value: 0.850000000&#34;,&#34;threshold: 0.773&lt;br /&gt;value: 0.850000000&#34;,&#34;threshold: 0.774&lt;br /&gt;value: 0.846153846&#34;,&#34;threshold: 0.775&lt;br /&gt;value: 0.868421053&#34;,&#34;threshold: 0.776&lt;br /&gt;value: 0.864864865&#34;,&#34;threshold: 0.777&lt;br /&gt;value: 0.861111111&#34;,&#34;threshold: 0.778&lt;br /&gt;value: 0.857142857&#34;,&#34;threshold: 0.779&lt;br /&gt;value: 0.838709677&#34;,&#34;threshold: 0.780&lt;br /&gt;value: 0.866666667&#34;,&#34;threshold: 0.781&lt;br /&gt;value: 0.866666667&#34;,&#34;threshold: 0.782&lt;br /&gt;value: 0.866666667&#34;,&#34;threshold: 0.783&lt;br /&gt;value: 0.866666667&#34;,&#34;threshold: 0.784&lt;br /&gt;value: 0.866666667&#34;,&#34;threshold: 0.785&lt;br /&gt;value: 0.888888889&#34;,&#34;threshold: 0.786&lt;br /&gt;value: 0.884615385&#34;,&#34;threshold: 0.787&lt;br /&gt;value: 0.880000000&#34;,&#34;threshold: 0.788&lt;br /&gt;value: 0.880000000&#34;,&#34;threshold: 0.789&lt;br /&gt;value: 0.916666667&#34;,&#34;threshold: 0.790&lt;br /&gt;value: 0.916666667&#34;,&#34;threshold: 0.791&lt;br /&gt;value: 0.956521739&#34;,&#34;threshold: 0.792&lt;br /&gt;value: 0.952380952&#34;,&#34;threshold: 0.793&lt;br /&gt;value: 0.950000000&#34;,&#34;threshold: 0.794&lt;br /&gt;value: 0.950000000&#34;,&#34;threshold: 0.795&lt;br /&gt;value: 0.950000000&#34;,&#34;threshold: 0.796&lt;br /&gt;value: 0.941176471&#34;,&#34;threshold: 0.797&lt;br /&gt;value: 0.941176471&#34;,&#34;threshold: 0.798&lt;br /&gt;value: 0.933333333&#34;,&#34;threshold: 0.799&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.800&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.801&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.802&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.803&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.804&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.805&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.806&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.807&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.808&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.809&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.810&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.811&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.812&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.813&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.814&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.815&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.816&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.817&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.818&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.819&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.820&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.821&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.822&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.823&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.824&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.825&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.826&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.827&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.828&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.829&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.830&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.831&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.832&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.833&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.834&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.835&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.836&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.837&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.838&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.839&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.840&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.841&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.842&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.843&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.844&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.845&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.846&lt;br /&gt;value: 1.000000000&#34;,&#34;threshold: 0.847&lt;br /&gt;value: 1.000000000&#34;],&#34;type&#34;:&#34;scatter&#34;,&#34;mode&#34;:&#34;lines&#34;,&#34;line&#34;:{&#34;width&#34;:1.88976377952756,&#34;color&#34;:&#34;rgba(0,0,128,1)&#34;,&#34;dash&#34;:&#34;solid&#34;},&#34;hoveron&#34;:&#34;points&#34;,&#34;showlegend&#34;:false,&#34;xaxis&#34;:&#34;x5&#34;,&#34;yaxis&#34;:&#34;y2&#34;,&#34;hoverinfo&#34;:&#34;text&#34;,&#34;frame&#34;:null}],&#34;layout&#34;:{&#34;margin&#34;:{&#34;t&#34;:56.1826484018265,&#34;r&#34;:7.30593607305936,&#34;b&#34;:40.9132420091324,&#34;l&#34;:48.9497716894977},&#34;plot_bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;paper_bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;title&#34;:&#34;Indicator values by thresholds&#34;,&#34;titlefont&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:17.5342465753425},&#34;xaxis&#34;:{&#34;domain&#34;:[0,0.323186199898529],&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;tickmode&#34;:&#34;array&#34;,&#34;range&#34;:[0.01015,0.88685],&#34;ticktext&#34;:[&#34;0.2&#34;,&#34;0.4&#34;,&#34;0.6&#34;,&#34;0.8&#34;],&#34;tickvals&#34;:[0.2,0.4,0.6,0.8],&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;gridcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;y&#34;,&#34;title&#34;:&#34;&#34;,&#34;titlefont&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;annotations&#34;:[{&#34;text&#34;:&#34;thresholds&#34;,&#34;x&#34;:0.5,&#34;y&#34;:-0.0471841704718417,&#34;showarrow&#34;:false,&#34;ax&#34;:0,&#34;ay&#34;:0,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;xref&#34;:&#34;paper&#34;,&#34;yref&#34;:&#34;paper&#34;,&#34;textangle&#34;:-0,&#34;xanchor&#34;:&#34;center&#34;,&#34;yanchor&#34;:&#34;top&#34;,&#34;annotationType&#34;:&#34;axis&#34;},{&#34;text&#34;:&#34; &#34;,&#34;x&#34;:-0.0476915271435819,&#34;y&#34;:0.5,&#34;showarrow&#34;:false,&#34;ax&#34;:0,&#34;ay&#34;:0,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;xref&#34;:&#34;paper&#34;,&#34;yref&#34;:&#34;paper&#34;,&#34;textangle&#34;:-90,&#34;xanchor&#34;:&#34;right&#34;,&#34;yanchor&#34;:&#34;center&#34;,&#34;annotationType&#34;:&#34;axis&#34;},{&#34;text&#34;:&#34;accuracy&#34;,&#34;x&#34;:0.161593099949264,&#34;y&#34;:1,&#34;showarrow&#34;:false,&#34;ax&#34;:0,&#34;ay&#34;:0,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(26,26,26,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;xref&#34;:&#34;paper&#34;,&#34;yref&#34;:&#34;paper&#34;,&#34;textangle&#34;:-0,&#34;xanchor&#34;:&#34;center&#34;,&#34;yanchor&#34;:&#34;bottom&#34;},{&#34;text&#34;:&#34;f1&#34;,&#34;x&#34;:0.5,&#34;y&#34;:1,&#34;showarrow&#34;:false,&#34;ax&#34;:0,&#34;ay&#34;:0,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(26,26,26,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;xref&#34;:&#34;paper&#34;,&#34;yref&#34;:&#34;paper&#34;,&#34;textangle&#34;:-0,&#34;xanchor&#34;:&#34;center&#34;,&#34;yanchor&#34;:&#34;bottom&#34;},{&#34;text&#34;:&#34;kappa&#34;,&#34;x&#34;:0.838406900050736,&#34;y&#34;:1,&#34;showarrow&#34;:false,&#34;ax&#34;:0,&#34;ay&#34;:0,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(26,26,26,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;xref&#34;:&#34;paper&#34;,&#34;yref&#34;:&#34;paper&#34;,&#34;textangle&#34;:-0,&#34;xanchor&#34;:&#34;center&#34;,&#34;yanchor&#34;:&#34;bottom&#34;},{&#34;text&#34;:&#34;precision&#34;,&#34;x&#34;:0.161593099949264,&#34;y&#34;:0.434689359346894,&#34;showarrow&#34;:false,&#34;ax&#34;:0,&#34;ay&#34;:0,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(26,26,26,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;xref&#34;:&#34;paper&#34;,&#34;yref&#34;:&#34;paper&#34;,&#34;textangle&#34;:-0,&#34;xanchor&#34;:&#34;center&#34;,&#34;yanchor&#34;:&#34;bottom&#34;},{&#34;text&#34;:&#34;sensitivity&#34;,&#34;x&#34;:0.5,&#34;y&#34;:0.434689359346894,&#34;showarrow&#34;:false,&#34;ax&#34;:0,&#34;ay&#34;:0,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(26,26,26,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;xref&#34;:&#34;paper&#34;,&#34;yref&#34;:&#34;paper&#34;,&#34;textangle&#34;:-0,&#34;xanchor&#34;:&#34;center&#34;,&#34;yanchor&#34;:&#34;bottom&#34;}],&#34;yaxis&#34;:{&#34;domain&#34;:[0.565310640653106,1],&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;tickmode&#34;:&#34;array&#34;,&#34;range&#34;:[-0.048125,1.04991071428571],&#34;ticktext&#34;:[&#34;0.00&#34;,&#34;0.25&#34;,&#34;0.50&#34;,&#34;0.75&#34;,&#34;1.00&#34;],&#34;tickvals&#34;:[0,0.25,0.5,0.75,1],&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;gridcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;x&#34;,&#34;title&#34;:&#34;&#34;,&#34;titlefont&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;shapes&#34;:[{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;transparent&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0,&#34;x1&#34;:0.323186199898529,&#34;y0&#34;:0.565310640653106,&#34;y1&#34;:1},{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;rgba(217,217,217,1)&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0,&#34;x1&#34;:0.323186199898529,&#34;y0&#34;:1,&#34;y1&#34;:1.06929133858268},{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;transparent&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0.343480466768138,&#34;x1&#34;:0.656519533231862,&#34;y0&#34;:0.565310640653106,&#34;y1&#34;:1},{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;rgba(217,217,217,1)&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0.343480466768138,&#34;x1&#34;:0.656519533231862,&#34;y0&#34;:1,&#34;y1&#34;:1.06929133858268},{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;transparent&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0.676813800101471,&#34;x1&#34;:1,&#34;y0&#34;:0.565310640653106,&#34;y1&#34;:1},{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;rgba(217,217,217,1)&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0.676813800101471,&#34;x1&#34;:1,&#34;y0&#34;:1,&#34;y1&#34;:1.06929133858268},{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;transparent&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0,&#34;x1&#34;:0.323186199898529,&#34;y0&#34;:0,&#34;y1&#34;:0.434689359346894},{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;rgba(217,217,217,1)&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0,&#34;x1&#34;:0.323186199898529,&#34;y0&#34;:0.434689359346894,&#34;y1&#34;:0.503980697929571},{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;transparent&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0.343480466768138,&#34;x1&#34;:0.656519533231862,&#34;y0&#34;:0,&#34;y1&#34;:0.434689359346894},{&#34;type&#34;:&#34;rect&#34;,&#34;fillcolor&#34;:&#34;rgba(217,217,217,1)&#34;,&#34;line&#34;:{&#34;color&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;width&#34;:0.66417600664176,&#34;linetype&#34;:&#34;solid&#34;},&#34;yref&#34;:&#34;paper&#34;,&#34;xref&#34;:&#34;paper&#34;,&#34;x0&#34;:0.343480466768138,&#34;x1&#34;:0.656519533231862,&#34;y0&#34;:0.434689359346894,&#34;y1&#34;:0.503980697929571}],&#34;xaxis2&#34;:{&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;tickmode&#34;:&#34;array&#34;,&#34;range&#34;:[0.01015,0.88685],&#34;ticktext&#34;:[&#34;0.2&#34;,&#34;0.4&#34;,&#34;0.6&#34;,&#34;0.8&#34;],&#34;tickvals&#34;:[0.2,0.4,0.6,0.8],&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;domain&#34;:[0.343480466768138,0.656519533231862],&#34;gridcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;y&#34;,&#34;title&#34;:&#34;&#34;,&#34;titlefont&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;xaxis3&#34;:{&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;tickmode&#34;:&#34;array&#34;,&#34;range&#34;:[0.01015,0.88685],&#34;ticktext&#34;:[&#34;0.2&#34;,&#34;0.4&#34;,&#34;0.6&#34;,&#34;0.8&#34;],&#34;tickvals&#34;:[0.2,0.4,0.6,0.8],&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;domain&#34;:[0.676813800101471,1],&#34;gridcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;y&#34;,&#34;title&#34;:&#34;&#34;,&#34;titlefont&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;xaxis4&#34;:{&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;tickmode&#34;:&#34;array&#34;,&#34;range&#34;:[0.01015,0.88685],&#34;ticktext&#34;:[&#34;0.2&#34;,&#34;0.4&#34;,&#34;0.6&#34;,&#34;0.8&#34;],&#34;tickvals&#34;:[0.2,0.4,0.6,0.8],&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;domain&#34;:[0,0.323186199898529],&#34;gridcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;y2&#34;,&#34;title&#34;:&#34;&#34;,&#34;titlefont&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;yaxis2&#34;:{&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;tickmode&#34;:&#34;array&#34;,&#34;range&#34;:[-0.048125,1.04991071428571],&#34;ticktext&#34;:[&#34;0.00&#34;,&#34;0.25&#34;,&#34;0.50&#34;,&#34;0.75&#34;,&#34;1.00&#34;],&#34;tickvals&#34;:[0,0.25,0.5,0.75,1],&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;domain&#34;:[0,0.434689359346894],&#34;gridcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;x&#34;,&#34;title&#34;:&#34;&#34;,&#34;titlefont&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;xaxis5&#34;:{&#34;type&#34;:&#34;linear&#34;,&#34;autorange&#34;:false,&#34;tickmode&#34;:&#34;array&#34;,&#34;range&#34;:[0.01015,0.88685],&#34;ticktext&#34;:[&#34;0.2&#34;,&#34;0.4&#34;,&#34;0.6&#34;,&#34;0.8&#34;],&#34;tickvals&#34;:[0.2,0.4,0.6,0.8],&#34;ticks&#34;:&#34;outside&#34;,&#34;tickcolor&#34;:&#34;rgba(51,51,51,1)&#34;,&#34;ticklen&#34;:3.65296803652968,&#34;tickwidth&#34;:0.66417600664176,&#34;showticklabels&#34;:true,&#34;tickfont&#34;:{&#34;color&#34;:&#34;rgba(77,77,77,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895},&#34;tickangle&#34;:-0,&#34;showline&#34;:false,&#34;linecolor&#34;:null,&#34;linewidth&#34;:0,&#34;showgrid&#34;:true,&#34;domain&#34;:[0.343480466768138,0.656519533231862],&#34;gridcolor&#34;:&#34;rgba(235,235,235,1)&#34;,&#34;gridwidth&#34;:0.66417600664176,&#34;zeroline&#34;:false,&#34;anchor&#34;:&#34;y2&#34;,&#34;title&#34;:&#34;&#34;,&#34;titlefont&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:14.6118721461187},&#34;hoverformat&#34;:&#34;.2f&#34;},&#34;showlegend&#34;:false,&#34;legend&#34;:{&#34;bgcolor&#34;:&#34;rgba(255,255,255,1)&#34;,&#34;bordercolor&#34;:&#34;transparent&#34;,&#34;borderwidth&#34;:1.88976377952756,&#34;font&#34;:{&#34;color&#34;:&#34;rgba(0,0,0,1)&#34;,&#34;family&#34;:&#34;&#34;,&#34;size&#34;:11.689497716895}},&#34;hovermode&#34;:&#34;closest&#34;},&#34;source&#34;:&#34;A&#34;,&#34;attrs&#34;:{&#34;134cb3e5151a2&#34;:{&#34;colour&#34;:{},&#34;x&#34;:{},&#34;y&#34;:{},&#34;type&#34;:&#34;ggplotly&#34;},&#34;134cb4cc682a4&#34;:{&#34;x&#34;:{},&#34;y&#34;:{}}},&#34;cur_data&#34;:&#34;134cb3e5151a2&#34;,&#34;visdat&#34;:{&#34;134cb3e5151a2&#34;:[&#34;function (y) &#34;,&#34;x&#34;],&#34;134cb4cc682a4&#34;:[&#34;function (y) &#34;,&#34;x&#34;]},&#34;config&#34;:{&#34;modeBarButtonsToAdd&#34;:[{&#34;name&#34;:&#34;Collaborate&#34;,&#34;icon&#34;:{&#34;width&#34;:1000,&#34;ascent&#34;:500,&#34;descent&#34;:-50,&#34;path&#34;:&#34;M487 375c7-10 9-23 5-36l-79-259c-3-12-11-23-22-31-11-8-22-12-35-12l-263 0c-15 0-29 5-43 15-13 10-23 23-28 37-5 13-5 25-1 37 0 0 0 3 1 7 1 5 1 8 1 11 0 2 0 4-1 6 0 3-1 5-1 6 1 2 2 4 3 6 1 2 2 4 4 6 2 3 4 5 5 7 5 7 9 16 13 26 4 10 7 19 9 26 0 2 0 5 0 9-1 4-1 6 0 8 0 2 2 5 4 8 3 3 5 5 5 7 4 6 8 15 12 26 4 11 7 19 7 26 1 1 0 4 0 9-1 4-1 7 0 8 1 2 3 5 6 8 4 4 6 6 6 7 4 5 8 13 13 24 4 11 7 20 7 28 1 1 0 4 0 7-1 3-1 6-1 7 0 2 1 4 3 6 1 1 3 4 5 6 2 3 3 5 5 6 1 2 3 5 4 9 2 3 3 7 5 10 1 3 2 6 4 10 2 4 4 7 6 9 2 3 4 5 7 7 3 2 7 3 11 3 3 0 8 0 13-1l0-1c7 2 12 2 14 2l218 0c14 0 25-5 32-16 8-10 10-23 6-37l-79-259c-7-22-13-37-20-43-7-7-19-10-37-10l-248 0c-5 0-9-2-11-5-2-3-2-7 0-12 4-13 18-20 41-20l264 0c5 0 10 2 16 5 5 3 8 6 10 11l85 282c2 5 2 10 2 17 7-3 13-7 17-13z m-304 0c-1-3-1-5 0-7 1-1 3-2 6-2l174 0c2 0 4 1 7 2 2 2 4 4 5 7l6 18c0 3 0 5-1 7-1 1-3 2-6 2l-173 0c-3 0-5-1-8-2-2-2-4-4-4-7z m-24-73c-1-3-1-5 0-7 2-2 3-2 6-2l174 0c2 0 5 0 7 2 3 2 4 4 5 7l6 18c1 2 0 5-1 6-1 2-3 3-5 3l-174 0c-3 0-5-1-7-3-3-1-4-4-5-6z&#34;},&#34;click&#34;:&#34;function(gd) { \n        // is this being viewed in RStudio?\n        if (location.search == &#39;?viewer_pane=1&#39;) {\n          alert(&#39;To learn about plotly for collaboration, visit:\\n https://cpsievert.github.io/plotly_book/plot-ly-for-collaboration.html&#39;);\n        } else {\n          window.open(&#39;https://cpsievert.github.io/plotly_book/plot-ly-for-collaboration.html&#39;, &#39;_blank&#39;);\n        }\n      }&#34;}],&#34;cloud&#34;:false},&#34;highlight&#34;:{&#34;on&#34;:&#34;plotly_click&#34;,&#34;persistent&#34;:false,&#34;dynamic&#34;:false,&#34;selectize&#34;:false,&#34;opacityDim&#34;:0.2,&#34;selected&#34;:{&#34;opacity&#34;:1}},&#34;base_url&#34;:&#34;https://plot.ly&#34;},&#34;evals&#34;:[&#34;config.modeBarButtonsToAdd.0.click&#34;],&#34;jsHooks&#34;:{&#34;render&#34;:[{&#34;code&#34;:&#34;function(el, x) { var ctConfig = crosstalk.var(&#39;plotlyCrosstalkOpts&#39;).set({\&#34;on\&#34;:\&#34;plotly_click\&#34;,\&#34;persistent\&#34;:false,\&#34;dynamic\&#34;:false,\&#34;selectize\&#34;:false,\&#34;opacityDim\&#34;:0.2,\&#34;selected\&#34;:{\&#34;opacity\&#34;:1}}); }&#34;,&#34;data&#34;:null}]}}&lt;/script&gt;
&lt;p&gt;We draw a table where we show the maximum value for each indicator.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;max_indics = indics %&amp;gt;%
        filter(accuracy == max(accuracy, na.rm=TRUE) | precision == max(precision, na.rm = TRUE) | sensitivity == max(sensitivity, na.rm = TRUE) | kappa == max(kappa, na.rm = TRUE) | f1 == max(f1, na.rm = TRUE) )

max_indics&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##    threshold  accuracy   precision sensitivity       kappa          f1
## 1      0.050 0.5071157 0.978571429   0.3479365 0.199653582 0.513348946
## 2      0.051 0.5099620 0.978571429   0.3492670 0.202547963 0.514795679
## 3      0.052 0.5118596 0.978571429   0.3501597 0.204484542 0.515764706
## 4      0.053 0.5132827 0.978571429   0.3508323 0.205940664 0.516493874
## 5      0.054 0.5166034 0.978571429   0.3524116 0.209350638 0.518203310
## 6      0.055 0.5208729 0.978571429   0.3544631 0.213760484 0.520417854
## 7      0.056 0.5232448 0.978571429   0.3556132 0.216222936 0.521656354
## 8      0.057 0.5237192 0.978571429   0.3558442 0.216716506 0.521904762
## 9      0.339 0.7718216 0.751785714   0.5517693 0.475812739 0.636432351
## 10     0.584 0.8026565 0.471428571   0.6875000 0.437820539 0.559322034
## 11     0.585 0.8026565 0.469642857   0.6884817 0.437107483 0.558386412
## 12     0.799 0.7405123 0.023214286   1.0000000 0.033727638 0.045375218
## 13     0.800 0.7400380 0.021428571   1.0000000 0.031159002 0.041958042
## 14     0.801 0.7400380 0.021428571   1.0000000 0.031159002 0.041958042
## 15     0.802 0.7400380 0.021428571   1.0000000 0.031159002 0.041958042
## 16     0.803 0.7390892 0.017857143   1.0000000 0.026008938 0.035087719
## 17     0.804 0.7390892 0.017857143   1.0000000 0.026008938 0.035087719
## 18     0.805 0.7390892 0.017857143   1.0000000 0.026008938 0.035087719
## 19     0.806 0.7390892 0.017857143   1.0000000 0.026008938 0.035087719
## 20     0.807 0.7390892 0.017857143   1.0000000 0.026008938 0.035087719
## 21     0.808 0.7390892 0.017857143   1.0000000 0.026008938 0.035087719
## 22     0.809 0.7381404 0.014285714   1.0000000 0.020841748 0.028169014
## 23     0.810 0.7381404 0.014285714   1.0000000 0.020841748 0.028169014
## 24     0.811 0.7381404 0.014285714   1.0000000 0.020841748 0.028169014
## 25     0.812 0.7376660 0.012500000   1.0000000 0.018251704 0.024691358
## 26     0.813 0.7376660 0.012500000   1.0000000 0.018251704 0.024691358
## 27     0.814 0.7376660 0.012500000   1.0000000 0.018251704 0.024691358
## 28     0.815 0.7376660 0.012500000   1.0000000 0.018251704 0.024691358
## 29     0.816 0.7376660 0.012500000   1.0000000 0.018251704 0.024691358
## 30     0.817 0.7376660 0.012500000   1.0000000 0.018251704 0.024691358
## 31     0.818 0.7376660 0.012500000   1.0000000 0.018251704 0.024691358
## 32     0.819 0.7371917 0.010714286   1.0000000 0.015657346 0.021201413
## 33     0.820 0.7371917 0.010714286   1.0000000 0.015657346 0.021201413
## 34     0.821 0.7371917 0.010714286   1.0000000 0.015657346 0.021201413
## 35     0.822 0.7371917 0.010714286   1.0000000 0.015657346 0.021201413
## 36     0.823 0.7367173 0.008928571   1.0000000 0.013058663 0.017699115
## 37     0.824 0.7367173 0.008928571   1.0000000 0.013058663 0.017699115
## 38     0.825 0.7362429 0.007142857   1.0000000 0.010455645 0.014184397
## 39     0.826 0.7362429 0.007142857   1.0000000 0.010455645 0.014184397
## 40     0.827 0.7362429 0.007142857   1.0000000 0.010455645 0.014184397
## 41     0.828 0.7362429 0.007142857   1.0000000 0.010455645 0.014184397
## 42     0.829 0.7362429 0.007142857   1.0000000 0.010455645 0.014184397
## 43     0.830 0.7362429 0.007142857   1.0000000 0.010455645 0.014184397
## 44     0.831 0.7362429 0.007142857   1.0000000 0.010455645 0.014184397
## 45     0.832 0.7362429 0.007142857   1.0000000 0.010455645 0.014184397
## 46     0.833 0.7362429 0.007142857   1.0000000 0.010455645 0.014184397
## 47     0.834 0.7362429 0.007142857   1.0000000 0.010455645 0.014184397
## 48     0.835 0.7362429 0.007142857   1.0000000 0.010455645 0.014184397
## 49     0.836 0.7357685 0.005357143   1.0000000 0.007848280 0.010657194
## 50     0.837 0.7352941 0.003571429   1.0000000 0.005236558 0.007117438
## 51     0.838 0.7352941 0.003571429   1.0000000 0.005236558 0.007117438
## 52     0.839 0.7348197 0.001785714   1.0000000 0.002620469 0.003565062
## 53     0.840 0.7348197 0.001785714   1.0000000 0.002620469 0.003565062
## 54     0.841 0.7348197 0.001785714   1.0000000 0.002620469 0.003565062
## 55     0.842 0.7348197 0.001785714   1.0000000 0.002620469 0.003565062
## 56     0.843 0.7348197 0.001785714   1.0000000 0.002620469 0.003565062
## 57     0.844 0.7348197 0.001785714   1.0000000 0.002620469 0.003565062
## 58     0.845 0.7348197 0.001785714   1.0000000 0.002620469 0.003565062
## 59     0.846 0.7348197 0.001785714   1.0000000 0.002620469 0.003565062
## 60     0.847 0.7348197 0.001785714   1.0000000 0.002620469 0.003565062&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We still have a lot of values so we decide to remove some rows. We keep the five most relevant thresholds : &lt;code&gt;0.057&lt;/code&gt;, &lt;code&gt;0.339&lt;/code&gt;, &lt;code&gt;0.584&lt;/code&gt;, &lt;code&gt;0.585&lt;/code&gt; and &lt;code&gt;0.799&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;max_indics %&amp;gt;%
        filter( threshold %in% c(&amp;quot;0.057&amp;quot;, &amp;quot;0.339&amp;quot;, &amp;quot;0.584&amp;quot;, &amp;quot;0.585&amp;quot;, &amp;quot;0.799&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##   threshold  accuracy  precision sensitivity      kappa         f1
## 1     0.057 0.5237192 0.97857143   0.3558442 0.21671651 0.52190476
## 2     0.339 0.7718216 0.75178571   0.5517693 0.47581274 0.63643235
## 3     0.584 0.8026565 0.47142857   0.6875000 0.43782054 0.55932203
## 4     0.585 0.8026565 0.46964286   0.6884817 0.43710748 0.55838641
## 5     0.799 0.7405123 0.02321429   1.0000000 0.03372764 0.04537522&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;At this stage, we can choose a threshold based on what we think is the most important. I suggest to continue with &lt;code&gt;0.339&lt;/code&gt;. Hence we have the following confusion matrix.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;compare = comp %&amp;gt;%
                mutate(pred = ifelse(pred&amp;gt;0.339,1,0))
confusionMatrix(table(compare), positive = &amp;quot;1&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Confusion Matrix and Statistics
## 
##       pred
## answer    0    1
##      0 1206  342
##      1  139  421
##                                           
##                Accuracy : 0.7718          
##                  95% CI : (0.7533, 0.7896)
##     No Information Rate : 0.638           
##     P-Value [Acc &amp;gt; NIR] : &amp;lt; 2.2e-16       
##                                           
##                   Kappa : 0.4758          
##  Mcnemar&amp;#39;s Test P-Value : &amp;lt; 2.2e-16       
##                                           
##             Sensitivity : 0.5518          
##             Specificity : 0.8967          
##          Pos Pred Value : 0.7518          
##          Neg Pred Value : 0.7791          
##              Prevalence : 0.3620          
##          Detection Rate : 0.1997          
##    Detection Prevalence : 0.2657          
##       Balanced Accuracy : 0.7242          
##                                           
##        &amp;#39;Positive&amp;#39; Class : 1               
## &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;With a threshold of &lt;code&gt;0.339&lt;/code&gt;, we have the best f1 value and we have an acceptable level of accuracy, presicion and sensitivity (recall). Now let’s focus on the second scenario.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;scenario-2-lift-curve&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Scenario 2: Lift curve&lt;/h3&gt;
&lt;p&gt;Now we want to target a percentage of customers in our database. Let’s sort customers by their score. Then, we observe the churn rate in different percentile of our database. The best way to visualize the churn rate by percentile is to make a lift curve. It consists of sorting customers by their probability to leave and then separate them in percentiles. The higher their probability to leave, the higher will be their rank. It means that the 5th percentile represents the top 5% of our customers database that have the highest probability to leave following our model.&lt;/p&gt;
&lt;p&gt;By the way, we know there is 26.54% of churn in our database. So if we have a random model, it is expected to have 26.54% of churn in each percentile. Hence we can compare the churn rate in our model and the random one.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;fivtile = nrow(comp)/20
step = floor(fivtile * 1:20)
pct = sapply(step, function(x){
        return(mean(comp[1:x,1]))})

#paste(seq(from = 5, to = 100, by=5), &amp;quot;%&amp;quot;,sep=&amp;quot; &amp;quot;)
lift = data.frame(label= seq(from = 5, to = 100, by=5), score = pct*100)
q = ggplot(lift, aes(x=label, y=score))+
        
        geom_bar(stat=&amp;quot;identity&amp;quot;,position=&amp;quot;stack&amp;quot;,color=&amp;quot;navy&amp;quot;, fill=&amp;quot;navy&amp;quot;)+ 
        ggtitle(&amp;quot;Churn rate per cumulative percentile of \n customers  with the highest probability to leave&amp;quot;)+
        coord_cartesian(xlim = c(5,100), ylim = c(0,100))+
        scale_y_continuous(breaks = seq(from = 0, to = 100, by=25), labels = function(x) paste0(x,&amp;quot;%&amp;quot;, sep = &amp;quot;&amp;quot;))+
        scale_x_continuous(breaks = c(5, 25, 50, 75, 100), labels = function(x) paste0(x,&amp;quot;%&amp;quot;, sep = &amp;quot;&amp;quot;))+
        labs(x=&amp;quot;cumulative percentile &amp;quot;, y=&amp;quot;churn rate&amp;quot;) + 
        geom_line(aes(y=score[20]),linetype=2, size=1, color=&amp;quot;tomato&amp;quot;)+ 
        theme_minimal()+
        theme( 
                panel.grid.major.x = element_blank(),
                panel.grid.minor.x = element_blank(),
                plot.title = element_text(size=17,face=&amp;quot;bold&amp;quot;, hjust=0.5),
                axis.text.x = element_text(vjust=1),
                axis.ticks.x = element_blank(),
                axis.title.x = element_text(size=13, face=&amp;quot;bold&amp;quot;, vjust=-0.4),
                axis.title.y = element_text(size=13,face=&amp;quot;bold&amp;quot;)#,
                #strip.text.x = element_text(face=&amp;quot;italic&amp;quot;, size=11)
                )

print(q)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;/post/2018-01-12-churn-analysis2_files/figure-html/unnamed-chunk-9-1.png&#34; width=&#34;100%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Our model is really efficient compared to the random model. We detect at least 2 times more churn using our model up to the 40th percentile. If we target 25% of our database, we observe that the churn rate is 61,67%.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;conclusion&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;In the first part we have cleaned the database, made an exploratory data analysis and then we have tested different models to finally choose the one with the biggest area under the curve (AUC), the logistic regression.&lt;br /&gt;
Then in the second part, we have imagined two different scenarios. In the first one, we focused on the threshold value and in the second one, we wanted to target just 25% of the database. Hence, in the first part, we found the optimized threshold value: &lt;code&gt;0.339&lt;/code&gt;. Then in the second part we have seen that our model is efficient on the top 25% customers of our database. The churn rate expected without model is 26.54% while the churn rate is 61.67% for our model.&lt;/p&gt;
&lt;p&gt;I hope you enjoy reading this study. See you soon for the next post!&lt;br /&gt;
Don’t hesitate to contact me if you have any comments or suggestions.&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Churn Analysis - Part 1: Model Selection</title>
      <link>/post/2018-01-04-churn-analysis/</link>
      <pubDate>Thu, 04 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018-01-04-churn-analysis/</guid>
      <description>&lt;!--
words 941
&lt;style type=&#34;text/css&#34;&gt;
pre code, pre, code {
white-space: pre !important;
overflow-x: scroll !important;
overflow-y: scroll !important;
word-break: keep-all !important;
word-wrap: initial !important;
max-height:30vh !important;
}
p img{
width:100%; !important;
}
&lt;/style&gt;
--&gt;
&lt;p&gt;&lt;img src=&#34;/images/yo-dawg.jpg&#34; /&gt;&lt;!-- --&gt;&lt;/p&gt;
&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;Today we will make a churn analysis with a dataset provided by IBM.&lt;br /&gt;
You can find the dataset &lt;a href=&#34;https://www.ibm.com/communities/analytics/watson-analytics-blog/predictive-insights-in-the-telco-customer-churn-data-set/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;div id=&#34;what-is-a-churn&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;What is a churn?&lt;/h3&gt;
&lt;p&gt;We can shortly define customer churn (most commonly called “churn”) as customers that stop doing business with a company or a service. There are customer churns in different business area. In this post, we will focus on the telecom area. Here, we want to predict which customers will leave their current telecom provider. This type of studies are called churn analysis. It’s a trendy topic in customer relationship management (CRM) departments because it costs more money to find new customers than keeping the existing ones. So companies want to prevent them to leave.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;how-could-we-identify-customers-who-are-likely-to-leave&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;How could we identify customers who are likely to leave?&lt;/h3&gt;
&lt;p&gt;To identify the customers, we need to have a database with data about the previous customers that churned. Using this data, we develop a model which identifies customers that have a profile close to the ones that already left.&lt;br /&gt;
To simulate an experiment where we want to predict if our customers will churn, we need to work with a partitioned database. The database has 2 parts, one part will be the training set. This will be used to create the model. The second part will be the testing set which will be used to evaluate our model.&lt;br /&gt;
In this case we know customer answers from the testing dataset so we can compare the model prediction with the true answers. Nevertheless in reality, we don’t know what will be the true answers. So we have to target mainly customers with high probability to churn. This probability is given by our model.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;lets-start&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Let’s start&lt;/h3&gt;
&lt;p&gt;We import data and look at quick insight results. We encode the &lt;code&gt;SeniorCitizen&lt;/code&gt; variable as a factor variable.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#to manipulate data
if (!require(&amp;quot;tidyverse&amp;quot;)) install.packages(&amp;quot;tidyverse&amp;quot;)
library(&amp;quot;tidyverse&amp;quot;)
path = &amp;quot;https://community.watsonanalytics.com/wp-content/uploads/2015/03/WA_Fn-UseC_-Telco-Customer-Churn.csv?cm_mc_uid=58920755505115141495567&amp;amp;cm_mc_sid_50200000=1514149556&amp;amp;cm_mc_sid_52640000=1514149556&amp;quot;
db_churn = read_csv(path)

#To see variables structure 
#str(db_churn)

db_churn$SeniorCitizen = as.factor(db_churn$SeniorCitizen)
summary(db_churn)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##   customerID           gender          SeniorCitizen   Partner         
##  Length:7043        Length:7043        0:5901        Length:7043       
##  Class :character   Class :character   1:1142        Class :character  
##  Mode  :character   Mode  :character                 Mode  :character  
##                                                                        
##                                                                        
##                                                                        
##                                                                        
##   Dependents            tenure      PhoneService       MultipleLines     
##  Length:7043        Min.   : 0.00   Length:7043        Length:7043       
##  Class :character   1st Qu.: 9.00   Class :character   Class :character  
##  Mode  :character   Median :29.00   Mode  :character   Mode  :character  
##                     Mean   :32.37                                        
##                     3rd Qu.:55.00                                        
##                     Max.   :72.00                                        
##                                                                          
##  InternetService    OnlineSecurity     OnlineBackup      
##  Length:7043        Length:7043        Length:7043       
##  Class :character   Class :character   Class :character  
##  Mode  :character   Mode  :character   Mode  :character  
##                                                          
##                                                          
##                                                          
##                                                          
##  DeviceProtection   TechSupport        StreamingTV       
##  Length:7043        Length:7043        Length:7043       
##  Class :character   Class :character   Class :character  
##  Mode  :character   Mode  :character   Mode  :character  
##                                                          
##                                                          
##                                                          
##                                                          
##  StreamingMovies      Contract         PaperlessBilling  
##  Length:7043        Length:7043        Length:7043       
##  Class :character   Class :character   Class :character  
##  Mode  :character   Mode  :character   Mode  :character  
##                                                          
##                                                          
##                                                          
##                                                          
##  PaymentMethod      MonthlyCharges    TotalCharges       Churn          
##  Length:7043        Min.   : 18.25   Min.   :  18.8   Length:7043       
##  Class :character   1st Qu.: 35.50   1st Qu.: 401.4   Class :character  
##  Mode  :character   Median : 70.35   Median :1397.5   Mode  :character  
##                     Mean   : 64.76   Mean   :2283.3                     
##                     3rd Qu.: 89.85   3rd Qu.:3794.7                     
##                     Max.   :118.75   Max.   :8684.8                     
##                                      NA&amp;#39;s   :11&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;There are 3 numerical variables and 18 categorical variables. Then we observe the churn rate.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;if (!require(&amp;quot;janitor&amp;quot;)) install.packages(&amp;quot;janitor&amp;quot;)
library(&amp;quot;janitor&amp;quot;)
prop = tabyl(db_churn$Churn)
prop&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##   db_churn$Churn    n   percent
## 1             No 5174 0.7346301
## 2            Yes 1869 0.2653699&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We realize that we have only 11 missing values in our dataset and they are all linked to the variable &lt;code&gt;TotalCharges&lt;/code&gt; and none of them are churning. They represent only 0,16 % of our total observations. So we decide to remove them.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;n_NA = db_churn %&amp;gt;%
        filter(is.na(TotalCharges)) %&amp;gt;%
        select(Churn)
#The next line give the percentage of missing values in our dataset
#100*nrow(n_NA)/nrow(db_churn)

#11 NA, that 0.16% of our database and none of them decode to churn
db_churn = db_churn %&amp;gt;%
        filter(!is.na(TotalCharges))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now we can split our database in 2 parts. The training part and the testing part.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;if (!require(&amp;quot;caret&amp;quot;)) install.packages(&amp;quot;caret&amp;quot;)
library(&amp;quot;caret&amp;quot;)
set.seed(7)
trainId = createDataPartition(db_churn$Churn, 
                       p=0.7, list=FALSE,times=1)
 
db_train = db_churn[trainId,]
db_test = db_churn[-trainId,]&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;As we have seen in &lt;code&gt;summary(df)&lt;/code&gt;, there are 3 numerical variables and they don’t have the same scale. Hence, we need to use a method to rescale them. First, we want to see their distribution.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;gather_train =gather(db_train %&amp;gt;% 
               select(customerID, MonthlyCharges,TotalCharges, tenure),
               variable, value,
       -customerID)
ggplot(gather_train , aes(value)) + facet_wrap(~variable, scales = &amp;#39;free_x&amp;#39;) +
        geom_histogram() + theme_bw()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;/post/2018-01-04-churn-analysis_files/figure-html/unnamed-chunk-8-1.png&#34; width=&#34;1344&#34; /&gt;&lt;/p&gt;
&lt;p&gt;None of the variables on the graph above has a gaussian distribution, so we rescale them without standardization.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;normalize = function(x) {
        result = (x - min(x, na.rm = TRUE)
                  ) / (max(x, na.rm = TRUE) - min(x, na.rm = TRUE))
        return(result)
}
norm.train = lapply(db_train %&amp;gt;% 
                    select(MonthlyCharges, TotalCharges, tenure),
                    normalize)
norm.train = do.call(cbind, norm.train) %&amp;gt;%
             as.data.frame()&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Then we see in &lt;code&gt;summary(df)&lt;/code&gt; that some variables have the following factors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;“Yes”&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;“No”&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;“No internet service” (or “No phone service”).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The third factor doesn’t give anymore no more informations so we recode the third factor in “No”.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;factor.train = lapply(db_train %&amp;gt;% 
                      select(-customerID,-MonthlyCharges, 
                      -TotalCharges, -tenure), 
                      function(x){
        x = gsub(&amp;quot;No internet service&amp;quot;, &amp;quot;No&amp;quot;, x)
        x = gsub(&amp;quot;No phone service&amp;quot;, &amp;quot;No&amp;quot;, x)
        return(x)
})

factor.train = do.call(cbind, factor.train) %&amp;gt;% 
               as.data.frame()

db_train = cbind( customerID = db_train[,1], 
                  factor.train, norm.train)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now that our training set is clean, we can estimate our train with 3 different models.&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;Decision tree&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Random Forest&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Logistic Regression&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div id=&#34;decision-tree&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Decision tree&lt;/h3&gt;
&lt;p&gt;First, we make a decision tree with &lt;code&gt;library(&amp;quot;rpart&amp;quot;)&lt;/code&gt;. We keep the original options.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;if (!require(&amp;quot;rpart&amp;quot;)) install.packages(&amp;quot;rpart&amp;quot;)
library(&amp;quot;rpart&amp;quot;)
if (!require(&amp;quot;rpart.plot&amp;quot;)) install.packages(&amp;quot;rpart.plot&amp;quot;)
library(&amp;quot;rpart.plot&amp;quot;)

tree = rpart(Churn ~., data = db_train %&amp;gt;% 
                     select(-customerID), method=&amp;quot;class&amp;quot;)
rpart.plot(tree)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;/post/2018-01-04-churn-analysis_files/figure-html/unnamed-chunk-11-1.png&#34; width=&#34;100%&#34; /&gt;&lt;/p&gt;
&lt;p&gt;In the graphic above, we see the decision tree that groups observations by their variable values. A decision tree has 2 mains components, leaves and nodes.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Leaves represent a group of observation. For each leaf, an answer is given, “Yes” or “No”. Below these answers, figures represent the percentage of churn in a leaf and finally we see the percentage of total observations in the leaf.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Nodes show which varible where used to seperate a leaf in two sub-leaves&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Contract is the main variable in the churn decision. It makes sense because it is harder to change telecom providers if customers have a long term contract than a month-to-month contract.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;random-forest&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Random forest&lt;/h3&gt;
&lt;p&gt;Imagine that you want to buy Kendrick Lamar’s new album. You ask a friend if you should buy it. Your friend tells you: “Buy it”. But you are not sure that your friend and you share the same musical taste so you decide to ask the same question to 29 other friends. At the end you have 20 pros and 10 cons. By the majority you decide to buy it. Random forest works the same way!&lt;br /&gt;
Instead of using one tree, we will use many trees with different variable options to draw our model. Then for each observation, we choose their category by taking the majority vote of our different trees.&lt;/p&gt;
&lt;p&gt;Here we use a 5-fold cross-validation method. We don’t have so many variables so we choose 5 different values to optimize the number of variables via &lt;code&gt;tuneLenght&lt;/code&gt;.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;if (!require(&amp;quot;randomForest&amp;quot;)) install.packages(&amp;quot;randomForest&amp;quot;)
library(&amp;quot;randomForest&amp;quot;)

ctrl = trainControl(method = &amp;quot;cv&amp;quot;, number=5, 
                classProbs = TRUE, summaryFunction = twoClassSummary)

model.rf = train(Churn ~., data = db_train %&amp;gt;% select(-customerID),
                         method = &amp;quot;rf&amp;quot;,
                         ntree = 75,
                         tuneLength = 5,
                         metric = &amp;quot;ROC&amp;quot;,
                         trControl = ctrl)
        
model.rf&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Random Forest 
## 
## 4924 samples
##   19 predictor
##    2 classes: &amp;#39;No&amp;#39;, &amp;#39;Yes&amp;#39; 
## 
## No pre-processing
## Resampling: Cross-Validated (5 fold) 
## Summary of sample sizes: 3939, 3939, 3939, 3940, 3939 
## Resampling results across tuning parameters:
## 
##   mtry  ROC        Sens       Spec     
##    2    0.8293918  0.9244813  0.4560674
##    7    0.8180692  0.8946058  0.4988535
##   12    0.8150772  0.8940526  0.4996227
##   17    0.8129159  0.8882434  0.4934924
##   23    0.8066348  0.8882434  0.4980843
## 
## ROC was used to select the optimal model using the largest value.
## The final value used for the model was mtry = 2.&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;logistic-regression&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Logistic regression&lt;/h3&gt;
&lt;p&gt;The logistic regression fits perfectly for a model that explains a binomial variable. We need to do 2 things. First, recode the churn variable as 0 for “No” and 1 for “Yes”. Second, we have to choose which variable combinations will the best explain the churn decision.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;db_train$ChurnNum = ifelse(db_train$Churn == &amp;quot;Yes&amp;quot;,1,0)
good_model = step(glm(ChurnNum ~.,data = db_train %&amp;gt;% 
                  select(-customerID, -Churn ), 
                  family=binomial(link=&amp;#39;logit&amp;#39;)), 
                  direction=&amp;quot;both&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Start:  AIC=4115.6
## ChurnNum ~ gender + SeniorCitizen + Partner + Dependents + PhoneService + 
##     MultipleLines + InternetService + OnlineSecurity + OnlineBackup + 
##     DeviceProtection + TechSupport + StreamingTV + StreamingMovies + 
##     Contract + PaperlessBilling + PaymentMethod + MonthlyCharges + 
##     TotalCharges + tenure
## 
##                    Df Deviance    AIC
## - Partner           1   4067.6 4113.6
## - TechSupport       1   4067.7 4113.7
## - Dependents        1   4067.9 4113.9
## - gender            1   4068.0 4114.0
## - OnlineSecurity    1   4068.1 4114.1
## - OnlineBackup      1   4068.2 4114.2
## - PhoneService      1   4068.3 4114.3
## &amp;lt;none&amp;gt;                  4067.6 4115.6
## - DeviceProtection  1   4069.8 4115.8
## - MonthlyCharges    1   4070.1 4116.1
## - SeniorCitizen     1   4070.5 4116.5
## - StreamingMovies   1   4071.0 4117.0
## - StreamingTV       1   4071.1 4117.1
## - InternetService   2   4073.7 4117.7
## - MultipleLines     1   4075.5 4121.5
## - PaperlessBilling  1   4076.3 4122.3
## - TotalCharges      1   4081.4 4127.4
## - PaymentMethod     3   4088.7 4130.7
## - Contract          2   4120.3 4164.3
## - tenure            1   4144.6 4190.6
## 
## Step:  AIC=4113.62
## ChurnNum ~ gender + SeniorCitizen + Dependents + PhoneService + 
##     MultipleLines + InternetService + OnlineSecurity + OnlineBackup + 
##     DeviceProtection + TechSupport + StreamingTV + StreamingMovies + 
##     Contract + PaperlessBilling + PaymentMethod + MonthlyCharges + 
##     TotalCharges + tenure
## 
##                    Df Deviance    AIC
## - TechSupport       1   4067.8 4111.8
## - gender            1   4068.0 4112.0
## - Dependents        1   4068.1 4112.1
## - OnlineSecurity    1   4068.2 4112.2
## - OnlineBackup      1   4068.2 4112.2
## - PhoneService      1   4068.3 4112.3
## &amp;lt;none&amp;gt;                  4067.6 4113.6
## - DeviceProtection  1   4069.8 4113.8
## - MonthlyCharges    1   4070.1 4114.1
## - SeniorCitizen     1   4070.5 4114.5
## - StreamingMovies   1   4071.1 4115.1
## - StreamingTV       1   4071.1 4115.1
## + Partner           1   4067.6 4115.6
## - InternetService   2   4073.8 4115.8
## - MultipleLines     1   4075.5 4119.5
## - PaperlessBilling  1   4076.4 4120.4
## - TotalCharges      1   4081.4 4125.4
## - PaymentMethod     3   4088.7 4128.7
## - Contract          2   4120.3 4162.3
## - tenure            1   4145.4 4189.4
## 
## Step:  AIC=4111.75
## ChurnNum ~ gender + SeniorCitizen + Dependents + PhoneService + 
##     MultipleLines + InternetService + OnlineSecurity + OnlineBackup + 
##     DeviceProtection + StreamingTV + StreamingMovies + Contract + 
##     PaperlessBilling + PaymentMethod + MonthlyCharges + TotalCharges + 
##     tenure
## 
##                    Df Deviance    AIC
## - gender            1   4068.2 4110.2
## - Dependents        1   4068.2 4110.2
## - OnlineSecurity    1   4068.3 4110.3
## &amp;lt;none&amp;gt;                  4067.8 4111.8
## - OnlineBackup      1   4070.6 4112.6
## - SeniorCitizen     1   4070.7 4112.7
## + TechSupport       1   4067.6 4113.6
## + Partner           1   4067.7 4113.7
## - PhoneService      1   4072.8 4114.8
## - DeviceProtection  1   4075.6 4117.6
## - PaperlessBilling  1   4076.5 4118.5
## - TotalCharges      1   4081.4 4123.4
## - MonthlyCharges    1   4083.9 4125.9
## - StreamingTV       1   4084.4 4126.4
## - StreamingMovies   1   4084.8 4126.8
## - PaymentMethod     3   4088.9 4126.9
## - MultipleLines     1   4093.8 4135.8
## - InternetService   2   4102.4 4142.4
## - Contract          2   4121.1 4161.1
## - tenure            1   4145.5 4187.5
## 
## Step:  AIC=4110.16
## ChurnNum ~ SeniorCitizen + Dependents + PhoneService + MultipleLines + 
##     InternetService + OnlineSecurity + OnlineBackup + DeviceProtection + 
##     StreamingTV + StreamingMovies + Contract + PaperlessBilling + 
##     PaymentMethod + MonthlyCharges + TotalCharges + tenure
## 
##                    Df Deviance    AIC
## - Dependents        1   4068.6 4108.6
## - OnlineSecurity    1   4068.7 4108.7
## &amp;lt;none&amp;gt;                  4068.2 4110.2
## - OnlineBackup      1   4071.0 4111.0
## - SeniorCitizen     1   4071.1 4111.1
## + gender            1   4067.8 4111.8
## + TechSupport       1   4068.0 4112.0
## + Partner           1   4068.1 4112.1
## - PhoneService      1   4073.2 4113.2
## - DeviceProtection  1   4075.9 4115.9
## - PaperlessBilling  1   4077.0 4117.0
## - TotalCharges      1   4081.8 4121.8
## - MonthlyCharges    1   4084.3 4124.3
## - StreamingTV       1   4084.8 4124.8
## - StreamingMovies   1   4085.2 4125.2
## - PaymentMethod     3   4089.3 4125.3
## - MultipleLines     1   4094.2 4134.2
## - InternetService   2   4102.8 4140.8
## - Contract          2   4121.4 4159.4
## - tenure            1   4145.9 4185.9
## 
## Step:  AIC=4108.63
## ChurnNum ~ SeniorCitizen + PhoneService + MultipleLines + InternetService + 
##     OnlineSecurity + OnlineBackup + DeviceProtection + StreamingTV + 
##     StreamingMovies + Contract + PaperlessBilling + PaymentMethod + 
##     MonthlyCharges + TotalCharges + tenure
## 
##                    Df Deviance    AIC
## - OnlineSecurity    1   4069.1 4107.1
## &amp;lt;none&amp;gt;                  4068.6 4108.6
## - OnlineBackup      1   4071.5 4109.5
## - SeniorCitizen     1   4072.1 4110.1
## + Dependents        1   4068.2 4110.2
## + gender            1   4068.2 4110.2
## + Partner           1   4068.4 4110.4
## + TechSupport       1   4068.5 4110.5
## - PhoneService      1   4073.7 4111.7
## - DeviceProtection  1   4076.4 4114.4
## - PaperlessBilling  1   4077.4 4115.4
## - TotalCharges      1   4082.5 4120.5
## - MonthlyCharges    1   4084.8 4122.8
## - StreamingTV       1   4085.3 4123.3
## - StreamingMovies   1   4085.8 4123.8
## - PaymentMethod     3   4090.0 4124.0
## - MultipleLines     1   4094.8 4132.8
## - InternetService   2   4103.5 4139.5
## - Contract          2   4123.1 4159.1
## - tenure            1   4147.3 4185.3
## 
## Step:  AIC=4107.13
## ChurnNum ~ SeniorCitizen + PhoneService + MultipleLines + InternetService + 
##     OnlineBackup + DeviceProtection + StreamingTV + StreamingMovies + 
##     Contract + PaperlessBilling + PaymentMethod + MonthlyCharges + 
##     TotalCharges + tenure
## 
##                    Df Deviance    AIC
## &amp;lt;none&amp;gt;                  4069.1 4107.1
## - SeniorCitizen     1   4072.5 4108.5
## + OnlineSecurity    1   4068.6 4108.6
## + Dependents        1   4068.7 4108.7
## + gender            1   4068.7 4108.7
## + Partner           1   4068.9 4108.9
## + TechSupport       1   4069.0 4109.0
## - OnlineBackup      1   4074.4 4110.4
## - PaperlessBilling  1   4078.1 4114.1
## - PhoneService      1   4080.8 4116.8
## - DeviceProtection  1   4081.9 4117.9
## - TotalCharges      1   4083.0 4119.0
## - PaymentMethod     3   4090.4 4122.4
## - StreamingTV       1   4101.9 4137.9
## - StreamingMovies   1   4102.5 4138.5
## - MultipleLines     1   4106.8 4142.8
## - MonthlyCharges    1   4106.9 4142.9
## - Contract          2   4123.4 4157.4
## - InternetService   2   4146.5 4180.5
## - tenure            1   4148.1 4184.1&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It seems that 13 variables are enough for our model. Now let’s see coefficient estimates.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;summary(good_model)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
## Call:
## glm(formula = ChurnNum ~ SeniorCitizen + PhoneService + MultipleLines + 
##     InternetService + OnlineBackup + DeviceProtection + StreamingTV + 
##     StreamingMovies + Contract + PaperlessBilling + PaymentMethod + 
##     MonthlyCharges + TotalCharges + tenure, family = binomial(link = &amp;quot;logit&amp;quot;), 
##     data = db_train %&amp;gt;% select(-customerID, -Churn))
## 
## Deviance Residuals: 
##     Min       1Q   Median       3Q      Max  
## -1.9012  -0.6731  -0.2923   0.7290   3.3888  
## 
## Coefficients:
##                                      Estimate Std. Error z value Pr(&amp;gt;|z|)
## (Intercept)                           0.60150    0.22743   2.645 0.008174
## SeniorCitizen1                        0.18366    0.09965   1.843 0.065337
## PhoneServiceYes                       1.04493    0.30762   3.397 0.000682
## MultipleLinesYes                      0.69549    0.11417   6.092 1.12e-09
## InternetServiceFiber optic            2.82341    0.32796   8.609  &amp;lt; 2e-16
## InternetServiceNo                    -2.87861    0.40080  -7.182 6.86e-13
## OnlineBackupYes                       0.25915    0.11367   2.280 0.022619
## DeviceProtectionYes                   0.41179    0.11563   3.561 0.000369
## StreamingTVYes                        0.92831    0.16380   5.667 1.45e-08
## StreamingMoviesYes                    0.92595    0.16194   5.718 1.08e-08
## ContractOne year                     -0.66307    0.12800  -5.180 2.22e-07
## ContractTwo year                     -1.24824    0.20212  -6.176 6.59e-10
## PaperlessBillingYes                   0.26399    0.08847   2.984 0.002847
## PaymentMethodCredit card (automatic) -0.18326    0.13747  -1.333 0.182523
## PaymentMethodElectronic check         0.30024    0.11163   2.690 0.007152
## PaymentMethodMailed check            -0.02901    0.13531  -0.214 0.830262
## MonthlyCharges                       -8.02745    1.32045  -6.079 1.21e-09
## TotalCharges                          2.63684    0.72491   3.637 0.000275
## tenure                               -4.24828    0.52098  -8.154 3.51e-16
##                                         
## (Intercept)                          ** 
## SeniorCitizen1                       .  
## PhoneServiceYes                      ***
## MultipleLinesYes                     ***
## InternetServiceFiber optic           ***
## InternetServiceNo                    ***
## OnlineBackupYes                      *  
## DeviceProtectionYes                  ***
## StreamingTVYes                       ***
## StreamingMoviesYes                   ***
## ContractOne year                     ***
## ContractTwo year                     ***
## PaperlessBillingYes                  ** 
## PaymentMethodCredit card (automatic)    
## PaymentMethodElectronic check        ** 
## PaymentMethodMailed check               
## MonthlyCharges                       ***
## TotalCharges                         ***
## tenure                               ***
## ---
## Signif. codes:  0 &amp;#39;***&amp;#39; 0.001 &amp;#39;**&amp;#39; 0.01 &amp;#39;*&amp;#39; 0.05 &amp;#39;.&amp;#39; 0.1 &amp;#39; &amp;#39; 1
## 
## (Dispersion parameter for binomial family taken to be 1)
## 
##     Null deviance: 5702.8  on 4923  degrees of freedom
## Residual deviance: 4069.1  on 4905  degrees of freedom
## AIC: 4107.1
## 
## Number of Fisher Scoring iterations: 6&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Most of them are significants they have a p-value lower than 0.05. As we could expect, &lt;code&gt;ContractOne year&lt;/code&gt;, &lt;code&gt;ContractTwo year&lt;/code&gt; or a high value for the variable &lt;code&gt;tenure&lt;/code&gt; reduce the probability to churn.&lt;/p&gt;
&lt;p&gt;Now that we have our 3 models, we decide to test them on our testing dataset. But first, we need to apply the same transformations that we appliedd to the training set.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;norm.test = lapply(db_test %&amp;gt;% select(MonthlyCharges,TotalCharges, tenure), normalize)
norm.test = do.call(cbind, norm.test) %&amp;gt;%
        as.data.frame()

factor.test = lapply(db_test %&amp;gt;% 
                     select(-customerID,-MonthlyCharges, 
                            -TotalCharges, -tenure), 
                     function(x){
        x = gsub(&amp;quot;No internet service&amp;quot;, &amp;quot;No&amp;quot;, x)
        x = gsub(&amp;quot;No phone service&amp;quot;, &amp;quot;No&amp;quot;, x)
        return(x)
})
factor.test = do.call(cbind, factor.test) %&amp;gt;% as.data.frame()


db_test = cbind( customerID = db_test[,1], factor.test , norm.test)
db_test$ChurnNum  = ifelse(db_test$Churn == &amp;quot;Yes&amp;quot;, 1, 0)

if (!require(&amp;quot;ROSE&amp;quot;)) install.packages(&amp;quot;ROSE&amp;quot;)
library(&amp;quot;ROSE&amp;quot;)
pred_tree = predict(tree, db_test %&amp;gt;% 
                    select(-customerID), type = c(&amp;quot;prob&amp;quot;))[,2]
pred_rf = predict(object=model.rf, db_test %&amp;gt;% 
                          select(-customerID), type=&amp;#39;prob&amp;#39;)[,2]
pred_logistic = predict(good_model, db_test, type=&amp;quot;response&amp;quot;)

roc_tree = roc.curve(response = db_test$ChurnNum, pred_tree, 
                   col = &amp;quot;#0d84da&amp;quot;)
roc_rf = roc.curve(response = db_test$ChurnNum, pred_rf, 
                   col = &amp;quot;#ef0a30&amp;quot;, add.roc=TRUE)
roc_logistic = roc.curve(response = db_test$ChurnNum, pred_logistic, 
                   col = &amp;quot;#45a163&amp;quot;, add.roc=TRUE)

legend(&amp;quot;bottomright&amp;quot;, legend=c(&amp;quot;Decision Tree&amp;quot;, &amp;quot;Random Forest&amp;quot;, 
                               &amp;quot;Logistic Regression&amp;quot;), 
       lwd = 2, col = c(&amp;quot;#0d84da&amp;quot;, &amp;quot;#ef0a30&amp;quot;, &amp;quot;#45a163&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;/post/2018-01-04-churn-analysis_files/figure-html/unnamed-chunk-15-1.png&#34; width=&#34;100%&#34; /&gt; The logistic regression gives the best model: a better true positive rate for less false positive observations.&lt;/p&gt;
&lt;p&gt;In the next post we will focus on the different way to analyse results from the logistic regression.&lt;/p&gt;
&lt;p&gt;Don’t hesitate to contact me if you have any comments or suggestions. See you for the next post.&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>
