This site uses necessary cookies

Some of these cookies are essential. Strictly necessary cookies enable core functionality, without which, the website cannot function properly. For more detailed information please see our Cookie Policy.


Website stats

We use Matomo Analytics to understand how our website is used and to improve your experience. This tool gathers limited information about the device you use to access the UK Data Service website. To learn more, please see our Privacy Policy.

Glossary

Sampling frame

A sampling frame is a comprehensive list of all the members of the population from which a probability sample will be selected.

Source: SAGE Research Methods.

Satellite imagery

Satellite images (also known as Earth observation imagery, spaceborne photography, or simply satellite photos) are images of Earth captured by satellites operated by governments and businesses worldwide.

Scalability (in computational or data analysis)

The ability of a system, method, or workflow to efficiently handle increasing amounts of data, users, or processing demands without significant loss of performance or reliability.

Semi-supervised learning (machine learning)

A method used to train systems using a combination of labelled and unlabelled data as an input. In semi-supervised learning, the machine learning model learns to correlate the features of each labelled data point with the label assigned to it while also learning from the unlabelled data. For example, a small set of labelled emails combined with many unlabelled emails allows the system to learn more effectively whether a new email is spam or not than using only labelled data. See also Machine learning, Supervised learning, Unsupervised learning, Labelled data and Unlabelled data.

Simulation (synthetic data)

Simulation in the context of synthetic data means creating artificial datasets by building virtual environments on a computer. These environments include agent-based models, digital twins, and more. Simulations allow researchers to generate data that is already labeled and ready for analysis. It is a popular way to create synthetic data when real-world data is unavailable.

Source code

A set of instructions written in a programming language (such as Python, R, JavaScript, or C++) that tells a computer how to perform specific tasks.  Think of it as the blueprint for a piece of software; it tells the computer exactly what to do and how the program should work. Source code is usually referred to simply as ‘code’ when referring to programming.  

Standard error

Standard error measures the uncertainty or variability associated with a sample estimate when compared to the true population parameter. The standard error of a statistic (like a mean or percentage) indicates how much that statistic is expected to vary from the true population value.

The standard error is also inversely proportional to the sample size; the larger the sample size, the smaller the standard error.

Source: Stat Trek Statistics Dictionary.

Statistical modelling

A statistical model is a theoretical construction of the relationship of explanatory variables to variables of interest created to better understand these relationships.

They typically consist of a collection of probability distributions and are used to describe patterns of variability that data may display.

The statistical model is expressed as a function. For example, a researcher may model a linear relationship using the regression function below:

y = b0 + b1x1 + b2x2 … + bixi

In this model, y represents an outcome variable and xi represents its corresponding predictor variables. The term b0 is an intercept for the model. The term bi is a regression coefficient and represents the numerical relationship between the predictor variables and the outcome for the ith term.

Statistical modelling is a major topic. Readers who want to know more will find extensive accounts of statistical models including linear regression and logistic regression in statistical texts and online.

Sources: Science DirectMagoosh Statistics Blog.

Structural similarity

How well a synthetic dataset preserves the structure or shape of the original dataset. This includes the number of columns or rows, the name of each column, the type of data in each, or even the way variables are coded. See also Fidelity and Substantive similarity.

Structured interview

A structured interview follows a strict protocol using a set of defined questions administered in the same order to all interviewees. It allows for a quick collection of focused data, however there are limited opportunities for probing and further exploration of topics. The interviews are usually conducted face to face or over the phone.

Substantive similarity

How well a synthetic dataset preserves the statistical properties, patterns, and relationships found in the original real-world data. This includes features like distribution, central tendency, correlations and more. See also Fidelity and Structural similarity.

Supervised learning (machine learning)

A method used to train systems to make predictions or decisions that use labelled data as input. In supervised learning, the machine learning model learns to correlate the features of each data point with its assigned label. The trained model can then predict or categorize new data points. For example, emails labelled as “spam” or “not spam” allow the system to learn how to understand which features are likely to indicate whether a new email is spam or not. See also Machine learning, Unsupervised learning, Semi-supervised learning and Labelled data.

Survey design

Survey design involves a series of methodological steps to create an effective survey, such as defining an objective, determining a target population, designing the questionnaire etc.

Survey design can also refer to the structure or format of the survey, such as a cross-sectional survey, longitudinal survey etc.

Survey non-response

Survey nonresponse can occur at both an item and unit level.

Item nonresponse occurs when a sample member responds to the survey but fails to provide a valid response to a particular item (e.g. a question they refuse to answer).

Unit nonresponse occurs when eligible sample members either cannot be contacted, refuse to participate in the survey or do not provide sufficient information for their responses to be valid. Unit nonresponse can be a source of bias in survey estimates and reducing unit nonresponse is an important objective of good survey practice.

Source: SAGE Research Methods.

Synthetic data

Data that is generated or created rather than directly collected from real-world observations. It may be designed to resemble real data, either by preserving the structure of the original data set or also preserving patterns and relationships within it. Alternatively, synthetic data may be generated without any intention to resemble real world data. See also Observed data.

System configuration

The hardware, software, and settings that determine how a computer system or project runs. For example, the operating system, installed software, and network settings.