Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. Overview Mathematical visualization has a long history in mathematics and is

ID: 3597696 • Letter: 1

Question

1. Overview Mathematical visualization has a long history in mathematics and is one of the most important application areas of visualization. Mathematical visualization utilizes 2D or 3D drawings, animations, and interactive user interfaces for understanding and exploring mathematical relationships among different obects. In this programming assignment you will generate visualizations of two types of mathematical entities: theoretical probability density functions and histograms of existing input data. Both visualizations are used to perform input analysis, one critical and often the first step in many simulation applications A simulation can be considered as a black box for generating some outputs based orn some inputs. For example, to simulate and improve the operations of a banking center the inputs can be the time between customer arrivals and the customer service time, and the outputs can be the average customer waiting time and the average number of customers in the waiting line. Usually real data are collected for inputs and are analyzed for fitting a probability distribution to them. For example, exponential distribution is a very good representation of the time between customer arrivals. A histogram is a graphical representation of the distribution of a set of data. Its generation will be discussed in detail in Section 3 Tasks. You will first generate histograms for the input data and graphical representations of theoretical probability distributions. Then you will adjust the parameters of theoretical distributions so that they match the histograms. The theoretical distribution that best matches the input histogram will be selected and used to generate input data for the simulation.

Explanation / Answer

1 Overview

Mathematical visualzation has a quite long history in mathematics and is one of the most widely used phenmenon. Mathematical visualzation is one of the most vital application areas of visualization. It allows one to understand and explore mathematical phenomena via visualization. It uses 2D or 3D drawings, animations and interactive user interfaces for understanding and exploring mathematical relationships among different objects.In this programming assignment, you will generate visualizations of two types of mathematical entities: theoretical probability density functions and histograms of existing input data. Both of these visualization techniques are used to perform input data analysis, one critical and often the first step in many simulation applications.

  Simulation can be assumed as a black box for generating some outputs based on some inputs. For example, to simulate and improve the operations of a bank, the inputs can be the time between customer arrivals and the customer service time and the outputs can be the average customer waiting time and the average number of custimers in the waiting queue. Generally real data are collected for inputs and are analyzed for fitting a probability distribution to them. For example, exponential distribution is a very good representation of the time between customer arrivals.

  Histogram is a graphical representation of the distribution of the data sets. Histogram generaton process will be discussed in detail in the section-3 tasks. You will first generate histograms for the input data and graphical representations of theoretical probability distributions. Then you will adjust the parameters of theoretical distributions so that they match the histograms and the best matched one will be selected and used to generate input data for the simulation