subject

In the on-line resources you will find a file called sunspots. txt which contains the observed number of sunspots on the Sun for each month since January 1749. The file contains two columns of numbers, the first being the month and the second being the sunspot numbery, y(t). A. Write a program that reads in the data and makes a graph of sunspots as a function of time.
B. One way to demonstrate highly fluctuating data is to calculate moving average (or running average) for the data as you taking the average over small range of data rather than entire data. The moving average of the data, defined by
Yk = 1/2r sigma_m = -r^r yk + m
where r represents the range for taking average and the yk are the sunspot numbers. Calculate the moving average for r = 5, 10 and 100 and plot both the original data and the moving average on the same graph.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:00
The blank button automatically displays next to the data when you select a range of numeric data which is an available option for creating a chart
Answers: 3
question
Computers and Technology, 22.06.2019 20:40
Write a program that begins by reading in a series of positive integers on a single line of input and then computes and prints the product of those integers. integers are accepted and multiplied until the user enters an integer less than 1. this final number is not part of the product. then, the program prints the product. if the first entered number is negative or 0, the program must print β€œbad input.” and terminate immediately. next, the program determines and prints the prime factorization of the product, listing the factors in increasing order. if a prime number is not a factor of the product, then it
Answers: 2
question
Computers and Technology, 23.06.2019 13:30
Select the correct answer from each drop-down menu. which types of computer networks are bigger as well as smaller than a man? a man is a network of computers that covers an area bigger than a , but smaller than a .
Answers: 1
question
Computers and Technology, 24.06.2019 12:00
Match the function to its purpose. fast worth 50pts.
Answers: 1
You know the right answer?
In the on-line resources you will find a file called sunspots. txt which contains the observed numbe...
Questions
question
Mathematics, 20.09.2020 06:01