Documentation for jbiu/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

math/

rms.pro


top source rms

Math

result = rms(X)

Calculates the root-mean-square of a set of values.

Return value

Calculates the square root of the mean of the squares of X.

Parameters

X in

Array of values.

Examples

x = 4. * RANDOMN(seed, 10000) rmsx = RMS(x)

Author information

History:

Written by: Jeremy Bailin 12 June 2008 Public release in JBIU

File attributes

Modification date: Wed Apr 15 16:07:58 2009
Lines: 33