MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
../LICENSE
src/opendp/__init__.py
src/opendp/_convert.py
src/opendp/_data.py
src/opendp/_lib.py
src/opendp/accuracy.py
src/opendp/combinators.py
src/opendp/context.py
src/opendp/core.py
src/opendp/domains.py
src/opendp/measurements.py
src/opendp/measures.py
src/opendp/metrics.py
src/opendp/mod.py
src/opendp/polars.py
src/opendp/prelude.py
src/opendp/py.typed
src/opendp/transformations.py
src/opendp/typing.py
src/opendp.egg-info/PKG-INFO
src/opendp.egg-info/SOURCES.txt
src/opendp.egg-info/dependency_links.txt
src/opendp.egg-info/not-zip-safe
src/opendp.egg-info/requires.txt
src/opendp.egg-info/top_level.txt
src/opendp/_extrinsics/__init__.py
src/opendp/_extrinsics/_test.py
src/opendp/_extrinsics/_utilities.py
src/opendp/_extrinsics/_make_np_count/__init__.py
src/opendp/_extrinsics/_make_np_eigendecomposition/__init__.py
src/opendp/_extrinsics/_make_np_eigenvalues/__init__.py
src/opendp/_extrinsics/_make_np_eigenvector/__init__.py
src/opendp/_extrinsics/_make_np_mean/__init__.py
src/opendp/_extrinsics/_make_np_sscp/__init__.py
src/opendp/_extrinsics/_make_np_sum/__init__.py
src/opendp/_extrinsics/domains/__init__.py
src/opendp/_extrinsics/make_np_clamp/__init__.py
src/opendp/_extrinsics/make_np_pca/__init__.py
src/opendp/_extrinsics/sklearn/__init__.py
src/opendp/_extrinsics/sklearn/pca.py
src/opendp/rust/Cargo.toml
src/opendp/rust/katex.html
src/opendp/rust/build/derive.rs
src/opendp/rust/build/main.rs
src/opendp/rust/opendp_derive/Cargo.toml
src/opendp/rust/opendp_derive/src/full.rs
src/opendp/rust/opendp_derive/src/lib.rs
src/opendp/rust/opendp_tooling/Cargo.toml
src/opendp/rust/opendp_tooling/src/lib.rs
src/opendp/rust/opendp_tooling/src/bootstrap/arguments.rs
src/opendp/rust/opendp_tooling/src/bootstrap/docstring.rs
src/opendp/rust/opendp_tooling/src/bootstrap/mod.rs
src/opendp/rust/opendp_tooling/src/bootstrap/partial.rs
src/opendp/rust/opendp_tooling/src/bootstrap/signature.rs
src/opendp/rust/opendp_tooling/src/codegen/mod.rs
src/opendp/rust/opendp_tooling/src/codegen/python.rs
src/opendp/rust/opendp_tooling/src/codegen/python_typemap.json
src/opendp/rust/opendp_tooling/src/codegen/type_hierarchy.json
src/opendp/rust/opendp_tooling/src/codegen/r/c.rs
src/opendp/rust/opendp_tooling/src/codegen/r/mod.rs
src/opendp/rust/opendp_tooling/src/codegen/r/r.rs
src/opendp/rust/opendp_tooling/src/proven/filesystem.rs
src/opendp/rust/opendp_tooling/src/proven/mod.rs
src/opendp/rust/src/lib.rs
src/opendp/rust/src/lib.sty
src/opendp/rust/src/accuracy/accuracy_to_discrete_gaussian_scale.tex
src/opendp/rust/src/accuracy/accuracy_to_discrete_laplacian_scale.tex
src/opendp/rust/src/accuracy/discrete_gaussian_scale_to_accuracy.tex
src/opendp/rust/src/accuracy/discrete_laplacian_scale_to_accuracy.tex
src/opendp/rust/src/accuracy/ffi.rs
src/opendp/rust/src/accuracy/mod.rs
src/opendp/rust/src/accuracy/test.rs
src/opendp/rust/src/combinators/mod.rs
src/opendp/rust/src/combinators/test.rs
src/opendp/rust/src/combinators/amplify/ffi.rs
src/opendp/rust/src/combinators/amplify/mod.rs
src/opendp/rust/src/combinators/amplify/test.rs
src/opendp/rust/src/combinators/chain/ffi.rs
src/opendp/rust/src/combinators/chain/mod.rs
src/opendp/rust/src/combinators/chain/test.rs
src/opendp/rust/src/combinators/chain/shr/mod.rs
src/opendp/rust/src/combinators/chain/shr/partials.rs
src/opendp/rust/src/combinators/fix_delta/ffi.rs
src/opendp/rust/src/combinators/fix_delta/mod.rs
src/opendp/rust/src/combinators/measure_cast/mod.rs
src/opendp/rust/src/combinators/measure_cast/pureDP_to_fixed_approxDP/ffi.rs
src/opendp/rust/src/combinators/measure_cast/pureDP_to_fixed_approxDP/mod.rs
src/opendp/rust/src/combinators/measure_cast/pureDP_to_zCDP/ffi.rs
src/opendp/rust/src/combinators/measure_cast/pureDP_to_zCDP/mod.rs
src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/cdp_epsilon.py
src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/cdp_epsilon.rs
src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/cdp_epsilon.tex
src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/ffi.rs
src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/mod.bib
src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/mod.rs
src/opendp/rust/src/combinators/sequential_compositor/mod.rs
src/opendp/rust/src/combinators/sequential_compositor/interactive/ffi.rs
src/opendp/rust/src/combinators/sequential_compositor/interactive/mod.rs
src/opendp/rust/src/combinators/sequential_compositor/interactive/test.rs
src/opendp/rust/src/combinators/sequential_compositor/noninteractive/ffi.rs
src/opendp/rust/src/combinators/sequential_compositor/noninteractive/mod.rs
src/opendp/rust/src/combinators/sequential_compositor/noninteractive/test.rs
src/opendp/rust/src/core/ffi.rs
src/opendp/rust/src/core/mod.rs
src/opendp/rust/src/core/test.rs
src/opendp/rust/src/data/mod.rs
src/opendp/rust/src/data/test.rs
src/opendp/rust/src/data/ffi/mod.rs
src/opendp/rust/src/data/ffi/polars.rs
src/opendp/rust/src/domains/ffi.rs
src/opendp/rust/src/domains/mod.rs
src/opendp/rust/src/domains/poly.rs
src/opendp/rust/src/domains/code/atom_domain.R
src/opendp/rust/src/domains/code/atom_domain.rst
src/opendp/rust/src/domains/polars/mod.rs
src/opendp/rust/src/domains/polars/expr/ffi.rs
src/opendp/rust/src/domains/polars/expr/mod.rs
src/opendp/rust/src/domains/polars/frame/ffi.rs
src/opendp/rust/src/domains/polars/frame/mod.rs
src/opendp/rust/src/domains/polars/frame/test.rs
src/opendp/rust/src/domains/polars/series/ffi.rs
src/opendp/rust/src/domains/polars/series/mod.rs
src/opendp/rust/src/domains/polars/series/test.rs
src/opendp/rust/src/error/mod.rs
src/opendp/rust/src/error/test.rs
src/opendp/rust/src/ffi/any.rs
src/opendp/rust/src/ffi/dispatch.rs
src/opendp/rust/src/ffi/mod.rs
src/opendp/rust/src/ffi/util.rs
src/opendp/rust/src/interactive/mod.rs
src/opendp/rust/src/measurements/mod.rs
src/opendp/rust/src/measurements/alp/ffi.rs
src/opendp/rust/src/measurements/alp/mod.rs
src/opendp/rust/src/measurements/alp/test.rs
src/opendp/rust/src/measurements/code/README.md
src/opendp/rust/src/measurements/code/make_gaussian.R
src/opendp/rust/src/measurements/code/make_gaussian.rst
src/opendp/rust/src/measurements/code/make_geometric.rst
src/opendp/rust/src/measurements/code/make_laplace.rst
src/opendp/rust/src/measurements/code/make_private_lazyframe.rst
src/opendp/rust/src/measurements/code/make_randomized_response.rst
src/opendp/rust/src/measurements/code/make_randomized_response_bool.rst
src/opendp/rust/src/measurements/code/make_report_noisy_max_gumbel.rst
src/opendp/rust/src/measurements/code/make_user_measurement.rst
src/opendp/rust/src/measurements/code/then_report_noisy_max_gumbel.rst
src/opendp/rust/src/measurements/gaussian/ffi.rs
src/opendp/rust/src/measurements/gaussian/mod.rs
src/opendp/rust/src/measurements/gaussian/test.rs
src/opendp/rust/src/measurements/gaussian/float/mod.rs
src/opendp/rust/src/measurements/gaussian/float/test.rs
src/opendp/rust/src/measurements/gaussian/integer/mod.rs
src/opendp/rust/src/measurements/gaussian/integer/test.rs
src/opendp/rust/src/measurements/geometric/ffi.rs
src/opendp/rust/src/measurements/geometric/mod.rs
src/opendp/rust/src/measurements/geometric/integer/mod.rs
src/opendp/rust/src/measurements/geometric/integer/test.rs
src/opendp/rust/src/measurements/gumbel_max/ffi.rs
src/opendp/rust/src/measurements/gumbel_max/make_report_noisy_max_gumbel.tex
src/opendp/rust/src/measurements/gumbel_max/mod.rs
src/opendp/rust/src/measurements/gumbel_max/references.bib
src/opendp/rust/src/measurements/gumbel_max/test.rs
src/opendp/rust/src/measurements/gumbel_max/pseudocode/make_report_noisy_max_gumbel.py
src/opendp/rust/src/measurements/laplace/ffi.rs
src/opendp/rust/src/measurements/laplace/mod.rs
src/opendp/rust/src/measurements/laplace/test.rs
src/opendp/rust/src/measurements/laplace/float/mod.rs
src/opendp/rust/src/measurements/laplace/float/test.rs
src/opendp/rust/src/measurements/laplace/integer/mod.rs
src/opendp/rust/src/measurements/laplace/integer/test.rs
src/opendp/rust/src/measurements/laplace_threshold/ffi.rs
src/opendp/rust/src/measurements/laplace_threshold/mod.rs
src/opendp/rust/src/measurements/laplace_threshold/test.rs
src/opendp/rust/src/measurements/make_private_expr/ffi.rs
src/opendp/rust/src/measurements/make_private_expr/mod.rs
src/opendp/rust/src/measurements/make_private_expr/expr_index_candidates/mod.rs
src/opendp/rust/src/measurements/make_private_expr/expr_index_candidates/test.rs
src/opendp/rust/src/measurements/make_private_expr/expr_len/mod.rs
src/opendp/rust/src/measurements/make_private_expr/expr_len/test.rs
src/opendp/rust/src/measurements/make_private_expr/expr_literal/mod.rs
src/opendp/rust/src/measurements/make_private_expr/expr_literal/test.rs
src/opendp/rust/src/measurements/make_private_expr/expr_noise/mod.rs
src/opendp/rust/src/measurements/make_private_expr/expr_noise/test.rs
src/opendp/rust/src/measurements/make_private_expr/expr_postprocess/mod.rs
src/opendp/rust/src/measurements/make_private_expr/expr_postprocess/test.rs
src/opendp/rust/src/measurements/make_private_expr/expr_report_noisy_max_gumbel/mod.rs
src/opendp/rust/src/measurements/make_private_expr/expr_report_noisy_max_gumbel/test.rs
src/opendp/rust/src/measurements/make_private_lazyframe/ffi.rs
src/opendp/rust/src/measurements/make_private_lazyframe/mod.rs
src/opendp/rust/src/measurements/make_private_lazyframe/aggregate/mod.rs
src/opendp/rust/src/measurements/make_private_lazyframe/aggregate/test.rs
src/opendp/rust/src/measurements/make_private_lazyframe/postprocess/mod.rs
src/opendp/rust/src/measurements/make_private_lazyframe/postprocess/test.rs
src/opendp/rust/src/measurements/make_private_lazyframe/select/mod.rs
src/opendp/rust/src/measurements/make_private_lazyframe/select/test.rs
src/opendp/rust/src/measurements/make_user_measurement/mod.rs
src/opendp/rust/src/measurements/randomized_response/ffi.rs
src/opendp/rust/src/measurements/randomized_response/make_randomized_response_bool.tex
src/opendp/rust/src/measurements/randomized_response/mod.rs
src/opendp/rust/src/measurements/randomized_response/test.rs
src/opendp/rust/src/measures/ffi.rs
src/opendp/rust/src/measures/mod.rs
src/opendp/rust/src/metrics/ffi.rs
src/opendp/rust/src/metrics/mod.rs
src/opendp/rust/src/polars/mod.rs
src/opendp/rust/src/traits/mod.rs
src/opendp/rust/src/traits/arithmetic/mod.rs
src/opendp/rust/src/traits/bounded/mod.rs
src/opendp/rust/src/traits/cast/mod.rs
src/opendp/rust/src/traits/cast/test.rs
src/opendp/rust/src/traits/operations/mod.rs
src/opendp/rust/src/traits/operations/test.rs
src/opendp/rust/src/traits/samplers/mod.rs
src/opendp/rust/src/traits/samplers/test.rs
src/opendp/rust/src/traits/samplers/bernoulli/mod.rs
src/opendp/rust/src/traits/samplers/bernoulli/sample_bernoulli_float.tex
src/opendp/rust/src/traits/samplers/bernoulli/sample_bernoulli_rational.tex
src/opendp/rust/src/traits/samplers/bernoulli/test.rs
src/opendp/rust/src/traits/samplers/bernoulli/pseudocode/sample_bernoulli_float.py
src/opendp/rust/src/traits/samplers/bernoulli/pseudocode/sample_bernoulli_rational.py
src/opendp/rust/src/traits/samplers/cks20/mod.bib
src/opendp/rust/src/traits/samplers/cks20/mod.rs
src/opendp/rust/src/traits/samplers/cks20/sample_bernoulli_exp.tex
src/opendp/rust/src/traits/samplers/cks20/sample_bernoulli_exp1.tex
src/opendp/rust/src/traits/samplers/cks20/sample_discrete_gaussian.tex
src/opendp/rust/src/traits/samplers/cks20/sample_discrete_laplace.tex
src/opendp/rust/src/traits/samplers/cks20/sample_geometric_exp_fast.tex
src/opendp/rust/src/traits/samplers/cks20/sample_geometric_exp_slow.tex
src/opendp/rust/src/traits/samplers/discretize/mod.rs
src/opendp/rust/src/traits/samplers/discretize/test.rs
src/opendp/rust/src/traits/samplers/geometric/mod.rs
src/opendp/rust/src/traits/samplers/geometric/sample_geometric_buffer.tex
src/opendp/rust/src/traits/samplers/geometric/test.rs
src/opendp/rust/src/traits/samplers/psrn/mod.rs
src/opendp/rust/src/traits/samplers/psrn/test.rs
src/opendp/rust/src/traits/samplers/uniform/SampleUniformIntBelow.tex
src/opendp/rust/src/traits/samplers/uniform/mod.rs
src/opendp/rust/src/traits/samplers/uniform/test.rs
src/opendp/rust/src/traits/samplers/uniform/pseudocode/sample_uniform_int_below_native.py
src/opendp/rust/src/traits/samplers/uniform/pseudocode/sample_uniform_int_below_ubig.py
src/opendp/rust/src/trans/manipulation/make_is_equal.tex
src/opendp/rust/src/transformations/mod.rs
src/opendp/rust/src/transformations/b_ary_tree/ffi.rs
src/opendp/rust/src/transformations/b_ary_tree/mod.rs
src/opendp/rust/src/transformations/b_ary_tree/test.rs
src/opendp/rust/src/transformations/b_ary_tree/consistency_postprocessor/ffi.rs
src/opendp/rust/src/transformations/b_ary_tree/consistency_postprocessor/mod.rs
src/opendp/rust/src/transformations/cast/ffi.rs
src/opendp/rust/src/transformations/cast/mod.rs
src/opendp/rust/src/transformations/cast/test.rs
src/opendp/rust/src/transformations/cast_metric/ffi.rs
src/opendp/rust/src/transformations/cast_metric/mod.rs
src/opendp/rust/src/transformations/cast_metric/test.rs
src/opendp/rust/src/transformations/cast_metric/traits.rs
src/opendp/rust/src/transformations/clamp/ffi.rs
src/opendp/rust/src/transformations/clamp/make_clamp.tex
src/opendp/rust/src/transformations/clamp/mod.rs
src/opendp/rust/src/transformations/clamp/test.rs
src/opendp/rust/src/transformations/count/ffi.rs
src/opendp/rust/src/transformations/count/make_count.tex
src/opendp/rust/src/transformations/count/mod.rs
src/opendp/rust/src/transformations/count/test.rs
src/opendp/rust/src/transformations/count_cdf/ffi.rs
src/opendp/rust/src/transformations/count_cdf/mod.rs
src/opendp/rust/src/transformations/count_cdf/test.rs
src/opendp/rust/src/transformations/covariance/ffi.rs
src/opendp/rust/src/transformations/covariance/mod.rs
src/opendp/rust/src/transformations/covariance/test.rs
src/opendp/rust/src/transformations/dataframe/mod.rs
src/opendp/rust/src/transformations/dataframe/apply/ffi.rs
src/opendp/rust/src/transformations/dataframe/apply/mod.rs
src/opendp/rust/src/transformations/dataframe/apply/test.rs
src/opendp/rust/src/transformations/dataframe/create/ffi.rs
src/opendp/rust/src/transformations/dataframe/create/mod.rs
src/opendp/rust/src/transformations/dataframe/create/test.rs
src/opendp/rust/src/transformations/dataframe/select/ffi.rs
src/opendp/rust/src/transformations/dataframe/select/mod.rs
src/opendp/rust/src/transformations/dataframe/select/test.rs
src/opendp/rust/src/transformations/dataframe/subset/ffi.rs
src/opendp/rust/src/transformations/dataframe/subset/mod.rs
src/opendp/rust/src/transformations/dataframe/subset/test.rs
src/opendp/rust/src/transformations/impute/ffi.rs
src/opendp/rust/src/transformations/impute/mod.rs
src/opendp/rust/src/transformations/impute/test.rs
src/opendp/rust/src/transformations/index/ffi.rs
src/opendp/rust/src/transformations/index/mod.rs
src/opendp/rust/src/transformations/index/test.rs
src/opendp/rust/src/transformations/lipschitz_mul/ffi.rs
src/opendp/rust/src/transformations/lipschitz_mul/mod.rs
src/opendp/rust/src/transformations/lipschitz_mul/test.rs
src/opendp/rust/src/transformations/make_stable_expr/ffi.rs
src/opendp/rust/src/transformations/make_stable_expr/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/test_helper.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_alias/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_alias/test.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_binary/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_binary/test.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_boolean_function/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_boolean_function/test.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_clip/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_clip/test.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_col/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_col/test.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_discrete_quantile_score/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_discrete_quantile_score/plugin_dq_score.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_discrete_quantile_score/test.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_fill_nan/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_fill_nan/test.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_fill_null/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_fill_null/test.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_len/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_len/test.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_lit/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_lit/test.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_sum/mod.rs
src/opendp/rust/src/transformations/make_stable_expr/expr_sum/test.rs
src/opendp/rust/src/transformations/make_stable_lazyframe/ffi.rs
src/opendp/rust/src/transformations/make_stable_lazyframe/mod.rs
src/opendp/rust/src/transformations/make_stable_lazyframe/filter/mod.rs
src/opendp/rust/src/transformations/make_stable_lazyframe/filter/test.rs
src/opendp/rust/src/transformations/make_stable_lazyframe/h_stack/mod.rs
src/opendp/rust/src/transformations/make_stable_lazyframe/h_stack/test.rs
src/opendp/rust/src/transformations/make_stable_lazyframe/source/mod.rs
src/opendp/rust/src/transformations/make_user_transformation/mod.rs
src/opendp/rust/src/transformations/manipulation/ffi.rs
src/opendp/rust/src/transformations/manipulation/make_row_by_row.tex
src/opendp/rust/src/transformations/manipulation/make_row_by_row_fallible.tex
src/opendp/rust/src/transformations/manipulation/mod.rs
src/opendp/rust/src/transformations/manipulation/test.rs
src/opendp/rust/src/transformations/mean/ffi.rs
src/opendp/rust/src/transformations/mean/mod.rs
src/opendp/rust/src/transformations/mean/test.rs
src/opendp/rust/src/transformations/quantile_score_candidates/compute_score.tex
src/opendp/rust/src/transformations/quantile_score_candidates/ffi.rs
src/opendp/rust/src/transformations/quantile_score_candidates/make_quantile_score_candidates.tex
src/opendp/rust/src/transformations/quantile_score_candidates/mod.rs
src/opendp/rust/src/transformations/quantile_score_candidates/references.bib
src/opendp/rust/src/transformations/quantile_score_candidates/test.rs
src/opendp/rust/src/transformations/quantile_score_candidates/pseudocode/compute_score.py
src/opendp/rust/src/transformations/quantile_score_candidates/pseudocode/make_quantile_score_candidates.py
src/opendp/rust/src/transformations/resize/ffi.rs
src/opendp/rust/src/transformations/resize/mod.rs
src/opendp/rust/src/transformations/resize/test.rs
src/opendp/rust/src/transformations/sum/ffi.rs
src/opendp/rust/src/transformations/sum/mod.rs
src/opendp/rust/src/transformations/sum/test.rs
src/opendp/rust/src/transformations/sum/float/mod.rs
src/opendp/rust/src/transformations/sum/float/checked/ffi.rs
src/opendp/rust/src/transformations/sum/float/checked/mod.rs
src/opendp/rust/src/transformations/sum/float/checked/test.rs
src/opendp/rust/src/transformations/sum/float/ordered/ffi.rs
src/opendp/rust/src/transformations/sum/float/ordered/mod.rs
src/opendp/rust/src/transformations/sum/float/ordered/test.rs
src/opendp/rust/src/transformations/sum/int/mod.rs
src/opendp/rust/src/transformations/sum/int/checked/ffi.rs
src/opendp/rust/src/transformations/sum/int/checked/mod.rs
src/opendp/rust/src/transformations/sum/int/checked/test.rs
src/opendp/rust/src/transformations/sum/int/monotonic/ffi.rs
src/opendp/rust/src/transformations/sum/int/monotonic/mod.rs
src/opendp/rust/src/transformations/sum/int/monotonic/test.rs
src/opendp/rust/src/transformations/sum/int/ordered/ffi.rs
src/opendp/rust/src/transformations/sum/int/ordered/mod.rs
src/opendp/rust/src/transformations/sum/int/ordered/test.rs
src/opendp/rust/src/transformations/sum/int/split/ffi.rs
src/opendp/rust/src/transformations/sum/int/split/mod.rs
src/opendp/rust/src/transformations/sum/int/split/test.rs
src/opendp/rust/src/transformations/sum_of_squared_deviations/ffi.rs
src/opendp/rust/src/transformations/sum_of_squared_deviations/mod.rs
src/opendp/rust/src/transformations/sum_of_squared_deviations/test.rs
src/opendp/rust/src/transformations/variance/ffi.rs
src/opendp/rust/src/transformations/variance/mod.rs
src/opendp/rust/src/transformations/variance/test.rs
test/test_accuracy.py
test/test_binary_search.py
test/test_comb.py
test/test_context_usability.py
test/test_convert.py
test/test_core.py
test/test_decorators.py
test/test_docs.py
test/test_interactive.py
test/test_meas.py
test/test_metric_cast.py
test/test_metrics.py
test/test_polars.py
test/test_space_of.py
test/test_subprocesses.py
test/test_tests.py
test/test_trans.py
test/test_typing.py
test/test_user_transform.py