Math, asked by naima4721, 1 year ago

Write a C program to obtain arithmetic mean and variance of given n observations.

Answers

Answered by Anonymous
7

The formula which is used in this program is mean = average of the numbers. variance = (summation( ( Xi – average of numbers) * ( Xi – average of numbers)) ) / Total no of elements. where i = 1 to N here N is the total no of elements. Standard deviation = Squareroot of the variance.

Hope this helps you ❤️❤️✌️✌️☺️☺️

Similar questions