Login
Sign Up
Home
Program
Project
My Zone
Support
Show Code
Browse Program
Search Program
Arithmetic Mean Calculation
Input Variables
Output Variables
Program Code
Description
Variable Name *
(dynamic type)
*
!
UP
Down
Delete
Default Value *
*
Description *
*
Multi Lines
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Input Variables List
Output Variables List
Source Code
float temp=0; foreach(var a in dim) { temp=temp+a; } mean=temp/dim.Length; total=dim.Length;
Subject
Description
Arithmetic mean is commonly called as average.Mean or Average is defined as the sum of all the given elements divided by the total number of elements.
Formula:
Mean = (a1+a2+a3+.....+an)/n
Category
General
Created By
tech
Created Date
11/24/2010
Last Modify Date
11/24/2010
Calculation Count
63
Version
1.00
Positive
0
Neutral
0
Negative
0
Related Program ID
24 , 26 , 27 , 28 , 29
Copyright ©2009-2010 CUI WEI. All Rights Reserved.