Text Generation
Transformers
Safetensors
Portuguese
qwen3
text-generation-inference
Eval Results (legacy)
Instructions to use Polygl0t/Tucano2-qwen-3.7B-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Polygl0t/Tucano2-qwen-3.7B-Base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Polygl0t/Tucano2-qwen-3.7B-Base")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Polygl0t/Tucano2-qwen-3.7B-Base") model = AutoModelForCausalLM.from_pretrained("Polygl0t/Tucano2-qwen-3.7B-Base") - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use Polygl0t/Tucano2-qwen-3.7B-Base with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Polygl0t/Tucano2-qwen-3.7B-Base" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Polygl0t/Tucano2-qwen-3.7B-Base", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Polygl0t/Tucano2-qwen-3.7B-Base
- SGLang
How to use Polygl0t/Tucano2-qwen-3.7B-Base with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "Polygl0t/Tucano2-qwen-3.7B-Base" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Polygl0t/Tucano2-qwen-3.7B-Base", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "Polygl0t/Tucano2-qwen-3.7B-Base" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Polygl0t/Tucano2-qwen-3.7B-Base", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use Polygl0t/Tucano2-qwen-3.7B-Base with Docker Model Runner:
docker model run hf.co/Polygl0t/Tucano2-qwen-3.7B-Base
| step,"assin2_rte_acc,all","assin2_rte_acc_stderr,all","assin2_rte_f1_macro,all","assin2_rte_f1_macro_stderr,all","assin2_sts_mse,all","assin2_sts_pearson,all","assin2_sts_pearson_stderr,all","bluex_acc,all","bluex_acc,exam_id__UNICAMP_2018","bluex_acc,exam_id__UNICAMP_2019","bluex_acc,exam_id__UNICAMP_2020","bluex_acc,exam_id__UNICAMP_2021_1","bluex_acc,exam_id__UNICAMP_2021_2","bluex_acc,exam_id__UNICAMP_2022","bluex_acc,exam_id__UNICAMP_2023","bluex_acc,exam_id__UNICAMP_2024","bluex_acc,exam_id__USP_2018","bluex_acc,exam_id__USP_2019","bluex_acc,exam_id__USP_2020","bluex_acc,exam_id__USP_2021","bluex_acc,exam_id__USP_2022","bluex_acc,exam_id__USP_2023","bluex_acc,exam_id__USP_2024","bluex_acc_stderr,all","bluex_acc_stderr,exam_id__UNICAMP_2018","bluex_acc_stderr,exam_id__UNICAMP_2019","bluex_acc_stderr,exam_id__UNICAMP_2020","bluex_acc_stderr,exam_id__UNICAMP_2021_1","bluex_acc_stderr,exam_id__UNICAMP_2021_2","bluex_acc_stderr,exam_id__UNICAMP_2022","bluex_acc_stderr,exam_id__UNICAMP_2023","bluex_acc_stderr,exam_id__UNICAMP_2024","bluex_acc_stderr,exam_id__USP_2018","bluex_acc_stderr,exam_id__USP_2019","bluex_acc_stderr,exam_id__USP_2020","bluex_acc_stderr,exam_id__USP_2021","bluex_acc_stderr,exam_id__USP_2022","bluex_acc_stderr,exam_id__USP_2023","bluex_acc_stderr,exam_id__USP_2024","enem_challenge_acc,all","enem_challenge_acc,exam_id__2009","enem_challenge_acc,exam_id__2010","enem_challenge_acc,exam_id__2011","enem_challenge_acc,exam_id__2012","enem_challenge_acc,exam_id__2013","enem_challenge_acc,exam_id__2014","enem_challenge_acc,exam_id__2015","enem_challenge_acc,exam_id__2016","enem_challenge_acc,exam_id__2016_2","enem_challenge_acc,exam_id__2017","enem_challenge_acc,exam_id__2022","enem_challenge_acc,exam_id__2023","enem_challenge_acc_stderr,all","enem_challenge_acc_stderr,exam_id__2009","enem_challenge_acc_stderr,exam_id__2010","enem_challenge_acc_stderr,exam_id__2011","enem_challenge_acc_stderr,exam_id__2012","enem_challenge_acc_stderr,exam_id__2013","enem_challenge_acc_stderr,exam_id__2014","enem_challenge_acc_stderr,exam_id__2015","enem_challenge_acc_stderr,exam_id__2016","enem_challenge_acc_stderr,exam_id__2016_2","enem_challenge_acc_stderr,exam_id__2017","enem_challenge_acc_stderr,exam_id__2022","enem_challenge_acc_stderr,exam_id__2023","faquad_nli_acc,all","faquad_nli_acc_stderr,all","faquad_nli_f1_macro,all","faquad_nli_f1_macro_stderr,all","hatebr_offensive_acc,all","hatebr_offensive_acc_stderr,all","hatebr_offensive_f1_macro,all","hatebr_offensive_f1_macro_stderr,all","oab_exams_acc,all","oab_exams_acc,exam_id__2010-01","oab_exams_acc,exam_id__2010-02","oab_exams_acc,exam_id__2011-03","oab_exams_acc,exam_id__2011-04","oab_exams_acc,exam_id__2011-05","oab_exams_acc,exam_id__2012-06","oab_exams_acc,exam_id__2012-06a","oab_exams_acc,exam_id__2012-07","oab_exams_acc,exam_id__2012-08","oab_exams_acc,exam_id__2012-09","oab_exams_acc,exam_id__2013-10","oab_exams_acc,exam_id__2013-11","oab_exams_acc,exam_id__2013-12","oab_exams_acc,exam_id__2014-13","oab_exams_acc,exam_id__2014-14","oab_exams_acc,exam_id__2014-15","oab_exams_acc,exam_id__2015-16","oab_exams_acc,exam_id__2015-17","oab_exams_acc,exam_id__2015-18","oab_exams_acc,exam_id__2016-19","oab_exams_acc,exam_id__2016-20","oab_exams_acc,exam_id__2016-20a","oab_exams_acc,exam_id__2016-21","oab_exams_acc,exam_id__2017-22","oab_exams_acc,exam_id__2017-23","oab_exams_acc,exam_id__2017-24","oab_exams_acc,exam_id__2018-25","oab_exams_acc_stderr,all","oab_exams_acc_stderr,exam_id__2010-01","oab_exams_acc_stderr,exam_id__2010-02","oab_exams_acc_stderr,exam_id__2011-03","oab_exams_acc_stderr,exam_id__2011-04","oab_exams_acc_stderr,exam_id__2011-05","oab_exams_acc_stderr,exam_id__2012-06","oab_exams_acc_stderr,exam_id__2012-06a","oab_exams_acc_stderr,exam_id__2012-07","oab_exams_acc_stderr,exam_id__2012-08","oab_exams_acc_stderr,exam_id__2012-09","oab_exams_acc_stderr,exam_id__2013-10","oab_exams_acc_stderr,exam_id__2013-11","oab_exams_acc_stderr,exam_id__2013-12","oab_exams_acc_stderr,exam_id__2014-13","oab_exams_acc_stderr,exam_id__2014-14","oab_exams_acc_stderr,exam_id__2014-15","oab_exams_acc_stderr,exam_id__2015-16","oab_exams_acc_stderr,exam_id__2015-17","oab_exams_acc_stderr,exam_id__2015-18","oab_exams_acc_stderr,exam_id__2016-19","oab_exams_acc_stderr,exam_id__2016-20","oab_exams_acc_stderr,exam_id__2016-20a","oab_exams_acc_stderr,exam_id__2016-21","oab_exams_acc_stderr,exam_id__2017-22","oab_exams_acc_stderr,exam_id__2017-23","oab_exams_acc_stderr,exam_id__2017-24","oab_exams_acc_stderr,exam_id__2018-25","portuguese_hate_speech_acc,all","portuguese_hate_speech_acc_stderr,all","portuguese_hate_speech_f1_macro,all","portuguese_hate_speech_f1_macro_stderr,all","tweetsentbr_acc,all","tweetsentbr_acc_stderr,all","tweetsentbr_f1_macro,all","tweetsentbr_f1_macro_stderr,all",arc_challenge_poly_pt_acc,arc_challenge_poly_pt_acc_norm,arc_challenge_poly_pt_acc_norm_stderr,arc_challenge_poly_pt_acc_stderr,assin_entailment_acc,assin_entailment_acc_stderr,assin_paraphrase_acc,assin_paraphrase_acc_stderr,belebele_por_Latn_acc,belebele_por_Latn_acc_norm,belebele_por_Latn_acc_norm_stderr,belebele_por_Latn_acc_stderr,calame_pt_acc,calame_pt_acc_stderr,calame_pt_perplexity,calame_pt_perplexity_stderr,global_piqa_completions_por_latn_braz_acc,global_piqa_completions_por_latn_braz_acc_bytes,global_piqa_completions_por_latn_braz_acc_bytes_stderr,global_piqa_completions_por_latn_braz_acc_norm,global_piqa_completions_por_latn_braz_acc_norm_stderr,global_piqa_completions_por_latn_braz_acc_stderr,hellaswag_poly_pt_acc,hellaswag_poly_pt_acc_norm,hellaswag_poly_pt_acc_norm_stderr,hellaswag_poly_pt_acc_stderr,lambada_poly_pt_acc,lambada_poly_pt_acc_stderr,lambada_poly_pt_perplexity,lambada_poly_pt_perplexity_stderr,mmlu_poly_pt_acc,mmlu_poly_pt_acc_stderr | |
| 0,0.5008169934640523,0.007137508351229327,0.3572385264836162,0.0032223319722544884,3.062949346405229,0.0,0.0,0.5187760778859527,0.37037037037037035,0.64,0.4909090909090909,0.391304347826087,0.49019607843137253,0.5384615384615384,0.5581395348837209,0.5111111111111111,0.5370370370370371,0.625,0.6071428571428571,0.5384615384615384,0.4489795918367347,0.5454545454545454,0.5121951219512195,0.01075846691949371,0.038121552132279454,0.03933605944640723,0.038793889035698595,0.04175533786786339,0.04048398155269052,0.04615198527080003,0.043755899069219104,0.04289058732557972,0.03922014051563548,0.04443978597590975,0.03751678552563977,0.03991372938601963,0.041090796576426065,0.04332597095906942,0.045069792504186856,0.35969209237228833,0.3565217391304348,0.3162393162393162,0.39316239316239315,0.3017241379310345,0.3611111111111111,0.3302752293577982,0.3445378151260504,0.3884297520661157,0.35772357723577236,0.3448275862068966,0.41353383458646614,0.3925925925925926,0.00734498559513673,0.025755292864197987,0.024836925087394164,0.026131972633333916,0.024715722619913283,0.0266899489180469,0.025967370016238455,0.025101458401668532,0.025507748885348017,0.024970487840427,0.025601368152389597,0.024649827188222832,0.02429154441341016,0.2153846153846154,0.011396120309131367,0.17766497461928935,0.00772670526045021,0.5,0.009474774173878483,0.3333333333333333,0.004211665462339723,0.48291571753986334,0.3176470588235294,0.48,0.494949494949495,0.4125,0.5,0.425,0.6125,0.5,0.425,0.4675324675324675,0.4625,0.4875,0.525,0.5125,0.5,0.5641025641025641,0.4625,0.5128205128205128,0.5,0.4358974358974359,0.525,0.425,0.4125,0.5125,0.45,0.5875,0.5375,0.006171536956836099,0.0290812747297277,0.0287172893186192,0.02891191316560829,0.03177892889158271,0.03225115468916917,0.031969551931289836,0.03150830035734606,0.03222467067857505,0.03193698636610038,0.03298006368022861,0.03224799170614646,0.03220664528733754,0.03216631261408678,0.03230435086939212,0.0323840787296396,0.03244573679306131,0.03218720954126762,0.032596583446871094,0.03224175808761798,0.03251317313657319,0.0321860683610328,0.03189669295187597,0.03163978992981778,0.032274100049743085,0.03223995683804497,0.03172436712406416,0.03215409654926071,0.2984723854289072,0.011059935171647581,0.22986425339366515,0.006562248201388681,0.6845771144278607,0.007338593664751795,0.6461664332987597,0.007776017184177094,0.3888888888888889,0.4264957264957265,0.014464999253429586,0.014258229535420386,0.68,0.00737655769318252,0.32525,0.00740805839659096,0.8166666666666667,0.8166666666666667,0.012905156820036966,0.012905156820036966,0.2384393063583815,0.009354748901389905,242.942433887336,36.81306329233595,0.62,0.6,0.0492365963917331,0.61,0.04902071300001973,0.04878317312145634,0.3758803770722722,0.4692816123090259,0.005195113537352229,0.005042024512417474,0.33087521831942557,0.0065553781708035195,97.45788845309171,6.035347987161565,0.5893125187631342,0.004262138437810618 | |
| 2500,0.9285130718954248,0.0036784212766959,0.9284715229337762,0.0036812341372791,0.6971527777777777,0.7447222645016733,0.0074018073264424,0.6481223922114048,0.6481481481481481,0.58,0.6181818181818182,0.6304347826086957,0.5490196078431373,0.6153846153846154,0.6744186046511628,0.6888888888888889,0.6111111111111112,0.775,0.5892857142857143,0.6538461538461539,0.6122448979591837,0.75,0.8048780487804879,0.0103148581990165,0.0375620967230953,0.0404381858483877,0.0377487869003661,0.0410521309145761,0.0401510959403284,0.0450541945411807,0.0412345779518934,0.0398403479227692,0.0382735285045479,0.0381848389268286,0.0377944602331665,0.0381157655168932,0.0400829285914591,0.0376300404303849,0.0356622724165982,0.7592722183344996,0.7043478260869566,0.7777777777777778,0.8547008547008547,0.7586206896551724,0.7314814814814815,0.7889908256880734,0.7394957983193278,0.7603305785123967,0.7317073170731707,0.75,0.7443609022556391,0.7703703703703704,0.0065525262765812,0.0245995707660351,0.0222278085382968,0.0187432454818273,0.0229466553022824,0.0245777290568984,0.0226388704250551,0.0231729988560474,0.0223140639949528,0.0230957111401434,0.0230530045202013,0.0218646398596311,0.0208587589708065,0.7846153846153846,0.0113961203091313,0.4396551724137931,0.0035796984729088,0.7014285714285714,0.0086377896079685,0.6734192756292203,0.0091827614210147,0.5526195899772209,0.4352941176470588,0.61,0.5353535353535354,0.5375,0.625,0.575,0.675,0.5625,0.4625,0.4675324675324675,0.5625,0.55,0.6375,0.475,0.5875,0.6538461538461539,0.5375,0.6282051282051282,0.5375,0.5641025641025641,0.6,0.5,0.4625,0.5625,0.5125,0.5625,0.5,0.006131229973335,0.0310545944822316,0.0281832514218393,0.0289278437140297,0.0322149842614743,0.0312425544961131,0.031788369163888,0.0301925769225246,0.0320265580549907,0.0322804506240263,0.0327931341729821,0.0319868815756134,0.0321062562352461,0.0309191370081924,0.0323650599523517,0.0317662137621794,0.0311322853983766,0.0322283186407137,0.0315475327573781,0.0321760371856711,0.0324712439705641,0.0315809435125287,0.0322946902690575,0.0321216488617683,0.0319560895553038,0.0323872583488813,0.032016085722712,0.0322640316644572,0.7050528789659224,0.0110606765702525,0.6751992360527159,0.011845903772914,0.7338308457711443,0.0069986404884039,0.6978322009313386,0.0075800493225992,0.5153846153846153,0.5555555555555556,0.0145333332752,0.0146169603262213,0.712,0.0071607834211628,0.72075,0.0070943598626278,0.8488888888888889,0.8488888888888889,0.0119452096974567,0.0119452096974567,0.5905587668593449,0.0107948919143886,6.444796814156259,0.3479764594219837,0.83,0.82,0.0386122919665369,0.83,0.0377525168068636,0.0377525168068636,0.4612634088200238,0.6348466789467981,0.0050120830719897,0.0051893020029502,0.6021734911701921,0.006818985213108,7.401066503999604,0.2256580332837826,0.6534073851696187,0.0041228796512918 | |
| 5000,0.9281045751633988,0.0036843557298042,0.9279695218631948,0.0036918582071253,0.5107475490196077,0.7895130641237916,0.0062889130985687,0.674547983310153,0.6851851851851852,0.7,0.7454545454545455,0.6304347826086957,0.5882352941176471,0.6410256410256411,0.7674418604651163,0.7111111111111111,0.5925925925925926,0.675,0.6607142857142857,0.6538461538461539,0.5306122448979592,0.7954545454545454,0.7804878048780488,0.0101091578453504,0.0365410959034931,0.0376519956478476,0.0337894283591721,0.0411076790707012,0.0398013783150854,0.0444552434035507,0.0371979430814114,0.0389973080982168,0.038568486780113,0.0427053476679375,0.0363620223391126,0.0380521917785805,0.0411791328465739,0.0351127546165652,0.0373048584323084,0.7697690692792163,0.7565217391304347,0.7948717948717948,0.8205128205128205,0.7758620689655172,0.7685185185185185,0.7889908256880734,0.7478991596638656,0.8016528925619835,0.7642276422764228,0.7241379310344828,0.7218045112781954,0.7777777777777778,0.0064512689206707,0.0231154130855014,0.0215670376679128,0.0204143744169447,0.0223323408051247,0.0234496734398212,0.0226104136447043,0.0229954933373921,0.0208928377865468,0.0221214148409927,0.0238674930551775,0.0224857740127588,0.0206570965648765,0.7861538461538462,0.011363563311513,0.4471267110923455,0.0062923108141366,0.6914285714285714,0.0087298649572158,0.660267471958585,0.0092990458736394,0.5526195899772209,0.4235294117647059,0.61,0.5353535353535354,0.4875,0.6,0.5625,0.6875,0.5625,0.575,0.4805194805194805,0.525,0.5125,0.6875,0.4875,0.55,0.6025641025641025,0.5,0.5769230769230769,0.5625,0.5384615384615384,0.6375,0.525,0.5,0.55,0.4875,0.625,0.525,0.0061234276852535,0.0310415500550566,0.0281203207321669,0.0288408144010264,0.0322024382198554,0.0316219052231511,0.0319868401316144,0.0299648600481656,0.0319410671408101,0.0320572925479347,0.0327835836931257,0.0323245537476239,0.032353462195457,0.0299428337160694,0.032368830938127,0.032211596279193,0.0320280713534028,0.032220691054044,0.0321841669623082,0.0319756087837007,0.0326848131816083,0.0310148057235674,0.0322347788283899,0.0321254484784674,0.0320561419115319,0.03242160804981,0.0312468355567768,0.0322634401292625,0.7144535840188014,0.0109484533569859,0.691527304785218,0.0115908266226726,0.7338308457711443,0.006988126309199,0.7031044085377828,0.0074591661717283,0.5111111111111111,0.5504273504273505,0.0145493197489537,0.0146202732327782,0.69875,0.0072551890958957,0.71575,0.0071327206100355,0.8533333333333334,0.8533333333333334,0.0117990005211766,0.0117990005211766,0.5910404624277457,0.0107929391064098,6.175952044601993,0.3256483408809789,0.81,0.82,0.0386122919665369,0.82,0.0386122919665369,0.0394277244403662,0.4694983205114313,0.640156029905732,0.0049962739397908,0.0051952519037845,0.592276343877353,0.0068463204227429,7.277859173411799,0.2172548003737172,0.6492794956469529,0.0041342373722862 | |
| 7500,0.9248366013071896,0.0037650374593724,0.9247883570495888,0.0037681204539224,0.5553227124183006,0.7773257264878252,0.0065920144735504,0.650904033379694,0.6111111111111112,0.64,0.6363636363636364,0.6304347826086957,0.6470588235294118,0.6153846153846154,0.7209302325581395,0.6888888888888889,0.5740740740740741,0.675,0.6428571428571429,0.6730769230769231,0.5918367346938775,0.7045454545454546,0.7560975609756098,0.0102295728975231,0.038329169385347,0.0394944571738213,0.0374871154240274,0.0411052028785459,0.038558186412385,0.0449765849008721,0.0395776052546394,0.0398504811649793,0.038952848684162,0.042708491245718,0.0367232252302638,0.0376300049691112,0.0406069408368274,0.0398424064112565,0.0386753584293321,0.762071378586424,0.7652173913043478,0.8205128205128205,0.8376068376068376,0.7672413793103449,0.7962962962962963,0.7798165137614679,0.7478991596638656,0.743801652892562,0.6991869918699187,0.7586206896551724,0.6917293233082706,0.7555555555555555,0.0065295789824878,0.0228419592496856,0.0205209581379596,0.0195889010790955,0.0226920166603695,0.0223755100631786,0.0230009644574167,0.0229702650751929,0.0227359713100183,0.0238613744333454,0.0228336566200955,0.0231362937933423,0.0213300092459107,0.8,0.0110767071468471,0.5212030552344689,0.0152912678126372,0.6985714285714286,0.0086644484504141,0.669070776731441,0.0092333880130112,0.5662870159453303,0.4117647058823529,0.59,0.5252525252525253,0.525,0.65,0.5125,0.7,0.5625,0.5625,0.4935064935064935,0.575,0.5875,0.6625,0.5,0.6,0.6538461538461539,0.475,0.6666666666666666,0.5625,0.5769230769230769,0.6625,0.475,0.5,0.625,0.4875,0.625,0.5375,0.006107134819949,0.0308650638025685,0.028411759070898,0.0288889817066489,0.0322299943556132,0.0307197545927668,0.0321281499304116,0.0295484235410284,0.0320300473804824,0.0321553318230996,0.0328279792802447,0.0317961424991888,0.0318695009070984,0.0305994732929414,0.032282872076001,0.0316154778401847,0.0311330971107625,0.0323264335042747,0.0308418066926515,0.0320619259940628,0.0323492092239374,0.0304329450581484,0.0322280260999979,0.0321724140107543,0.0311804894537387,0.0324795827077845,0.0311528005936741,0.0321490621933506,0.63572267920094,0.0117118328104105,0.6294178794178794,0.0118242393919917,0.7278606965174129,0.007010372564983,0.7027901623744253,0.0073624969513421,0.5170940170940171,0.5709401709401709,0.014475946603447,0.0146153356589557,0.70375,0.0072204236720916,0.704,0.0072186582726164,0.8422222222222222,0.8422222222222222,0.0121578398889152,0.0121578398889152,0.6011560693641619,0.0107494454803641,5.870902911374352,0.3021863270499359,0.84,0.82,0.0386122919665369,0.82,0.0386122919665369,0.036845294917747,0.4735074222559324,0.6424314660309892,0.0049892958403656,0.0051976344120374,0.593634775858723,0.0068427395096177,7.348171392279263,0.2164763159623152,0.6441759231462023,0.0041478103977242 | |
| 10000,0.9301470588235294,0.0036430508512312,0.9300742358217198,0.0036474476366493,0.5450939542483658,0.7797404304090233,0.0066962592550289,0.6606397774687065,0.6111111111111112,0.64,0.6181818181818182,0.6086956521739131,0.5882352941176471,0.6666666666666666,0.7441860465116279,0.7333333333333333,0.6481481481481481,0.725,0.625,0.6153846153846154,0.6122448979591837,0.7727272727272727,0.7804878048780488,0.0101846787904308,0.0382956516249445,0.0393780689822654,0.0378087023612481,0.0415950789433819,0.0398161308931587,0.0436024123259334,0.0384937057691223,0.038104666269039,0.037493775121884,0.0406770110815143,0.0371224732619788,0.0389963815995146,0.0401695630719808,0.0365220793032592,0.0373188616291189,0.7641707487753674,0.7130434782608696,0.811965811965812,0.8461538461538461,0.8017241379310345,0.7870370370370371,0.7614678899082569,0.7647058823529411,0.7603305785123967,0.7235772357723578,0.7413793103448276,0.6917293233082706,0.7777777777777778,0.0065030109896318,0.024355791401735,0.0208677776038286,0.019170747209448,0.0213951234196527,0.0227766503212391,0.0236815040979465,0.0223953234613526,0.0222930017217652,0.0232956997156784,0.023400838802567,0.0230921310733872,0.0207032193068551,0.7907692307692308,0.0112694380980631,0.4753210987393461,0.0114230995742425,0.6878571428571428,0.0087594435878236,0.6548399417549453,0.0093480470567624,0.5690205011389522,0.4352941176470588,0.56,0.5757575757575758,0.5625,0.65,0.5625,0.7375,0.625,0.525,0.5454545454545454,0.525,0.5875,0.6375,0.5375,0.65,0.6410256410256411,0.5,0.6410256410256411,0.5875,0.5384615384615384,0.55,0.5,0.4625,0.55,0.5,0.625,0.5625,0.0060873678648533,0.0311007904009335,0.0286591562274049,0.028622134318926,0.0319874567387401,0.0307459547790356,0.0319210079823879,0.0283878255801811,0.0312542475944725,0.0322464775571876,0.0327814638337574,0.0322691096726229,0.0318567080176323,0.0310048450623044,0.0322716961603844,0.0308399776466976,0.0314595953889928,0.0323243494657502,0.031376895149008,0.0316639611621956,0.03260343799139,0.0320252549057598,0.0322926191071451,0.0320935653972396,0.0320877577467241,0.0325038424377788,0.0313154811187333,0.0320135737690566,0.6486486486486487,0.0115692900443703,0.6388750512701515,0.011760619247436,0.7079601990049751,0.0071619741445729,0.6925798241466632,0.0073930204312392,0.5230769230769231,0.5743589743589743,0.0144612618707712,0.0146083004757508,0.72025,0.0070982448989282,0.736,0.0069705198541256,0.8577777777777778,0.8577777777777778,0.0116490706627754,0.0116490706627754,0.6122350674373795,0.0106963182414138,5.859318853568663,0.309250970328063,0.84,0.82,0.0386122919665369,0.82,0.0386122919665369,0.036845294917747,0.4739408386607433,0.6398309676021238,0.0049972608502634,0.005197871844014,0.6064428488259267,0.0068062973206412,7.129759996817963,0.2122292039690669,0.6506304413089162,0.0041305578231005 | |
| 12500,0.9276960784313726,0.0037027846185163,0.9275524455413576,0.0037108350313378,0.625392156862745,0.7677187386074849,0.0070105205099504,0.655076495132128,0.6296296296296297,0.64,0.6545454545454545,0.6086956521739131,0.5098039215686274,0.6666666666666666,0.7674418604651163,0.6666666666666666,0.5925925925925926,0.7,0.6785714285714286,0.7307692307692307,0.6122448979591837,0.7272727272727273,0.6829268292682927,0.0101957496801978,0.037942778132229,0.0394551531558721,0.03703965593436,0.0415481976706217,0.0403595905933119,0.0435993827892114,0.0372623094938582,0.0405772310651403,0.0386377685491588,0.041679180535911,0.035898250727873,0.0356003059446268,0.0402091627794411,0.0387653755430071,0.0418578007490616,0.7662701189643107,0.6956521739130435,0.8290598290598291,0.8547008547008547,0.7844827586206896,0.7777777777777778,0.7981651376146789,0.7563025210084033,0.7520661157024794,0.7154471544715447,0.75,0.706766917293233,0.7851851851851852,0.0064683888451397,0.0248253318049777,0.0201498551634739,0.0187172858466338,0.0220977686245684,0.023169129445609,0.022282785109407,0.0226816252824789,0.0226005447554618,0.0234860071206989,0.0231199207519413,0.0228557626319323,0.0204099762005453,0.8015384615384615,0.0110547442788332,0.5221977195411731,0.015353721407103,0.7221428571428572,0.0084674609058496,0.7004187865915679,0.0089518264104473,0.5621867881548975,0.4117647058823529,0.57,0.5757575757575758,0.4875,0.6125,0.6,0.6875,0.6125,0.5625,0.4805194805194805,0.55,0.6125,0.6375,0.5,0.6,0.6923076923076923,0.55,0.6153846153846154,0.525,0.5384615384615384,0.5875,0.4625,0.4875,0.55,0.5125,0.6375,0.525,0.0061085310342296,0.0309043786062118,0.0286460986048262,0.0286245333876767,0.0322573939969779,0.0313879214273304,0.0315066562415033,0.0298560713772652,0.0314691332357927,0.0321933222481123,0.0329255152876873,0.0321348436916372,0.031535272632483,0.0310603510649907,0.0323517465717419,0.0316522375326015,0.0302092256700706,0.0322543080492432,0.0316563665682168,0.0321275558796256,0.0327461670746736,0.0316840482943221,0.0322099467077761,0.0321616640173547,0.0320431603254303,0.0323884219880587,0.031020255923106,0.0321994595116417,0.6333725029377203,0.01168560446505,0.6287459310715124,0.0117671420246485,0.7199004975124378,0.0070799872011999,0.7050864628868657,0.0072869695336279,0.5247863247863248,0.5743589743589743,0.0144612618707712,0.0146059047466279,0.7085,0.0071864350489083,0.70925,0.0071809818966663,0.8455555555555555,0.8455555555555555,0.012052506467621,0.012052506467621,0.605009633911368,0.0107316214830661,5.870897215356534,0.3076622948235165,0.83,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0377525168068636,0.4755661501787843,0.6460071513706794,0.0049780827800687,0.0051987272435313,0.6175043663885116,0.006770883325053,6.750867084421585,0.1978680125983977,0.6486040228159712,0.0041360634994767 | |
| 15000,0.926062091503268,0.0037473250807031,0.9259685871747254,0.0037525534688943,0.5914093137254901,0.7673338950150737,0.0069279659353527,0.6495132127955494,0.6481481481481481,0.62,0.6727272727272727,0.6521739130434783,0.5686274509803921,0.6923076923076923,0.7441860465116279,0.6666666666666666,0.6111111111111112,0.625,0.625,0.6730769230769231,0.5714285714285714,0.7045454545454546,0.7073170731707317,0.0102511266465897,0.0375556051303219,0.0398731464922655,0.0364385158146015,0.0405111185693923,0.039988685042889,0.0427081973301511,0.038443440490379,0.0405576424646218,0.0383143219721084,0.0441647928500034,0.0371577080524281,0.0376158083573271,0.0408422118793221,0.0397210667949445,0.0408866808041069,0.7676696990902729,0.7565217391304347,0.8290598290598291,0.8547008547008547,0.8275862068965517,0.7592592592592593,0.7614678899082569,0.773109243697479,0.7355371900826446,0.6991869918699187,0.7672413793103449,0.706766917293233,0.7555555555555555,0.0064729855620209,0.0231022806802407,0.0201044636921707,0.018786781132599,0.0203027120921954,0.0237253872243333,0.0236945837643413,0.0221039918172398,0.0230065373028282,0.0238743900537806,0.0225494414443436,0.0228146077379493,0.0213545510829262,0.7953846153846154,0.0111802468246941,0.4899434188245983,0.0129770597855471,0.6614285714285715,0.0089386729095765,0.6180095048629531,0.0095536629849567,0.5722095671981777,0.4117647058823529,0.56,0.5353535353535354,0.5125,0.6375,0.6375,0.7125,0.6,0.5,0.5194805194805194,0.575,0.625,0.625,0.525,0.6375,0.6794871794871795,0.5125,0.6666666666666666,0.5625,0.5641025641025641,0.625,0.5,0.4875,0.5625,0.525,0.6,0.575,0.0060967193049474,0.0308671509717975,0.0287012742036011,0.0288504311004279,0.0322891014769245,0.0310113058326861,0.0309842902209616,0.029123568614348,0.0316428908011445,0.0322958409463805,0.032924674413801,0.0318387682350098,0.0312293216259566,0.0311891307851139,0.0322334299703794,0.0311778090221052,0.0305521580665754,0.0323153891793987,0.0307041729647371,0.0320118872820593,0.0324816922782529,0.0311518642628559,0.0323531683798131,0.0320525737936617,0.0319053179351301,0.032298602638694,0.0316466659389603,0.0319125384699207,0.5875440658049353,0.0119428429121197,0.5864384955660319,0.0119584892821978,0.7189054726368159,0.0070657559386288,0.6943317625426385,0.0073899306664485,0.5188034188034188,0.5692307692307692,0.0144830245044089,0.0146135397639398,0.712,0.0071607834211628,0.71825,0.0071136759464687,0.8366666666666667,0.8366666666666667,0.0123291688446525,0.0123291688446525,0.6059730250481695,0.0107270566138252,5.834211912455738,0.3033504125244823,0.83,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0377525168068636,0.4754577960775815,0.645357026763463,0.0049801440893493,0.0051986719343997,0.6159518726955172,0.0067760763168679,6.788822895924194,0.19633433966599,0.6457520264184929,0.0041436738270556 | |
| 17500,0.9301470588235294,0.0036449735765064,0.930088249789609,0.0036487455223651,0.5876470588235293,0.7610288548609037,0.0065809499168675,0.650904033379694,0.6481481481481481,0.62,0.6727272727272727,0.6739130434782609,0.5294117647058824,0.6923076923076923,0.7441860465116279,0.6666666666666666,0.5925925925925926,0.675,0.5714285714285714,0.6730769230769231,0.5918367346938775,0.7727272727272727,0.7073170731707317,0.0102298634558842,0.0376336047723947,0.040000238546063,0.0366170677423372,0.0398187496941318,0.0402634454754461,0.0427081973301511,0.0384128250696019,0.0405240811258926,0.0386304906515423,0.0427572686335309,0.0380540083763897,0.0376341656994788,0.0405182657656462,0.0365267021581784,0.0408907339806785,0.7648705388383485,0.7652173913043478,0.8376068376068376,0.8376068376068376,0.7931034482758621,0.7592592592592593,0.7706422018348624,0.7563025210084033,0.7520661157024794,0.6910569105691057,0.75,0.706766917293233,0.7703703703703704,0.0064997092637542,0.0228214246580333,0.0196969455908139,0.0196826905070984,0.0217672171967687,0.023744419263284,0.023344132958404,0.0227100405138413,0.0225840322994415,0.0240895098053101,0.0231152973607583,0.0227886912826252,0.0208884360276287,0.7953846153846154,0.0111783119678327,0.4959154280782978,0.0135036771949397,0.6907142857142857,0.0087347049555079,0.6583323892666095,0.0093238685331119,0.5671981776765376,0.388235294117647,0.62,0.5858585858585859,0.5,0.6,0.6,0.7375,0.6125,0.55,0.5064935064935064,0.575,0.625,0.5625,0.55,0.6,0.6153846153846154,0.5375,0.6410256410256411,0.5875,0.5641025641025641,0.625,0.5,0.4875,0.4875,0.5,0.6375,0.5125,0.0061021412337503,0.0305358786689423,0.0280920223324754,0.0284863185553023,0.0322891145788463,0.0316352713860037,0.0315883055353974,0.0283501844511269,0.0315020749766316,0.0322044095636625,0.0328869068220605,0.0318747397588897,0.0313305128667683,0.032041807635717,0.0321667390546147,0.0316765437597289,0.0317866693073951,0.0322237236926644,0.0312994248609427,0.0317346839170735,0.0325100074526766,0.0312089272158534,0.0322762055291637,0.0321963203160163,0.0321568292426827,0.0323060160727586,0.0311391488725343,0.0322761565330002,0.6145710928319624,0.011848011586251,0.610687108076142,0.0119029678112306,0.7283582089552239,0.0069895479210905,0.7062345049371697,0.0073068865081997,0.5153846153846153,0.5769230769230769,0.0144497844454157,0.0146169603262213,0.722,0.0070845993455503,0.71675,0.0071251351750556,0.8466666666666667,0.8466666666666667,0.0120169616047222,0.0120169616047222,0.609344894026975,0.0107107353903698,5.756391814910235,0.2986777364534076,0.85,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0358870281282636,0.4765413370896088,0.6422147578285838,0.0049899656860849,0.0051992139874592,0.613235008732777,0.0067849885799851,6.987260506295026,0.2024494004589972,0.6370459321525067,0.004165912976768 | |
| 20000,0.9297385620915032,0.0036508474091515,0.9296671577618087,0.0036552706376438,0.6307475490196077,0.7382397279186375,0.007226059531646,0.6536856745479833,0.6111111111111112,0.64,0.6545454545454545,0.6521739130434783,0.5882352941176471,0.6923076923076923,0.6976744186046512,0.6888888888888889,0.5740740740740741,0.675,0.6071428571428571,0.7307692307692307,0.5918367346938775,0.6818181818181818,0.7804878048780488,0.0101944745098664,0.0383351289316384,0.0394803839852777,0.0370511176249781,0.0405315180666698,0.0398452051246159,0.0427081973301511,0.0404343250138909,0.0398536069605912,0.0389221634208693,0.0426974320020315,0.0375175772447507,0.0356145251647479,0.0405320530046047,0.0405729465432643,0.0372639610637144,0.7662701189643107,0.7130434782608696,0.8205128205128205,0.8632478632478633,0.8017241379310345,0.7777777777777778,0.7614678899082569,0.7815126050420168,0.7272727272727273,0.6910569105691057,0.7586206896551724,0.6992481203007519,0.8074074074074075,0.0064842153662875,0.0244104467892166,0.0205076643031683,0.0182864432534053,0.0214337743915989,0.0231199568922814,0.0236113009812042,0.0218610710610522,0.0233067541817562,0.0241093005272851,0.0228914787684217,0.0229467318323431,0.0195984905958359,0.7984615384615384,0.011110739397787,0.5147899322472378,0.0148728556217401,0.6892857142857143,0.0087394581850847,0.6564196216553804,0.0093279937304713,0.5799544419134396,0.388235294117647,0.59,0.5858585858585859,0.4875,0.625,0.6125,0.75,0.5875,0.575,0.5194805194805194,0.5625,0.6375,0.65,0.525,0.625,0.6410256410256411,0.5625,0.6282051282051282,0.575,0.5641025641025641,0.6375,0.5125,0.5,0.5625,0.525,0.6625,0.575,0.0060725463043848,0.0305898720105627,0.0284153840938609,0.0285003071990951,0.0322794939717499,0.031201530662144,0.0314212206533696,0.0279451695316272,0.031733405885337,0.0320195179701993,0.03281851838495,0.0319050859426018,0.0310859950285801,0.0307055722058159,0.0323327943004419,0.0311912003103224,0.031375771244996,0.0321932084814837,0.0315144430049359,0.0319205227786121,0.0324778192628105,0.0309665088639151,0.0323105588863539,0.0321375096749921,0.0319818720407011,0.0324246180103033,0.0305847251343549,0.0319686140470269,0.6310223266745005,0.0116899085756612,0.6259602463605823,0.0117785364580605,0.7318407960199005,0.0069678289752837,0.7077910301440324,0.0073211800692034,0.5247863247863248,0.576068376068376,0.0144536545016702,0.0146059047466279,0.706,0.0072044414074929,0.70425,0.0072168902756875,0.8455555555555555,0.8455555555555555,0.012052506467621,0.012052506467621,0.6059730250481695,0.0107270566138252,5.766061480340465,0.2973326257563101,0.83,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0377525168068636,0.4797919601256907,0.6495828367103695,0.0049665654449741,0.0052006930276202,0.6264312051232291,0.0067395990486083,6.580759208627967,0.1900337541838295,0.6498799159411588,0.0041326065138328 | |
| 22500,0.925653594771242,0.0037420281971382,0.9255438121295456,0.0037481045249131,0.5687704248366012,0.7666767640581085,0.0070108949773699,0.6689847009735744,0.5925925925925926,0.66,0.7454545454545455,0.6086956521739131,0.6078431372549019,0.717948717948718,0.7209302325581395,0.7111111111111111,0.5740740740740741,0.675,0.6785714285714286,0.7115384615384616,0.6122448979591837,0.75,0.7073170731707317,0.0101265407918889,0.0386838851190123,0.0389024521216712,0.0338761536006297,0.0415445360207492,0.0394032855174737,0.0415451269659299,0.0394816722970528,0.0390817617133636,0.0389175386751276,0.0426974320020315,0.0357837248553726,0.0363326696404485,0.040123131324011,0.0377245815754155,0.0408742334720885,0.7725682295311407,0.7130434782608696,0.8376068376068376,0.8461538461538461,0.8362068965517241,0.7685185185185185,0.7706422018348624,0.773109243697479,0.7355371900826446,0.7073170731707317,0.7931034482758621,0.7142857142857143,0.7851851851851852,0.0064008106827462,0.0243941553208911,0.0197118161026575,0.0191701084833315,0.0199034706959714,0.0234634034532153,0.0233314525402309,0.0221744747958113,0.0230312445051777,0.0237355203807729,0.0216020963723593,0.0226378328520017,0.0203834725687328,0.7953846153846154,0.0111755180517661,0.4959154280782978,0.0135141374098996,0.655,0.0089831879889166,0.609259204684729,0.0095949482718369,0.5767653758542142,0.4352941176470588,0.57,0.5656565656565656,0.55,0.6625,0.625,0.7125,0.5875,0.5125,0.4675324675324675,0.5625,0.5875,0.6625,0.525,0.6625,0.6153846153846154,0.6,0.6025641025641025,0.575,0.5897435897435898,0.625,0.5375,0.5,0.575,0.525,0.675,0.475,0.0060786301295245,0.031125570896702,0.028598127243948,0.0286453353250157,0.0321146427228772,0.0304530565669275,0.0312116128362858,0.0291854201080012,0.0316834523724598,0.0323714903030336,0.0327905546260234,0.0318954102607214,0.0318152170503723,0.0304084910566913,0.0322367135825852,0.030596715517374,0.0318059518344822,0.0317880411189921,0.0319422088934605,0.0318391283299822,0.0322420090662652,0.0311593626312633,0.0323008667600885,0.0321057857023427,0.0319532641819541,0.0323799676235454,0.0302495684645705,0.0321851553634758,0.6662749706227967,0.0114571625670409,0.6551273416363201,0.0117034648217039,0.7179104477611941,0.0070897882792201,0.6902388768902017,0.0074928292153759,0.5230769230769231,0.5675213675213675,0.0144899264417547,0.0146083004757508,0.701,0.0072396721758173,0.70275,0.0072274593334798,0.8466666666666667,0.8466666666666667,0.0120169616047222,0.0120169616047222,0.6059730250481695,0.0107270566138252,5.735602304927733,0.2939566822395523,0.83,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0377525168068636,0.479683606024488,0.6467656300790985,0.0049756652055695,0.0052006472803253,0.6138171938676499,0.0067830975762593,6.841267804116211,0.1985496102122839,0.6543830681477034,0.0041201451682262 | |
| 25000,0.9236111111111112,0.0037914049363181,0.923459363368553,0.003799544129796,0.5967075163398692,0.7578977052141408,0.0066746929447692,0.6787204450625869,0.6111111111111112,0.66,0.7090909090909091,0.6304347826086957,0.6078431372549019,0.6666666666666666,0.7441860465116279,0.7111111111111111,0.6111111111111112,0.7,0.75,0.6923076923076923,0.6122448979591837,0.7272727272727273,0.7804878048780488,0.01002866250651,0.0383469506552908,0.0389175358471297,0.0353581492544472,0.0410824185666454,0.0394032855174737,0.0436077672604577,0.0384668139083507,0.0390817617133636,0.0383046193796518,0.0417527781993191,0.0333729296723122,0.0370447994345563,0.0401691825423711,0.0388465402809509,0.0372161690158274,0.780965710286914,0.7478260869565218,0.8290598290598291,0.8632478632478633,0.8448275862068966,0.7870370370370371,0.8073394495412844,0.8067226890756303,0.7603305785123967,0.7154471544715447,0.75,0.6992481203007519,0.7777777777777778,0.0063313049845591,0.0234096610086486,0.0200857996252713,0.0182789603676116,0.0194479390581559,0.0227661874669153,0.0218783820995478,0.0208385591334329,0.0223246338904055,0.0235114612480866,0.023100449157676,0.0229125965031811,0.0206226209843336,0.8,0.011066139881303,0.5157482119933982,0.014948971291852,0.7071428571428572,0.0085959340154938,0.6802520549654516,0.0091436434856814,0.5813211845102506,0.388235294117647,0.57,0.5555555555555556,0.5125,0.6625,0.5875,0.725,0.6125,0.55,0.5194805194805194,0.625,0.575,0.675,0.55,0.6,0.6538461538461539,0.575,0.6153846153846154,0.6125,0.6025641025641025,0.6375,0.5125,0.5125,0.5625,0.5375,0.65,0.5375,0.0060681047710687,0.0305899129666217,0.0286796436266721,0.0286719608378206,0.0322425521645519,0.0304392154006692,0.0317177308242999,0.0288235820179966,0.0313381859823521,0.0322544171305395,0.032886051504097,0.0311189279875137,0.0319776626983057,0.0301475986650696,0.0321581744200511,0.0316680044373136,0.031141078821361,0.0320370552675097,0.0317739472104161,0.0313528700257405,0.0320454774578252,0.0309255700255804,0.0322635584190026,0.0320915293174596,0.0319486871038007,0.0322934022624886,0.0308411478113175,0.0321438950151125,0.5887191539365453,0.011929036813321,0.5876664008682747,0.011942590639951,0.727363184079602,0.0070157582886825,0.6949350856147496,0.0075129765740142,0.5256410256410257,0.576068376068376,0.0144536545016702,0.0146046425527108,0.70425,0.0072168902756875,0.685,0.0073455591556958,0.8477777777777777,0.8477777777777777,0.0119811966735696,0.0119811966735696,0.6064547206165704,0.0107247578108065,5.725460755399117,0.2956407036994668,0.85,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0358870281282636,0.4839094159713945,0.6491494203055586,0.0049679777612911,0.0052022499082295,0.6264312051232291,0.0067395990486083,6.529022998694923,0.18774088418443,0.6519813869708796,0.00412684179962 | |
| 27500,0.9219771241830066,0.0038252971380578,0.921838753814508,0.0038326808010083,0.6086151960784313,0.7509301962312251,0.007036465400244,0.6564673157162726,0.6111111111111112,0.64,0.6363636363636364,0.6086956521739131,0.5882352941176471,0.6666666666666666,0.7209302325581395,0.6222222222222222,0.5925925925925926,0.675,0.7321428571428571,0.7307692307692307,0.5918367346938775,0.75,0.7073170731707317,0.0101901467718256,0.0384387032924167,0.0395337527894904,0.0374988880950596,0.0415335949027565,0.0397496573317658,0.0436077672604577,0.0394324702308696,0.0417344513531512,0.0386464999743588,0.0426974320020315,0.0341221353004273,0.0356184579135859,0.0405320530046047,0.0376404384868243,0.0409515535587393,0.7767669699090273,0.7304347826086957,0.8205128205128205,0.8461538461538461,0.8189655172413793,0.7592592592592593,0.7889908256880734,0.7983193277310925,0.7272727272727273,0.7317073170731707,0.75,0.7443609022556391,0.8074074074074075,0.006365424965632,0.0239562351998977,0.0205098507910868,0.0192438187540479,0.0207122434891883,0.0237694778960215,0.0226512785715647,0.0212046545804857,0.0232894263963085,0.0230987009510132,0.0231226844799841,0.0218507344330956,0.019594731440931,0.7953846153846154,0.011171512617016,0.4959154280782978,0.0134965267581642,0.6807142857142857,0.0088040871596896,0.6455433218220819,0.0093980454489326,0.5772209567198178,0.4117647058823529,0.63,0.5656565656565656,0.5,0.65,0.6,0.725,0.575,0.525,0.4805194805194805,0.625,0.625,0.6125,0.525,0.6125,0.6666666666666666,0.5875,0.5769230769230769,0.5875,0.5897435897435898,0.625,0.5,0.45,0.6,0.5125,0.65,0.575,0.0060877412826284,0.0308601615225787,0.0278667406019171,0.0287195284967282,0.0323135142431636,0.0307586085100664,0.0316602669976731,0.0288519820625273,0.0318106561419037,0.0323699543946657,0.0328260949398622,0.0310722712454924,0.0312880491308301,0.0313956191149521,0.0323541550177634,0.0315163926567146,0.0307891476182862,0.0319244761896566,0.0322444468099358,0.0316641094479026,0.0322219867137524,0.0312027575785017,0.0323482272388259,0.0319608928958817,0.0315747117040187,0.0323567802876428,0.0308995168285671,0.031998094148336,0.6192714453584018,0.0117973991701327,0.6150611492712347,0.0118624348598035,0.7054726368159204,0.0071770045923978,0.6745493846758435,0.0076092427383272,0.5290598290598291,0.5769230769230769,0.0144497844454157,0.0145991646507164,0.71,0.0071755049974194,0.6965,0.0072704987819361,0.8433333333333334,0.8433333333333334,0.0121229437196422,0.0121229437196422,0.6098265895953757,0.0107083599864294,5.727194970786769,0.2984141447095393,0.85,0.82,0.0386122919665369,0.82,0.0386122919665369,0.0358870281282636,0.4815256257449344,0.6518582728356268,0.0049590768399805,0.0052013916635799,0.6270133902581021,0.0067374739812001,6.520303481490511,0.1876746195772737,0.6519813869708796,0.00412684179962 | |
| 30000,0.9223856209150328,0.003820299758669,0.9222506393861892,0.0038275386484244,0.564628267973856,0.763909636311725,0.007134227455936,0.6662030598052852,0.6666666666666666,0.62,0.6727272727272727,0.6086956521739131,0.5686274509803921,0.6666666666666666,0.7209302325581395,0.7111111111111111,0.5925925925925926,0.725,0.6785714285714286,0.75,0.5918367346938775,0.7272727272727273,0.7317073170731707,0.0101397316551071,0.0371674916086615,0.0397811206448212,0.0365014009970538,0.0415445360207492,0.0400291492348416,0.0436077672604577,0.0394324702308696,0.0390817617133636,0.038627237173364,0.0406722015967204,0.0359159376032724,0.0347745370437812,0.0405320530046047,0.0387189644776698,0.0398280048180829,0.7774667599720084,0.7391304347826086,0.8205128205128205,0.8205128205128205,0.7931034482758621,0.7962962962962963,0.8073394495412844,0.7983193277310925,0.768595041322314,0.7317073170731707,0.7844827586206896,0.7218045112781954,0.762962962962963,0.0063643378716939,0.0236599523537446,0.0204973828334935,0.0204026923734736,0.0217108360329051,0.0223575558559698,0.0218683334572503,0.0211923489166775,0.0220095470338421,0.0231146681718034,0.021932861196122,0.0224357223732952,0.0211484396529856,0.7984615384615384,0.0111226214962802,0.5147899322472378,0.0149115687551299,0.6885714285714286,0.0087499753490073,0.6561320488986536,0.0093257512950289,0.5804100227790433,0.388235294117647,0.59,0.5353535353535354,0.5,0.675,0.6375,0.75,0.625,0.5625,0.4675324675324675,0.625,0.6,0.625,0.525,0.625,0.6538461538461539,0.575,0.6153846153846154,0.5875,0.6025641025641025,0.6125,0.525,0.475,0.6125,0.525,0.625,0.55,0.0060786356836149,0.0306285343389155,0.0284792301281504,0.0288313522205274,0.0322674838087481,0.0301928045467781,0.0310576028926844,0.027943962477715,0.031197779292832,0.0321506617071256,0.0328264875452856,0.0310661893332698,0.0317109688498378,0.0311523775095284,0.0323862857735819,0.0312970418770672,0.0311149397330874,0.0320924985481406,0.0318009236366468,0.0317123536870241,0.0321125951395447,0.0313984571908037,0.0323325362578704,0.0320798740396289,0.0314626320921601,0.0323699826230587,0.0312805574604786,0.0322315580885675,0.6098707403055229,0.0118486351828203,0.6072890025575448,0.0118873730626803,0.7278606965174129,0.0070119637561346,0.6987357585557207,0.0074526709195308,0.5256410256410257,0.5743589743589743,0.0144612618707712,0.0146046425527108,0.69925,0.0072517588471069,0.68,0.0073765576931825,0.8455555555555555,0.8455555555555555,0.012052506467621,0.012052506467621,0.6165703275529865,0.0106739488912088,5.737353676930259,0.2975769749441205,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4813089175425289,0.6512081482284104,0.0049612291348552,0.0052013077637293,0.6215796623326217,0.0067569033267739,6.583932680857012,0.1885515807281136,0.6531822275592915,0.004123507967546 | |
| 32500,0.925653594771242,0.0037491344076161,0.9255484405705654,0.0037551035933653,0.5745057189542482,0.7623852209135713,0.0068202806619495,0.6703755215577191,0.6296296296296297,0.64,0.6909090909090909,0.5869565217391305,0.6078431372549019,0.6666666666666666,0.7209302325581395,0.6666666666666666,0.6481481481481481,0.675,0.7142857142857143,0.7692307692307693,0.5918367346938775,0.7272727272727273,0.7317073170731707,0.0100917390417968,0.0380113606119211,0.0395487414240331,0.0359807494190276,0.0419148510318285,0.0394503728959036,0.0436077672604577,0.0394324702308696,0.0406490823564656,0.0374892081224236,0.0426974320020315,0.0347662484233452,0.0338355039745425,0.0405320530046047,0.0387981956794432,0.0398280048180829,0.7718684394681595,0.7304347826086957,0.8205128205128205,0.8376068376068376,0.8103448275862069,0.7777777777777778,0.7981651376146789,0.7983193277310925,0.7520661157024794,0.7073170731707317,0.75,0.706766917293233,0.7851851851851852,0.0064102997561968,0.0239366497531014,0.0205112252385718,0.0196368884557555,0.0210361119450461,0.0231267963742402,0.0222712801146672,0.0212317396943911,0.0225412558902305,0.023699865685298,0.0231267632725234,0.022765047579165,0.020383697796054,0.7938461538461539,0.0112111045589852,0.495072463768116,0.0134360001313054,0.6735714285714286,0.0088589081484652,0.6353981756231939,0.0094592168108412,0.5840546697038724,0.3764705882352941,0.59,0.5252525252525253,0.5125,0.6875,0.6375,0.7375,0.6375,0.55,0.5194805194805194,0.625,0.6125,0.65,0.55,0.6,0.6282051282051282,0.5875,0.6153846153846154,0.55,0.5897435897435898,0.6375,0.55,0.5125,0.6125,0.5125,0.6375,0.55,0.006081216440369,0.0303674514605841,0.0284096751271222,0.0289131368253518,0.0322489880246059,0.0299015195411507,0.0310414646427642,0.0284425975104229,0.0309634261777342,0.0322200354116826,0.0328924710713675,0.0311075789332037,0.0315054347193145,0.0306927199979906,0.0322316261907545,0.0317503063889434,0.0316132638706489,0.0319124986667811,0.0317406956442851,0.032046681309403,0.0322851176742872,0.0309790788297945,0.0321771956079093,0.032101999364979,0.0314572630291747,0.0323970123821221,0.0310983293507283,0.0322198916297189,0.6098707403055229,0.0118361776118731,0.606816815479504,0.0118791394546085,0.7393034825870647,0.0069072619514575,0.7144827999957677,0.0072947750896062,0.5264957264957265,0.576068376068376,0.0144536545016702,0.0146033374578556,0.70375,0.0072204236720916,0.69725,0.007265418498028,0.8411111111111111,0.8411111111111111,0.0121925235518924,0.0121925235518924,0.6107899807321773,0.0107035762556229,5.717249274091116,0.2964117525698659,0.85,0.83,0.0377525168068636,0.83,0.0377525168068636,0.0358870281282636,0.4842344782750027,0.650991440026005,0.0049619443077559,0.0052023577596821,0.6215796623326217,0.0067569033267739,6.553687201688729,0.1875073563795851,0.6548333833683578,0.0041188766359018 | |
| 35000,0.9248366013071896,0.0037664978335838,0.924752170906017,0.0037713480607981,0.5719199346405228,0.762284130999544,0.006638255919529,0.6662030598052852,0.6666666666666666,0.62,0.6727272727272727,0.6304347826086957,0.5882352941176471,0.6666666666666666,0.6976744186046512,0.6444444444444445,0.6296296296296297,0.675,0.6964285714285714,0.7692307692307693,0.6122448979591837,0.6818181818181818,0.7560975609756098,0.0101169589587998,0.0371282419128445,0.0398710625561204,0.036537612045877,0.0410636530823771,0.0397526364579356,0.0436077672604577,0.0404056533765526,0.0412398739143762,0.037916263033386,0.0426974320020315,0.0353321027135038,0.0338355039745425,0.040234638009989,0.0406185934648774,0.0386635723354154,0.7774667599720084,0.7391304347826086,0.8205128205128205,0.8205128205128205,0.8189655172413793,0.7777777777777778,0.7981651376146789,0.8235294117647058,0.743801652892562,0.7317073170731707,0.7586206896551724,0.7142857142857143,0.7925925925925926,0.0063637634807557,0.023707297931855,0.0205098507910868,0.0204518543146567,0.0206880542323168,0.0230840305601918,0.0223118319699049,0.0201549558447406,0.0227739450221862,0.0230836112310987,0.0228644282681739,0.022589497652298,0.0201554485328008,0.7846153846153846,0.0113961203091313,0.4396551724137931,0.0035796984729088,0.675,0.0088507853009518,0.6373674355957164,0.0094597181161058,0.5881548974943053,0.388235294117647,0.62,0.5353535353535354,0.525,0.675,0.625,0.75,0.6375,0.5375,0.4805194805194805,0.6375,0.65,0.625,0.5,0.6375,0.6282051282051282,0.6,0.6025641025641025,0.6,0.6153846153846154,0.6125,0.5375,0.4875,0.625,0.525,0.625,0.6125,0.0060564826964342,0.030539968689516,0.0280705455411251,0.0288595122812479,0.032197089392418,0.0302297097151605,0.0312033636371122,0.027916237601585,0.0309634261777342,0.032322512120521,0.0328308053011953,0.0308491717876644,0.0308205020756184,0.0311228118492457,0.0323408203832928,0.0311061196444624,0.0316283252616823,0.0317770145592485,0.0319495328175552,0.0315347337746781,0.0319217660009475,0.0313389193451704,0.032211172267063,0.0321192915220126,0.0312601975410434,0.0323728507567502,0.0313363038447666,0.0314520605185262,0.6157461809635723,0.0118269639503294,0.6123201277234219,0.0118782670303789,0.7368159203980099,0.0069341054564955,0.71074976544636,0.0073361192426138,0.5196581196581197,0.576068376068376,0.0144536545016702,0.014612577586532,0.70375,0.0072204236720916,0.686,0.0073392415218828,0.8344444444444444,0.8344444444444444,0.012396262021376,0.012396262021376,0.6136801541425819,0.0106889611463194,5.703530979125657,0.2942362392149929,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4816339798461371,0.6520749810380323,0.0049583571479973,0.0052014332460946,0.6227440326023675,0.0067528160456143,6.619692983887445,0.1891409141330352,0.6532572800960672,0.0041232986419706 | |
| 37500,0.9244281045751634,0.0037701523921394,0.9243280834075354,0.0037756748927487,0.5551266339869281,0.7699560277829323,0.0065386631830386,0.6703755215577191,0.6851851851851852,0.64,0.7090909090909091,0.6086956521739131,0.5882352941176471,0.6666666666666666,0.6976744186046512,0.6444444444444445,0.6111111111111112,0.7,0.6785714285714286,0.7692307692307693,0.6122448979591837,0.7272727272727273,0.7317073170731707,0.0100908707930393,0.0365742570174942,0.0393820203905252,0.0354261512467388,0.0415445360207492,0.0397526364579356,0.0436077672604577,0.0404056533765526,0.0412441958283284,0.0383095056466911,0.0417527781993191,0.0359159376032724,0.0338355039745425,0.040234638009989,0.0388560325389911,0.0399089652160564,0.7774667599720084,0.7565217391304347,0.811965811965812,0.8461538461538461,0.8103448275862069,0.7685185185185185,0.8073394495412844,0.8067226890756303,0.7520661157024794,0.7235772357723578,0.75,0.706766917293233,0.8,0.0063612540508832,0.0231353995435453,0.020887375337475,0.0192274096001548,0.0210731143774792,0.0234296619169038,0.0219076344145901,0.0208780413849407,0.0225191386860033,0.0233340480972297,0.0231380270756079,0.0227360515902748,0.0198948814012034,0.7876923076923077,0.0113398416648008,0.4544990148142742,0.0080949913439291,0.6728571428571428,0.0088616168429521,0.6344113977891355,0.0094654080360939,0.5822323462414578,0.388235294117647,0.58,0.5454545454545454,0.5125,0.6625,0.6375,0.725,0.625,0.5375,0.4935064935064935,0.6375,0.625,0.6625,0.5125,0.6,0.6538461538461539,0.5875,0.5897435897435898,0.575,0.5897435897435898,0.6,0.55,0.4625,0.6375,0.525,0.65,0.575,0.0060743599686561,0.0306285343389155,0.028515514619378,0.0288384372995999,0.0322546092732345,0.0304803410096688,0.0309495512571355,0.028884821636906,0.031197779292832,0.0323178643966285,0.032891955020241,0.0308491717876644,0.0313140530641333,0.0304652544424973,0.0323910658333993,0.0317503063889434,0.0310963795709932,0.0319613393083458,0.0321464157367106,0.0318211497149628,0.0322851176742872,0.0315131503309252,0.0321411285128101,0.0320099295921293,0.0310327428509182,0.0323579216458631,0.0308803654953993,0.0319683320480907,0.6169212690951822,0.0118114273430302,0.613759133030384,0.0118592977941777,0.7248756218905472,0.0070294836462416,0.6968251191843574,0.0074403371800569,0.5188034188034188,0.576068376068376,0.0144536545016702,0.0146135397639398,0.70325,0.0072239466862949,0.69375,0.0072889310947577,0.84,0.84,0.0122269965169895,0.0122269965169895,0.6127167630057804,0.0106938768954115,5.705617876336239,0.2941901785493334,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4820673962509481,0.6522916892404378,0.0049576363250152,0.0052015971268866,0.6241024645837376,0.0067479951342282,6.625412062574725,0.1894065232982641,0.6526568598018613,0.0041249700792523 | |
| 40000,0.9236111111111112,0.0037952393969597,0.9235273864991196,0.0038000606286362,0.555735294117647,0.7695302457052989,0.006676036433245,0.6675938803894298,0.6481481481481481,0.66,0.6727272727272727,0.6521739130434783,0.6078431372549019,0.6666666666666666,0.6976744186046512,0.6444444444444445,0.6111111111111112,0.7,0.6964285714285714,0.75,0.5918367346938775,0.7045454545454546,0.7317073170731707,0.0101072955081824,0.0376530907139562,0.0389729196351088,0.0365834645106447,0.0405315180666698,0.0394503728959036,0.0436077672604577,0.0404056533765526,0.0412441958283284,0.0383402171844412,0.0417527781993191,0.0354176806439341,0.0347736196458116,0.0405320530046047,0.0397729308113991,0.0399089652160564,0.7788663400979706,0.7391304347826086,0.8205128205128205,0.8290598290598291,0.8275862068965517,0.7685185185185185,0.8165137614678899,0.8067226890756303,0.7520661157024794,0.7479674796747967,0.75,0.706766917293233,0.7925925925925926,0.0063406978130586,0.0237071013446811,0.0205157758758563,0.020049830156319,0.0203193244149394,0.0234235033981912,0.021494646438101,0.0208824206953901,0.0225191386860033,0.0226463445886312,0.0231380270756079,0.0227360515902748,0.020124741934248,0.7861538461538462,0.011363563311513,0.4471267110923455,0.0062923108141366,0.6685714285714286,0.0088907624639279,0.6284603065660032,0.0095001569954576,0.587243735763098,0.388235294117647,0.6,0.5656565656565656,0.525,0.6625,0.6375,0.725,0.625,0.55,0.4805194805194805,0.6375,0.6375,0.65,0.525,0.6125,0.6538461538461539,0.6,0.5897435897435898,0.575,0.6025641025641025,0.6125,0.55,0.4875,0.625,0.525,0.6375,0.5875,0.0060652848915708,0.0305831632008565,0.0283125035457385,0.0287098831402987,0.0322238943356174,0.0305076106301943,0.0309923411384998,0.0288182155977948,0.031197779292832,0.0322414592907998,0.0328308053011953,0.0308491717876644,0.0311119907998819,0.0306927199979906,0.0323581292097634,0.0315530968752978,0.0310963795709932,0.0317770145592485,0.0320820614272888,0.0318211497149628,0.0321139218603098,0.031372223696958,0.0321411285128101,0.032099517193579,0.0312844981940272,0.0323579216458631,0.0311047820307234,0.0318270334627355,0.6157461809635723,0.0118125786523109,0.6113997885773097,0.0118785584941424,0.7338308457711443,0.0069568554962942,0.7076844163244133,0.007362719331665,0.517948717948718,0.5794871794871795,0.014437908361636,0.0146144591187207,0.704,0.0072186582726164,0.6955,0.0072772369099996,0.8366666666666667,0.8366666666666667,0.0123291688446525,0.0123291688446525,0.615606936416185,0.0106789972060343,5.7049994257679,0.2944750966957303,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4833676454653808,0.6529418138476542,0.0049554670651369,0.0052020652593953,0.6250727731418592,0.0067445170021374,6.593798690918447,0.1886005395683981,0.652731912338637,0.004124761545387 | |
| 42500,0.9244281045751634,0.0037746117431259,0.9243493194562464,0.003779244276957,0.5578227124183005,0.7685819167409818,0.0066189593522976,0.6675938803894298,0.6296296296296297,0.6,0.6727272727272727,0.6304347826086957,0.5882352941176471,0.6923076923076923,0.7209302325581395,0.6666666666666666,0.6296296296296297,0.7,0.6785714285714286,0.75,0.6122448979591837,0.7272727272727273,0.7560975609756098,0.0101020952717512,0.0380395056149592,0.0401849089188983,0.0365834645106447,0.0410636530823771,0.0397526364579356,0.0426197230827702,0.0394324702308696,0.0406490823564656,0.0379576257720979,0.0417527781993191,0.0359892610639772,0.0347736196458116,0.040234638009989,0.0387494310335957,0.0386635723354154,0.7739678096571029,0.7304347826086957,0.8205128205128205,0.8547008547008547,0.8275862068965517,0.7777777777777778,0.7981651376146789,0.8067226890756303,0.7355371900826446,0.7073170731707317,0.75,0.6992481203007519,0.7925925925925926,0.0063928207127408,0.0239381638781641,0.0205078192000439,0.0187622134182608,0.0203193244149394,0.0230840305601918,0.0222712801146672,0.0208780413849407,0.0229961600537959,0.023699865685298,0.0231380270756079,0.0228805498039106,0.0201548611507031,0.7861538461538462,0.011363563311513,0.4471267110923455,0.0062923108141366,0.6671428571428571,0.0089002005118243,0.6264648828895266,0.0095088042682926,0.584510250569476,0.3764705882352941,0.6,0.5757575757575758,0.525,0.6625,0.625,0.7375,0.625,0.55,0.4935064935064935,0.625,0.6,0.6375,0.5,0.625,0.6538461538461539,0.6,0.6025641025641025,0.5875,0.5897435897435898,0.625,0.5375,0.4625,0.6125,0.525,0.6375,0.6,0.0060680703431023,0.0303617401318943,0.0283300705441344,0.0285842750258462,0.0322238943356174,0.0305067077784719,0.0312511368352458,0.0284485907320523,0.031197779292832,0.0322414592907998,0.0328954055628677,0.0311124371884936,0.0317107408196985,0.0309238792638342,0.0323677258687115,0.0313370865901147,0.0311346790695227,0.0317770145592485,0.0319235575501876,0.0316922273403187,0.0322851176742872,0.0312099621366954,0.0322358021375887,0.0320098668808922,0.031455534446012,0.0323579216458631,0.0310983293507283,0.0316605323970389,0.6204465334900118,0.0118052187017185,0.6163440373951263,0.0118711576930912,0.7303482587064677,0.0069872198714567,0.703767881540355,0.0073956955492262,0.5188034188034188,0.5777777777777777,0.014445870094078,0.0146135397639398,0.7055,0.0072080112622407,0.69375,0.0072889310947577,0.8366666666666667,0.8366666666666667,0.0123291688446525,0.0123291688446525,0.6117533718689788,0.0106987485784562,5.704984875290384,0.2941771041357652,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4833676454653808,0.652183335139235,0.0049579968779119,0.0052020652593953,0.6233262177372404,0.0067507568591467,6.598147909515053,0.1884934564980555,0.6544581206844792,0.0041199340298497 | |
| 45000,0.9236111111111112,0.0037903321659804,0.9235189029984068,0.0037956241872122,0.5625245098039214,0.7677304325499671,0.0066618280086821,0.6662030598052852,0.6481481481481481,0.62,0.6909090909090909,0.6304347826086957,0.5882352941176471,0.6666666666666666,0.6976744186046512,0.6444444444444445,0.6111111111111112,0.7,0.6785714285714286,0.75,0.6122448979591837,0.7272727272727273,0.7560975609756098,0.0101253203362219,0.0376360263065507,0.0398710625561204,0.0360542045836859,0.0410636530823771,0.0397526364579356,0.0436077672604577,0.0404056533765526,0.0411561904460562,0.0383402171844412,0.0417527781993191,0.0359892610639772,0.0347736196458116,0.040234638009989,0.0388560325389911,0.0386635723354154,0.7760671798460462,0.7391304347826086,0.8205128205128205,0.8461538461538461,0.8362068965517241,0.7777777777777778,0.7981651376146789,0.7983193277310925,0.7520661157024794,0.7235772357723578,0.7586206896551724,0.6992481203007519,0.7777777777777778,0.0063721370532424,0.0236986765355784,0.0205078192000439,0.0192045174691834,0.0198834041516636,0.0230840305601918,0.0222712801146672,0.0212286454229674,0.0225275635038929,0.023300094992814,0.0228698769859705,0.0229107343890343,0.020662332270858,0.7846153846153846,0.0113932614403698,0.446593203434771,0.0062735986974501,0.6657142857142857,0.0089084603034112,0.6244635193133048,0.0095177609332301,0.585876993166287,0.3647058823529411,0.59,0.5353535353535354,0.525,0.675,0.65,0.7375,0.625,0.5625,0.4935064935064935,0.6375,0.6,0.65,0.5,0.625,0.6538461538461539,0.6,0.6153846153846154,0.575,0.5897435897435898,0.6375,0.5375,0.475,0.6375,0.525,0.65,0.575,0.0060660383092149,0.0301728548428056,0.0284178877263772,0.0288408779655531,0.0322238943356174,0.0302054538634246,0.0307561015665555,0.0284485907320523,0.0311942885384163,0.0321565477394141,0.0328692466852547,0.0308722210905469,0.0317107408196985,0.0306927199979906,0.0323677258687115,0.0313884042784213,0.0310693513532078,0.0317770145592485,0.0317536054915546,0.0318211497149628,0.0322851176742872,0.0309580353479301,0.0322358021375887,0.0320308860090514,0.0310540047190968,0.0323579216458631,0.0308756237793169,0.0319673583663684,0.6133960047003525,0.0118467122853455,0.6097728568302538,0.0119003775303122,0.7313432835820896,0.0069781471599235,0.7050261927276948,0.0073678118117155,0.5213675213675214,0.5820512820512821,0.0144256326348306,0.0146105247296177,0.704,0.0072186582726164,0.69025,0.0073119491604586,0.8355555555555556,0.8355555555555556,0.0123628164881327,0.0123628164881327,0.6122350674373795,0.0106963182414138,5.70851562781032,0.2941611025580148,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4840177700725973,0.6507747318235996,0.004962658352109,0.0052022861035241,0.6250727731418592,0.0067445170021374,6.6037105035175445,0.1888396698048335,0.6539327529270489,0.0041214096170578 | |
| 47500,0.9240196078431372,0.0037818541258978,0.9239342597202128,0.0037868147682608,0.5546078431372549,0.7701309401608336,0.006683388372684,0.6620305980528511,0.6481481481481481,0.62,0.6727272727272727,0.6304347826086957,0.5882352941176471,0.6666666666666666,0.7209302325581395,0.6444444444444445,0.5925925925925926,0.7,0.6785714285714286,0.75,0.5918367346938775,0.7272727272727273,0.7317073170731707,0.0101463274234679,0.0376530907139562,0.0398710625561204,0.0365834645106447,0.0410636530823771,0.0397526364579356,0.0436077672604577,0.0394324702308696,0.0412441958283284,0.0386486822708369,0.0417527781993191,0.0359159376032724,0.0347736196458116,0.0405320530046047,0.0387494310335957,0.0398280048180829,0.7788663400979706,0.7478260869565218,0.8290598290598291,0.8376068376068376,0.8189655172413793,0.7685185185185185,0.8165137614678899,0.8151260504201681,0.7520661157024794,0.7317073170731707,0.75,0.6992481203007519,0.7925925925925926,0.0063464977527505,0.0234311588116446,0.0201195202550433,0.0196222840040623,0.0206946025958039,0.0234235033981912,0.021494646438101,0.0205314121521578,0.0225191386860033,0.0230916788692442,0.0231380270756079,0.0229249098962707,0.0201823869138218,0.7907692307692308,0.0112757333235365,0.468954248366013,0.0104973215064437,0.6664285714285715,0.008907022756277,0.6254649464863995,0.009516398707162,0.5867881548974943,0.388235294117647,0.59,0.5454545454545454,0.525,0.675,0.625,0.7375,0.625,0.5375,0.4805194805194805,0.6375,0.6375,0.65,0.5125,0.625,0.6538461538461539,0.6,0.6025641025641025,0.575,0.5897435897435898,0.625,0.55,0.4875,0.6375,0.525,0.6625,0.5625,0.0060701224593951,0.0305849516257798,0.0284436830403898,0.0287772203599669,0.0322181044603674,0.0302054538634246,0.031205031461232,0.0284372948945688,0.031197779292832,0.0323178643966285,0.0328308053011953,0.0308597733622818,0.0310629900038716,0.0306927199979906,0.0323910658333993,0.0313827145583884,0.0310963795709932,0.0317770145592485,0.031907054191323,0.0318211497149628,0.0322851176742872,0.031158545986496,0.0321236076275948,0.0320926750299305,0.0310540047190968,0.0323579216458631,0.0306184685876751,0.032086661289359,0.6145710928319624,0.0118332371163306,0.6105002288482791,0.0118944144390969,0.7318407960199005,0.0069669380426777,0.7057066243299207,0.0073721688967157,0.5213675213675214,0.5777777777777777,0.014445870094078,0.0146105247296177,0.707,0.007197270328051,0.6925,0.0072972083574784,0.8388888888888889,0.8388888888888889,0.01226126056136,0.01226126056136,0.6122350674373795,0.0106963182414138,5.70479983167646,0.2942897037438612,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4832592913641781,0.6542420630620869,0.0049510979414673,0.0052020275951197,0.6244905880069862,0.0067466073469874,6.578970589759338,0.1885056329944308,0.6528069648754128,0.0041245528984717 | |
| 50000,0.9252450980392156,0.0037560275279046,0.9251590635527494,0.0037610728425282,0.5572916666666665,0.7701197353926412,0.0066496675904146,0.6620305980528511,0.6481481481481481,0.64,0.6909090909090909,0.6521739130434783,0.5882352941176471,0.6666666666666666,0.7209302325581395,0.6444444444444445,0.5925925925925926,0.7,0.6607142857142857,0.75,0.5918367346938775,0.7045454545454546,0.7073170731707317,0.0101577575285598,0.0375948754065464,0.0395337527894904,0.0360542045836859,0.0405315180666698,0.0397526364579356,0.0436077672604577,0.0394324702308696,0.0412130764723439,0.0386504327751923,0.0417527781993191,0.0364439718364798,0.0347736196458116,0.0405320530046047,0.0397428728206819,0.0409515535587393,0.7753673897830651,0.7478260869565218,0.811965811965812,0.8461538461538461,0.8448275862068966,0.7777777777777778,0.8073394495412844,0.8067226890756303,0.743801652892562,0.7154471544715447,0.75,0.6842105263157895,0.7851851851851852,0.006377145135723,0.0234472526418759,0.0208770432683961,0.0192156511245209,0.0194479390581559,0.0230840305601918,0.021892563584984,0.0208930189550832,0.0227764503457887,0.0235030350275622,0.0231380270756079,0.023205889904543,0.0204046823916007,0.7876923076923077,0.0113327809711166,0.4544990148142742,0.0080693636456585,0.665,0.0089065349516649,0.6234605955470173,0.0095185831742849,0.584510250569476,0.3764705882352941,0.59,0.5656565656565656,0.5125,0.6625,0.625,0.7375,0.6125,0.55,0.4805194805194805,0.65,0.625,0.65,0.525,0.625,0.6538461538461539,0.5875,0.5897435897435898,0.575,0.5897435897435898,0.6125,0.55,0.4875,0.6375,0.525,0.6375,0.5625,0.0060714122372144,0.0303617401318943,0.0284451838977743,0.0286279016712737,0.0322449361678728,0.03046700900868,0.0312205716299469,0.0284355979470864,0.0313958998828527,0.0322613285159181,0.0328308053011953,0.0306115363607934,0.0313100924072765,0.0306927199979906,0.0323581292097634,0.0313827145583884,0.0310963795709932,0.0319578066502694,0.0320820614272888,0.0318211497149628,0.0322851176742872,0.031372223696958,0.0321935167686262,0.0320926750299305,0.0310540047190968,0.0323579216458631,0.0310983293507283,0.0320924697101628,0.6145710928319624,0.011835075822813,0.6103088177807561,0.0119000917603175,0.7298507462686568,0.006986496038388,0.7027752533485003,0.0073926991515419,0.5230769230769231,0.5777777777777777,0.014445870094078,0.0146083004757508,0.704,0.0072186582726164,0.694,0.0072872680799471,0.8366666666666667,0.8366666666666667,0.0123291688446525,0.0123291688446525,0.6107899807321773,0.0107035762556229,5.713055201421455,0.2949538161456034,0.84,0.83,0.0377525168068636,0.83,0.0377525168068636,0.036845294917747,0.4838010618701918,0.6531585220500596,0.004954741713215,0.0052022134681177,0.6252668348534834,0.006743817908692,6.574656712295472,0.1883230033170777,0.6540078054638246,0.0041211991590021 | |