Reference no: EM131295267
Your software company has been contracted to write a prototype program to perform simple statistical evaluations of integer data. Your program needs to implement the following functions:
def calcMean (scores, count)
// Where scores is an an array/list of integers and
// count is the number of items in the array
// mean is essentially the same as the average.
// return the mean of the data in scores as a float
def calcMedian (scores, count)
// Calculate the median value for the data in scores
// Median is middle value if the number of items is odd
// or the average of the middle two values if the number
// of items is even.
def calcVariance (scores, count)
// Calculate the variance value for the data in scores
// variance is determined using the formula:
the sum of the square of the values / count
- square of the sum of the values / square of the count
def calcStdDev (variance)
// Calculate the standard deviation value for the data in scores
// standard deviation is the square root of the variance
def Histogram ()
// Print a histogram of the data in scores
// the bar chart in chapter 6.10 will give you a
// good starting point.
You will also need to provide a main program to exercise the functions and a few sample data sets that you use to test the program.
Explain the key principles of data security
: Explain the key principles of data security and identify data security risk and violations in data management system design.Use technology and information resources to research issues in the strategic implications and management of database systems.
|
Miscommunications that turn out to be very problematic
: In retrospect, was there something that you could or should have been done differently? Why do we sometimes run into these miscommunications that turn out to be very problematic?
|
Cost is different for identical items of inventory
: One of the disadvantages of the specific identification inventory cost flow method is that it can allow managers of a business to manipulate the amount of income the business reports by choosing which item to sell if the cost is different for identic..
|
Develop your writing skills which are very important
: Each student is required to submit a project. This is not a group assignment. The goal of this project is to apply the concepts you learn in this course to real-life situations. The project should also help you develop your writing skills which ar..
|
Write a prototype program to perform simple statics
: Your software company has been contracted to write a prototype program to perform simple statistical evaluations of integer data. Your program needs to implement the following functions given below.You will also need to provide a main program to ex..
|
Find the input output relationship of the circuit in figure
: Find the input-output relationship of the circuit in Figure.- Design a circuit that realizes the relationship found in part (a) using only 10-kΩ resistors and one OP AMP.
|
Capital account after the new partnership is created
: The capital account balances for Donald and Hanes, LLP on Jan. 1, 2013 were as follows: Donald, capital $200,000; Hanes, capital $100,000. Donald and Hanes shared net income and losses in the ratio of 3:2 respectively. The partners agreed to admit Ma..
|
Reconciles pre-tax accounting income to taxable income
: Northern Corporation began operations in January 2011, and purchased a machine for $20,000. Northern uses straight-line depreciation over a four-year period for financial reporting purposes. For tax purposes, the deduction is 50% of cost in 2011, 30%..
|
Design a single op amp amplifier with a voltage gain
: Design a single OP AMP amplifier with a voltage gain of -1000 and an input resistance greater than 5 kΩ using standard 5% resistance values less than 3:3 MΩ.
|