~~NOTOC~~ |<100% 25% - >| ^ \\ DATA ANALYTICS REFERENCE DOCUMENT\\ \\ ^^ ^ Document Title:|Document Title| ^ Document No.:|1540308855| ^ Author(s):|Rita Raher| ^ Contributor(s):| | **REVISION HISTORY** |< 100% 10% - - 10% 17% 10% >| ^ \\ Revision\\ \\ ^\\ Details of Modification(s)^\\ Reason for modification^ \\ Date ^ \\ By ^ | [[:doku.php?id=assesment:52465:assignment:one&do=revisions|0]] |Draft release|Document description here| 2018/10/23 15:34 | Rita Raher | ---- ====== 52465 Programmining Assignment One Remit ====== **Programming for Data Analysis: Assignment 2018** Due: last commit on or before November 11th This document contains the instructions for Assignment 2018 for Programming for Data Analysis. Please be advised that all students are bound by the Quality Assurance Framework [4] at GMIT which includes the Code of Student Conduct and the Policy on Plagiarism. The onus is on the student to ensure they do not, even inadvertently, break the rules. A clean and comprehensive git history (see below) is the best way to demonstrate to the examiner that your submission is your own work. It is, however, expected that you draw on works that are not your own to build your submission and you should systematically reference those works to enhance your submission. ** Problem statement** The following assignment concerns the numpy.random package in Python [2]. You are required to create a Jupyter [5] notebook explaining the use of the package, including detailed explanations of at least five of the distributions provided for in the package. There are four distinct tasks to be carried out in your Jupyter notebook. - Explain the **overall purpose of the package**. - Explain the use of the **“Simple random data”** and **“Permutations”** functions. - Explain the use and purpose of at least **five “Distributions”** functions. - Explain the **use of seeds** in generating pseudorandom numbers.