Create a c project, C/C++ Programming

Assignment Help:

The project will include Arena models (only .doe files) and MSWord document for the report.

Thereport must contain the following sections:

1. Introduction:

(a)    Statement of the problem

(b) Why simulation as opposed to analytical modeling (e.g., uncertainty, complexity, inter-dependency among variables, etc.).This is an important part of the report .Simulationis expensive.

2.   Assumptions:

In real-life simulation projects, data may not be available. Furthermore, definitions of the data are sometimes ambiguous. In this section, you needto list all the assumptions that you make for the project. If data neededfor your Arena models are not explicitly mentioned, you can come upwith reasonable assumptions. However, all those assumptions must beexplicitly mentioned in this section.

3. Input data analysis:

Discuss issues in data for your simulation (e.g., data collection, how manydata have been collected, theoretical distribution, empirical distribution, goodness-of-fit test, etc.).

4. Conceptual modeling logic and overview of Arena Modeling:

Discuss whether the system belongs to terminating systems vs. steady-state systems; flow-chart,UML diagram, or any graphical tool to depictoverview of your simulation logic.

5. Verification and Validation:

Discuss how you have verified (error-free) and validated your Arena modelagainst the real system (discuss how you would answer if customers askyou how they can trust that your Arena model is a good representation of their real-system).

6. Experimentation and Results (including output data analysis):

Include results (tables or graphs) of the simulation output and your analyses (number of replications, terminating vs. non-terminating, replicationlength (if non-terminating),determination of warm-up period (if non-terminating), confidence interval, other statistical tests, ensitivity analysis, etc.)

7. Summary and Conclusion:

Include a summary of your simulation results and a summary of yourrecommendations.


Related Discussions:- Create a c project

Describe faster ++i or i++, A: The answer to this lies actually, how they u...

A: The answer to this lies actually, how they used. Along ++i(PreIncrement) the variable is incremented and new value is returned. Thus it needs one instruction to increment the va

Random card generator, i need a program that generates this output: The hig...

i need a program that generates this output: The highest card wins! Suit Order is: clubs, diamonds, hearts and spades The computers card is the 5 of Spades. The player’s card is t

How do you connect a c++ program to c functions?, A: Using the extern "C" l...

A: Using the extern "C" linkage specification around the C function declarations. Programmers must know about mangled function names and type-safe linkages. After that they must

Explain the defination and declaration of union, Explain the Defination and...

Explain the Defination and Declaration of Union? Generally in terms the composition of a union may be defined as be as union tag { member 1; member 2; member m; }; Wh

What do you mean by a sequential access file, What do you mean by a sequent...

What do you mean by a sequential access file? - When writing programs which store and retrieve data in a file, it's possible to designate that file into various forms. - A s

What is a conversion constructor c++, A constructor that accepts one argume...

A constructor that accepts one argument of a dissimilar type.

Implement binary heap in c++?, A:BinaryHeap.h ------------ #ifndef BI...

A:BinaryHeap.h ------------ #ifndef BINARY_HEAP_H_ #define BINARY_HEAP_H_ #include "dsexceptions.h" #include "vector.h" // BinaryHeap class // CONSTRUCTION: wi

Console atm machine coding, construct a console programme for a bank ATM m...

construct a console programme for a bank ATM machine.

Explain integer literal, Integer literal Integer is numbers without fra...

Integer literal Integer is numbers without fractional parts. e.g. 20       // Decimal 024      // Octal     0x14     // Hexadecimal To indicate long, unsigned,

Define some important point for bit fields with structures, Define some Imp...

Define some Important Point for bit fields with structures? Only n lower bits will be assigned to an n bit number thus type cannot take values larger than 15 (4 bits long)

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd