logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Wyattt RyesEducation
(5/5)

582 Answers

Hire Me
expert
Hemidov MuradManagement
(5/5)

504 Answers

Hire Me
expert
Robin HunterGeneral article writing
(5/5)

658 Answers

Hire Me
expert
Kathleen HaslamResume writing
(4/5)

838 Answers

Hire Me
R Programming
(5/5)

This assignment is designed to provide you with hands-on experience in generating random values and performing statistical analysis on those values.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Overview and Rationale

This assignment is designed to provide you with hands-on experience in generating random values and performing statistical analysis on those values.

 Course Outcomes

This assignment is directly linked to the following key learning outcomes from the course syllabus:

·  Use descriptive, Heuristic and prescriptive analysis to drive business strategies and actions

Assignment Summary 

Follow the instructions in this project document to generate a number of different random values using random number generation algorithm in Excel, the Inverse Transform. Then apply the Chi-squared Goodness of Fit test to verify whether their generated values belong to a particular probability distribution. Finally, complete a report summarizing the results in your Excel workbook. Submit both the report and the Excel workbook.

 The Excel workbook contains all statistical work. The report should explain the experiments and their respective conclusions, and additional information as indicated in each problem. Be sure to include all your findings along with important statistical issues.

Format & Guidelines

The report should follow the following format:

 (i)       Introduction

ii)       Analysis

(iii)      Conclusion

And be 1000 - 1200 words in length and presented in the APA format

Project Instructions: 

The project consists of 4 problems and a summary set of questions. For each problem, tom hints and theoretical background is provided.

 Complete each section in a separate worksheet of the same workbook (Excel file). Name your Excel workbook as follows:

 ALY6050-Module 1 Project – Your Last Name – First Initial.xlsx

 In the following set of problems, r is the standard uniform random value (a continuous random value between 0 and 1).

 Problem 1

Generate 1000 random values r. For each r generated, calculate the random value X by:

๐—‘ = −๐ฟ๐‘›(๐‘Ÿ),

where “Ln“ is the natural logarithm function.

Investigate the probability distribution of X by doing the following:

 1.      Create a relative frequency histogram of X.

2.      Select a probability distribution that, in your judgement, is the best fit for X.

3.      Support your assertion above by creating a probability plot for X.

4.      Support your assertion above by performing a Chi-squared test of best fit with a 0.05 level of significance.

5.      In the word document, describe your methodologies and conclusions.

6.      In the word document, explain what you have learned from this experiment.

 Hints and Theoretical Background

 A popular method for generating random values according to a certain probability distribution is to use the inverse transform method. In this method, the cumulative function of the distribution (F(x)) is used for such a random number generation. More specifically, a standard uniform random value r is generated first. Most software environments are capable of generating such a value. In Excel and R, functions “=RAND()” and “runif()” generate such a value respectively. After r has been created, it  then replaces F(x) in the expression of the cumulative function and the resulting equation is solved for the variable x.

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. Thisย  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme