dotp: Forms the scalar (dot) product of two vectors
Description
See Marazzi A. (1993), p.350
Usage
dotp(x, y, n = nrow(x), incx = 1, incy = 1)
Arguments
- x
See reference
- y
See reference
- n
See reference
- incx
See reference
- incy
See reference
References
Marazzi A. (1993) Algorithm, Routines, and S functions
for Robust Statistics. Wadsworth & Brooks/cole, Pacific Grove,
California. p.350