Mathematical notation
This page defines the notation used across the dataset-creation documentation. Equations use descriptive \text{parameter name} labels instead of single Greek letters so readers can connect a formula directly to configuration names.
Probability
The probability that event
The probability that
A comma between events means “and.” Thus
Functions
Raise the mathematical constant
The natural logarithm. It reverses
Convert a probability
Convert log odds back into a probability:
This guarantees an answer between zero and one.
Sampling and aggregation
“Is sampled from” or “follows a distribution.” It describes randomness, not exact equality.
A bell-shaped distribution centered on its mean. The standard deviation controls how spread out the draws are.
A count of successes from a fixed number of yes-or-no trials. For example, purchases can be sampled from 100 clicks with a 3 percent success probability.
Add all listed contributions. A label below the symbol tells the reader which items are included.
Multiply all listed factors.
The number of items in a set.
Factorial. For example,
Rounding and bounds
and
Choose the larger or smaller value. The generator uses these functions to keep counts and standard deviations non-negative.
Round a continuous result to an integer count or a fixed number of currency decimals.
Reading descriptive equations
Text inside an equation names a configuration field or an intermediate quantity. For example:
This is the same calculation a program would express with base_product_price * price_multiplier; the mathematical version is for explanation, while the code name remains exact.