<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Comet_maths | CoMet Toolkit</title><link>https://comet-toolkit.github.io/comet_website/tag/comet_maths/</link><atom:link href="https://comet-toolkit.github.io/comet_website/tag/comet_maths/index.xml" rel="self" type="application/rss+xml"/><description>Comet_maths</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Tue, 13 May 2025 00:00:00 +0000</lastBuildDate><image><url>https://comet-toolkit.github.io/comet_website/media/logo_hu8565871317096902300.png</url><title>Comet_maths</title><link>https://comet-toolkit.github.io/comet_website/tag/comet_maths/</link></image><item><title>CoMet Toolkit vs. Atmospheric Weather Balloons</title><link>https://comet-toolkit.github.io/comet_website/user-guide/case-studies/gruan/</link><pubDate>Tue, 13 May 2025 00:00:00 +0000</pubDate><guid>https://comet-toolkit.github.io/comet_website/user-guide/case-studies/gruan/</guid><description>&lt;h2 id="-background">🎈 Background&lt;/h2>
&lt;p>&lt;strong>Global Climate Observing System (&lt;a href="https://gcos.wmo.int/site/global-climate-observing-system-gcos" target="_blank" rel="noopener">GCOS&lt;/a>)&lt;/strong> ensures access to long-term climate observations. Within GCOS, the &lt;strong>GCOS Reference Upper-Air Network (&lt;a href="https://www.gruan.org/" target="_blank" rel="noopener">GRUAN&lt;/a>)&lt;/strong> plays a key role by providing reference-quality atmospheric balloon data.&lt;/p>
&lt;p>GRUAN data includes measurements such as temperature, humidity and pressure. This data is traceable to SI standards, and published with detailed uncertainty and metadata. At present, GRUAN does not report detailed error correlation across its data products.&lt;/p>
&lt;p>This article outlines a study which has successfully deployed &lt;strong>CoMet Toolkit&lt;/strong> to acquire covariance information of GRUAN data.&lt;/p>
&lt;h3 id="-aims">🗸 Aims&lt;/h3>
&lt;ol>
&lt;li>Investigate GRUAN data product &lt;strong>uncertainty components&lt;/strong>.&lt;/li>
&lt;li>Obtain covariance matrices for &lt;strong>temperature (T)&lt;/strong> and &lt;strong>relative humidity (RH)&lt;/strong>.&lt;/li>
&lt;li>Assess how different &lt;strong>data processing&lt;/strong> strategies impact covariance.&lt;/li>
&lt;/ol>
&lt;h2 id="-data">📋 Data&lt;/h2>
&lt;p>GRUAN data is gathered via &lt;strong>radiosondes&lt;/strong> mounted on weather balloons, recording vertical atmospheric profiles at high resolution (1–2 seconds per point) reaching altitudes of 30–35 km.&lt;/p>
&lt;p>We selected two radiosonde launches from &lt;strong>Lindenberg, Germany&lt;/strong> (GRUAN’s lead centre) on &lt;strong>January 1st, 2024&lt;/strong> at 00:00 and 12:00 UTC. The data is available in NetCDF format, and includes full metadata and GRUAN-validated uncertainty components.&lt;/p>
&lt;p>Each balloon ascent collects thousands of measurements. To reduce the number of data points, this data is typically layered. For instance, &lt;strong>137-layer ECMWF pressure coordinate system&lt;/strong>, is commonly used in atmospheric modelling.&lt;/p>
&lt;p>
&lt;figure >
&lt;div class="flex justify-center ">
&lt;div class="w-100" >&lt;img alt="Balloon ascent processing" srcset="
/comet_website/user-guide/case-studies/gruan/layer_diagram_hu17514791645989958006.webp 400w,
/comet_website/user-guide/case-studies/gruan/layer_diagram_hu7339763914896788752.webp 760w,
/comet_website/user-guide/case-studies/gruan/layer_diagram_hu13817019637445873972.webp 1200w"
src="https://comet-toolkit.github.io/comet_website/comet_website/user-guide/case-studies/gruan/layer_diagram_hu17514791645989958006.webp"
width="760"
height="525"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;h3 id="-uncertainties">🗸 Uncertainties&lt;/h3>
&lt;p>For each measurement point, GRUAN reports the combined uncertainty as well as three uncertainty components:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Uncorrelated&lt;/strong>: random, no relationship between points exists.&lt;/li>
&lt;li>&lt;strong>Spatially Correlated&lt;/strong>: data within a single vertical profile is spatially related&lt;/li>
&lt;li>&lt;strong>Temporally Correlated&lt;/strong>: data across different soundings and/or sites is temporally related (e.g., due to shared calibration).&lt;/li>
&lt;/ul>
&lt;p>GRUAN assumes full (r = 1) correlation for spatial and temporal components—an important simplification carried into the analysis.&lt;/p>
&lt;p>
&lt;figure >
&lt;div class="flex justify-center ">
&lt;div class="w-100" >&lt;img alt="GRUAN Correlation Types" srcset="
/comet_website/user-guide/case-studies/gruan/correlation_diagram_hu12510642735996953314.webp 400w,
/comet_website/user-guide/case-studies/gruan/correlation_diagram_hu232782019917282223.webp 760w,
/comet_website/user-guide/case-studies/gruan/correlation_diagram_hu14546093075189342172.webp 1200w"
src="https://comet-toolkit.github.io/comet_website/comet_website/user-guide/case-studies/gruan/correlation_diagram_hu12510642735996953314.webp"
width="760"
height="408"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;h2 id="comet-setup">☄️CoMet Setup&lt;/h2>
&lt;p>Covariance and correlation matrices were calculated using &lt;strong>CoMet&lt;/strong>.&lt;/p>
&lt;ul>
&lt;li>&lt;code>obsarray&lt;/code>: used to re-structure weather balloon measurements, their uncertainty, and metadata (units, dimensions)&lt;/li>
&lt;li>&lt;code>comet_maths&lt;/code>: performed the mathematical operations to compute covariance matrices, correlation information&lt;/li>
&lt;/ul>
&lt;h2 id="-results">🗂️ Results&lt;/h2>
&lt;p>Using CoMet, raw covariance matrices were computed from the unprocessed midday profile.&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Temperature&lt;/strong> and &lt;strong>RH&lt;/strong> matrices show strong diagonals (variance) and structured off-diagonal patterns (systematic uncertainty).&lt;/li>
&lt;li>The RH covariance scale is notably higher, especially due to sensitivity to solar radiation during daytime launches.&lt;/li>
&lt;/ul>
&lt;p>In layered heatmaps:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>White regions&lt;/strong> indicate missing data beyond balloon burst.&lt;/li>
&lt;li>&lt;strong>Mean-layered&lt;/strong> data shows reduced variance (weaker diagonal).&lt;/li>
&lt;li>&lt;strong>Subsampled&lt;/strong> data retains more variance but still shows strong off-diagonal structure due to full assumed correlation.&lt;/li>
&lt;/ul>
&lt;p>Notably, the &lt;strong>Upper Troposphere–Lower Stratosphere (UTLS)&lt;/strong> region exhibits distinct covariance patterns.&lt;/p>
&lt;p>
&lt;figure >
&lt;div class="flex justify-center ">
&lt;div class="w-100" >&lt;img alt="Layered Covariance - Temperature" srcset="
/comet_website/user-guide/case-studies/gruan/temperature_hu9765008559302177313.webp 400w,
/comet_website/user-guide/case-studies/gruan/temperature_hu9330433702524925262.webp 760w,
/comet_website/user-guide/case-studies/gruan/temperature_hu16025863812386761370.webp 1200w"
src="https://comet-toolkit.github.io/comet_website/comet_website/user-guide/case-studies/gruan/temperature_hu9765008559302177313.webp"
width="506"
height="438"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;h3 id="-layered-relative-humidity-covariance">🗸 Layered Relative Humidity Covariance&lt;/h3>
&lt;p>Layered RH matrices differ significantly:&lt;/p>
&lt;ul>
&lt;li>Covariance values are up to &lt;strong>100× greater&lt;/strong> than for temperature.&lt;/li>
&lt;li>Heatmaps show a &lt;strong>checkerboard pattern&lt;/strong>, indicating high inter-layer correlation.&lt;/li>
&lt;li>Averaging reduces the variance, and temporal correlations dominate the structure, reflecting RH’s rapid environmental sensitivity.&lt;/li>
&lt;/ul>
&lt;p>These findings underscore the need to treat RH and temperature differently in uncertainty-aware models.&lt;/p>
&lt;p>
&lt;figure >
&lt;div class="flex justify-center ">
&lt;div class="w-100" >&lt;img alt="Layered Covariance - Relative Humidity" srcset="
/comet_website/user-guide/case-studies/gruan/rh_hu1809459670579690738.webp 400w,
/comet_website/user-guide/case-studies/gruan/rh_hu4714881844850824206.webp 760w,
/comet_website/user-guide/case-studies/gruan/rh_hu850635564388066503.webp 1200w"
src="https://comet-toolkit.github.io/comet_website/comet_website/user-guide/case-studies/gruan/rh_hu1809459670579690738.webp"
width="517"
height="440"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;h3 id="-summary-of-findings">🗸 Summary of Findings&lt;/h3>
&lt;p>This project:&lt;/p>
&lt;ul>
&lt;li>Developed and validated a method for &lt;strong>computing covariance matrices&lt;/strong> from GRUAN RS-41 data using &lt;strong>CoMet&lt;/strong>,&lt;/li>
&lt;li>Tested multiple data processing strategies (mean, subsample, integration),&lt;/li>
&lt;li>Provided practical recommendations through a &lt;strong>GRUAN Technical Note&lt;/strong>.&lt;/li>
&lt;/ul>
&lt;p>The results help researchers better account for correlated uncertainty when working with radiosonde data.&lt;/p>
&lt;h3 id="-future-work">🗸 Future Work&lt;/h3>
&lt;p>Planned next steps include:&lt;/p>
&lt;ul>
&lt;li>Incorporating &lt;strong>Tier 2&lt;/strong> uncertainty sources,&lt;/li>
&lt;li>Implementing &lt;strong>partial correlation&lt;/strong> handling,&lt;/li>
&lt;li>Expanding to other variables (e.g., pressure, wind, radiation).&lt;/li>
&lt;/ul>
&lt;p>These developments will enhance climate models’ treatment of uncertainty and ensure even greater accuracy in long-term climate monitoring.&lt;/p></description></item><item><title>CoMet v1 release</title><link>https://comet-toolkit.github.io/comet_website/latest-news/24-04-15-v1-released/</link><pubDate>Mon, 15 Apr 2024 00:00:00 +0000</pubDate><guid>https://comet-toolkit.github.io/comet_website/latest-news/24-04-15-v1-released/</guid><description>&lt;h3 id="-comet-toolkit-v10-released">🎉 CoMet Toolkit v1.0 Released!&lt;/h3>
&lt;p>We’re excited to announce the release of version 1.0 — the first stable release of the CoMet Toolkit!&lt;/p>
&lt;p>This milestone includes three core Python packages:&lt;/p>
&lt;ol>
&lt;li>&lt;a href="https://comet-toolkit.github.io/comet_website/tools/comet-maths">&lt;strong>comet_maths&lt;/strong>&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://comet-toolkit.github.io/comet_website/tools/punpy">&lt;strong>punpy&lt;/strong>&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://comet-toolkit.github.io/comet_website/tools/obsarray">&lt;strong>obsarray&lt;/strong>&lt;/a>&lt;/li>
&lt;/ol>
&lt;p>All three are now available on &lt;a href="https://github.com/comet-toolkit" target="_blank" rel="noopener">GitHub&lt;/a> and can be installed directly via Python package index &lt;strong>(pip)&lt;/strong>:&lt;/p>
&lt;pre>&lt;code>- pip install comet_maths
- pip install punpy
- pip install obsarray
&lt;/code>&lt;/pre>
&lt;h3 id="-these-tools-have-been-validated-and-tested-and-are-accompanied-by-full-documentation">📋 These tools have been &lt;strong>validated&lt;/strong> and &lt;strong>tested&lt;/strong>, and are accompanied by full &lt;strong>documentation&lt;/strong>:&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="https://comet-maths.readthedocs.io/en/latest/" target="_blank" rel="noopener">comet_maths documentation&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://punpy.readthedocs.io/en/latest/" target="_blank" rel="noopener">punpy documentation&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://obsarray.readthedocs.io/en/latest/" target="_blank" rel="noopener">obsarray documentation&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>Further updates and improvements will continue to be released on both pip and GitHub as the toolkit evolves!&lt;/p></description></item><item><title>Getting started with CoMet</title><link>https://comet-toolkit.github.io/comet_website/user-guide/getting-started/</link><pubDate>Thu, 21 Mar 2024 00:00:00 +0000</pubDate><guid>https://comet-toolkit.github.io/comet_website/user-guide/getting-started/</guid><description>&lt;p>Welcome 👋&lt;/p>
&lt;p>In this brief guide we will walk you through the basic steps and prerequisites to get started with CoMet.&lt;/p>
&lt;h2 id="1-get-familiar-with-the-toolkit-and-its-capabilities">1.💡 Get familiar with the toolkit and its capabilities.&lt;/h2>
&lt;p>All the relevant information regarding the aims and functionality of CoMet Toolkit is outlined in the &lt;a href="https://comet-toolkit.github.io/comet_website/comet_website/about/">&lt;strong>About Section&lt;/strong>&lt;/a>.&lt;/p>
&lt;p>But, in a nutshell,&lt;/p>
&lt;blockquote>
&lt;p>CoMet stands for &lt;strong>Community Metrology Toolkit&lt;/strong> and it a set of software tools that handle, process, and store measurement data uncertainties and error-correlation information.&lt;/p>
&lt;/blockquote>
&lt;p>It accounts for case- and source-specific characteristics of the measurements, and can be used to quantify uncertainties and the uncertainty budget, create digital effects tables, and overall validate measurements.&lt;/p>
&lt;p>At this time, there are three individual tools:&lt;/p>
&lt;pre>&lt;code>1. obsarray
2. punpy
3. comet_maths
&lt;/code>&lt;/pre>
&lt;p>but more modules are planned to be developed and included in the future. For more detail, refer to the &lt;a href="https://comet-toolkit.github.io/comet_website/comet_website/#tools">&lt;strong>Tools Section&lt;/strong>&lt;/a>.&lt;/p>
&lt;h2 id="2--characterise-the-datameasurements-that-require-the-uncertainty-propagation">2. 🗃️ Characterise the data/measurements that require the uncertainty propagation.&lt;/h2>
&lt;p>The main purpose of these tools, is to propagate uncertainties. To do that, you must have an overall understanding of the type of data/measurements you are working with.&lt;/p>
&lt;p>For a general approach on determining an uncertainty budget, we refer to the 5-step QA4EO approach. See &lt;a href="https://comet-toolkit.github.io/comet_website/user-guide/theory/QA4EO">this page&lt;/a> in our theory section, or the &lt;a href="https://qa4eo.org/docs/3_Process_Document.pdf" target="_blank" rel="noopener">QA4EO process document&lt;/a>.&lt;/p>
&lt;p>To help you identify all the relevant information from your dataset, we have compiled a list of relevant questions and tips.&lt;/p>
&lt;h3 id="-general">🗸 General&lt;/h3>
&lt;ul>
&lt;li>❔ What kind of data do you have?&lt;/li>
&lt;li>❔ Does it require any pre-processing or filtering?&lt;/li>
&lt;li>❔ How many datapoints do you have? Is the data memory-heavy?&lt;/li>
&lt;/ul>
&lt;h3 id="-quantifying-uncertainties-on-input-quantities">🗸 Quantifying uncertainties on input quantities&lt;/h3>
&lt;ul>
&lt;li>❔ Can you list all the input quantities of your measurements?&lt;/li>
&lt;li>❔ Can you identify all the error sources?&lt;/li>
&lt;li>There are three types of errors, each with their own characteristics:
&lt;ol>
&lt;li>Random&lt;/li>
&lt;li>Systematic&lt;/li>
&lt;li>Structured&lt;/li>
&lt;/ol>
&lt;/li>
&lt;/ul>
&lt;p>❕ Typically, each of the input quantities will be affected by &lt;strong>one or more&lt;/strong> error effect!&lt;/p>
&lt;h3 id="-defining-measurement-function">🗸 Defining measurement function&lt;/h3>
&lt;ul>
&lt;li>❔ What is the analytic expression (i.e. measurement function) of your data?&lt;/li>
&lt;li>❔ Do you have a more complex processing chain using external software?&lt;/li>
&lt;li>❔ Can your measurement function be written as a Python function that has the input quantities as arguments, and returns the measurand?&lt;/li>
&lt;/ul>
&lt;p>Read more about the importance and functionality of &lt;strong>measurement functions&lt;/strong> in our page on &lt;a href="https://comet-toolkit.github.io/comet_website/user-guide/theory/processing-chains/">&lt;strong>propagating uncertainties through a measurement function&lt;/strong>&lt;/a>.&lt;/p>
&lt;h3 id="-determining-error-correlation">🗸 Determining error correlation&lt;/h3>
&lt;p>Once you have identified the various errors and their types, that are present in your measurements, it&amp;rsquo;s important to consider how these values and errors correlate with one another.&lt;/p>
&lt;p>As defined by this FIDUCEO article on &lt;a href="https://research.reading.ac.uk/fiduceo/archive/tutorials/the-origin-of-error-correlation/" target="_blank" rel="noopener">&amp;ldquo;The origin of error correlation&amp;rdquo;&lt;/a>,&lt;/p>
&lt;blockquote>
&lt;p>Correlation is a statistical measure of how two, or more, variables vary together.&lt;/p>
&lt;/blockquote>
&lt;p>To learn more about error correlation structures and examples in the context of Earth Observations, refer our page on &lt;a href="https://comet-toolkit.github.io/comet_website/user-guide/theory/error_correlation">error correlation and how to store it&lt;/a>.&lt;/p>
&lt;h2 id="3--identify-similarities-between-your-specific-requirements-and-the-available-examples">3. 🧾 Identify similarities between your specific requirements and the available examples.&lt;/h2>
&lt;ul>
&lt;li>Look through the available &lt;a href="https://comet-toolkit.github.io/comet_website/comet_website/user-guide/examples/">examples&lt;/a> and documentation.&lt;/li>
&lt;li>Plan out how the toolkit can be applied to your specific case study.&lt;/li>
&lt;li>❔ Which tools and in what order will you use?&lt;/li>
&lt;/ul>
&lt;h2 id="4--install-the-tools">4. 🖥️ Install the tools&lt;/h2>
&lt;p>All the available tools are available on &lt;a href="https://github.com/comet-toolkit" target="_blank" rel="noopener">GitHub&lt;/a> and installable via pip:&lt;/p>
&lt;pre>&lt;code>- pip install comet_maths
- pip install punpy
- pip install obsarray
&lt;/code>&lt;/pre>
&lt;p>&lt;em>Installing &lt;strong>punpy&lt;/strong> will automatically install comet-maths and obsarray.&lt;/em>&lt;/p>
&lt;h2 id="5--perform-the-uncertainty-estimation-and-interpret-the-results">5. ✔️ Perform the uncertainty estimation and interpret the results.&lt;/h2>
&lt;p>After defining a measurement function, installing and importing all the relevant packages and data, it&amp;rsquo;s time to benefit from the power of CoMet!&lt;/p>
&lt;h3 id="-method-breakdown">🗸 Method breakdown&lt;/h3>
&lt;p>A general overview of the various capabilities and methods are compiled bellow.&lt;/p>
&lt;ul>
&lt;li>store uncertainty and error correlation information
&lt;ol>
&lt;li>machine readable digital effects tables&lt;/li>
&lt;li>UNC specification&lt;/li>
&lt;/ol>
&lt;/li>
&lt;li>Propagate uncertainties
&lt;ol>
&lt;li>🎲 Monte Carlo (MC)&lt;/li>
&lt;li>⚖️ Law of Propagation of Uncertainty (LPU)&lt;/li>
&lt;/ol>
&lt;/li>
&lt;li>Interpolate data &amp;amp; uncertainties
&lt;ol>
&lt;li>Linear&lt;/li>
&lt;li>Quadratic&lt;/li>
&lt;li>Cubic&lt;/li>
&lt;li>Gaussian Process Regression (GPR)&lt;/li>
&lt;li>Extrapolate data&lt;/li>
&lt;/ol>
&lt;/li>
&lt;/ul>
&lt;p>&lt;em>Several of the methods listed above apply to more than one of the applications. For more information refer to &lt;a href="https://comet-toolkit.github.io/comet_website/comet_website/user-guide/examples/">examples&lt;/a>.&lt;/em>&lt;/p>
&lt;h2 id="6--advanced-use">6. 📈 Advanced use.&lt;/h2>
&lt;p>In this section, we have highlighted certain tips for advanced use of the toolkit.&lt;/p>
&lt;h3 id="-managing-memory-and-runtime">🗸 Managing memory and runtime&lt;/h3>
&lt;p>Certain products may have large RAM requirements, and the MC approach that is often used in CoMet can increase the RAM and runtime requirements by one or more orders of magnitude.&lt;/p>
&lt;p>There are ways to manage memory and runtime, as described in the &lt;a href="https://punpy.readthedocs.io/en/latest/content/punpy_memory_and_speed.html" target="_blank" rel="noopener">punpy documentation&lt;/a>.&lt;/p>
&lt;p>For example, often storing the error correlation between all the measurements along all dimensions in a dataset is often prohibitively memory intensive.
Instead, it is usually possible to store the error correlation separately between different dimensions.&lt;/p>
&lt;p>E.g. the &lt;strong>HYPERNETS L2A&lt;/strong> surface reflectance data, has a wavelength and series dimension for which the error correlation are stored separately.&lt;br>
When propagating this information, using error correlation dictionaries can be useful, (see e.g. the end of &lt;a href="https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/hypernets_surface_reflectance.ipynb" target="_blank" rel="noopener">this jupyter notebook example&lt;/a>).&lt;/p></description></item><item><title>Examples</title><link>https://comet-toolkit.github.io/comet_website/user-guide/examples/</link><pubDate>Tue, 19 Mar 2024 00:00:00 +0000</pubDate><guid>https://comet-toolkit.github.io/comet_website/user-guide/examples/</guid><description>&lt;p>Below, we have compiled a list of relevant examples and linked their corresponding jupyter notebooks with detailed commentary. All the available tools can be used on their own or in conjunction with other modules. For additional information regarding individual packages, refer to the signposted sources throughout the website.&lt;/p>
&lt;h2 id="-punpy-as-a-standalone-package">📦 Punpy as a Standalone Package&lt;/h2>
&lt;h3 id="-general-use-cases">🗸 General use cases&lt;/h3>
&lt;p>An example showcasing the capabilitites of the &lt;a href="https://comet-toolkit.github.io/comet_website/tools/punpy">punpy&lt;/a> package can be found &lt;a href="https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/punpy_standalone_example_overview.ipynb" target="_blank" rel="noopener">here&lt;/a>.&lt;/p>
&lt;p>This jupyter notebook covers the following concepts:&lt;/p>
&lt;ol>
&lt;li>&lt;strong>Calibration&lt;/strong> of L0 data to L1&lt;/li>
&lt;li>Propagation of various types of uncertainties:
- &lt;strong>uncorrelated&lt;/strong> (random) uncertainties
- &lt;strong>fully correlated&lt;/strong> (systematic) uncertainties
- uncertainties associated with &lt;strong>structured errors&lt;/strong>&lt;/li>
&lt;li>&lt;strong>Correlation&lt;/strong> along one, two, or more dimensions of a variable&lt;/li>
&lt;li>&lt;strong>Multidimensional&lt;/strong> input quantities, where a certain correlation structure is known along one dimension, while the other dimensions are random or systematic.&lt;/li>
&lt;/ol>
&lt;h3 id="-punpy-vs-nist">🗸 Punpy vs. NIST&lt;/h3>
&lt;p>We also have compiled some validation examples &lt;a href="https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/NIST_example.ipynb" target="_blank" rel="noopener">here&lt;/a>, where the &lt;a href="https://comet-toolkit.github.io/comet_website/comet_website/tools/punpy/">punpy&lt;/a> results are compared against the NIST uncertainty machine.&lt;/p>
&lt;p>Here, we have replicated the following &lt;strong>examples&lt;/strong> available on the NIST uncertainty machine &lt;a href="https://uncertainty.nist.gov/NISTUncertaintyMachine-UserManual.pdf" target="_blank" rel="noopener">user manual&lt;/a>.&lt;/p>
&lt;ol>
&lt;li>End-gauge calibration&lt;/li>
&lt;li>Dynamic viscosity&lt;/li>
&lt;li>Resistance&lt;/li>
&lt;li>Stefan-Boltzmann constant&lt;/li>
&lt;li>Voltage reflection coefficient&lt;/li>
&lt;/ol>
&lt;p>❕ All the obtained results are fully consistent with the results of the NIST uncertainty machine.&lt;/p>
&lt;h2 id="-digital-effects-tables-det">📋 Digital Effects Tables (DET)&lt;/h2>
&lt;h3 id="-defining-det">🗸 Defining DET&lt;/h3>
&lt;p>A notebook containing examples that define &lt;strong>digital effects tables&lt;/strong> is available &lt;a href="https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/defining_digital_effects_table.ipynb" target="_blank" rel="noopener">here&lt;/a>.&lt;/p>
&lt;p>It covers the following concepts:&lt;/p>
&lt;ul>
&lt;li>How &lt;a href="https://comet-toolkit.github.io/comet_website/tools/obsarray">obsarray&lt;/a> can be used as a templater for efficiently making &lt;strong>xarray datasets&lt;/strong> (both with and without uncertainties)?&lt;/li>
&lt;li>How, using &lt;a href="https://comet-toolkit.github.io/comet_website/tools/obsarray">obsarray&amp;rsquo;s&lt;/a> &lt;strong>special variable types&lt;/strong> (uncertainties and flags), datasets including detailed uncertainty and covariance information as well as quality flags can be created?&lt;/li>
&lt;li>An example for a digital effects table quantifying the uncertainties and error-correlation of the gas temperature, pressure, and the number of moles. Here, the uncertainties can be efficiently and easily propagated through a &lt;strong>measurement function&lt;/strong> using &lt;a href="https://comet-toolkit.github.io/comet_website/tools/punpy">punpy&lt;/a> (&lt;a href="https://colab.research.google.com/github/comet-toolkit/comet_training/blob/master/training/punpy_digital_effects_table_example.ipynb" target="_blank" rel="noopener">learn more&lt;/a>).&lt;/li>
&lt;/ul>
&lt;h3 id="-utilising-obsarray--punpy">🗸 Utilising obsarray &amp;amp; punpy&lt;/h3>
&lt;ol>
&lt;li>
&lt;p>An example showcasing the application of &lt;a href="https://comet-toolkit.github.io/comet_website/tools/obsarray">obsarray&lt;/a> can be found &lt;a href="https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/obsarray_example.ipynb" target="_blank" rel="noopener">here&lt;/a>.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>An example of using &lt;a href="https://comet-toolkit.github.io/comet_website/tools/punpy">punpy&lt;/a> with digital effects tables created with &lt;a href="https://comet-toolkit.github.io/comet_website/tools/obsarray">obsarray&lt;/a> is explained &lt;a href="https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/defining_digital_effects_table.ipynb" target="_blank" rel="noopener">here&lt;/a>.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>This notebook outlines how digital effects tables that are created with &lt;a href="https://comet-toolkit.github.io/comet_website/tools/obsarray">obsarray&lt;/a>, can be propagated through a measurement function using &lt;a href="https://comet-toolkit.github.io/comet_website/tools/punpy">punpy&lt;/a>.&lt;/p>
&lt;ul>
&lt;li>At first, we &lt;strong>calculate the uncertainties&lt;/strong> in a volume of gas, using the ideal gas law and a digital effects table.&lt;/li>
&lt;li>Then we &lt;strong>quantify the uncertainties&lt;/strong> and &lt;strong>error-correlation&lt;/strong> of the gas temperature, pressure and amount of substance.&lt;/li>
&lt;/ul>
&lt;h2 id="-comet_maths-interpolation">☄️ Comet_maths interpolation&lt;/h2>
&lt;h3 id="-how-to-interpolate-data-with-uncertainties">🗸 How to interpolate data with uncertainties?&lt;/h3>
&lt;p>A jupyter notebook for &lt;strong>interpolation&lt;/strong> with uncertainties can be found &lt;a href="https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/interpolation_example.ipynb" target="_blank" rel="noopener">here&lt;/a>.&lt;/p>
&lt;p>This example covers the following concepts:&lt;/p>
&lt;ul>
&lt;li>Interpolation
&lt;ol>
&lt;li>Linear&lt;/li>
&lt;li>Quadratic&lt;/li>
&lt;li>Cubic&lt;/li>
&lt;/ol>
&lt;/li>
&lt;li>&lt;strong>Unknown&lt;/strong> input uncertainties (e.g. model uncertainties)&lt;/li>
&lt;li>&lt;strong>Known&lt;/strong> measurment uncertainties&lt;/li>
&lt;li>Monte Carlo uncertainty propagation&lt;/li>
&lt;li>Extrapolation&lt;/li>
&lt;li>1D interpolation along high-resolution example&lt;/li>
&lt;/ul>
&lt;h2 id="-curepy-retrieval">☄️ Curepy retrieval&lt;/h2>
&lt;h3 id="-how-to-obtain-uncertainties-for-inverse-problems">🗸 How to obtain uncertainties for inverse problems?&lt;/h3>
&lt;p>A jupyter notebook for &lt;strong>retrievals&lt;/strong> with uncertainties can be found &lt;a href="https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/curepy_example.ipynb" target="_blank" rel="noopener">here&lt;/a>.&lt;/p>
&lt;p>This example allows you to get familiar with the &lt;a href="https://comet-toolkit.github.io/comet_website/tools/curepy">&lt;strong>curepy&lt;/strong>&lt;/a> tool, and covers the following concepts:&lt;/p>
&lt;ul>
&lt;li>Propagate uncertainties through a basic inverse problem (harmonisation of two sensors).&lt;/li>
&lt;li>Pass all relevant inputs to curepy
&lt;ol>
&lt;li>Measurements&lt;/li>
&lt;li>Measurement function&lt;/li>
&lt;li>Prior&lt;/li>
&lt;li>Ancillary params&lt;/li>
&lt;/ol>
&lt;/li>
&lt;li>Run curepy retrieval to obtain state vector with uncertainties and error correlation
&lt;ol>
&lt;li>MCMC&lt;/li>
&lt;li>Optimal Estimation&lt;/li>
&lt;/ol>
&lt;/li>
&lt;/ul>
&lt;h2 id="-project-specific-examples">🗂️ Project specific examples&lt;/h2>
&lt;p>In this section, we have compiled a list of external projects and examples that have utilised the CoMet Toolkit.&lt;/p>
&lt;h3 id="-hypernets-example">🗸 &lt;strong>HYPERNETS example&lt;/strong>&lt;/h3>
&lt;ul>
&lt;li>🛰️ LANDHYPERNET flags and uncertainty propagation (through band integration over S2 SRF) is available &lt;a href="https://colab.research.google.com/github/comet-toolkit/comet_training/blob/main/hypernets_surface_reflectance.ipynb" target="_blank" rel="noopener">here&lt;/a>.&lt;/li>
&lt;/ul></description></item></channel></rss>