PyDP
1.0.1
Introduction To Differential Privacy
Introduction
Machine Learning and Data
Why is Differential Privacy so important ?
How is Differential Privacy implemented ?
Formal Definition Of Differential Privacy
Differential - Privacy In Real World
Further Reading
Introduction to PyDP
PyDP
PyDP
»
Index
Index
A
|
B
|
C
|
E
|
G
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
U
|
V
|
X
A
add_entries() (pydp.algorithms.laplacian.BoundedMean method)
(pydp.algorithms.laplacian.BoundedStandardDeviation method)
(pydp.algorithms.laplacian.BoundedSum method)
(pydp.algorithms.laplacian.BoundedVariance method)
(pydp.algorithms.laplacian.Count method)
(pydp.algorithms.laplacian.Max method)
(pydp.algorithms.laplacian.Median method)
(pydp.algorithms.laplacian.Min method)
(pydp.algorithms.laplacian.Percentile method)
add_entry() (pydp.algorithms.laplacian.BoundedMean method)
(pydp.algorithms.laplacian.BoundedStandardDeviation method)
(pydp.algorithms.laplacian.BoundedSum method)
(pydp.algorithms.laplacian.BoundedVariance method)
(pydp.algorithms.laplacian.Count method)
(pydp.algorithms.laplacian.Max method)
(pydp.algorithms.laplacian.Median method)
(pydp.algorithms.laplacian.Min method)
(pydp.algorithms.laplacian.Percentile method)
B
BoundedMean (class in pydp.algorithms.laplacian)
BoundedStandardDeviation (class in pydp.algorithms.laplacian)
BoundedSum (class in pydp.algorithms.laplacian)
BoundedVariance (class in pydp.algorithms.laplacian)
C
correlation() (in module pydp.util)
Count (class in pydp.algorithms.laplacian)
E
epsilon() (pydp.algorithms.laplacian.BoundedMean property)
(pydp.algorithms.laplacian.BoundedStandardDeviation property)
(pydp.algorithms.laplacian.BoundedSum property)
(pydp.algorithms.laplacian.BoundedVariance property)
(pydp.algorithms.laplacian.Count property)
(pydp.algorithms.laplacian.Max property)
(pydp.algorithms.laplacian.Median property)
(pydp.algorithms.laplacian.Min property)
(pydp.algorithms.laplacian.Percentile property)
G
GaussianDistribution (class in pydp.distributions)
Geometric() (in module pydp.util)
get_diversity() (pydp.distributions.LaplaceDistribution method)
get_next_power_of_two() (in module pydp.util)
get_uniform_double() (pydp.distributions.LaplaceDistribution method)
L
l0_sensitivity() (pydp.algorithms.laplacian.BoundedMean property)
(pydp.algorithms.laplacian.BoundedStandardDeviation property)
(pydp.algorithms.laplacian.BoundedSum property)
(pydp.algorithms.laplacian.BoundedVariance property)
(pydp.algorithms.laplacian.Count property)
(pydp.algorithms.laplacian.Max property)
(pydp.algorithms.laplacian.Median property)
(pydp.algorithms.laplacian.Min property)
(pydp.algorithms.laplacian.Percentile property)
LaplaceDistribution (class in pydp.distributions)
linf_sensitivity() (pydp.algorithms.laplacian.BoundedMean property)
(pydp.algorithms.laplacian.BoundedStandardDeviation property)
(pydp.algorithms.laplacian.BoundedSum property)
(pydp.algorithms.laplacian.BoundedVariance property)
(pydp.algorithms.laplacian.Count property)
(pydp.algorithms.laplacian.Max property)
(pydp.algorithms.laplacian.Median property)
(pydp.algorithms.laplacian.Min property)
(pydp.algorithms.laplacian.Percentile property)
M
Max (class in pydp.algorithms.laplacian)
mean() (in module pydp.util)
Median (class in pydp.algorithms.laplacian)
memory_used() (pydp.algorithms.laplacian.BoundedMean method)
(pydp.algorithms.laplacian.BoundedStandardDeviation method)
(pydp.algorithms.laplacian.BoundedSum method)
(pydp.algorithms.laplacian.BoundedVariance method)
(pydp.algorithms.laplacian.Count method)
(pydp.algorithms.laplacian.Max method)
(pydp.algorithms.laplacian.Median method)
(pydp.algorithms.laplacian.Min method)
(pydp.algorithms.laplacian.Percentile method)
merge() (pydp.algorithms.laplacian.BoundedMean method)
(pydp.algorithms.laplacian.BoundedStandardDeviation method)
(pydp.algorithms.laplacian.BoundedSum method)
(pydp.algorithms.laplacian.BoundedVariance method)
(pydp.algorithms.laplacian.Count method)
(pydp.algorithms.laplacian.Max method)
(pydp.algorithms.laplacian.Median method)
(pydp.algorithms.laplacian.Min method)
(pydp.algorithms.laplacian.Percentile method)
Min (class in pydp.algorithms.laplacian)
module
pydp.util
N
noise_confidence_interval() (pydp.algorithms.laplacian.BoundedMean method)
(pydp.algorithms.laplacian.BoundedStandardDeviation method)
(pydp.algorithms.laplacian.BoundedSum method)
(pydp.algorithms.laplacian.BoundedVariance method)
(pydp.algorithms.laplacian.Count method)
(pydp.algorithms.laplacian.Max method)
(pydp.algorithms.laplacian.Median method)
(pydp.algorithms.laplacian.Min method)
(pydp.algorithms.laplacian.Percentile method)
O
order_statistics() (in module pydp.util)
P
Percentile (class in pydp.algorithms.laplacian)
percentile() (pydp.algorithms.laplacian.Percentile property)
privacy_budget_left() (pydp.algorithms.laplacian.BoundedMean method)
(pydp.algorithms.laplacian.BoundedStandardDeviation method)
(pydp.algorithms.laplacian.BoundedSum method)
(pydp.algorithms.laplacian.BoundedVariance method)
(pydp.algorithms.laplacian.Count method)
(pydp.algorithms.laplacian.Max method)
(pydp.algorithms.laplacian.Median method)
(pydp.algorithms.laplacian.Min method)
(pydp.algorithms.laplacian.Percentile method)
pydp.util
module
Q
qnorm() (in module pydp.util)
quick_result() (pydp.algorithms.laplacian.BoundedMean method)
(pydp.algorithms.laplacian.BoundedStandardDeviation method)
(pydp.algorithms.laplacian.BoundedSum method)
(pydp.algorithms.laplacian.BoundedVariance method)
(pydp.algorithms.laplacian.Count method)
(pydp.algorithms.laplacian.Max method)
(pydp.algorithms.laplacian.Median method)
(pydp.algorithms.laplacian.Min method)
(pydp.algorithms.laplacian.Percentile method)
R
reset() (pydp.algorithms.laplacian.BoundedMean method)
(pydp.algorithms.laplacian.BoundedStandardDeviation method)
(pydp.algorithms.laplacian.BoundedSum method)
(pydp.algorithms.laplacian.BoundedVariance method)
(pydp.algorithms.laplacian.Count method)
(pydp.algorithms.laplacian.Max method)
(pydp.algorithms.laplacian.Median method)
(pydp.algorithms.laplacian.Min method)
(pydp.algorithms.laplacian.Percentile method)
result() (pydp.algorithms.laplacian.BoundedMean method)
(pydp.algorithms.laplacian.BoundedStandardDeviation method)
(pydp.algorithms.laplacian.BoundedSum method)
(pydp.algorithms.laplacian.BoundedVariance method)
(pydp.algorithms.laplacian.Count method)
(pydp.algorithms.laplacian.Max method)
(pydp.algorithms.laplacian.Median method)
(pydp.algorithms.laplacian.Min method)
(pydp.algorithms.laplacian.Percentile method)
round_to_nearest_multiple() (in module pydp.util)
S
safe_add() (in module pydp.util)
safe_square() (in module pydp.util)
safe_subtract() (in module pydp.util)
sample() (pydp.distributions.GaussianDistribution method)
(pydp.distributions.LaplaceDistribution method)
serialize() (pydp.algorithms.laplacian.BoundedMean method)
(pydp.algorithms.laplacian.BoundedStandardDeviation method)
(pydp.algorithms.laplacian.BoundedSum method)
(pydp.algorithms.laplacian.BoundedVariance method)
(pydp.algorithms.laplacian.Count method)
(pydp.algorithms.laplacian.Max method)
(pydp.algorithms.laplacian.Median method)
(pydp.algorithms.laplacian.Min method)
(pydp.algorithms.laplacian.Percentile method)
standard_deviation() (in module pydp.util)
stddev() (pydp.distributions.GaussianDistribution property)
U
UniformDouble() (in module pydp.util)
V
variance() (in module pydp.util)
vector_filter() (in module pydp.util)
vector_to_string() (in module pydp.util)
X
xor_strings() (in module pydp.util)