Configure Discrete Perturbation
Prerequisites
To use perturbation, you must have:
- R Keys in the unit records.
- A perturbation table (PTable) file for each dataset. This file is in CSV format with the extension .pert
Module Properties
The Perturbation module has the following properties you can configure.
Property | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
RKEY | Set this to true to use the R Keys in the unit records. | ||||||||||||||||||||||||||||||||
FREQ | Set this to true to perturb cell values based on the contribution count rather than the cross-tabulation (cell) value. | ||||||||||||||||||||||||||||||||
SmallN | An integer that controls how to lookup adjustments from the perturbation table when the count being perturbed is larger than the width of the PTable. Its value can be 10 or below (the default value is 10). An important feature of perturbation is that all cells get perturbed, including large values. When determining the offset to apply to a given cell, the perturbation algorithm uses the count to select a column from the PTable. For example, if the count is 8, then a perturbation offset is picked from column 8 in the PTable (with the R Keys being used to identify which row in that column to use). The The methodology is as follows:
For example: PTableSize = 30, SmallN = 10
PTableSize = 29, SmallN = 10
| ||||||||||||||||||||||||||||||||
RULESET | This setting is optional and not required for the default behaviour. Use this option to perturb other results:
For example:
| ||||||||||||||||||||||||||||||||
PTableSize | The number of columns in the perturbation table. The default value is 30. | ||||||||||||||||||||||||||||||||
BigN | An integer to be used as the modulo base when adding R Keys. Must not exceed 2^32 (4294967296). The default value is 4294967296. | ||||||||||||||||||||||||||||||||
ConfidentialityModule | Set this to | ||||||||||||||||||||||||||||||||
Message | A message to be displayed to users in the client. | ||||||||||||||||||||||||||||||||
PTable | The location of the perturbation file for this dataset. If you do not set a value for the PTable property, then by default SuperSERVER expects this file to be saved in the same location as the SXV4 file, but with the extension .pert instead of .sxv4. For example, if the SXV4 file is C:\ProgramData\STR\SuperSERVER SA\databases\RetailBanking.sxv4 then the perturbation file is expected to be located at C:\ProgramData\STR\SuperSERVER SA\databases\RetailBanking.pert If you want to use a different location for the file, then you can set the value of PTable to the location of the .pert file. You can either use an absolute path or a relative path (relative to the SuperSERVER program data directory, which is C:\ProgramData\STR\SuperSERVER SA if you installed to the default location). Any backslashes in the path will need to be escaped with an additional backslash (forward slashes can also be used but do not need to be escaped). For example:
CODE
If the contents of the perturbation file are modified in any way, you must restart SuperSERVER in order for the change to take effect. This is for performance reasons (SuperSERVER caches the perturbation file so that it does not have to reload and parse it on every tabulation). | ||||||||||||||||||||||||||||||||
PropagateZeroes | Whether to propagate zeros between fact tables. This setting is designed to counter a potential attack vector for perturbation in cases where it might be possible to use information from one fact table to infer that a value for a related fact table, which has been perturbed to zero, is not a true zero. For example, consider a case where there is a household fact table and a people fact table describing the people within those households. An attacker might be able to create a table that counts households where a particular cell has one true record, representing a single household. The value of this cell would be perturbed to zero. However, if the attacker changes the table so that it counts people instead, and sees that there is now a value returned for that cell (because the number of people in that single household is large enough not to be perturbed to zero), then the attacker now knows that there is in fact at least one household record for that cell. Propagate zeros is designed to circumvent this attack by propagating the perturbed zero between fact tables. In this example, it would propagate the perturbed zero from the household level down to the people level. The table counting people would therefore also return a zero value, regardless of how many people there actually are in that household. This setting also coordinates perturbation with measures: if a fact table count is perturbed to zero, then the measures for that fact table will also be perturbed to zero. To apply zero propagation, use the following command:
CODE
The available settings are:
For example:
CODE
| ||||||||||||||||||||||||||||||||
PropagateZeroesFieldValues | An optional setting that allows you to configure the propagate zeroes feature so that it only runs if specific fields or field values are in the table. You can choose to specify:
To apply conditional propagate zeroes, use one of the following commands:
CODE
You can specify multiple fields, in which case propagate zeroes will apply if any one of those fields or the specified field values are in the table. If you want to list a large number of fields, it may be easier to use the As shown above, you can either use display names or IDs when specifying the list. IDs are strongly recommended as it ensures that field values will be considered even if they are in group recodes. You can obtain IDs from SuperADMIN using the
CODE
For example:
CODE
In this example the fact table ID is
CODE
When specifying field values, you can also use either display names or IDs. You can obtain the IDs in SuperADMIN as follows:
CODE
For example:
CODE
To configure propagate zeroes to only apply if Married or Divorced are in the table, you would use a command similar to the following:
CODE
If you use the | ||||||||||||||||||||||||||||||||
PropagateZeroesFieldValuesFile | An optional setting that allows you to specify a CSV file containing a list of fields or field values where you want propagate zeroes to apply. Fields and field values are specified in the same way as when using
CODE
Save your file to the SuperSERVER data directory (C:\ProgramData\STR\SuperSERVER SA). For example:
CODE
propagate-zeroes.csv
CODE
If you use the | ||||||||||||||||||||||||||||||||
PropagateZeroesThreshold | The propagation threshold. Use the threshold to control whether a cell can be set to zero by zero propagation from a related level/record count:
CODE
If the record count of a cell is less than or equal to this threshold, then it can be set to zero by zero propagation. For example, the following command ensures that cells with record counts of 5 or less can be set to zero:
CODE
| ||||||||||||||||||||||||||||||||
QUANTILEVALIDATION QUANTILEPTABLE QUANTILECONFIG | The location of the configuration files for quantile perturbation. By default, these files should be in the same location as the SXV4 file, but you can use these properties to set an alternative location. See Quantiles and Ranges for more details. |
Apply the Plugin
Login to SuperADMIN and create a new method:
CODE> method addmethod perturbation_method
This example sets the ID of the new method to
perturbation_method
. This ID will be used in all the following examples, although you can replace this with your preferred ID if you wish.Add the Perturbation Data Control plugin to the method:
CODE> method perturbation_method adddcplugin perturbation Perturbation
This example sets the ID of the plugin within this method to
perturbation
. You can replace this with your preferred ID.The
Perturbation
at the end of this command is the library name for the perturbation module. This is case sensitive and must be specified exactly as shown here.Set the plugin properties:
CODE> method perturbation_method perturbation addproperty RKEY "true" > method perturbation_method perturbation addproperty FREQ "true" > method perturbation_method perturbation addproperty "SmallN" "10" > method perturbation_method perturbation addproperty "PTableSize" "30" > method perturbation_method perturbation addproperty "BigN" "4294967296" > method perturbation_method perturbation addproperty ConfidentialityModule "true" > method perturbation_method perturbation addproperty Message "Data has been perturbed"
Assign the method to a dataset (in this example we are assigning the method to a dataset with the ID
bank
):CODE> cat bank addmethod perturbation_method
You can review the method details using the command
cat <dataset_id> methods details <method_id>
:CODE> cat bank methods details perturbation_method [ Method : perturbation_method (id:perturbation_method) (type:mandatory) ] [ Common ] [ DCPlugin : Perturbation (id:perturbation) (priority:1) ] [ RKEY : true ] [ FREQ : true ] [ SmallN : 10 ] [ PTableSize : 30 ] [ BigN : 4294967296 ] [ ConfidentialityModule : true ] [ Message : Data has been perturbed ]
Perturbation with Weighted Datasets
If you have weighted datasets, then you must apply an additional data control module, Average_cellwgt
, to your perturbation methods. This module effectively scales up the perturbed amount to account for the weighting.
When using weighted datasets:
- The average cell weight module must be added to the method after the perturbation module, as it uses the result of the perturbation as part of its calculation.
- The
FREQ
property must be set totrue
.
The following is a complete example of perturbation with weighted datasets:
method addmethod weighted_perturbation_example
method weighted_perturbation_example adddcplugin weighted_perturbation Perturbation
method weighted_perturbation_example weighted_perturbation addproperty RKEY "true"
method weighted_perturbation_example weighted_perturbation addproperty "SmallN" "10"
method weighted_perturbation_example weighted_perturbation addproperty "PTableSize" "30"
method weighted_perturbation_example weighted_perturbation addproperty "BigN" "4294967296"
method weighted_perturbation_example weighted_perturbation addproperty ConfidentialityModule "true"
method weighted_perturbation_example weighted_perturbation addproperty Message "Data has been perturbed"
method weighted_perturbation_example adddcplugin Average_cellwgt Average_cellwgt
method weighted_perturbation_example common addproperty FREQ "true"
Make Perturbation of Measures Consistent
If you have measures in your dataset, you can use the perturbed estimates module to scale the perturbation proportionately to those measures. Simply add the perturbed estimates module to run after perturbation (and after Average_cellwgt
in the case of weighted datasets).
For example:
method perturbation_method adddcplugin perturbation Perturbation
method perturbation_method perturbation addproperty RKEY "true"
method perturbation_method perturbation addproperty FREQ "true"
method perturbation_method perturbation addproperty "SmallN" "10"
method perturbation_method perturbation addproperty "PTableSize" "30"
method perturbation_method perturbation addproperty "BigN" "4294967296"
method perturbation_method perturbation addproperty ConfidentialityModule "true"
method perturbation_method perturbation addproperty Message "Data has been perturbed"
method perturbation_method adddcplugin perturbedestimates perturbedestimates
See Perturbed Estimates for more details.