Programming r, java, python | Computer Science homework help

Programming r, java, python | Computer Science homework help

Programming r, java, python | Computer Science homework help

 

1. Write an R program that reads the text file into a data frame. Using that data frame, print the mean, median, mode, average deviation, and standard deviation. Be sure to state which output is which, such as “The mean is: 25”.

2. Write a Java program that reads the text file. Using meaningful print statements, output the mean, median, mode, and standard deviation.

3. Write a Python program that reads the text file. Using NumPy and SciPy modules, print the mean, median, mode, and standard deviation.

As part of the mastery requirements for this Competency Assessment, complete the following boldfaced item:

Using the requirements for Steps 1–3 above, write code that adds another statistical method to output using all three languages beyond the competency statistical methods.

4. Write an R program that:

A. Reads the text file.

B. Using that data, create a two-dimensional array that is 2,500 rows by 100 columns.

C. Also create a three-dimensional array that is 2500 by 10 by 10.

D. Slice the two-dimensional array using a starting column index of 2 and an ending column index of 5. Print the results of the arrays and slice.

5. Write a Java program that:

A. Reads the text file.

B. Using that data, create a two-dimensional array that is 2,500 rows by 100 columns.

C. Slice the two-dimensional array using a starting column index of 2 and an ending column index of 5. Print the results of the arrays and slice.

6. Write a Python program that:

A. Reads the text file using NumPy.

B. Using that data, create a two-dimensional array that is 2,500 rows by 100 columns.

C. Also create a three-dimensional array that is 2500 by 10 by 10.

D. Slice the two-dimensional array using a starting index of 2, an ending index of 5, and steps by 10. Print the results of the arrays and slice.

7. Compare and contrast your experience with each language when determining the mean, mode, median, and standard deviation.

Place your screenshots and responses in a Microsoft Word document. This part of the assessment should meet any stated specifications listed above. Be sure to include the .R files with your code for the R portion.


Programming r, java, python | Computer Science homework help

 

1. Write an R program that reads the text file into a data frame. Using that data frame, print the mean, median, mode, average deviation, and standard deviation. Be sure to state which output is which, such as “The mean is: 25”.

2. Write a Java program that reads the text file. Using meaningful print statements, output the mean, median, mode, and standard deviation.

3. Write a Python program that reads the text file. Using NumPy and SciPy modules, print the mean, median, mode, and standard deviation.

As part of the mastery requirements for this Competency Assessment, complete the following boldfaced item:

Using the requirements for Steps 1–3 above, write code that adds another statistical method to output using all three languages beyond the competency statistical methods.

4. Write an R program that:

A. Reads the text file.

B. Using that data, create a two-dimensional array that is 2,500 rows by 100 columns.

C. Also create a three-dimensional array that is 2500 by 10 by 10.

D. Slice the two-dimensional array using a starting column index of 2 and an ending column index of 5. Print the results of the arrays and slice.

5. Write a Java program that:

A. Reads the text file.

B. Using that data, create a two-dimensional array that is 2,500 rows by 100 columns.

C. Slice the two-dimensional array using a starting column index of 2 and an ending column index of 5. Print the results of the arrays and slice.

6. Write a Python program that:

A. Reads the text file using NumPy.

B. Using that data, create a two-dimensional array that is 2,500 rows by 100 columns.

C. Also create a three-dimensional array that is 2500 by 10 by 10.

D. Slice the two-dimensional array using a starting index of 2, an ending index of 5, and steps by 10. Print the results of the arrays and slice.

7. Compare and contrast your experience with each language when determining the mean, mode, median, and standard deviation.

Place your screenshots and responses in a Microsoft Word document. This part of the assessment should meet any stated specifications listed above. Be sure to include the .R files with your code for the R portion.

Leave a Comment

Your email address will not be published. Required fields are marked *