Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #23416

Closed (moved)
Open
Opened Sep 06, 2017 by teor@teor

Document the precision and limits of sample_laplace_distribution()

The function documentation of sample_laplace_distribution() should answer the following questions:

  • what is the range of outputs?
  • what is the precision of the outputs?

add_laplace_noise() should document, and possible enforce:

  • what is the maximum delta_f / epsilon value that can be used within the limits of double precision arithmetic?
    • to preserve differential privacy, the low bits have to be obscured by the noise. So this can be at most 2^53^.
  • what is the minimum delta_f / epsilon value that can be used within the limits of double precision arithmetic?
    • (zero provides no differential privacy)
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Tor: unspecified
Milestone
Tor: unspecified
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#23416