Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calculating Standard Deviation

Former Member
0 Likes
1,645

Hai Friends,

I want to calculate standard deviation for 23 set of values. how can i do this. is there any standard syntax or function module.

3 REPLIES 3
Read only

Former Member
0 Likes
741

check this function module -


RMMATH1_VARIANCE_DEVIATION

This is the FM for SD,Mean, Variance..

FOr further info..go to se37 > press f4-> a windows will appear--there in Functiom module write --DEVIATION...

it'll reyurn some Fms...select which ever satisfies ur req.

Regards.

Anupam..

Read only

Former Member
0 Likes
741

Hi,

See this link.

Regards,

Revathi Bhoopal.

Edited by: Revathi Bhoopal on Aug 5, 2009 12:21 PM

Read only

Former Member
0 Likes
741

Hai Friends,

i have done the calclation manually. thanks for your ideas.