Rginv {kalmanfilter} | R Documentation |
R's implementation of the Moore-Penrose pseudo matrix inverse
Description
R's implementation of the Moore-Penrose pseudo matrix inverse
Usage
Rginv(m)
Arguments
m |
matrix |
Value
matrix inverse of m
[Package kalmanfilter version 2.1.1 Index]