Difference between revisions of "Visualizing Uncertainty"
From CERES
(Created proposal.) |
(Added an optional expected outcome.) |
||
Line 14: | Line 14: | ||
# How can geometric objects defined by uncertain real-valued variables (intervals) be visualized effectively? | # How can geometric objects defined by uncertain real-valued variables (intervals) be visualized effectively? | ||
+ | # How can such objects be visualized in a fashion that exactly captures the visualized data? | ||
# How can uncertain discrete variables, such as strings, be visualized? | # How can uncertain discrete variables, such as strings, be visualized? | ||
== Expected Outcomes == | == Expected Outcomes == | ||
− | # A method for mapping simulation results involving uncertain values to 3D animations. | + | # A method for mapping simulation results involving uncertain values to 3D animations, based on sampling. |
− | + | # A method for mapping simulation results involving uncertain values to 3D animations, based on box hull operations (if there is time). | |
− | # An implementation | + | # An implementation, integrated into the [http://acumen-language.org/ Acumen] language. |
= Prerequisites = | = Prerequisites = | ||
# Firm grasp of Java, Scala or a similar functional or object oriented language. | # Firm grasp of Java, Scala or a similar functional or object oriented language. | ||
− | |||
# Experience with geometry, linear algebra and 3D visualization will all be helpful. | # Experience with geometry, linear algebra and 3D visualization will all be helpful. |
Revision as of 22:24, 21 October 2014
Title | Visualizing Uncertainty |
---|---|
Summary | Develop a method for visualizing simulations involving uncertainty in 3D. |
Keywords | |
TimeFrame | |
References | |
Prerequisites | |
Author | Adam Duracz |
Supervisor | Adam Duracz, Walid Taha |
Level | Flexible |
Status | Open |
Description
Three dimensional models are an indispensable tool for visualising simulation results, particularly for models comprising a large number of variables. Due to the close correspondence between the 3D model and the system under design, the mapping of simulation results to 3D animations normally is straightforward. When the model includes uncertain parameter values, or the computational method used to simulate the model produces such values, the mapping to a 3D animation becomes a challenge. The goal of this project is to develop a method to visualize results of such simulations.
Research Questions
- How can geometric objects defined by uncertain real-valued variables (intervals) be visualized effectively?
- How can such objects be visualized in a fashion that exactly captures the visualized data?
- How can uncertain discrete variables, such as strings, be visualized?
Expected Outcomes
- A method for mapping simulation results involving uncertain values to 3D animations, based on sampling.
- A method for mapping simulation results involving uncertain values to 3D animations, based on box hull operations (if there is time).
- An implementation, integrated into the Acumen language.
Prerequisites
- Firm grasp of Java, Scala or a similar functional or object oriented language.
- Experience with geometry, linear algebra and 3D visualization will all be helpful.