Michael Shoemate

Results 284 issues of Michael Shoemate

Closes #494 Adds a `ProductDomain`: ```rust struct ProductDomain { inner_domains: Vec } ``` Members of this domain are members of the cartesian product of all the domains in inner_domains. ...and...

Closes #414. This PR uses the discrete laplace and discrete gaussian noise samplers to mimic continuous noise distributions.

The 32-bit SMD curve spews an ugly error when invoked without type parameters, because type inference defaults to f64, and the expected type is not introspected from the curve struct.

CATEGORY: Bug
OpenDP Core

Dependency for #191. Dependency for #503.

CATEGORY: DP Proof

Closes #331 - adds a GH actions workflow that 1. checks out the full repository 2. uses a git command to find a list of edited .tex files in this...

This is a notebook demonstration of OpenDP that includes deeper-level explanations of the library architecture.

Closes #131 This PR focuses only on generating the extern "C" fn's, not the bindings languages. Early WIP.