dotpd: Forms the scalar (dot) product of two vectors (double...

dotpdR Documentation

Forms the scalar (dot) product of two vectors (double precision)

Description

See Marazzi A. (1993), p.350

Usage

dotpd(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

Value

See reference

References

Marazzi A. (1993) Algorithm, Routines, and S functions for Robust Statistics. Wadsworth & Brooks/cole, Pacific Grove, California. p.350


robeth documentation built on Aug. 22, 2023, 9:09 a.m.

Related to dotpd in robeth...