How many data items are within one standard deviation -


Question: Create an Abstract DataElement . Inherit an IntElement from DataElement Class. Create an Abstract ArrayList Class. Inherit an UnsortedArrayList Class. Modify removeAt() - rewrite to remove element by swapping.

Inherit an Array Analysis Class from UnsortedArrayList Class:Implement the given methods:

a) min() - retrieve smallest value in list

b) max() - retrieve largest value in list

c) sum() - compute sum all values in list.

d) avg() - compute average of all values in list.

e) stdDev() - compute standard deviation

f) oneStdDevCount()- number of data items within one Std Deviation.

Prepare an application: Generate a list of 100 values between 0 and 100 using the generator (int)(Math.random()*101).

Allow duplicate values.

Locate:

a) smallest value

b) largest value

c) sum of all values

d) average of all values       

e) How many data items are within One Standard Deviation.

Can you explain how this compare with a Normal Distribution does?

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: How many data items are within one standard deviation -
Reference No:- TGS0964607

Expected delivery within 24 Hours