Which consists of four averages:

Assignment Help Basic Computer Science
Reference no: EM13966212

Question:

def sma(list1,n):

"""Returns simple moving average of a list of numbers in size n"""

count = 0

result = [0]*(len(list1)-n+1)

for item in range(len(result)):

result[count] = arithmetic_mean(list1[count:count+n])

count += 1

print count

return result

why is this code not working? (python)  I dont think the for loop is going through because counter never goes off 1.

For example, sma([5, 2, 8, 3, 7, 4], 3) should return [5, 4.3333333, 6, 4.666667], which consists of four averages: (5+2+8)/3, (2+8+3)/3, (8+3+7)/3, and (3+7+4)/3. Note that if the length of the input list is less than or equal to n, then the result list contains just one number, the list's mean.

Reference no: EM13966212

Questions Cloud

What is stress and what are stressors : What is stress? What are stressors? Can stress be good? Describe the difference between a Type A and Type B personality? Which are you? Which would you prefer to manage? Why?
Plant assets and depreciation methods problem : Century Company negotiated a lump-sum purchase of several assets from a contractor who was retiring.PLANT ASSETS AND DEPRECIATION METHODS PROBLEM
Business is worth more than the price of its stock : Jorge makes the comment that a "business is worth more than the price of its stock. 'He is of course referring to the family values and social value of the firm.(Ignore this).
Interview questions-describe a humbling experience : Describe a humbling experience. You seem pretty positive, what types of things bring you down? Why should we hire you? Describe yourself, what excites you?
Which consists of four averages: : Why is this code not working? (python)  I dont think the for loop is going through because counter never goes off 1. For example, sma([5, 2, 8, 3, 7, 4], 3) should return [5, 4.3333333, 6, 4.666667], which consists of four averages: (5+2+8)/3, (2+8+3..
Budgeted production of mink caress : Two grams of musk oil are required for each bottle of Mink Caress, a very popular perfume made by a small company in western Siberia. The cost of the musk oil is $1.70 per gram. Budgeted production of Mink Caress is given below by quarters for Year 2..
Determining the least-squares line appropriate : An experiment was conducted to observe the effect of an increase in temperature on the potency of an antibiotic. Three one ounce portions of the antibiotic were stored for equal lengths of time at each of the following Fahrenheit temperatures: 40?..
What is involved in project scope management : Briefly describe what happens in each of the five project management process groups (initiating, planning, executing, monitoring and controlling, and closing). What types of activities are done before initiating a project? What is involved in project..
What is the angular frequency : Let sin(α) = cos(α+β). Expand cos(α+β) with the appropriate trigonometric angle addition formula and find a value for β. Let cos(α) = sin(α+β). Expand sin(α+β) with the appropriate trigonometric angle addition formula and find a value for β.

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Develop an analysis of the impacts such a development

Explain why you think the impact will or will not occur, cite sources when necessary, and justify your position using APA format.

  Define a command can be sent to deactivate the tag

When this is used in an RFID tag, a command can be sent to deactivate the tag and can never be reactivated.

  Using professional principles and standards

Design and develop the below queries using professional principles and standards: A set of SQL Statements that returns all rows and all data for each table in your database. Two SQL Statements that return a subset of columns and a subset of rows ..

  Compute the total asset value

For this project assume that an organization has five total servers. One server has a TCO of $25,000, two servers have a TCO of $37,000 and the remaining two servers have a TCO of $42,000. The servers are not used by internal employees but are ..

  Write fields to use as control break fields to make report

Write down fields that you want to use as control break fields to make a report which lists all inventory items in grocery store? Create a sample report.

  Safe and secure packet transmission

Write about the advantages and disadvantages when the streaming stored audio runs over UDP protocol in 1 to 2 page along with references.Explain the given statement "TCP is generally used for safe and secure packet transmission."

  Show the risk mitigation strategy

Each member selects one of the highest risks. Explain why these are considered high risk, and explain their potential effect on the project and outline a risk mitigation strategy for the each of the selected high risks.

  State iris''s cost minimization problem

a) State Iris's cost minimization problem and use it to derive the optimal quantities of N and A given the number of tulips produced. b) Derive Iris's total cost function. c) Derive the marginal cost function of producing tulip bulbs. d) Should Iris ..

  Comp dq microsoft''s website

This discussion board allows you to work with Word templates available on Microsoft's website. First, download a Word template from Microsoft.com by clicking Office, then Templates, then Word. Replace the placeholders with your own content. Upload..

  How you identify a protected item in a uml diagram of c

How would you identify a protected item in a UML diagram of C++

  Main reasons why visualization technologies are important

Determine the main reasons why visualization technologies are becoming an important part of organizational success. Select two (2) such technologies related to information systems and analyze the manner in which the utilization of the selected tec..

  Describe your reasoning all the possible solutions

Describe your reasoning all the possible solutions you considered. I am having difficulty with this question because I do not know where to start with.

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