summaryrefslogtreecommitdiff
path: root/diffpriv.go
Commit message (Collapse)AuthorAgeFilesLines
* refactored adding of differential privacyDaniel Langesten2015-03-171-1/+1
|
* avoiding division by zero and negative numbers and som comments describing ↵Daniel Langesten2015-03-111-0/+7
| | | | the function
* compile issuesDaniel Langesten2015-03-101-1/+0
|
* added differential privacy to the algorithmDaniel Langesten2015-03-041-5/+4
|
* removed main funcDaniel Langesten2015-03-021-4/+0
|
* now it can add noise of a laplace distributionDaniel Langesten2015-02-241-2/+26
|
* wrote function for generation of values in a laplace distributionDaniel Langesten2015-02-241-2/+21
|
* started on code for laplace distribution generationDaniel Langesten2015-02-241-0/+5