{
  "schema": "canli.alphac-backtest-overfitting-calculator-contract.v1",
  "status": "REFERENCE_IMPLEMENTATION_CONTRACT",
  "author": "Arhan Canli",
  "published_on": "2026-09-06",
  "claim_boundary": "This runs the production Combinatorially Symmetric Cross-Validation implementation on whatever variant returns you submit. It does not know where your matrix came from, cannot detect lookahead in how it was built, and a low probability of overfitting is not proof a strategy is deployable. It is one diagnostic about whether an in-sample ranking predicts an out-of-sample one, nothing more.",
  "method": {
    "name": "Combinatorially Symmetric Cross-Validation (CSCV)",
    "reference": {
      "authors": "Bailey, Borwein, Lopez de Prado and Zhu",
      "year": 2017,
      "title": "The Probability of Backtest Overfitting",
      "publication": "Journal of Computational Finance 20(4), 39 to 69"
    },
    "question": "Given many configurations evaluated on the same sample, does the one that ranks best in-sample also rank well out-of-sample, across every symmetric way of splitting the sample in half?",
    "steps": [
      "Split the T rows into S contiguous equal blocks (S even). Drop any remainder rows so every block has exactly T div S rows.",
      "For each way of choosing S/2 blocks as in-sample, form the in-sample matrix from those blocks and the out-of-sample matrix from the rest.",
      "Take the in-sample winner: the configuration with the highest in-sample Sharpe.",
      "Find that same configuration's rank among all configurations out-of-sample, ascending, and take the logit of its relative rank.",
      "PBO is the fraction of splits where the in-sample winner lands in the worse half out-of-sample."
    ]
  },
  "implementation": {
    "path": "js/pbo-core.js",
    "matches_engine": "a line-for-line port of alphaforge.validation.pbo.pbo_cscv, the same core the validation API's POST /api/v1/validate/overfitting route imports, so a browser result and an API result on the same matrix agree",
    "exhaustive_rule": "when C(n_splits, n_splits / 2) is at most the combinations ceiling, every split is enumerated and the result is bit-comparable to the Python reference. Above that ceiling, n_splits / 2 sized subsets are sampled without replacement by this repo's mulberry32 generator, and the result is reported as exhaustive: false, agreeing with the Python reference within sampling noise rather than bit for bit."
  },
  "defaults": {
    "n_splits": 16,
    "max_combinations": 2000,
    "seed": 42
  },
  "worked_example": {
    "vector_id": "exhaustive_8x4_70combos",
    "source": "standards/validation-api/vectors.json, the golden-vector corpus the validation API is tested against",
    "n_splits": 8,
    "max_combinations": 2000,
    "seed": 42,
    "n_rows": 160,
    "n_configs": 8,
    "matrix": [
      [
        0.0019317322013447684,
        0.010461432923049026,
        0.007415884212884828,
        0.007239565416499906,
        0.016187762233340765,
        -0.01205558142646329,
        -0.006269554710763733,
        -0.013206632116051251
      ],
      [
        0.0009224749205197012,
        0.009987636553170226,
        -0.0002194788627038025,
        0.004958800664642217,
        -0.019107686641766472,
        0.0014706416587832766,
        -0.009069432512592963,
        0.01775389387246141
      ],
      [
        0.010868490764587924,
        0.009493494832580338,
        -0.0005785496250096947,
        0.006128622742800936,
        0.006578901620545003,
        -0.0034440266642056317,
        -0.004973720354958555,
        -0.001147727834068699
      ],
      [
        -0.004054520093504347,
        -0.005943394175048538,
        -0.0028337537560395782,
        -0.007284177271834528,
        0.007663277859454005,
        -0.015960863337954337,
        0.00823562128615692,
        -0.006255664702584507
      ],
      [
        -0.003459399556941108,
        -0.0135084714186579,
        -0.0014424211884897012,
        -0.002476615092673674,
        0.0019145583053805644,
        -0.005337742959249345,
        0.0009375617930346658,
        0.018196918381290936
      ],
      [
        0.006089996944535953,
        -0.005736900371557184,
        0.009531095952386714,
        -0.0012880113396915819,
        0.005938744680979048,
        0.0061274742894769675,
        -0.003910657167609224,
        -0.019302874975259846
      ],
      [
        -0.0014765362325494177,
        0.005514554237995707,
        -0.0038011040653339457,
        0.0043896931488302815,
        0.009795403716599739,
        -0.005441134150640868,
        0.012313517525412897,
        0.01621804461688138
      ],
      [
        0.012790459442040814,
        0.011654628406272695,
        0.01096796447776445,
        0.022545390605711514,
        0.0018586090464094034,
        0.000020840828512682153,
        0.006031073051902183,
        -0.009081951186439164
      ],
      [
        -0.013531767648845436,
        -0.008820079726267296,
        0.0037256535014264275,
        0.004730533407483048,
        -0.01536358718291743,
        -0.01883463708541837,
        -0.003161422429105865,
        -0.001880565160748975
      ],
      [
        0.001507991669995717,
        0.006713624466370349,
        0.012288341782192546,
        0.0023089642990774158,
        0.006126847036037366,
        -0.010952016928073386,
        -0.011763080144635715,
        0.0023623833449570664
      ],
      [
        0.008646631027839326,
        0.007262434559120877,
        0.0059274199110399585,
        0.007841737089762773,
        0.008098280299966294,
        -0.01752185363937654,
        -0.007341657689505272,
        0.004551597423063389
      ],
      [
        0.0079667196506699,
        -0.015120924094997832,
        0.011730613665619862,
        -0.004388319238464857,
        -0.0023242474937708187,
        0.002738186447603591,
        0.007496352320484423,
        -0.01433116993391593
      ],
      [
        0.01189912576974143,
        0.0007729346772113934,
        -0.007708134949215096,
        -0.0027527314152763767,
        -0.021858383485986194,
        -0.0064761852460208545,
        0.0018190965102151875,
        -0.0070905047521927856
      ],
      [
        -0.0012801286159833144,
        -0.001467623675223655,
        0.0004838089258719638,
        0.010206366653522177,
        -0.00024895779915063803,
        -0.0025996793590577056,
        0.005386452227247717,
        0.020766170605107336
      ],
      [
        -0.0014274767555527653,
        0.005128672527234075,
        -0.015773049500113667,
        0.01345493870380258,
        0.006593835057093626,
        0.013327996680080209,
        -0.0005906025637855198,
        -0.010428155640122234
      ],
      [
        0.010860989121265045,
        0.007535335081579304,
        -0.008670388976499407,
        -0.014729351079461675,
        0.00449132113789157,
        -0.0017139199408547844,
        0.026121658902192063,
        -0.006142464524260306
      ],
      [
        -0.003285622735918152,
        -0.0011076426184894645,
        -0.016650572471534463,
        -0.00889087028937987,
        0.01644362700905584,
        -0.0013137742257009145,
        -0.006083885777334679,
        -0.012718979918739489
      ],
      [
        0.0078048312781640915,
        0.006582976472683512,
        0.002564543633825082,
        -0.003892012882808216,
        0.0030553801260900337,
        0.0038158917969436713,
        -0.006808846602304767,
        0.006223325081568306
      ],
      [
        -0.019153562501453975,
        -0.012890256932424961,
        -0.0030391719493217803,
        -0.0010849909105824522,
        -0.011642754133996484,
        0.0032872197311896983,
        0.01055605732210489,
        0.004510494476543137
      ],
      [
        0.004245292215293057,
        0.008282381650667704,
        0.004044471425934395,
        -0.011423838707260115,
        -0.0020256344361330746,
        0.01291327726787049,
        -0.011374854190104974,
        0.0006229687307586445
      ],
      [
        -0.0018912384430306195,
        -0.008980107010202026,
        -0.010115281582833556,
        0.0010102117370567086,
        0.0031534976693696386,
        0.0030901883114977475,
        -0.014460441686770454,
        -0.002887409037767066
      ],
      [
        0.005457193947217205,
        0.00946807709016017,
        0.00672508120761355,
        0.008316199811861108,
        0.010971367487555195,
        0.008239218610858424,
        -0.008152034083478001,
        0.0005804079506268082
      ],
      [
        -0.005131385836637796,
        -0.02381474534249073,
        -0.01680889279303431,
        0.020889184829203346,
        -0.011172954327018599,
        -0.022421035219437804,
        -0.005848498708191169,
        0.015202917282491915
      ],
      [
        0.0015504228919389182,
        0.004080833020708773,
        -0.002703170802921065,
        -0.0008322902543448689,
        0.012666478292741321,
        0.007959918630943266,
        -0.0008625155882560197,
        0.008916199708690276
      ],
      [
        0.01274466863036695,
        -0.0021916602157521204,
        0.0026998341194149123,
        0.0025412446967532985,
        -0.0066829620422404305,
        0.011508793623550971,
        -0.0016705165222403642,
        -0.006194693359817703
      ],
      [
        -0.014757958326453503,
        -0.012654019800788634,
        0.015254234657803938,
        -0.011400633959382164,
        0.004295547426253928,
        -0.0036714608308621496,
        0.005113277538834825,
        0.006022971748145396
      ],
      [
        -0.005762848155765659,
        -0.002918649313563601,
        0.0009935614863700293,
        0.0011454775167099465,
        -0.000285098262213524,
        -0.0031326723180519316,
        0.0062940914919240665,
        0.013171021891811852
      ],
      [
        0.0074050497186748596,
        -0.007401395397029102,
        0.003959486904080637,
        0.0006110415276203212,
        0.0046162866023911845,
        0.01844843044572406,
        -0.002139533177684692,
        -0.00011501966896377876
      ],
      [
        -0.006866276382303334,
        -0.0028894862637773885,
        -0.005691503664761394,
        0.015998316211323943,
        0.003039744759553269,
        -0.005719179697851054,
        0.019294691056736497,
        -0.013281404696148382
      ],
      [
        0.010612615870300747,
        0.010162441548536197,
        0.005739461511577211,
        -0.00261152191259827,
        -0.00129394967641655,
        -0.0034345434005173376,
        0.007860743028178569,
        -0.023289226019721984
      ],
      [
        -0.0031124226913658995,
        0.0015194420911846824,
        -0.005811653801251481,
        -0.018175910659663723,
        -0.0024282878289673807,
        -0.007551668457034071,
        0.008002674210882165,
        0.01397403761828035
      ],
      [
        0.002693802234567187,
        -0.019341265882601103,
        -0.0019619139402225197,
        -0.00924127534290635,
        0.006820155295374435,
        0.016914576609560333,
        0.003174269781555974,
        0.020352493977031365
      ],
      [
        0.017145556746238765,
        0.006965295405850272,
        -0.008602481953717586,
        0.0020888795263268017,
        -0.0133918900890531,
        0.011509461808362013,
        0.002387326848328648,
        0.014988666489232746
      ],
      [
        0.0062023279238274595,
        -0.018042780505298724,
        0.007876754086465564,
        0.010744840789798996,
        0.018092147671175982,
        -0.008258049821501698,
        -0.007756575526988769,
        0.0021190857106663558
      ],
      [
        -0.007085264849244332,
        -0.012317329360644605,
        -0.009525958947472551,
        0.02729684284095216,
        -0.0049941070346419935,
        -0.008910261566936499,
        -0.0033179615708940013,
        0.0011256977627818986
      ],
      [
        0.01597309701844463,
        0.010500785468199318,
        0.008921658822641293,
        0.0014716559768417554,
        0.0025907506084394084,
        -0.005361987495666244,
        -0.014042505884983819,
        0.02139349387426343
      ],
      [
        -0.0015637353637483237,
        0.011124544692682108,
        -0.002179657133619918,
        0.00006845590374885358,
        -0.0005694355120335758,
        -0.012813628609624124,
        0.00016955828651132418,
        0.0047526160767117544
      ],
      [
        0.011226380349104392,
        0.005869653392580498,
        0.01112207731350409,
        0.0038568171353134087,
        0.0008443869774413465,
        -0.0187804951122086,
        -0.004487834835253006,
        0.016402402538932374
      ],
      [
        0.004076982794154003,
        0.008823252372325167,
        -0.0012695167860403785,
        -0.005889980423624951,
        0.02132202461461653,
        0.004422747561655959,
        0.015792279830856234,
        0.006147203612883046
      ],
      [
        -0.00011176342749174553,
        -0.02160973413597062,
        0.0017426157808626112,
        -0.014840789166646134,
        -0.02139009302702382,
        0.01323194450706673,
        0.008046885169571447,
        0.007238641643169111
      ],
      [
        0.0033070191058867946,
        0.00044714074815575247,
        0.005039088623106025,
        0.002359557173302367,
        0.0015106749321254008,
        0.008205365734434459,
        -0.023804275368466056,
        0.009709631913774285
      ],
      [
        -0.0035699023534975166,
        0.009304091509767926,
        0.012488052796707573,
        -0.0077297224415097355,
        0.008611832890691166,
        0.008454613625332678,
        -0.0065701329491711655,
        -0.00489578954885817
      ],
      [
        0.0034685191348163063,
        -0.022022597702579944,
        -0.004255503359592226,
        0.0020466102424158686,
        -0.004321958876355236,
        -0.01587049822817795,
        -0.0037968372234334163,
        0.01528219060238161
      ],
      [
        0.01536464484960654,
        -0.0011038530716193367,
        -0.007978920527438633,
        -0.00008755696668418984,
        0.00021638366158698732,
        -0.006720709113467705,
        -0.003300538379675281,
        0.006292916532612237
      ],
      [
        0.011403054246152915,
        -0.024363631012480562,
        0.009827693551604738,
        0.0014026848096251891,
        0.011554882055966555,
        -0.00015401363209064338,
        0.004446943508733956,
        0.01645554765173355
      ],
      [
        -0.02767830160832578,
        0.015954985966634357,
        0.001939271708889115,
        -0.01820354708367338,
        -0.02665189275308599,
        0.0031532525290375603,
        -0.010255429562074963,
        0.010073479513416021
      ],
      [
        0.004184889231871611,
        -0.0013121717446184656,
        0.009977638219294007,
        0.001963261934149308,
        0.007452183814444201,
        0.008350223555014883,
        0.003241452504063154,
        0.007923579500441244
      ],
      [
        0.009910439978519592,
        -0.013673618757647957,
        -0.0027168328473779375,
        -0.001190883965817674,
        -0.0037679044828556976,
        -0.015874146025611224,
        -0.005663399491375736,
        0.0034038481686797634
      ],
      [
        0.003939107280330817,
        0.015253845496916963,
        -0.006055779794850812,
        -0.004316300731013892,
        -0.005719561681554813,
        -0.0031520425153234873,
        -0.006029431130366675,
        -0.018704246641063002
      ],
      [
        0.005460922138359589,
        0.009899774771577287,
        0.011215486897420303,
        -0.010864024691496546,
        -0.00192433217899296,
        0.018507945516938518,
        -0.0010718041800746184,
        0.003493174902143807
      ],
      [
        0.00048387591828345745,
        0.010068571192140418,
        0.009690618919588494,
        0.023283442334438527,
        0.00500044902350274,
        0.004495533886237655,
        -0.012126399705993307,
        -0.00409450347132671
      ],
      [
        -0.005017499370883026,
        -0.003282098638977887,
        -0.013108655617590727,
        0.012170063271339085,
        -0.010536633216143896,
        0.002736458759582758,
        -0.01259912469679529,
        0.003472849722994557
      ],
      [
        0.018581561462009878,
        -0.008199522643045198,
        0.003651025899008419,
        -0.0006676549839586802,
        0.0028389819032218987,
        0.004208246491742276,
        -0.006355125321941903,
        -0.0017983348140365668
      ],
      [
        -0.003890219283963629,
        -0.008246515357570615,
        -0.012282038649125797,
        0.00965425341096901,
        -0.007381125552209662,
        0.00665872801552278,
        0.005552874934066572,
        -0.009985286095319904
      ],
      [
        0.012484603359557814,
        -0.00860573958309213,
        0.006288726937597493,
        0.014581091207652528,
        -0.007153669691774465,
        -0.00928908980381428,
        -0.009425963560604673,
        0.022969312299933785
      ],
      [
        -0.0017557722580455824,
        -0.012651018185033863,
        0.008140742885875496,
        -0.0017906173571129573,
        -0.00036196453299050687,
        -0.010011607513713057,
        -0.022304097757750243,
        -0.007368532501319745
      ],
      [
        -0.008534553606184754,
        -0.016287272833562173,
        -0.0109600856891033,
        -0.009584379259578986,
        0.007948848730669908,
        0.006957101994134948,
        0.005054454470855742,
        -0.0054471768043355615
      ],
      [
        -0.010700574247603288,
        0.002862849124116945,
        0.0044877890371215826,
        0.009915055046480723,
        -0.0003853512612594292,
        -0.0014054352569567328,
        0.0029785746704470936,
        -0.009381491287232771
      ],
      [
        -0.006154915745241114,
        0.006310967645937763,
        -0.012702391590347315,
        -0.0008994454727643254,
        0.007725995570071244,
        0.0022772387670784862,
        0.004222502145600975,
        -0.011163036229877233
      ],
      [
        0.000696121435975813,
        -0.002755283300098013,
        0.005996634532029317,
        0.0041766218273883,
        0.0003002312700744969,
        0.019038910499773815,
        0.005490064885825834,
        -0.002790004749965682
      ],
      [
        -0.004034757847678505,
        -0.00024953499804094106,
        -0.005580549862852522,
        0.016507090601373463,
        0.005846701591256891,
        -0.0029251612253264796,
        -0.006363402527391629,
        -0.010530510540464557
      ],
      [
        -0.000547172816774332,
        0.013329887827893013,
        0.008634800005091701,
        -0.00031118402222447405,
        0.0016543484340521624,
        -0.01838185771044432,
        0.007873908510434992,
        -0.0019260276619716486
      ],
      [
        0.016041026328653007,
        -0.0014910189621459016,
        -0.004538225191620989,
        0.002465196657646476,
        -0.0060418393412626364,
        0.013769683457421284,
        0.0032249767021604097,
        0.004051131569601265
      ],
      [
        0.005735569804457847,
        -0.003118999055766946,
        0.005237529136643278,
        0.002183353501553884,
        0.01801600325920236,
        0.001083762752385342,
        0.004236889288955258,
        -0.004044346174887072
      ],
      [
        -0.0011671440095144137,
        -0.0024615291190924027,
        0.013584250262122984,
        0.0015237902727151444,
        0.010479253104523424,
        -0.0018186750842797412,
        -0.0028151105898438934,
        -0.018408570764186755
      ],
      [
        0.011155233610754434,
        0.02149316740216746,
        -0.0013785249608568606,
        0.015268951681758257,
        0.009436737623036501,
        -0.005898204349049073,
        0.00859639866192661,
        -0.00800211740629044
      ],
      [
        -0.00002293576106018663,
        0.01318491301595464,
        0.0025872158624420717,
        -0.010722318243225892,
        0.015129715529870996,
        -0.009987009149422466,
        -0.0006137297530171238,
        -0.00245827474769078
      ],
      [
        0.0013858976394398588,
        -0.0075100083110754695,
        -0.015346398778480643,
        0.019540081908679025,
        -0.00846563513793486,
        -0.007853107081530782,
        -0.023394389723449933,
        0.0018721865536659066
      ],
      [
        0.015868183836110467,
        0.014974734036026772,
        0.028623449212958278,
        0.015983044753928005,
        0.0050998338249035055,
        0.0012953783440601478,
        0.015378870457952538,
        0.0007011284528950311
      ],
      [
        0.005040108741139707,
        -0.008512836175530341,
        0.002062998158782316,
        0.020784735906927112,
        0.00034259375097993387,
        0.005032802483872484,
        -0.022979630894838298,
        0.014491254217520932
      ],
      [
        0.0067620262148642505,
        0.015106032289989042,
        0.003398790823374605,
        -0.0075655042707529,
        -0.012698602813369554,
        0.005875890188084174,
        0.0005402841963257642,
        -0.008987361183913396
      ],
      [
        0.0020310423553840146,
        -0.005717014153260464,
        0.007732594042922661,
        -0.003608226558781959,
        -0.011796208500395018,
        -0.0005065413868309491,
        -0.005296242610318663,
        0.014976699358177947
      ],
      [
        -0.002470282611663369,
        -0.013058639535686414,
        -0.0005328372957218724,
        -0.0025880122354009004,
        0.00258771336112736,
        0.001997645674112356,
        -0.01050782412752134,
        -0.0007786800095956171
      ],
      [
        0.0006599457646308726,
        -0.012310554375014701,
        -0.006087013178005464,
        0.00158982444890862,
        -0.01636765266135781,
        -0.011338529857357596,
        -0.0052290323418155,
        -0.0015384322879808208
      ],
      [
        0.006437906544007143,
        -0.014276378809502839,
        0.0022262095790976676,
        0.00544665775777242,
        0.014627785907408333,
        -0.005013926144342066,
        -0.009983723770264432,
        -0.016165105478606782
      ],
      [
        0.0066724218319448424,
        0.012032893834031335,
        -0.00770138054973954,
        0.0036400217137727603,
        0.007867556527938333,
        0.008877945545457712,
        -0.004576470420432512,
        0.005948933310146723
      ],
      [
        0.001138670481975693,
        -0.009718560212449264,
        0.002439689532331298,
        0.003505101822135902,
        -0.009644555726044779,
        0.004460042029505163,
        0.020001769971272686,
        -0.014851642292286176
      ],
      [
        0.009156851788444088,
        0.009294318542627203,
        0.000692492152719813,
        0.003447718111543552,
        -0.002458220645419816,
        0.013695982360204318,
        -0.009262272496171772,
        -0.0012906435553235469
      ],
      [
        -0.017349712652421162,
        0.003206176480003048,
        0.0036625198266484783,
        -0.016833675044190567,
        -0.00885236210307984,
        0.004567379892420307,
        -0.005142275118976906,
        -0.012390056625903314
      ],
      [
        -0.02332902381050598,
        0.0030740231325983003,
        0.018940067477710206,
        -0.005038554223873837,
        0.0038627212208340125,
        0.003684244037620606,
        -0.0013572202199696886,
        0.0004430410978042308
      ],
      [
        0.0026186873729731573,
        -0.009240309625784598,
        0.024435524094717335,
        0.026667942670784525,
        0.002581786533700382,
        0.017343430749172408,
        -0.008728395606352758,
        -0.0027874359966181266
      ],
      [
        0.01280894618932268,
        -0.012030354600118975,
        -0.013527020206712224,
        0.0029298036863748818,
        -0.020278176138977578,
        0.01677760697808629,
        0.007075417380294642,
        0.0020794146945868745
      ],
      [
        0.008394781547681536,
        -0.00934834865814628,
        -0.009643130420853217,
        0.008150201450732688,
        0.009229285329511241,
        0.001300957813630536,
        -0.0005856953824722986,
        -0.005469236198241067
      ],
      [
        0.015863761518313722,
        -0.01491391469472994,
        -0.008635812253948574,
        -0.005437981679230373,
        -0.015328113374522907,
        -0.01331962336266738,
        -0.01033399490479707,
        0.010099486744104528
      ],
      [
        0.020032091112821025,
        0.0034855593604602077,
        -0.01620790255858258,
        -0.006070793122088199,
        -0.0013650537314998865,
        -0.002689482373033569,
        -0.003710603836466244,
        0.005167067339812668
      ],
      [
        -0.017433256402874193,
        -0.005751184550239575,
        0.00217019327746289,
        0.007194798882199642,
        0.00291288203964232,
        0.00027275085527632295,
        -0.0012797846147631698,
        -0.006535109821189326
      ],
      [
        0.003037997521493585,
        -0.0018602883828034798,
        -0.00683153366984396,
        0.01227534505213152,
        0.012133012612571766,
        -0.003431100522563631,
        0.006478995689937134,
        0.012303870227417697
      ],
      [
        0.0050101299884179,
        0.001631922269858982,
        0.005335640517068196,
        -0.01609440148497828,
        -0.013886283618599844,
        0.005641836847431422,
        0.003179865119120654,
        0.014107551421154841
      ],
      [
        -0.0025128876642241593,
        0.011433027732773063,
        0.011052647240955263,
        0.020170842012290916,
        -0.0075373703721868844,
        -0.0030582287531338015,
        0.0032432438488626016,
        0.0031543370428398707
      ],
      [
        -0.007463970464444029,
        -0.005178493738395702,
        -0.01250314233368541,
        0.023582578529844193,
        -0.0001466004889732183,
        0.00041796048869212506,
        -0.005613086847980894,
        0.0007734436145300848
      ],
      [
        0.010396328505312382,
        -0.0027927304604634536,
        0.0002278108881288697,
        0.022216476315656073,
        0.009740800344524797,
        0.0028827720602062237,
        -0.0036944104397743345,
        0.00028701513898926774
      ],
      [
        -0.004910870720162603,
        0.0032132962390654697,
        -0.006229024834646203,
        -0.006811096996694695,
        -0.003657000933470091,
        -0.010320606496624972,
        0.0022902335266653025,
        0.025442270410950457
      ],
      [
        -0.003966071567878212,
        -0.016360853533991453,
        0.009733805484894805,
        -0.0009233435616184047,
        0.019833978659898104,
        0.0038283586046780854,
        0.009271625984248555,
        -0.007799529956541353
      ],
      [
        -0.01401825462545509,
        -0.0019799188107224213,
        0.006464803530765037,
        -0.008833605611412002,
        -0.01616025373707038,
        -0.006256598098473435,
        -0.004793476130500547,
        -0.003675890660156076
      ],
      [
        0.0012336558003222956,
        0.023405079891918062,
        -0.00020807888549016936,
        -0.00548491613011894,
        -0.011372739984491597,
        0.007408779230817899,
        -0.01637664565574679,
        0.013827681055386112
      ],
      [
        0.0013079436964412781,
        -0.01562559003110835,
        0.0011900428499404066,
        -0.0018023832912082572,
        0.0115599031508671,
        -0.01562380682659551,
        0.0013309185522305397,
        -0.0008598951696019014
      ],
      [
        0.010455734365124713,
        -0.012040666380142331,
        -0.008482613393812012,
        0.018892677113059666,
        0.004816382194670645,
        -0.01546316755238415,
        0.0024978017940144614,
        -0.008602015479754017
      ],
      [
        -0.005618016513134779,
        -0.012919890985652662,
        0.009046835891547615,
        -0.006118576731537023,
        0.0012099337730545126,
        -0.000012806538790410344,
        -0.015914479035358673,
        -0.008183493505776723
      ],
      [
        0.008869033015616767,
        -0.016409785357757424,
        0.0016933405008887335,
        -0.0018182517841883144,
        0.005669850542828642,
        0.0060739473548780875,
        0.007467851154047281,
        -0.0001569433518929873
      ],
      [
        0.003828035361554854,
        -0.007752683386346128,
        -0.006121394507537398,
        0.008266044558998082,
        -0.006652244114233145,
        0.009528848094251693,
        0.009287781584090198,
        -0.008623022489296122
      ],
      [
        0.0069295367550142204,
        -0.00876058908865254,
        0.0027508085843321282,
        -0.008388142560348658,
        0.0027157665962284716,
        0.0010641058128963608,
        -0.010994683148746982,
        0.01985856381914681
      ],
      [
        0.01101287698474338,
        -0.016535318157721822,
        0.0029169185036737218,
        -0.004793999454903817,
        0.01991815529038863,
        -0.001088230249713274,
        0.00343678310072759,
        -0.0022924132107738733
      ],
      [
        0.007835829265781273,
        -0.0058050714016624864,
        -0.00942010605549763,
        -0.0054011869309820125,
        -0.0046606010155744795,
        0.005821075742197065,
        0.00045021288591750577,
        -0.00484965058144723
      ],
      [
        -0.0024681440375225617,
        -0.009529879433257712,
        0.0008830008322620393,
        -0.02067829758547717,
        -0.002604589307424867,
        0.01143375226049351,
        -0.003992088030767185,
        -0.006904243871993577
      ],
      [
        0.0020705035578205857,
        -0.009650694107546568,
        -0.007926846460624066,
        0.006464668221604076,
        -0.006684660554353818,
        0.01917485339173752,
        0.005028208279478439,
        -0.0013717034438264048
      ],
      [
        -0.004520592945883807,
        -0.0029022386778403916,
        -0.022982257822721546,
        0.0020977439904713846,
        0.008532809283436945,
        0.00537563613660442,
        -0.0046396014288170315,
        0.005814618345553645
      ],
      [
        0.008041796551714272,
        -0.0016340264049404685,
        0.0031649191341860095,
        0.010037526206685321,
        0.004243168019022897,
        -0.0041006818181350685,
        -0.00019297846978466265,
        0.001208632870762574
      ],
      [
        -0.014313539456632855,
        0.0009883256538807273,
        -0.0015777889684049553,
        -0.02193189405426816,
        -0.017379909999635918,
        0.017670197211018816,
        0.0007323596078297927,
        0.01313481815322426
      ],
      [
        -0.0020190109601723764,
        0.01504289918352078,
        0.005411240860107791,
        -0.007092797618209877,
        0.0025254811077722477,
        0.015410654824322068,
        0.023647758681632287,
        0.004936321084651191
      ],
      [
        -0.0026578809265418004,
        -0.008821106997812463,
        0.006686070354186997,
        0.01076955331997145,
        0.0012849944674921746,
        -0.0011871745115899631,
        0.00806987033149743,
        0.0047992483203814626
      ],
      [
        0.005877869917703853,
        -0.015313582757577365,
        -0.0033262480493818558,
        0.01883920893497563,
        -0.00017489293630563646,
        0.02425070621296372,
        0.003860815568567638,
        -0.002843066139987422
      ],
      [
        0.004833255910754364,
        0.00605025956038472,
        -0.007185158494627705,
        0.002464281861787013,
        -0.004138986874405149,
        0.014568377824199457,
        -0.004513662764101734,
        0.0012149367569540418
      ],
      [
        -0.012990418787339754,
        -0.013628976308868238,
        -0.0008908195821753261,
        -0.009127982733462431,
        -0.0029296770723427536,
        0.002353613835593128,
        0.0056088313647184715,
        -0.014064985032347044
      ],
      [
        0.00014766908565671416,
        0.006628106284007014,
        -0.0067555651193104,
        -0.0130184287389956,
        -0.006911688584262201,
        0.016249867403877155,
        0.0001924333713670785,
        0.015576485729492112
      ],
      [
        -0.0010596554462646932,
        0.011903440739630795,
        -0.014431207346021236,
        -0.0025173559076366292,
        0.0008875891819148519,
        0.0175819178138474,
        0.0047164666458323805,
        0.011205030686182905
      ],
      [
        -0.0021790167085751436,
        -0.0041343379490015476,
        0.012761605146068314,
        0.014298581226668265,
        0.012315401912907548,
        0.012054143187655695,
        -0.005174821986885106,
        0.02161595348494817
      ],
      [
        0.003769961205181437,
        0.012778965546839811,
        0.007573860831211137,
        -0.017472845918744012,
        -0.019365215052424455,
        -0.015948790215291546,
        -0.00041827340442087796,
        0.011247016686796422
      ],
      [
        -0.0004081912703381781,
        0.008498364661589822,
        -0.012288642326048552,
        -0.006161066896178431,
        -0.008932043235139677,
        0.00037562938672349605,
        -0.011453760712923042,
        -0.0009723257210787434
      ],
      [
        0.00798625929813349,
        -0.004566333121316101,
        -0.008892152020683382,
        -0.004487883475430533,
        -0.012170778525563386,
        -0.01031307832293799,
        0.008077372126298159,
        0.003445798988780541
      ],
      [
        -0.012373092489830277,
        -0.002776779037361971,
        0.00458045982684918,
        0.008067469223901034,
        0.006462011396843097,
        0.009866751764467085,
        -0.00033485949283641205,
        -0.00010324367353853748
      ],
      [
        -0.0004027856504597977,
        0.011055976647762837,
        0.008643653013346103,
        0.017919553701324815,
        0.011291881213845372,
        -0.008049776141813963,
        -0.014704293899542115,
        -0.013869999881116604
      ],
      [
        -0.006901602340808419,
        0.0062213551711494995,
        -0.01398931619085407,
        -0.020275954911723133,
        -0.0018017280220704378,
        0.008103318465521696,
        0.007783640688982418,
        0.016696728010378546
      ],
      [
        0.0015924088595693536,
        -0.005676541548813907,
        -0.0031493747110726035,
        -0.013509571529602667,
        -0.0068711537316750795,
        0.012713083377086667,
        0.020870535094926174,
        0.012558772974527272
      ],
      [
        0.0047799962008827895,
        -0.002637236390005487,
        0.0022365697383257025,
        -0.01915998521158861,
        0.005535761137170001,
        0.007602910622278294,
        -0.0016047970128155698,
        -0.00007142329987295353
      ],
      [
        -0.015288983143004026,
        0.007600391083955398,
        0.007612931586986228,
        -0.028039090538301076,
        -0.006144442012052599,
        0.003160644975407849,
        0.01643434310430307,
        -0.008970665772482296
      ],
      [
        0.0013023977090668966,
        0.014434279638972723,
        0.004459795417276371,
        -0.002485091088842275,
        -0.004735415585156835,
        0.00005474186507806484,
        -0.008240422361501123,
        0.009944771033210632
      ],
      [
        -0.006909828133052595,
        0.005521201444743214,
        0.009262480581883293,
        0.012096810219093226,
        0.0013121896150678355,
        0.00043144318588276626,
        0.003737818567982057,
        0.0013793087548380591
      ],
      [
        0.013592787240949599,
        -0.00039462878319703826,
        0.020018232336047728,
        0.028786311045424565,
        -0.0057572319762726485,
        0.004800769167262871,
        -0.010872809655225768,
        0.008262949150531822
      ],
      [
        0.006883621207075594,
        -0.0014645451428802825,
        -0.009803538568429028,
        0.0009311962186221006,
        0.020824868314057773,
        0.016763986884368334,
        0.004491090869668095,
        -0.005581597146632533
      ],
      [
        0.0023344980175945586,
        -0.007479337723217104,
        -0.013040377957061252,
        -0.00904739383831777,
        0.0065963009348026245,
        0.0035343743642081904,
        0.002229395908142604,
        -0.01066186903069585
      ],
      [
        -0.011766030168332655,
        0.01054458464475409,
        -0.0032438672745429987,
        0.01229177835473797,
        -0.00712666252842699,
        0.01017123731405573,
        0.0027735367128442425,
        -0.004009526237497876
      ],
      [
        -0.0019699776643681173,
        0.01962224741761333,
        0.009690816524743344,
        -0.002293973615331154,
        0.0020397426668775087,
        -0.015250656770544178,
        0.017636947116321574,
        0.01438716831030398
      ],
      [
        -0.0017333638859670496,
        0.004950371417316304,
        -0.027437486075395083,
        0.010129203911907622,
        0.005072152582491801,
        0.002957868461524713,
        0.00861713677033524,
        0.0032965999319590432
      ],
      [
        -0.007540830576242302,
        -0.006791681106426293,
        -0.0016717384800033134,
        0.009187893344197208,
        0.00033025507218876517,
        -0.006687888521953975,
        0.0036458849572420272,
        -0.012371844439753374
      ],
      [
        0.02290234087622367,
        0.0030413236590012276,
        -0.00991811785523748,
        0.001653609290925569,
        0.010811634432148729,
        0.0054186694291579384,
        0.02046400671395757,
        -0.014303740466374486
      ],
      [
        0.017982162205453227,
        -0.00030150150997960187,
        0.008851730961528258,
        0.01723984294344854,
        -0.012072172354694691,
        -0.014238739224581543,
        -0.003921957810332956,
        -0.016723951361057483
      ],
      [
        -0.01828059506337438,
        0.0008281067231147397,
        0.011702712790623487,
        -0.004803355590231644,
        0.005063671741848103,
        0.037003912460306564,
        0.0033989688223508858,
        -0.0030407770618224497
      ],
      [
        0.0004106797082719198,
        0.004383302497360353,
        -0.0028045032745946242,
        0.007026527540164024,
        0.0022796742573300112,
        0.009329825132380901,
        0.0016055557031515574,
        -0.000702173404687643
      ],
      [
        -0.007240994465084747,
        -0.013797934979274673,
        -0.002753864573994305,
        -0.003790717577746348,
        0.002946792951910849,
        -0.0006446235273617999,
        -0.003803988095070327,
        0.02285678935313938
      ],
      [
        0.005332137373602233,
        0.012338004558904683,
        -0.010182632059343956,
        0.010267860380255766,
        0.011926556977533385,
        0.004651490089655346,
        -0.008794736145516081,
        0.012759158580723844
      ],
      [
        -0.005142456742163713,
        -0.015524861688937163,
        -0.016184920518459253,
        0.0007615106024872038,
        -0.004841650361971737,
        0.00818670589372428,
        0.006846855396308457,
        0.013881485040587525
      ],
      [
        0.005500062879554627,
        0.0012404786777176172,
        0.00018514847729761934,
        -0.007824524075931028,
        -0.008257942853492978,
        -0.007246132382110523,
        0.002419635704832708,
        -0.008459450532084611
      ],
      [
        0.0011730558434281716,
        0.010909847352483475,
        -0.024004313349850266,
        -0.00881355301424985,
        -0.0100110825141648,
        -0.000172224089430504,
        -0.015087724991077358,
        -0.006855587223800253
      ],
      [
        0.024890212615235427,
        -0.013922461729741847,
        -0.0010802508041233172,
        0.001883847068995246,
        -0.0032166447414282108,
        -0.012334670164859354,
        0.009765814022490398,
        -0.019539461593478167
      ],
      [
        -0.008048814941587198,
        -0.0026500708616848095,
        -0.006743685092524048,
        0.011327902950436217,
        -0.003687936181017465,
        0.018582794398882788,
        -0.0007349009795423243,
        0.014815893735100576
      ],
      [
        0.005523347012501801,
        -0.0032777374639460424,
        -0.003709101678002293,
        0.00945136670728827,
        -0.00634120874058563,
        -0.0012591299468809605,
        -0.008905877206309318,
        -0.02146067236583528
      ],
      [
        0.00650546365790354,
        0.005463460781729076,
        -0.01309014952319771,
        0.0038030466133758736,
        -0.003406950831957389,
        -0.02010200339090523,
        -0.010410434517709951,
        0.005744715288256223
      ],
      [
        0.011488037562141519,
        0.0030461367344453163,
        0.027196934096859512,
        0.0026971487567536024,
        -0.008357397005325808,
        -0.015617980504008309,
        0.014264660904658714,
        -0.005485516625295044
      ],
      [
        -0.0024824306357539676,
        -0.008943510727687716,
        -0.008875692433810705,
        -0.004291211115013194,
        0.004067020588073213,
        0.004954147487442527,
        0.003027032591475548,
        0.009096903304456982
      ],
      [
        -0.003309501260424675,
        -0.010648069084893425,
        -0.0008619791775020803,
        -0.021001380406444805,
        0.008329634091409185,
        0.004931116368427941,
        0.005154930053089383,
        -0.011095533045079008
      ],
      [
        -0.0031452677271051437,
        0.00006326213344265426,
        -0.010342342934003853,
        -0.011130637769888072,
        -0.0022759301834493462,
        0.0013391608111194859,
        -0.006849114983617565,
        0.010204203905599342
      ],
      [
        0.02415011344513516,
        0.005679427429381958,
        -0.0019743338550201124,
        -0.0033642752430304394,
        0.016077959716132108,
        0.0029633177346899678,
        0.006029301623463599,
        0.0021655572015906043
      ],
      [
        -0.003808174675370319,
        0.015149461105004583,
        -0.002512297548461211,
        0.001449291151575651,
        -0.02166209391569361,
        0.021688625713274172,
        0.007496653724186065,
        -0.0010631189836513082
      ],
      [
        -0.006069295415045146,
        -0.006279671780800517,
        -0.01727660563581431,
        0.004585489876694754,
        -0.008904040453564951,
        0.004163900075895818,
        0.00442723473194929,
        0.019186873662285553
      ],
      [
        0.004070254862756613,
        0.0029000746660186767,
        0.0049978004939758795,
        -0.006273570586804215,
        -0.0024772187687813634,
        0.003288741750627886,
        0.011695114031884193,
        0.007586452876434693
      ],
      [
        -0.000560211448380192,
        0.0124277971938007,
        -0.003582799322102503,
        -0.01506958559169207,
        0.016011186949614092,
        0.0005365124862074346,
        -0.00422761610083878,
        -0.01169049495411445
      ],
      [
        -0.0019344578524400783,
        0.017438205118196826,
        -0.00003692976012144407,
        0.022917388898596153,
        0.0009204799263785876,
        0.012054623471533495,
        0.0010599732338326243,
        -0.0038609332231838945
      ],
      [
        -0.0015456423803539131,
        -0.0019222098714342677,
        -0.011376323162547995,
        -0.01168345458757351,
        0.004411744587186371,
        0.01331823296972456,
        0.002405173071513452,
        0.0013340361674755354
      ],
      [
        -0.0063144952016696825,
        0.012237843318175099,
        0.011429509463552827,
        -0.010779972096594361,
        0.001602071699133876,
        -0.0024521951463281036,
        -0.014115950485956902,
        0.01708270253605734
      ],
      [
        0.014814476596018922,
        0.004131107771627797,
        0.015143764246195847,
        -0.00417605719515437,
        0.0037335845670931904,
        0.014514326669904992,
        -0.0020017263695938066,
        0.004003672355975636
      ]
    ],
    "computed": {
      "pbo": 0.34285714285714286,
      "n_combinations": 70,
      "exhaustive": true,
      "block_length": 20
    }
  },
  "sandbox_safety": [
    "the matrix and parameters you enter never leave your browser; nothing is uploaded",
    "no write path to any ledger, artifact, broker or published record exists",
    "export downloads a JSON receipt of exactly what you entered and what it computed"
  ],
  "content_hash": "sha256:2b17a58d17ef9cf90a8c72017bad0cd2b9ef905743ad77177bb1afb77654fbe0"
}
