computeRSS: computeRSS (internal function)

View source: R/mathematical_functions.R

computeRSSR Documentation

computeRSS (internal function)

Description

Compute the residual sum of squares (RSS), i.e., the sum of squared errors.

Usage

computeRSS(x, y)

Arguments

x

The first numeric object (e.g., matrix).

y

The second numeric object (of the same type as x).

Value

The RSS.

Author(s)

Rosario M. Piro
Politecnico di Milano
Maintainer: Rosario M. Piro
E-Mail: <rmpiro@gmail.com> or <rosariomichael.piro@polimi.it>

References

http://rmpiro.net/decompTumor2Sig/
Krueger, Piro (2019) decompTumor2Sig: Identification of mutational signatures active in individual tumors. BMC Bioinformatics 20(Suppl 4):152.


rmpiro/decompTumor2Sig documentation built on May 15, 2022, 3:27 a.m.