{ "arguments": { "data": { "type_value": "Array", "description": "Atomic type must be numeric." }, "lower": { "type_value": "Array", "default_python": "None", "default_rust": "None", "description": "Estimated minimum possible value of the statistic. Only useful for the snapping mechanism." }, "upper": { "type_value": "Array", "default_python": "None", "default_rust": "None", "description": "Estimated maximum possible value of the statistic. Only useful for the snapping mechanism." } }, "id": "DPMean", "name": "dp_mean", "options": { "implementation": { "type_proto": "string", "type_rust": "String", "default_python": "\"resize\"", "default_rust": "String::from(\"resize\")", "description": "Privatizing algorithm to use. One of [`resize`, `plug-in`]" }, "mechanism": { "type_proto": "string", "type_rust": "String", "default_python": "\"Automatic\"", "default_rust": "String::from(\"Automatic\")", "description": "Privatizing mechanism to use. One of [`Laplace`, `Snapping`, `Gaussian`, `AnalyticGaussian`]." }, "privacy_usage": { "type_proto": "repeated PrivacyUsage", "type_rust": "Vec", "default_python": "None", "description": "Object describing the type and amount of privacy to be used for the mechanism release. Atomic data type value must be float. Example value: {'epsilon': 0.5}" } }, "return": { "type_value": "Array", "description": "Differentially private estimate of the mean of each column of the data." }, "description": "Returns differentially private estimates of the means of each column of the data.", "proto_id": 12 }