sd {ftsa} | R Documentation |
Generic functions for standard deviation.
sd(...)
... |
Arguments passed to specific methods. |
The sd
functions in the stats
package are replaced by sd.default
.
Refer to specific methods. For numeric vectors, see the sd
functions in the stats
package.
Han Lin Shang