KIT714 ICT Research Principles Assignment problem

Assignment Help Python Programming
Reference no: EM132379647

KIT714 ICT Research Principles - Semester 2, 2019

Practical: Quantitative Research Exercise

Task Length: 2,000 words max

Weighting: 20% of total assessment for this unit

Description: This practical task will engage students in a quantitative research exercise that will enable them to directly deploy skills, tools and techniques covered in the unit. Each student will be required to complete the exercise and prepare a written report that displays their level of research understanding and competence in quantitative data analysis and presentation of results.

In this assignment, we will be conducting:

An investigation into the current car parking situation at Chadstone Shopping Centre

Chadstone Shopping Centre installed traffic counter devices at the entrances to the 4 car parks. The devices record the time (and date) that each car enters the carpark and have been in operation for twelve months. You have been given access to aggregate data reporting the total number of cars entering each of the four carpark seach day.

CSV

heading

Type

Description

Date

date

A date between 29/01/2018 and 28/01/2019

Day

string

Day of the week: Sun, Mon, Tue, Wed, Thu, Fri, Sat

NE

integer

Number of cars parked in the Northeast carpark

SE

integer

Number of cars parked in the Southeast carpark

S

integer

Number of cars parked in the South carpark

SW

integer

Number of cars parked in the Southwest carpark

Carparks

There are 4 carparks located in the Chadstone Shopping Centre Precinct.

Description

Label

Notes

Northeast

NE

Entrance via Middle Road

Southeast

SE

Entrance via Capri Street

South

S

Entrance via Castlebar Road

Southwest

SW

Entrance via Chadstone Road

Requirement:

Your task is to select and apply statistical analysis techniques to examine the data and derive some conclusions to the following questions:

1. Describe and illustrate the relevant data selected from the full dataset.

2. Are there differences between car park usage during school holidays and non- school holidays? School terms go from Term 1: 29/01/18 to 29/03/18, Term 2: 16/04/18 to 29/06/18, Term 3: 16/07/18 to 21/09/18, Term 4: 08/10/18 to 21/12/18.
o Select the appropriate data
o Plot data using an appropriate chart
o Perform a t-test and discuss the results
o Discuss whether a t-test is appropriate for this data

3. Are there differences in the number of cars using different terminal carparks?
o Select the appropriate data
o Plot data using an appropriate chart
o Perform an ANOVA
o Based on the ANOVA result, run t-tests to confirm differences
o Discuss whether ANOVA and t-tests are appropriate for this data

The output of your analysis will be a brief report (including title, abstract, brief introduction, results and discussion) in Springer's Lecture Notes in Computer Science (LNCS)format. Thereport shouldbenomorethan 2,000 wordslength(notethatthe LNCS format has very wide margins) and should be submitted in PDF.

Analysis Tool Advice:

You may use any suitable tools for analysing the data. For instance, descriptive statistics can be produced by Excel, Python, R, and many other packages equally well, whereas Python and R support many non-parametric tests that Excel does not. You may need to do some data preparation in Excel in order to organize the data appropriately for the comparisons you wish to perform in another tool.

Verified Expert

The t test and ANOVA test has been done by the use of the python language.The t testings has been given as well the ANOVA testing has bee mentioned,The effectiveness in using the tools and making variations among data sets have been given appropriately.

Reference no: EM132379647

Questions Cloud

What is the process for transferring credits : What is the process for transferring your credits from one college to another? Are there any issues that you might need to be aware of? Be specific!
What is the process for transferring your credits : What is the process for transferring your credits from one college to another? Are there any issues that you might need to be aware of? Be specific!
Why might it be more convenient to set up network models : Why might it be more convenient to set up network models in Excel by using a tabular form?
CIS8010 Information Systems Project Management Assignment : CIS8010 Information Systems Project Management Assignment Help and Solution, S2 - University of Southern Queensland, Australia - Professional Business Report
KIT714 ICT Research Principles Assignment problem : KIT714 ICT Research Principles Assignment help and solution, University of Tasmania, Assessment help - select and apply statistical analysis techniques
Calculate the effective interest charged on the note : Grouper Inc. borrowed $67,100 on November 1, 2020, by signing a $68,039, three-month, zero-interest-bearing note. Calculate the effective interest charged.
How much cash was paid in year 2 for salaries : Ramtin Company has prepared these interrelated pieces of information for your use as appropriate in meeting the requirements of this worksheet.
Manufacturer using to deliver superior value to customers : A healthy fast-casual restaurant that offers only vegetarian and vegan meals insists on portraying organic ingredients in its advertisements
Examples for proportionate and disproportionate stratified : What are the practical examples for proportionate and disproportionate stratified random sampling on electronic health records.

Reviews

len2379647

10/1/2019 1:31:46 AM

Overall presentation (10%) Findings demonstrate insight and incorporate information not found within the given data. Report is clear, well-structured and contains sufficient detail following the LNCs format. Report is mostly free of grammar and spelling errors. Findings demonstrate some insight. Report is clear, well-structured and contains sufficient detail following the LNCS format. Minor grammar and spelling errors. Findings demonstrate limited insight. Report is mostly clear and well- structuredfollowingtheLNCs format. Some grammatical orspelling mistakes.

len2379647

10/1/2019 1:31:32 AM

Presentation of Presentation is clear with appropriate Presentation is clear with appropriate results (40%) choice of chart type incorporating error bars showing variance where appropriate. choice of chart type incorporating error bars showing variance where appropriate. Axes are clearly labelled and appropriate Axes are clearly labelled and for making clear comparisons. appropriate for making clear Captions fully describe figures. comparisons. Captions mostly describe figures.

len2379647

10/1/2019 1:31:23 AM

Outstanding (HD) Very Good (DN) Description of dataset (10%) Provided a complete and comprehensive description of the relevant data selected from the dataset with appropriate charts. Provided a mostly complete description of the relevant data selected from the dataset with appropriate charts. Statistical tests (40%) Correct use of statistical tests with follow-up tests where appropriate incorporating description and discussion of significance. Excellent discussion provided as to the appropriatenessofthetests forthedata set and suggestions of alternatives available. Mostly correct use of statistical tests with follow-up tests where appropriate incorporating description and discussion of significance. Very good discussion provided as to theappropriateness ofthe tests for the data set and suggestions of alternatives available.

Write a Review

Python Programming Questions & Answers

  Form a program that asks the user to enter a sentence

Form a program that asks the user to enter a sentence, and then writes that sentence in reverse to a file named reverse.txt.

  Enter an integer for the base of the power

This assignment requires one file containing a main function and a recursive function named power.

  Write a program to compute the value of f with given n input

The Fibonacci Sequence is computed based on the following formula. Write a program to compute the value of f(n) with a given n input by console.

  Write a python script that reads and analyses the pizza data

ICT702 - Data Wrangling - University of the Sunshine Coast - Write a Python script that reads and analyses the pizza data file (Weekly_Sales.csv)

  Write a program that takes an indefinite amount of numbers

Write a program that takes an indefinite amount of numbers as input and outputs the next largest number to screen after the user is finished entering numbers.

  Write a computer program that stores and tracks information

Write a computer program that stores and tracks information about US voters. There are four pieces of information that will need to be captured.

  Describe the standard library modules

Find where the Python executables and standard library modules are installed on your system.

  Write class that takes in a float initial balance

Write class BankAccount that takes in a float initial balance initial_balance. The class should have two operations - a method for deposit and a method for with

  Compute numbers and create a list that contains the numbers

Write a program that generates all odd numbers from 1 to n. Ask the user for n and set n in the beginning of the program. Use a while loop to compute.

  Develop python script that will implement the given command

Write a python script that will implement the following command: merge sourcedirectory1 sourcedirectory2 destinationdirectory

  Write the python statements to input the price of an article

Write the Python statements to input the price of an article. Apply a 6% sales tax to the price. Output the total price of the article, formatting

  Calculate target heart rate during fitness training

CIS115-INTRODUCTION TO PROGRAMMING AND LOGIC-Write a program to calculate target heart rate during fitness training. This program has two functions.

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