- Datapoint Types: Uncertainty values that apply to all data points of that type
- Static Inputs: Uncertainty values for static (constant) input values
Setting Uncertainty on Datapoint Types
Uncertainty settings for datapoint types are configured when creating or editing event types in the Data Inputs settings:- Navigate to Data Inputs → Settings
- Create a new event type or edit an existing one
- For each numeric datapoint type, you’ll see an “Add Uncertainty” button next to the unit field
Example: Biochar Weigh Scale Uncertainty
Creating a “Biochar Delivery” event type with a “Biochar weight” datapoint type measured in tons, with a known 0.1t uncertainty of the weigh scale.
- Create the event type and add a numeric datapoint type called “Weight” with unit “U.S. ton”
- Click “Add Uncertainty” next to the unit field, and select Value Type: “Absolute”
- Select a + conservative direction (i.e. delivery amounts are conservatively larger)
- Enter Value:
0.1
Setting Uncertainty on Static Inputs
Static inputs are configured in the Data Inputs settings:- Navigate to Data Inputs → Settings → Static Inputs
- Click “Add Input Type” to create a new static input, or edit an existing one
- For numeric static inputs, you’ll see an “Add Uncertainty” button next to the unit field
Understanding Uncertainty Propagation
Uncertainty automatically propagates through batch calculations. The platform computes uncertainty for each node within the batch calculations, and displays the uncertainty alongside the batch calculations within each Batch detail.Propagation Rules
Uncertainty is propagated through calculations according to how the expressions are modeled: Uncertainty on inputs:- Uncertainty comes from the data points themselves
- If multiple data points are used, their uncertainties are combined
| operator | behavior |
|---|---|
| Summation/Difference | Uncertainty = sum of all child node uncertaintiesuncertainty_total = Σ(uncertainty_child) |
| Product/Quotient | relative uncertainty formulauncertainty = √(Σ(relative_uncertainty²)) × valuerelative_uncertainty = uncertainty_child / value_child |
| Max/Min | Uses the uncertainty from the node with the maximum or minimum value |
Example: Fuel Consumption Emissions
Consider a simple model that calculates total emissions:- Fuel Consumption = 1000 gallons (uncertainty: ±50 gallons)
- Emission Factor = 20 kg CO₂/gallon (uncertainty: ±1 kg CO₂/gallon)
- Direct Emissions = 500 kg CO₂ (uncertainty: ±25 kg CO₂)
- Value: 1000 × 20 = 20,000 kg CO₂
- Relative uncertainties: 50/1000 = 0.05, 1/20 = 0.05
- Combined relative: √(0.05² + 0.05²) = √0.005 = 0.071
- Uncertainty: 20,000 × 0.071 = ±1,420 kg CO₂
- Value: 20,000 + 500 = 20,500 kg CO₂
- Uncertainty: 1,420 + 25 = ±1,445 kg CO₂
Overriding Calculated Uncertainty Values
Sometimes you may want to override the automatically calculated uncertainty for a specific model run. This is useful when you have expert knowledge about the uncertainty that differs from the calculated value. How to Override Uncertainty- Navigate to the Ledger view and open a batch
- In the Batch Calculations Table, locate the node whose uncertainty you want to override
- Click on the uncertainty value (displayed as
(±value)or(±value%)) - A popover will appear with an input field
- Enter your custom uncertainty value
- Click the checkmark (✓) to save, or the delete icon (🗑️) to remove an existing override
Troubleshooting
Uncertainty not appearing in calculations
Uncertainty not appearing in calculations
- Ensure uncertainty is set on the datapoint types used in your events
- Check that data points have values (percentage uncertainty requires a value to convert)
- Verify that the model run has completed successfully
Unexpected uncertainty values:
Unexpected uncertainty values:
- Review the propagation rules to understand how uncertainty combines
- Check if any overrides are set that might affect the calculation
- Verify that all input uncertainties are correctly configured
Percentage uncertainty not converting:
Percentage uncertainty not converting:
- Ensure the datapoint or static input has a value set
- Check that the value type is numeric
- Verify the uncertainty configuration is saved correctly