Returns the root mean square value of the supplied vector between the ranges specified by arguments 2 and 3. If the values supplied for argument 2 and/or 3 do not lie on sample points, second order interpolation will be used to estimate y values at those points.
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
real array |
Yes |
|
Vector |
2 |
real |
No |
Start of input vector |
Start x value |
3 |
real |
No |
End of input vector |
End x value |
Return type: real
|