Globally sampling NW reconstruction coordinates and advice -- definitions #
A fixed-width reconstruction trial chooses a hybrid coordinate together with full seed and output assignments and a candidate bit. Restricting the full assignments produces the coordinate-dependent outside-seed and later-tail advice. This realizes Hirahara's random tuple in one finite uniform sample space without weighting coordinates by their varying advice-space sizes.
Fixed-width raw advice from which every coordinate's reconstruction advice is obtained by restriction.
Equations
Instances For
One globally sampled reconstruction coordinate and its fixed-width raw advice.
Equations
- Complexity.NWDesign.ReconstructionTrial outputLength seedLength = (Fin outputLength × Complexity.NWDesign.RawReconstructionAdvice outputLength seedLength)
Instances For
Restrict fixed-width raw advice to the outside-seed and later-tail
coordinates used at current.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Coordinate-dependent reconstruction advice extracted from one global trial.
Equations
- design.reconstructionAdviceOfTrial trial = design.reconstructionAdviceOfRaw trial.1 trial.2
Instances For
Agreement probability of the predictor encoded by a global trial.
Equations
- design.reconstructionTrialAgreementProbability hardFunction test trial = design.reconstructionAgreementProbability hardFunction test trial.1 (design.reconstructionAdviceOfTrial trial)
Instances For
Global trials whose reconstructed predictor attains an agreement threshold.
Equations
- One or more equations did not get rendered due to their size.
Instances For
One-draw probability that a uniformly sampled coordinate and fixed-width raw advice encode a predictor meeting the agreement threshold.
Equations
- design.goodReconstructionTrialProbability hardFunction test agreementThreshold = Complexity.uniformProbability (design.goodReconstructionTrialEvent hardFunction test agreementThreshold)
Instances For
Probability that at least one of several independent global trials encodes a predictor meeting the agreement threshold.
Equations
- One or more equations did not get rendered due to their size.