val x2 = Gaussian(0.0,1.0).sample(10000) // 10,000 Gaussian samples with mean 0.0 and std dev 1.0 val xx = x zip x2 // creating tuples { (x,x2)_1, ... , (x,x2)_10000} val lp = xx map {p => 2.0*p._1 + 1.0*p._2 + 1.5} // { lp_i := (2.0*x + 1.0 * x2 + 1.5)_i, i=1,...,10000 } val eps = Gaussian(0.0,1.0).sample(10000) // standrad normal errors val y = (lp zip eps) map (p => p._1 + p._2) val yx = (y zip xx) map (p => (p._1, p._2._1, p._2._2))
x2: IndexedSeq[Double] = Vector(-0.2757079317278345, -1.151409689011312, 0.6557561909888893, -1.3534455246859871, 0.32225859548913494, -2.171570002507017, 0.3517334799917484, 0.9391077826509627, 0.9462339176439445, -0.06657396729288205, -0.02285413814678028, -1.233112989201454, 1.361387614337421, -1.239171583716733, -1.1229188514385775, 0.3961949828563786, 0.4749172730320405, -0.6581421719548031, -0.8647396692572575, -1.0346997166205656, -0.3571739580445982, -0.5226278759925855, -0.6453302668455728, -0.8193371195436268, 0.7741151459018942, 1.2329643734476368, -0.7161712358986844, 1.490554080225451, 0.2591121720302473, -0.10108384651842382, 0.6281316485414257, -0.2075833861994597, 0.6978360139900303, 0.022026014788762482, 1.1205079814127934, -2.2043062928673787, 0.5371026044915931, 0.6668095693189752, -0.5268685769519478, -1.0650538548308395, -0.1741116461015185, -1.228827362299804, 0.08923002466926147, -0.2352032511330794, 0.1862118287517076, -0.9305509903371383, 0.7453132023764611, 0.42404247744327994, 0.8231017666350213, 0.38999937999503614, 0.37533258705236994, -0.12030889602086568, -0.1407622806071268, 1.2475975894225804, -0.20225927039991765, -0.3479271116085947, -0.11148044536593206, -1.7200168314802327, 0.18535009198220237, -2.9048102069942394, -0.2636192763419572, 0.31889872323645674, -0.3793796717460326, -1.5290754065951133, -0.37542033218331844, 0.349876859282707, -1.0038113341959995, 0.8680491559965919, -0.2892920763946828, 0.6200602327626245, 0.6796038740617362, 0.1965256871174617, 0.961233326602729, -0.23930995600204732, -0.8313214075773685, -0.45619851437482445, -1.4241747435788659, 1.7416144665244697, -0.8877640446660526, -0.9939750213627563, 1.0963965275929441, -0.7098363328784206, 0.8890829195940585, -0.0907872223899447, -0.8822446402282771, -0.7296442359280491, -0.9143414539731601, -0.2368273107140155, -0.3672270371651594, 0.3013110672864431, 0.8438524720518902, 0.5434610731190586, -1.6242969821558206, 0.49423508417772954, -0.4814767922250923, -0.38338470794192964, -0.3573231385989845, -0.3681864719571937, 0.5527338665279904, -1.7239201414354548, 0.5343078276592933, 2.0309370470719825, -0.4830775255753286, -0.9496316109396276, -0.04589840148015813, 0.206787795123474, -0.01967227326355569, 1.5440490240689864, -0.0999791446698387, -0.15837643007369748, 0.006315795996090071, 0.9054403468960115, 0.544682538627638, 1.1080083080145189, 0.4748796874514181, -0.7510668402533746, 0.7893693385632904, 2.2154078524128025, 0.4096227172292007, 0.09351965830110019, -0.48255634531304453, -0.8356628627551672, -1.0967431311807607, 1.5122964000294468, -1.8554165080271847, -1.59469333902733, 0.6967054104309063, 0.2568183288910361, -0.9533589501947006, -1.9534437111572838, -1.1679850145934196, 1.8482572645187445, 0.09254018092163926, 2.4060220676890762, -0.5256213634540552, 0.9778274849435812, 0.8175604936970885, -0.3088148882335953, -0.008863980460695373, -0.5978305886320473, 0.4669971036735168, 0.6329344582311822, 1.271890335126431, 0.10914598812896234, -0.7993499453641456, 1.9296972938701695, 1.4975983937993962, 0.12070307622514674, -0.36377572236133554, -1.8834021146977051, 1.07777756459064, -0.4981063256819069, -1.2269028253654866, -2.0072279592776296, -1.1277721571282886, -1.2285215319983311, -1.0898908288976659, 0.662661863625539, 1.4834226572899838, -0.6848655890330383, -0.950097564910657, -1.0084998854471197, -2.162798248912219, 0.9779295881707286, -1.6453642215789768, 1.2772766919701837, -0.6378281840647424, -0.6756954837543598, -0.10932209387168035, 0.20619039928265853, 0.008793227596824648, 0.15464899986764782, 0.3098208766564948, -0.1077193087114649, -0.8226599729558446, 1.2550828826043168, -2.04458891829624, 0.26376519902398976, 0.7459018177746877, -0.338268042755106, 0.052673178834889096, -0.6267016003419306, 0.5719618485258302, -1.0269408546268943, 0.377839755443511, 0.7675004723899373, -0.07766263436360081, 1.7632648159168167, -0.7051699905333626, 0.6498349871411239, -0.07989350698955397, 0.16210567014875246, -2.426895059727657, -0.46171987874460707, -0.08858137749112908, -1.2010554753856024, -1.560833413751138, -0.3767211779281608, 0.5529021703027515, -0.15724964518757692, -1.155723959473786, 0.3684537285680407, 1.5498457645124946, -0.022957610330999193, -0.06693256934845358, -0.8020033899546221, -1.3211823187482443, -1.2219115623645866, 0.9148362765519311, -1.3671794481851518, -1.3239581420269784, -0.054349447583543015, 0.23769024471512215, -2.4246387153409996, 2.985979210023834, 0.2654581018912061, 1.070869198121708, 0.21011463533619645, -0.15230031946550032, -1.3430041106755648, 0.6934103945212717, -1.6341334112075387, 0.8325589895799496, 0.6340552479066015, -2.185684495056577, 1.4064378187336608, 0.36155132160531905, -0.15581992701739938, 0.2915838745305532, 0.25662359911982147, -0.4250831241586762, -1.3223687954065673, -0.5008276509418257, 0.28454456293859, 0.7762209320983889, -0.13873515276772402, 1.381895295805395, 0.058598677966400135, -1.5711925788191725, -0.19987284275639422, -1.1944523000380722, 0.7077848815352347, 0.4706124982521511, 1.7939666144845816, 0.07999150486280564, -0.9285969013355051, -0.8677942048147286, 1.2367636682755256, -0.3530300357961138, 0.3865731928956841, -1.1317388608607155, 0.08893801344862498, 1.4166404605185434, -0.22503234026244542, 1.3373829923096405, 1.2077253191722925, 0.08264078296312545, 1.124198765642522, -1.6151780813761203, 1.0055272993449946, -0.729095421627979, 2.7543343879290707, 0.2845425866706208, -1.0569839931530114, 0.4533173877588071, -0.26976763800478926, -0.42749639720537175, 0.6813507228376079, -0.4440165716601154, -0.9288407749482673, -0.1053556438217682, 0.5361349797670882, 0.15461154113054404, 0.41549238404887456, -0.7974225630383088, -0.6201609977768932, 1.0868831488004898, 1.7293740402126918, -0.6980539390183316, 0.3272430838391367, -5.879801108821854E-4, 0.9147782036317436, 0.6002840447183959, -1.4552960745658952, 0.4251155728639403, 0.24564567729488299, -0.7698024140783302, 0.32633729185826044, 0.8505392971037374, -1.093464054761712, -0.37293242937365906, -1.1497920631038432, 0.8263010157212017, 0.2307811871220243, 1.060567854102733, -1.4431745911299643, -0.6341329238156318, -0.559960912961423, -0.1242257086593319, 1.8160384590813412, 0.03399956588119916, -0.4352105969738754, 0.4253645674107556, -1.0945692349525369, 0.35710843761924654, 1.9156968067274096, 0.359434462263136, -0.46037195220031885, 2.0460724209970094, 0.01861652594053242, -0.3982008421355702, -0.027431938645913038, -0.12261104328993962, 0.9247748678165442, 0.43843834974266715, 0.618269774539526, -1.0566481173860591, 1.300880885938941, -0.4635190127635485, -0.9235773526930598, 0.20515470611878336, -0.9186513096091597, -0.18824745909243648, -0.3316797067979137, -0.6211831290783177, -0.8818791641330134, 1.262193728674464, -0.2205664634539037, -0.14409458439526668, -0.44970973161104744, -1.2305867749845685, -0.20246480989310128, 1.0951903352954824, 0.4928230684226852, 0.7918858064522377, -0.14895962250742945, -0.2682182287925617, -1.340630737390585, 0.024031304313998816, 0.7708354785317146, 1.7062632100504875, 1.0104278395846775, -0.6160221033475005, 0.48742199895978033, 0.7999522787172804, -0.23938213367150665, 0.4658844379431399, 0.27995700778975646, -0.94472404671556, 2.018582168013286, -0.45460437378639607, -0.3972018336404963, -0.9189564725498981, -0.12229469948227453, 0.7509459463388243, -1.7813125147747138, 0.6180720959494954, -0.7974536771809098, -0.7562075273146127, 0.650057163411067, 1.2313969895224421, -0.06668029196368884, -0.5848904165712205, 0.0012513031717551913, 0.5075765177070203, 4.829652991836631E-4, -0.7826825155222469, 0.7008165384667163, 0.8079708676052274, -1.2409627741336315, -1.5082495622040824, 1.3550317735037634, -0.9951344516630894, 1.9840155635431191, 0.27980902355573534, -0.06875337792775743, -1.0240763518226723, -0.3128259130984119, -0.2143631709564793, 0.35672838491545256, 0.2178935931018508, -0.9556513938577631, 1.015700340376162, 0.3174161753637627, -0.04182149105231416, -0.6072703529419935, -0.299981376403086, 2.363255318117816, 0.6190411197191502, -2.263725493566344, 0.4222301766634773, -1.0681503940176726, -0.4502975622882603, 0.48013405625227573, 0.19128897575397033, 0.3967898213903808, 1.4493694992080164, 1.3346588793138328, 2.005152971888432, -0.07654214938774664, -0.4194950337808857, -0.054191192584715116, 0.5774493298449803, 2.451431098361871, 0.5160880753099888, -0.19020021654309124, -0.16213895530165723, 0.8848799286915973, 0.9853862091216743, -0.5242586496617995, 1.8209545969812004, -2.2499004589199947, 0.5296753129985816, 1.3363544421802733, 0.5254432703259454, 0.45393879251140257, 0.29009556893504573, 0.6778168494182132, -0.01606654385661457, -0.9696283750653315, -1.6574870143435398, -0.2694846474968835, -1.667756296380066, -0.6941565506324597, 0.28091103983112636, -0.16883413526672314, -0.2637400638574629, -0.6872451354456947, 1.19749694763649, -1.05624334355853, -1.2926148151178765, 0.6442925383744059, -2.6612516624748355, -1.4877436246388838, -0.9355541711306115, 1.565261405170721, 0.6575714118268158, -0.4185391275660309, 1.8688153480858163, -0.2734242774512981, -0.17113472591906714, 0.2759924623223867, 0.4986608810099372, -1.8101389077441108, 0.045085754489348276, -0.8141896222932076, 2.158028887366639, -0.9871608765236463, 1.0838323894118278, -0.9977221198788889, 0.9857779009276276, 0.5646441166782414, -0.08080429873637696, -1.8817058460716447, -0.5524048534033208, -1.7930221011880196, 1.9096521403924491, 0.2675704060646017, -1.817176158258652, 1.1832175205446342, -1.0357818683474591, 1.0317843929404424, -0.2561766386209672, -1.8916398411778803, -0.6986942595386768, -0.03893956327903348, -0.5139831684985463, -0.7699818197687635, 0.43018785317194214, -0.9436218438679843, 0.009429051503607495, 1.0290151834302907, -0.32591130702634147, 2.5479686954015173, 1.1698454429271845, -2.0441842482329027, -0.999116802866195, -1.0638299517658112, -0.11240243500416751, -0.062371825320810405, -0.4357563248332703, 2.5899567480604446, -0.14602568908720887, -2.4566809122755227, 1.129855057071915, 0.9273619039100991, 0.6955179037232146, 1.5072763165458272, -0.09021179158865061, 0.7693548212014002, -0.41599783820920105, 0.28243220678543673, 0.43302134438695106, 0.146659860947518, -1.6378811455081708, -1.2312885459260998, 0.6018404723830585, 0.7996663368874394, -1.6676960717930227, 2.246031962623103, 1.67735241470773, 1.573918419253785, -0.1885392422720723, -0.9315560857189413, -0.02313045805113855, -0.003296257976403633, -1.0742155111327374, 0.9457270489752526, -0.46158283559829494, 0.6493879032318698, -1.8626303746043273, 0.516493510665576, 0.13716380725418306, 1.2094922010010245, 1.168808158804316, 0.8832171756484597, -0.14442073603640648, 0.015647016810139174, 0.7139792174484684, -1.3040169393924688, 1.631858537736899, 0.21218487990975027, 1.4840528712584145, 0.5538149869329256, -0.03220316265180685, 0.2870004263446792, 0.6120209641819825, 0.09257039750211893, -0.29420573682047124, 1.3414030550112586, 0.8861623321038362, 2.1400131048946416, 0.30342234465865814, -1.354080260495478, 1.0822125604503452, -0.6697055848402726, -0.43145034870693083, -0.7478614824680959, -1.119798182105899, 1.4307921203591232, 0.05008711257863085, -0.6964229735118804, 0.171785288418028, 0.13384007223447356, 0.2190476111224263, -0.16730524261225752, 0.8091753528331814, -1.0766672242433026, -0.7435438585766772, 0.8971635453784077, 0.6556055521762779, 1.5678830157093713, -1.087600947116897, -0.7733910459364137, -2.6908547306465254, -2.2926660644416454, 0.19236860585900145, 1.184275775631354, -1.3101424650025606, -0.7922900856283175, -1.5964808985941468, 0.83454941212978, 0.18259624337626235, -1.7576472208214415, -1.9559540156819744, 0.44034386144838744, -0.06664124824900478, -1.0231237430797764, 2.643269319472065, 0.9698570375227965, -1.4998111294744019, 0.22987553129556892, 0.46237170872630745, 0.05570667388518068, -1.050279722236691, -0.2855391530172951, -1.5538362796525653, -0.8477153899056854, 0.19602667605295016, -0.33840148539151177, -0.33211284285340287, 0.26252041804128873, -1.102674215685646, 0.21277591511890814, -0.2938137098341294, 1.4767317830492623, -2.2225754648646485, 1.7142771906086205, 1.9073884809746078, -0.9962724350194084, 0.5955603165497485, -0.23248583743670012, -0.34331434533049454, -0.8485462873053955, 1.2414776438620645, -0.32603465437534884, 0.5884435108339106, 1.2269093809241676, -1.0176212478175768, -1.2347950808816304, 1.411823541671574, -0.7589488080286189, -0.6213171166211018, 0.02726715200526455, 1.7793711853370744, 0.07956300072621053, -1.0632094433613748, 0.3624623856336525, 1.7377146501839558, 0.21229584871432822, 0.9855479443775534, 1.7297256283872116, -0.6449301914740783, 0.8851784952649648, -0.31655497509391645, -1.022562067486716, -0.7823523469622348, -1.5236502242007826, -2.0550343145018077, -1.4123718439550894, 0.5928124089445121, 0.9067296245070254, -1.1836654233538877, 0.48437467455693434, -0.580166381281636, 1.8279865550117578, 0.2452607661519967, 0.055957028224053906, 0.04270153386117268, 0.4154111302029419, 1.359451458098148, 0.09678091520564734, -1.467086738396357, -1.989495946178235, -1.2008717251678596, -0.09700943363381738, -0.9426922681682472, -0.4953308177332129, 0.417676821227939, 0.6832623615967865, -1.8104504537570527, -1.0313871665752912, 0.7544198996375577, -0.3691044318099769, 0.12065845959295315, 1.042545951720446, -0.6187527986769338, -2.0904820487596605, -1.722257691655628, -1.2148781451941186, 1.3498074379522937, 0.2325876969566046, -0.9190917956444198, 1.1936574321863633, -0.265958737540121, -0.09361373850496585, 0.2141090003718802, -1.601988514317213, -3.0854394151800295, 1.7374297424987857, -0.1974807673551162, -1.3807917888987453, 0.3680646978247788, 0.9626457411504468, 0.22058007393960247, 0.5520719106418857, -1.3762768250672388, -1.8948758380760862, 0.7155835215715494, 0.37484046610723465, 0.15097450799123238, 1.0746160341806017, 0.5735035683516966, 0.02689112686126806, 1.0112832624283952, 0.6995012213579419, -0.35057200269252176, -1.9107419229309854, 0.9881094917565018, 1.7828837933753676, -0.3154073611672783, -2.346567776494814, -0.12175547827370788, 0.17497110143054023, -0.3438617187756513, 1.1658820230903626, 0.6965404224868817, 0.6363936065306477, -1.6856142095969615, 1.5096800491247055, -0.1826411166363009, -0.5772325175432871, -0.13863345867371799, -0.5516723948756463, 0.8872238146158864, -0.28950035583909944, -0.4513525787363847, -0.6012598525544588, -0.4616955111673999, -0.7567492986426007, 1.1842895143658565, -1.2833060453266063, -2.222414052173317, -0.9521639530578369, -0.1967236579211975, 0.09693189671436775, -0.16894700409258057, -0.5416361699823878, -0.38585169641675426, -1.155931183872521, -0.03716670580443061, -2.4198422700239473, -1.3800570214724057, -0.29139972079374876, 0.45521022277208784, 0.9463325384534215, 0.6703203751303675, 1.7377631504833346, 1.99595156414103, 0.4551902682098447, -1.7767874328613713, 1.4721400449658293, 0.3313171629570389, 1.9472582979367279, -1.10666032279659, 0.30344619729507444, 0.8910599104007706, -0.2352899838506952, -1.3273914331329881, 0.2687793200797691, -0.8360332658036946, -0.9613734367230266, -0.48641961534075223, 0.762050561494457, 1.8823544199123725, -0.6639258782000838, -0.8243591675565022, -1.1970382927934307, -0.18030398312038767, 0.0020143193294547743, 0.25367414766235435, -0.09453259924539503, 0.22771512032018107, 0.6666737995805044, 1.6474504307315905, 0.4246290028455212, -1.6863484509133506, 0.1758857755228871, 0.9612546612417229, 1.1477349026263237, -0.062257035990137044, 1.2199254701120728, -0.9575343503264355, -0.5559499908469976, 0.10484500909898918, 1.1796797844886309, 0.8960909927844999, -1.9429265315352944, -0.20707756396242513, 0.16743559227409502, -1.0319790360506378, 0.0579314833145838, -0.07926373441816432, -0.2703573001076329, 1.5865182014131567, -1.2601988386694307, 1.5622600517347078, 0.7244889328970348, 0.20546897341059492, -0.8698687238294107, 0.9334103680419643, -0.08587530016435381, 0.09717592630727362, 1.0790312986345185, -1.2849667488326855, 0.060028410597976305, -0.13540031583371454, 1.5408444696645378, 0.09686794129607243, 0.33814392420464734, 0.8381376633889097, -0.011701551415187687, 0.3670007024421242, 0.07578727343929088, -0.6358630517197436, -1.0662535471920254, 2.412326749907592, 0.3946015934505063, 0.8209435066123915, 0.6850172457612257, -1.1717531990926822, -1.5325000447751205, 1.40177399169107, 0.45963165865363625, -2.4155614804047953, -0.7711555275299901, -0.9002313877083719, 0.028229161289398334, 0.4234735626850757, -1.5997446728623208, -0.26413320461210293, -0.2631583289614592, 2.0305925245335965, 0.15341300193151025, 0.048833360547473066, 1.3754854936109067, -0.6189962006096257, 0.07538859267567911, 0.4997535970431411, 0.8265961061590228, -0.2761241405326715, 0.6595362285104567, -0.6332772376739965, -0.27343283981968036, -0.0934623203874221, -0.713539954604214, -1.9531580826770765, 0.44719800188717773, 2.3583166867296748, 0.7971882621621992, 0.08302929512776826, 0.828547692851203, -0.4188690549630532, -1.1807899117797545, 0.08121994321202919, -1.3454930733719617, 2.748283012647891, 1.010588563130193, 1.5495927592775205, -0.516807393952673, 1.1870891330663567, -2.3874099832005475, 0.7496617244958143, 0.592107309346256, -0.34018722451844746, 0.055486889304022846, 0.6640719727208176, -0.9627100458514402, -0.5809035111700305, -0.29307124008802254, 0.6179681048184745, 0.5937562741159711, -0.654475358042764, 0.9488192492096001, -0.20563211395280057, -1.5851662491882819, -0.9885480666233758, 0.35376223163469506, 0.41561347315621566, 1.4889240630991858, 1.179927837030484, 0.06999015522764139, -0.13878943837785215, 1.0250291685275035, 0.7166659338828999, -0.1204798352031416, -1.1162375277743166, -0.3259977774048927, 0.32289233459460126, 0.07372884665594073, -0.18273065799621188, -1.065498173157072, -0.42914650772792856, -0.04483800180328254, -0.3827212308759622, -0.3633312894443377, -0.28743307222057357, 1.2481550935277892, -0.5978564798193822, 2.184999120364498, 0.10880681806092232, 0.6997268362529041, 0.5603785340265242, 0.0511586534251517, 0.351514754861743, -0.9645871019216723, -0.8261376175006154, -0.3135032752138004, 0.9062158158018173, 0.9775108553796925, 0.3925415855865197, 0.5109840438827239, 0.3748313083490026, -1.2732847546349633, 0.40207774939898705, 2.4550577483416975, -0.4359710853304587, 0.22778362869234994, -1.6770365736549644, 0.6741628793821252, -0.9696692767393258, 0.6750311407284325, 0.9481537144261836, -1.1654824076121064, 0.586422623003125, 0.055583070062318427, -0.16591515592246187, 1.1019528335191282, 0.2986341563483473, -0.5380497873478091, -1.587587418513239, -0.6045182339488976, -1.1565864145994469, -0.691355740429207, 0.8071415490332864, -0.2870790484982287, -0.9247966749180992, 0.5639389004048363, 1.143287167572274, -0.040248390257268195, -0.4211319570513193, 0.10415213434238399, -0.13515582320708175, 0.9699754944131866, -0.051470944652402914, -1.1278877570781245, -0.33734324159170165, 1.3594323079967219, -1.510919910124262, -0.2789602235385074, 0.7262433089938721, -0.17210091394048008, 0.7444222198459437, 1.5863032150969187, -0.7390808269721091, 1.5967860343478761, -0.016647516755377186, 0.8433352583139626, -0.21076577041956682, -0.6824043361543427, -1.2845178165161188, -0.36551835464084764, 0.9354591267420104, -0.24146071011230064, 1.488833742962259, -0.4842305932251846, -0.09409771766172453, 0.8052226276186001, 0.2852371724116362, -0.4463833895202832, -0.5029606941183679, -1.4539001271421363, -0.4676305923562384, 1.4448913225190698, -0.051161093124968145, -1.1874607196949571, 0.17610897388488442, 0.4014931804668589, -1.142471805761501, -0.1644476554696065, 0.29194476541244807, -1.3173203795772437, -1.7381106889864362, 0.7376871170081208, 0.4883539055459256, -0.839168715542094, -0.1976588965080253, 1.545948791734618, -1.5460752406001899, 0.8531717070923152, 0.3366678808544866, -0.702364152471419, 1.3804129801657603, -0.4014110866949838, 1.2311370265941326, 1.550592555416417, 0.18926330996025537, 1.040852516693018, -0.7982237066957247, -0.6327059252757457, -0.5590078383444318, -0.5904416452154205, 1.0129945807128646, 0.877468389996949, 0.6134407024043905, -1.9376250424241905, 0.945372656844051, 0.7509742359875099, -0.48948108665307655, -0.6609713846640267, 0.6827576923147921, -1.023563683720932, -0.9497288583596867, 1.3487465136980223, -1.2852755247560297, -1.130347431659786, 0.5609717725449179, -0.7847538120089627, -0.8131186411854445, -0.7103766719726518, 0.9961081028597336, -0.20996588108643116, 1.0047765123256076, -1.155970817730788, -0.6514956659616984, 0.6800504622109858, -0.3891719375359444, -0.4811672617314419, -0.7944982055587714, -0.32000895055630085)
xx: IndexedSeq[(Double, Double)] = Vector((-0.6039229240784931,-0.2757079317278345), (-1.089263922520582,-1.151409689011312), (-1.1846913505900911,0.6557561909888893), (2.7718790426218574,-1.3534455246859871), (2.678490349352861,0.32225859548913494), (2.507587251833292,-2.171570002507017), (-0.10904890900152475,0.3517334799917484), (0.9255266439158156,0.9391077826509627), (-0.21006590909438927,0.9462339176439445), (-1.3962268427884212,-0.06657396729288205), (1.1771059463806806,-0.02285413814678028), (2.389422233367317,-1.233112989201454), (5.657274451582349,1.361387614337421), (-0.4317481330835504,-1.239171583716733), (2.504446564988224,-1.1229188514385775), (-0.7023075371358509,0.3961949828563786), (3.024789044959521,0.4749172730320405), (0.819585479718215,-0.6581421719548031), (0.310766153816178,-0.8647396692572575), (1.4746473805029494,-1.0346997166205656), (5.5473728354564615,-0.3571739580445982), (3.7573924203679745,-0.5226278759925855), (0.07157733098270314,-0.6453302668455728), (0.7562949951247049,-0.8193371195436268), (2.29765919737184,0.7741151459018942), (3.1168247688405906,1.2329643734476368), (1.2340705217175845,-0.7161712358986844), (1.217693171225067,1.490554080225451), (0.6164573625540053,0.2591121720302473), (-1.6525715711431563,-0.10108384651842382), (-1.2494924493168016,0.6281316485414257), (0.8792046039482988,-0.2075833861994597), (0.31886903286417767,0.6978360139900303), (1.0851814657653434,0.022026014788762482), (2.6407351189008557,1.1205079814127934), (1.4776777353379196,-2.2043062928673787), (-0.9821088456623235,0.5371026044915931), (-0.1992266297148062,0.6668095693189752), (0.5339430077081957,-0.5268685769519478), (1.009446945479706,-1.0650538548308395), (-1.1882056305057134,-0.1741116461015185), (3.4669859345942,-1.228827362299804), (1.4713787611500124,0.08923002466926147), (-0.6689814575324466,-0.2352032511330794), (1.1376376333498128,0.1862118287517076), (-0.18870771247084406,-0.9305509903371383), (2.0187527006701833,0.7453132023764611), (-0.11090990419382507,0.42404247744327994), (-0.3884605721781065,0.8231017666350213), (1.1022061546479136,0.38999937999503614), (3.2979483468743167,0.37533258705236994), (-0.7058529850515285,-0.12030889602086568), (-1.818584430274195,-0.1407622806071268), (3.796449792613166,1.2475975894225804), (-0.9399590535215021,-0.20225927039991765), (2.2707550205985223,-0.3479271116085947), (-0.9232030826307442,-0.11148044536593206), (3.8449808128190623,-1.7200168314802327), (3.486210586585455,0.18535009198220237), (-1.4785476930258081,-2.9048102069942394), (-1.801311352073233,-0.2636192763419572), (-0.17407729924773663,0.31889872323645674), (-1.6022678891928948,-0.3793796717460326), (0.7085792156954087,-1.5290754065951133), (-0.6361901882609071,-0.37542033218331844), (0.9113449257114294,0.349876859282707), (2.5790278149919184,-1.0038113341959995), (1.6178235638923733,0.8680491559965919), (0.7653836597927576,-0.2892920763946828), (-0.2531163246444359,0.6200602327626245), (1.069662063652386,0.6796038740617362), (-0.6609953129335944,0.1965256871174617), (0.8367426047741184,0.961233326602729), (1.0192224448680638,-0.23930995600204732), (-2.4466342393313654,-0.8313214075773685), (3.6763346180611056,-0.45619851437482445), (-2.9580916529646917,-1.4241747435788659), (-0.7803235948079754,1.7416144665244697), (0.3934346350513852,-0.8877640446660526), (2.9044908625145194,-0.9939750213627563), (-1.640144325100715,1.0963965275929441), (2.808013840138883,-0.7098363328784206), (-2.5598371335987986,0.8890829195940585), (1.6763125779427397,-0.0907872223899447), (2.5368657674570825,-0.8822446402282771), (3.2810093348929366,-0.7296442359280491), (2.0799168873716294,-0.9143414539731601), (2.6845913862744206,-0.2368273107140155), (1.9115196390418236,-0.3672270371651594), (-1.424994101262,0.3013110672864431), (3.833418309495397,0.8438524720518902), (1.5310179346049932,0.5434610731190586), (4.049753253943168,-1.6242969821558206), (0.21960070138730325,0.49423508417772954), (-1.3650638956640346,-0.4814767922250923), (1.1753341526272398,-0.38338470794192964), (1.9491884603437943,-0.3573231385989845), (1.8666052867211853,-0.3681864719571937), (1.2309044335209762,0.5527338665279904), (-0.22485859073500003,-1.7239201414354548), (2.0267234580222127,0.5343078276592933), (1.91517367206144,2.0309370470719825), (0.9601617822536712,-0.4830775255753286), (-3.331326863143036,-0.9496316109396276), (-0.6790869311913175,-0.04589840148015813), (2.121355546919671,0.206787795123474), (0.9298083313388155,-0.01967227326355569), (2.5772657518315203,1.5440490240689864), (2.214831721325223,-0.0999791446698387), (1.0450285430654505,-0.15837643007369748), (1.2601517063166314,0.006315795996090071), (3.382256895907905,0.9054403468960115), (-1.7805548015961552,0.544682538627638), (1.5019219775252863,1.1080083080145189), (1.2620750385638764,0.4748796874514181), (5.240881700220506,-0.7510668402533746), (-0.06499237049416684,0.7893693385632904), (-3.511004866101188,2.2154078524128025), (2.0984024317369836,0.4096227172292007), (1.2410537683398595,0.09351965830110019), (3.15617399464589,-0.48255634531304453), (1.0322510523941997,-0.8356628627551672), (-0.8054563722909434,-1.0967431311807607), (-2.148991629582385,1.5122964000294468), (1.6237564995626692,-1.8554165080271847), (2.6681047337744213,-1.59469333902733), (2.496911126657822,0.6967054104309063), (-0.1376312507263313,0.2568183288910361), (3.204007312640348,-0.9533589501947006), (3.2929786580500906,-1.9534437111572838), (1.3843205517212156,-1.1679850145934196), (2.9387941814625376,1.8482572645187445), (1.9671779602417634,0.09254018092163926), (3.2158074305660707,2.4060220676890762), (1.717997262834485,-0.5256213634540552), (5.029114364853865,0.9778274849435812), (1.7677579882199919,0.8175604936970885), (-0.38607081303687396,-0.3088148882335953), (3.6106081242582806,-0.008863980460695373), (-1.346334601915677,-0.5978305886320473), (-1.2853032511862792,0.4669971036735168), (0.6553886678317122,0.6329344582311822), (-1.111651774482672,1.271890335126431), (2.6739489109984436,0.10914598812896234), (2.350458473672049,-0.7993499453641456), (0.1642838605541289,1.9296972938701695), (0.5114055239273025,1.4975983937993962), (2.489118831646191,0.12070307622514674), (0.17616849758154896,-0.36377572236133554), (1.5681804691454087,-1.8834021146977051), (0.6584484294103541,1.07777756459064), (-0.7959635160767182,-0.4981063256819069), (5.179568551901934,-1.2269028253654866), (3.799854386918766,-2.0072279592776296), (2.1295727718080864,-1.1277721571282886), (0.4270334839193807,-1.2285215319983311), (5.052911914282564,-1.0898908288976659), (-0.19567838330617127,0.662661863625539), (2.0026399656240326,1.4834226572899838), (0.6488944533284506,-0.6848655890330383), (1.0644577537659834,-0.950097564910657), (2.3481523996055684,-1.0084998854471197), (1.411005507066765,-2.162798248912219), (1.0117385375944752,0.9779295881707286), (-3.974698734712989,-1.6453642215789768), (-3.098423145765188,1.2772766919701837), (2.1680349868835527,-0.6378281840647424), (2.6306251600462893,-0.6756954837543598), (-1.3959448702143074,-0.10932209387168035), (3.413376899841097,0.20619039928265853), (1.6853048902259147,0.008793227596824648), (2.6335360510453825,0.15464899986764782), (4.1979551929456385,0.3098208766564948), (1.0845745256782073,-0.1077193087114649), (2.346885274053097,-0.8226599729558446), (4.617573958407311,1.2550828826043168), (-0.9099815515470573,-2.04458891829624), (-2.1483781634787364,0.26376519902398976), (0.485071464234183,0.7459018177746877), (0.7606943449495279,-0.338268042755106), (-1.2225275479554059,0.052673178834889096), (1.565545613324239,-0.6267016003419306), (2.5781424416978136,0.5719618485258302), (3.415674070079836,-1.0269408546268943), (0.25437756970422865,0.377839755443511), (-2.279962406075404,0.7675004723899373), (0.35440903555248926,-0.07766263436360081), (0.4643471668421144,1.7632648159168167), (5.075548076189627,-0.7051699905333626), (1.391701913301377,0.6498349871411239), (-0.5232587078064495,-0.07989350698955397), (2.03664626807024,0.16210567014875246), (1.5284457010716486,-2.426895059727657), (2.3478197740950466,-0.46171987874460707), (3.9370979730450886,-0.08858137749112908), (3.89264664312943,-1.2010554753856024), (0.10636458029245899,-1.560833413751138), (1.0217569863021219,-0.3767211779281608), (0.3986869819805484,0.5529021703027515), (-0.5857954918682273,-0.15724964518757692), (3.497797366075447,-1.155723959473786), (2.2025306873329473,0.3684537285680407), (-1.3736112932602236,1.5498457645124946), (-1.0398324303655757,-0.022957610330999193), (1.071004531063222,-0.06693256934845358), (2.619943234707904,-0.8020033899546221), (2.1926242089905275,-1.3211823187482443), (-0.5883776605056135,-1.2219115623645866), (4.696557917064432,0.9148362765519311), (2.3560899073315533,-1.3671794481851518), (2.2074803017978812,-1.3239581420269784), (-0.06548862295631386,-0.054349447583543015), (0.613122844133971,0.23769024471512215), (0.19054228975299503,-2.4246387153409996), (-1.2211466117629017,2.985979210023834), (0.6302026714685012,0.2654581018912061), (0.48301644420294165,1.070869198121708), (0.6610302797699825,0.21011463533619645), (2.776423646401736,-0.15230031946550032), (-2.1010149191411385,-1.3430041106755648), (4.482577956303427,0.6934103945212717), (0.17481444478433217,-1.6341334112075387), (-1.670059384839898,0.8325589895799496), (4.323513219132391,0.6340552479066015), (-0.8180010138438831,-2.185684495056577), (3.7570511317122484,1.4064378187336608), (2.741922752641326,0.36155132160531905), (2.608780492295425,-0.15581992701739938), (-2.576035732312102,0.2915838745305532), (3.1182199691732206,0.25662359911982147), (-1.3288504496786047,-0.4250831241586762), (-2.708890326764795,-1.3223687954065673), (1.786977058070311,-0.5008276509418257), (2.2943883646163954,0.28454456293859), (2.3227303934444796,0.7762209320983889), (1.6701108455588343,-0.13873515276772402), (-2.0924857641994685,1.381895295805395), (1.3115316939409747,0.058598677966400135), (3.198664800442683,-1.5711925788191725), (0.7253307577765746,-0.19987284275639422), (3.406296239034736,-1.1944523000380722), (0.5853408490155569,0.7077848815352347), (0.48487930099766796,0.4706124982521511), (2.1259791341053584,1.7939666144845816), (-1.3644441264396243,0.07999150486280564), (-0.650787933476612,-0.9285969013355051), (2.608230241349876,-0.8677942048147286), (-0.31785800797175745,1.2367636682755256), (5.656899559753553,-0.3530300357961138), (3.956979416348588,0.3865731928956841), (-0.5729823439905797,-1.1317388608607155), (1.9905556593237423,0.08893801344862498), (-0.07773047657615706,1.4166404605185434), (0.19593188385788773,-0.22503234026244542), (3.2494680315753737,1.3373829923096405), (-1.2703353021552903,1.2077253191722925), (2.420826533834356,0.08264078296312545), (2.955777713248226,1.124198765642522), (3.432604923047922,-1.6151780813761203), (-0.41668205489973276,1.0055272993449946), (3.2645866938403247,-0.729095421627979), (-2.8037790002969714,2.7543343879290707), (1.6341010288138371,0.2845425866706208), (-0.7804219023505576,-1.0569839931530114), (0.465388507920547,0.4533173877588071), (3.9423905185625694,-0.26976763800478926), (-1.0392149160848017,-0.42749639720537175), (-1.2948219558455456,0.6813507228376079), (-3.7345543446170257,-0.4440165716601154), (1.536054898228062,-0.9288407749482673), (2.232673228530566,-0.1053556438217682), (2.1070570543188856,0.5361349797670882), (1.8324775262657695,0.15461154113054404), (-1.034243640985666,0.41549238404887456), (2.9672157116124476,-0.7974225630383088), (0.305444238107931,-0.6201609977768932), (2.6267167569090257,1.0868831488004898), (-0.011752806435362029,1.7293740402126918), (-1.137647157818848,-0.6980539390183316), (-0.14342318293874046,0.3272430838391367), (2.8921549460832514,-5.879801108821854E-4), (3.3584331850085616,0.9147782036317436), (0.8709072787862292,0.6002840447183959), (-2.8168622540944095,-1.4552960745658952), (0.5191975810216432,0.4251155728639403), (1.2011710023870081,0.24564567729488299), (0.3069978873768402,-0.7698024140783302), (2.830557867156199,0.32633729185826044), (2.940633423130289,0.8505392971037374), (1.3012386503154336,-1.093464054761712), (1.1021074671662352,-0.37293242937365906), (1.5702217702944372,-1.1497920631038432), (1.4720059681899766,0.8263010157212017), (3.759755701096361,0.2307811871220243), (-4.363530836341052,1.060567854102733), (-0.6549792174949551,-1.4431745911299643), (4.141195084979373,-0.6341329238156318), (4.370322709069132,-0.559960912961423), (0.893043880699955,-0.1242257086593319), (-0.7494131657588226,1.8160384590813412), (1.6291691569042563,0.03399956588119916), (4.244812712866576,-0.4352105969738754), (2.185893765266999,0.4253645674107556), (-2.536506376213777,-1.0945692349525369), (-1.395181154832918,0.35710843761924654), (0.20844951971896464,1.9156968067274096), (2.619156689936442,0.359434462263136), (4.502966164322851,-0.46037195220031885), (-0.08091985229590182,2.0460724209970094), (4.182618363155333,0.01861652594053242), (4.45417748858147,-0.3982008421355702), (1.0305617439678674,-0.027431938645913038), (0.06663734849507841,-0.12261104328993962), (3.9537945353433783,0.9247748678165442), (-0.4283721612472222,0.43843834974266715), (-1.1198110785673059,0.618269774539526), (2.3221831473977277,-1.0566481173860591), (2.7770353564639914,1.300880885938941), (4.402442712099292,-0.4635190127635485), (2.6096251328783824,-0.9235773526930598), (-0.7064965913380359,0.20515470611878336), (-1.5675915712255364,-0.9186513096091597), (-1.1874440398897055,-0.18824745909243648), (4.229821599974015,-0.3316797067979137), (5.364871345456259,-0.6211831290783177), (2.4511248621220805,-0.8818791641330134), (-0.2094817137640148,1.262193728674464), (-4.771759144092123,-0.2205664634539037), (-0.7627767607992975,-0.14409458439526668), (0.5074425389940276,-0.44970973161104744), (-0.4879909775844873,-1.2305867749845685), (-0.42355054111942914,-0.20246480989310128), (-1.7775844713336477,1.0951903352954824), (-2.3814810196796494,0.4928230684226852), (4.845917897946862,0.7918858064522377), (-1.7799758283821308,-0.14895962250742945), (0.6327427868388376,-0.2682182287925617), (2.968418008292948,-1.340630737390585), (2.3764751105346624,0.024031304313998816), (2.409898511074352,0.7708354785317146), (-1.2799372218829927,1.7062632100504875), (1.6831462026170878,1.0104278395846775), (-1.339969410140418,-0.6160221033475005), (5.415746002557904,0.48742199895978033), (3.2254615092003225,0.7999522787172804), (2.4641856273094342,-0.23938213367150665), (3.6290207240749455,0.4658844379431399), (2.4196123827844565,0.27995700778975646), (1.401922499343974,-0.94472404671556), (2.7610863584123218,2.018582168013286), (1.3544450171073636,-0.45460437378639607), (5.760487864809179,-0.3972018336404963), (0.3422079576524867,-0.9189564725498981), (0.5111240240103968,-0.12229469948227453), (1.7548844193245585,0.7509459463388243), (4.6262813098921605,-1.7813125147747138), (0.013771812018701701,0.6180720959494954), (3.125953764709072,-0.7974536771809098), (2.0170093822724615,-0.7562075273146127), (1.6992800054528552,0.650057163411067), (-0.4790837008849622,1.2313969895224421), (2.8231925908613937,-0.06668029196368884), (1.2034218913081913,-0.5848904165712205), (-1.7111229980124119,0.0012513031717551913), (3.614064908649836,0.5075765177070203), (-1.6373272678099675,4.829652991836631E-4), (2.999471452126971,-0.7826825155222469), (-0.5806733751137154,0.7008165384667163), (2.878152431419471,0.8079708676052274), (-0.7612653824630733,-1.2409627741336315), (-0.508850580443587,-1.5082495622040824), (1.2951228458217174,1.3550317735037634), (1.6832161401958843,-0.9951344516630894), (0.31193061654385523,1.9840155635431191), (0.6800188726711469,0.27980902355573534), (1.2818436994930997,-0.06875337792775743), (4.058347178164385,-1.0240763518226723), (-1.4454954673556388,-0.3128259130984119), (1.5893108400006546,-0.2143631709564793), (-1.420270435590968,0.35672838491545256), (-2.1812224562360636,0.2178935931018508), (1.9985351233964388,-0.9556513938577631), (3.0478921935681047,1.015700340376162), (-0.5784327518393988,0.3174161753637627), (-2.693733069230859,-0.04182149105231416), (-0.12824114262828346,-0.6072703529419935), (-0.3407513112373548,-0.299981376403086), (-2.3280763140608287,2.363255318117816), (-0.9814664844425462,0.6190411197191502), (-0.5626366669504412,-2.263725493566344), (0.6880650264818688,0.4222301766634773), (-0.3791469304280386,-1.0681503940176726), (1.7901068456147708,-0.4502975622882603), (1.9693045769556332,0.48013405625227573), (-0.6714699600741749,0.19128897575397033), (1.558836709797598,0.3967898213903808), (-0.6060327453481096,1.4493694992080164), (0.5302105836167832,1.3346588793138328), (-1.6015000138025366,2.005152971888432), (-0.8811332012866258,-0.07654214938774664), (-3.4909771583453093,-0.4194950337808857), (0.2037932164347681,-0.054191192584715116), (1.141843200763789,0.5774493298449803), (1.5456405526088528,2.451431098361871), (1.9456781157988376,0.5160880753099888), (2.0187854969261605,-0.19020021654309124), (0.6353538344983556,-0.16213895530165723), (2.058395982746454,0.8848799286915973), (-0.8806126391975762,0.9853862091216743), (0.8444499016544955,-0.5242586496617995), (2.720779510980547,1.8209545969812004), (-0.5462970301519625,-2.2499004589199947), (1.6035587308201928,0.5296753129985816), (-3.2398069001835994,1.3363544421802733), (3.8126841307937123,0.5254432703259454), (3.4175569882627435,0.45393879251140257), (-2.6742526126079103,0.29009556893504573), (2.045230239957659,0.6778168494182132), (1.69417306800976,-0.01606654385661457), (0.11471989742076505,-0.9696283750653315), (2.611340849448177,-1.6574870143435398), (0.03836548055385158,-0.2694846474968835), (3.5064617101337925,-1.667756296380066), (4.188466958128137,-0.6941565506324597), (-0.6944992370292515,0.28091103983112636), (2.7508807119926644,-0.16883413526672314), (-0.8633380910779054,-0.2637400638574629), (2.3984709519451064,-0.6872451354456947), (-0.2741217173782218,1.19749694763649), (-1.7461389364180846,-1.05624334355853), (-0.3894706546994051,-1.2926148151178765), (0.8118199658305117,0.6442925383744059), (0.25824701438010256,-2.6612516624748355), (3.7240098879930743,-1.4877436246388838), (1.1765922799663573,-0.9355541711306115), (2.67174849095724,1.565261405170721), (-0.6201905448448997,0.6575714118268158), (5.007590093313866,-0.4185391275660309), (-0.8999401746645643,1.8688153480858163), (5.513203125908676,-0.2734242774512981), (2.2768241580453097,-0.17113472591906714), (-0.5607893449211951,0.2759924623223867), (-3.2099907604171216,0.4986608810099372), (1.2085300316659264,-1.8101389077441108), (-2.064737087783913,0.045085754489348276), (0.12208990666943964,-0.8141896222932076), (0.7110424959276587,2.158028887366639), (-2.233625561443368,-0.9871608765236463), (1.2681623760399916,1.0838323894118278), (-2.673095658693895,-0.9977221198788889), (2.3313516397006326,0.9857779009276276), (4.686333235803362,0.5646441166782414), (2.8645560679936146,-0.08080429873637696), (-3.05765237805056,-1.8817058460716447), (-0.9040099402087414,-0.5524048534033208), (0.21123199177128815,-1.7930221011880196), (2.8578287406834617,1.9096521403924491), (0.02744507301816923,0.2675704060646017), (4.8019858726164575,-1.817176158258652), (2.51115058809994,1.1832175205446342), (1.942382351878625,-1.0357818683474591), (1.3405195355994528,1.0317843929404424), (-0.3719606257340604,-0.2561766386209672), (0.7552779464302052,-1.8916398411778803), (0.29322219931315807,-0.6986942595386768), (0.6022199434471278,-0.03893956327903348), (1.9909516125910518,-0.5139831684985463), (-0.1243584042831174,-0.7699818197687635), (1.5902395004770185,0.43018785317194214), (5.079352015493191,-0.9436218438679843), (3.786621023532387,0.009429051503607495), (2.4560921191255565,1.0290151834302907), (-3.449510411340367,-0.32591130702634147), (-0.8281143187525151,2.5479686954015173), (-3.529927715360138,1.1698454429271845), (3.2318812972036444,-2.0441842482329027), (1.8011737432972028,-0.999116802866195), (2.7653712640308,-1.0638299517658112), (2.3508252593907164,-0.11240243500416751), (0.7024163271562739,-0.062371825320810405), (0.3218940589275586,-0.4357563248332703), (-3.605724406688399,2.5899567480604446), (0.8989007777544448,-0.14602568908720887), (-0.4219103258267072,-2.4566809122755227), (1.1914281285947266,1.129855057071915), (3.7246187830202095,0.9273619039100991), (5.611558385381079,0.6955179037232146), (0.3939913658368348,1.5072763165458272), (0.9554929386726214,-0.09021179158865061), (2.2695762930664864,0.7693548212014002), (-1.9552627865789667,-0.41599783820920105), (0.45066911076253036,0.28243220678543673), (0.03989867625875554,0.43302134438695106), (1.1326633708439815,0.146659860947518), (0.33656495267509035,-1.6378811455081708), (-1.3566491224963197,-1.2312885459260998), (2.423268128942494,0.6018404723830585), (0.905448360069155,0.7996663368874394), (2.1892860723957397,-1.6676960717930227), (-1.4118555489000535,2.246031962623103), (5.026680425649976,1.67735241470773), (2.684922178213358,1.573918419253785), (1.2150495756852524,-0.1885392422720723), (2.8900563572767863,-0.9315560857189413), (-3.1439307768836313,-0.02313045805113855), (-0.5176183189811137,-0.003296257976403633), (3.4590689900777982,-1.0742155111327374), (4.844481300888468,0.9457270489752526), (3.702448093081851,-0.46158283559829494), (-0.5084052403292476,0.6493879032318698), (1.3153151448463936,-1.8626303746043273), (-1.553937736828579,0.516493510665576), (0.5327521671641193,0.13716380725418306), (2.6848864848989136,1.2094922010010245), (0.510389089160904,1.168808158804316), (-0.026279146358249683,0.8832171756484597), (3.239268566976337,-0.14442073603640648), (3.0957889013284907,0.015647016810139174), (0.05892610484119121,0.7139792174484684), (-1.252616398760082,-1.3040169393924688), (2.0064052914601156,1.631858537736899), (-0.3473429802889558,0.21218487990975027), (2.002994911600136,1.4840528712584145), (2.7819051832184862,0.5538149869329256), (3.1917155151054084,-0.03220316265180685), (-1.3876518666803652,0.2870004263446792), (2.2876459665875126,0.6120209641819825), (1.321086810960535,0.09257039750211893), (-0.635196323701684,-0.29420573682047124), (1.5116969081175715,1.3414030550112586), (-0.8791852885464959,0.8861623321038362), (1.7235337696310258,2.1400131048946416), (0.24549433257281528,0.30342234465865814), (-0.7607105130919294,-1.354080260495478), (2.933122423285436,1.0822125604503452), (0.25524149911229554,-0.6697055848402726), (-0.5088776933453312,-0.43145034870693083), (0.3228396413233857,-0.7478614824680959), (0.4602696929651916,-1.119798182105899), (2.452343209757904,1.4307921203591232), (1.0014747812038238,0.05008711257863085), (-3.6673270018632893,-0.6964229735118804), (0.5985203934434853,0.171785288418028), (0.7790090146244785,0.13384007223447356), (3.7540014674668023,0.2190476111224263), (-1.6864225168191815,-0.16730524261225752), (-0.08884545063045879,0.8091753528331814), (-2.8756509272791533,-1.0766672242433026), (-2.544453873462467,-0.7435438585766772), (2.942947916450282,0.8971635453784077), (1.0919436947765924,0.6556055521762779), (-2.2352373389163906,1.5678830157093713), (-0.03599697148018377,-1.087600947116897), (0.4839055056348519,-0.7733910459364137), (3.9686573163037324,-2.6908547306465254), (0.006597625743972602,-2.2926660644416454), (-0.47994453639712176,0.19236860585900145), (1.1250297595814613,1.184275775631354), (-1.0669777912350047,-1.3101424650025606), (0.7649721538441618,-0.7922900856283175), (1.3751275013599016,-1.5964808985941468), (-2.0404035237713867,0.83454941212978), (-0.8480053792912365,0.18259624337626235), (0.6569409298865856,-1.7576472208214415), (1.9288314748095674,-1.9559540156819744), (0.5406054737599009,0.44034386144838744), (1.0822057974815764,-0.06664124824900478), (2.524904339753839,-1.0231237430797764), (4.016883847861141,2.643269319472065), (-2.305061695419015,0.9698570375227965), (3.074087466442309,-1.4998111294744019), (1.5164789808879058,0.22987553129556892), (-0.161845476194298,0.46237170872630745), (-0.1347802739898607,0.05570667388518068), (1.2891886309270548,-1.050279722236691), (0.22982329093540532,-0.2855391530172951), (4.209414375358607,-1.5538362796525653), (3.820283626967469,-0.8477153899056854), (1.4585517218992399,0.19602667605295016), (0.9640775011693448,-0.33840148539151177), (-3.8968029067925993,-0.33211284285340287), (-0.4540289503952615,0.26252041804128873), (1.378707238611,-1.102674215685646), (1.4709474517468217,0.21277591511890814), (-1.7252156540920667,-0.2938137098341294), (-0.7809202948060256,1.4767317830492623), (0.49298050423727724,-2.2225754648646485), (2.4469527922731955,1.7142771906086205), (0.7432318805202502,1.9073884809746078), (3.0419558765952615,-0.9962724350194084), (2.4069880059653608,0.5955603165497485), (2.6011875992546223,-0.23248583743670012), (-1.600042265300186,-0.34331434533049454), (0.8453225851700743,-0.8485462873053955), (3.2706885927425975,1.2414776438620645), (2.461544158740087,-0.32603465437534884), (0.5278576806294983,0.5884435108339106), (5.504073485507192,1.2269093809241676), (-2.420967752117944,-1.0176212478175768), (2.2492681369177454,-1.2347950808816304), (0.4125282334775514,1.411823541671574), (3.36581112798242,-0.7589488080286189), (1.7534725666080935,-0.6213171166211018), (-0.5357776816759896,0.02726715200526455), (-0.20799522593078557,1.7793711853370744), (-0.8285285387843111,0.07956300072621053), (5.039523504471245,-1.0632094433613748), (1.0948078148392788,0.3624623856336525), (0.8564522731840223,1.7377146501839558), (0.6492268091064661,0.21229584871432822), (-3.6497286834892035,0.9855479443775534), (0.3286657137834429,1.7297256283872116), (-0.498035671527415,-0.6449301914740783), (1.6540159085815052,0.8851784952649648), (-1.8957062762072403,-0.31655497509391645), (-2.337260821535709,-1.022562067486716), (-1.2143558136573835,-0.7823523469622348), (0.8740938767373638,-1.5236502242007826), (-1.0986400740526334,-2.0550343145018077), (-0.7843282460956829,-1.4123718439550894), (1.31043005289436,0.5928124089445121), (1.2559637137482929,0.9067296245070254), (6.290719191676923,-1.1836654233538877), (2.9994232003523735,0.48437467455693434), (4.066036796362799,-0.580166381281636), (2.262372033353458,1.8279865550117578), (3.3961106849877396,0.2452607661519967), (-0.585824029685843,0.055957028224053906), (0.15145169434993366,0.04270153386117268), (-2.958354090807544,0.4154111302029419), (3.198596176215449,1.359451458098148), (2.2567056182127634,0.09678091520564734), (0.4056726042365685,-1.467086738396357), (0.9751321406549741,-1.989495946178235), (0.6880091636085629,-1.2008717251678596), (0.007452418557930218,-0.09700943363381738), (-1.3399237755210018,-0.9426922681682472), (-1.3427942692892363,-0.4953308177332129), (0.9039128324108889,0.417676821227939), (-0.15290848646379174,0.6832623615967865), (1.3335481612660778,-1.8104504537570527), (1.5885622204706988,-1.0313871665752912), (-0.6917189647203998,0.7544198996375577), (-3.531099578035213,-0.3691044318099769), (-1.3787956450709182,0.12065845959295315), (-2.567231880316501,1.042545951720446), (2.7269896386071104,-0.6187527986769338), (-3.523473346342481,-2.0904820487596605), (0.9584589849105298,-1.722257691655628), (-0.9134062195273194,-1.2148781451941186), (-1.852039628760592,1.3498074379522937), (3.011565299352111,0.2325876969566046), (1.788195960819277,-0.9190917956444198), (3.782595548736722,1.1936574321863633), (-2.024677153785438,-0.265958737540121), (0.9162218358307441,-0.09361373850496585), (2.7336739575769666,0.2141090003718802), (2.56254672291871,-1.601988514317213), (0.9664206544099947,-3.0854394151800295), (-1.3293185833723355,1.7374297424987857), (-1.7645031260238815,-0.1974807673551162), (-4.258528445228176,-1.3807917888987453), (3.2446770874836246,0.3680646978247788), (-1.83098409848585,0.9626457411504468), (-4.651207500747792,0.22058007393960247), (0.8499381920107649,0.5520719106418857), (1.694213438690575,-1.3762768250672388), (3.740109557182962,-1.8948758380760862), (-0.9333934657716065,0.7155835215715494), (5.013190583092234,0.37484046610723465), (-0.24520342233542713,0.15097450799123238), (-0.5708600522684006,1.0746160341806017), (-1.2588180238379247,0.5735035683516966), (1.4267092938696877,0.02689112686126806), (-0.11019001869734879,1.0112832624283952), (2.5502587164247084,0.6995012213579419), (1.97008256084576,-0.35057200269252176), (2.403147107808941,-1.9107419229309854), (-1.5514635426832624,0.9881094917565018), (-1.9224944345651238,1.7828837933753676), (1.6962215848698488,-0.3154073611672783), (-3.1744702479444458,-2.346567776494814), (1.629495813748185,-0.12175547827370788), (3.2972087018698994,0.17497110143054023), (2.0074170569151475,-0.3438617187756513), (3.608257900052216,1.1658820230903626), (0.5916556233211774,0.6965404224868817), (0.896177978097445,0.6363936065306477), (0.19132963790798396,-1.6856142095969615), (-0.6483277725076801,1.5096800491247055), (-0.7545490680006599,-0.1826411166363009), (0.21119835778442864,-0.5772325175432871), (1.6590499716173153,-0.13863345867371799), (2.1312237904431335,-0.5516723948756463), (-1.320653841357823,0.8872238146158864), (-0.37312759081171776,-0.28950035583909944), (0.6671125388205559,-0.4513525787363847), (-0.05688833711385932,-0.6012598525544588), (1.7432227803660623,-0.4616955111673999), (-1.137062637354914,-0.7567492986426007), (0.5782974896509178,1.1842895143658565), ...
val rddLR = sc.parallelize(yx) rddLR.take(5)
rddLR: org.apache.spark.rdd.RDD[(Double, Double, Double)] = ParallelCollectionRDD[30088] at parallelize at command-1805207615646983:1
res16: Array[(Double, Double, Double)] = Array((-0.28369839885688336,-0.6039229240784931,-0.2757079317278345), (-0.13758879400693425,-1.089263922520582,-1.151409689011312), (-0.524465780549169,-1.1846913505900911,0.6557561909888893), (6.120087504872977,2.7718790426218574,-1.3534455246859871), (8.372713565325343,2.678490349352861,0.32225859548913494))
val dfLR = rddLR.toDF("y","x1","x2") dfLR.show dfLR.show(5)
+--------------------+--------------------+--------------------+
| y| x1| x2|
+--------------------+--------------------+--------------------+
|-0.28369839885688336| -0.6039229240784931| -0.2757079317278345|
|-0.13758879400693425| -1.089263922520582| -1.151409689011312|
| -0.524465780549169| -1.1846913505900911| 0.6557561909888893|
| 6.120087504872977| 2.7718790426218574| -1.3534455246859871|
| 8.372713565325343| 2.678490349352861| 0.32225859548913494|
| 2.942686759225459| 2.507587251833292| -2.171570002507017|
| 1.0591655432950757|-0.10904890900152475| 0.3517334799917484|
| 4.491820845902081| 0.9255266439158156| 0.9391077826509627|
| 2.089974314741039|-0.21006590909438927| 0.9462339176439445|
| -1.9173665352019729| -1.3962268427884212|-0.06657396729288205|
| 4.848572342915148| 1.1771059463806806|-0.02285413814678028|
| 5.301609196887415| 2.389422233367317| -1.233112989201454|
| 13.665985488909476| 5.657274451582349| 1.361387614337421|
| -1.9881453644398008| -0.4317481330835504| -1.239171583716733|
| 3.547397108148866| 2.504446564988224| -1.1229188514385775|
| -0.2916465502826836| -0.7023075371358509| 0.3961949828563786|
| 6.857696846710798| 3.024789044959521| 0.4749172730320405|
| 2.2803211673551944| 0.819585479718215| -0.6581421719548031|
| 0.25071534346644064| 0.310766153816178| -0.8647396692572575|
| 4.380495782054996| 1.4746473805029494| -1.0346997166205656|
+--------------------+--------------------+--------------------+
only showing top 20 rows
+--------------------+-------------------+-------------------+
| y| x1| x2|
+--------------------+-------------------+-------------------+
|-0.28369839885688336|-0.6039229240784931|-0.2757079317278345|
|-0.13758879400693425| -1.089263922520582| -1.151409689011312|
| -0.524465780549169|-1.1846913505900911| 0.6557561909888893|
| 6.120087504872977| 2.7718790426218574|-1.3534455246859871|
| 8.372713565325343| 2.678490349352861|0.32225859548913494|
+--------------------+-------------------+-------------------+
only showing top 5 rows
dfLR: org.apache.spark.sql.DataFrame = [y: double, x1: double ... 1 more field]
// importing for regression import org.apache.spark.ml.regression.LinearRegression import org.apache.spark.ml.linalg._ val lm = new LinearRegression lm.explainParams lm.getStandardization lm.setStandardization(false) lm.getStandardization lm.explainParams
import org.apache.spark.ml.regression.LinearRegression
import org.apache.spark.ml.linalg._
lm: org.apache.spark.ml.regression.LinearRegression = linReg_c41c49fc12b6
res19: String =
aggregationDepth: suggested depth for treeAggregate (>= 2) (default: 2)
elasticNetParam: the ElasticNet mixing parameter, in range [0, 1]. For alpha = 0, the penalty is an L2 penalty. For alpha = 1, it is an L1 penalty (default: 0.0)
epsilon: The shape parameter to control the amount of robustness. Must be > 1.0. (default: 1.35)
featuresCol: features column name (default: features)
fitIntercept: whether to fit an intercept term (default: true)
labelCol: label column name (default: label)
loss: The loss function to be optimized. Supported options: squaredError, huber. (Default squaredError) (default: squaredError)
maxIter: maximum number of iterations (>= 0) (default: 100)
predictionCol: prediction column name (default: prediction)
regParam: regularization parameter (>= 0) (default: 0.0)
solver: The solver algorithm for optimization. Supported options: auto, normal, l-bfgs. (Default auto) (default: auto)
standardization: whether to standardize the training features before fitting the model (default: true, current: false)
tol: the convergence tolerance for iterative algorithms (>= 0) (default: 1.0E-6)
weightCol: weight column name. If this is not set or empty, we treat all instance weights as 1.0 (undefined)
// Transform data frame to required format val dflr = (dfLR map {row => (row.getDouble(0), Vectors.dense(row.getDouble(1),row.getDouble(2)))}). toDF("label","features") dflr.show(5)
+--------------------+--------------------+
| label| features|
+--------------------+--------------------+
|-0.28369839885688336|[-0.6039229240784...|
|-0.13758879400693425|[-1.0892639225205...|
| -0.524465780549169|[-1.1846913505900...|
| 6.120087504872977|[2.77187904262185...|
| 8.372713565325343|[2.67849034935286...|
+--------------------+--------------------+
only showing top 5 rows
dflr: org.apache.spark.sql.DataFrame = [label: double, features: vector]
summ.predictions.show(5)
+--------------------+--------------------+--------------------+
| label| features| prediction|
+--------------------+--------------------+--------------------+
|-0.28369839885688336|[-0.6039229240784...|0.015148944985370116|
|-0.13758879400693425|[-1.0892639225205...| -1.8302475008314358|
| -0.524465780549169|[-1.1846913505900...|-0.21235762740356035|
| 6.120087504872977|[2.77187904262185...| 5.677132900463971|
| 8.372713565325343|[2.67849034935286...| 7.167539793919845|
+--------------------+--------------------+--------------------+
only showing top 5 rows
SDS-2.x, Scalable Data Engineering Science
Last refresh: Never