Documentation

Atlas.BooleanFunctions.code.DisagreementStability

noncomputable def BooleanFourier.disagreementProb {n : } (ρ : ) (f : (Fin nBool)) :
Instances For
    theorem BooleanFourier.disagreementProb_eq {n : } (ρ : ) (f : (Fin nBool)) :
    noncomputable def BooleanFourier.noiseSensitivityReal {n : } (δ : ) (f : (Fin nBool)) :
    Instances For
      theorem BooleanFourier.noiseSensitivityReal_eq {n : } (δ : ) (f : (Fin nBool)) :
      noiseSensitivityReal δ f = (1 - noiseStability (1 - 2 * δ) f) / 2
      theorem BooleanFourier.noiseSensitivity_eq {n : } (δ : ) (f : (Fin nBool)Bool) :
      noiseSensitivity δ f = (1 - noiseStability (1 - 2 * δ) fun (x : Fin nBool) => boolToReal (f x)) / 2