-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: User changes to contentful content model
- Loading branch information
1 parent
823494c
commit a493b1c
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -518,3 +518,32 @@ releaseVersion: Not Released Yet | |
|
||
— 31/07/2024 at 10:53:06 AM — | ||
|
||
# CMS Update: 31/07/2024 at 01:38:29 PM | ||
|
||
Editor: Joseph Percival | ||
|
||
Environment: preprod | ||
|
||
Content Type: catalogueTableOfMethods2 | ||
|
||
Revision: 12 | ||
|
||
Updated At: 2024-07-31T13:38:29.607Z | ||
|
||
Content Updated: | ||
|
||
```txt | ||
id: cell-key-perturbation-r | ||
name: Cell Key Perturbation | ||
theme: SDC | ||
expertGroup: SDC | ||
language: Python/Pandas | ||
author: ONS Community Method | ||
description: Cell-key Perturbation adds small amounts of noise to frequency tables, to protect against disclosure. Noise is added to change the counts that appear in the frequency table by small amounts, for example a 14 is changed to a 15. This noise introduces uncertainty in the counts and makes it harder to identify individuals, especially when taking the ‘difference’ between two similar tables. An input file called a ‘ptable’ is needed which specifies the level of perturbation. These can also be used to apply rounding, and a threshold for small counts. | ||
contactDetails: [email protected] | ||
methodReady: false | ||
releaseVersion: Not Released Yet | ||
``` | ||
|
||
— 31/07/2024 at 01:38:29 PM — | ||
|