getPrecision: Get precision matrix

Description Usage Arguments Examples

Description

Returns precision matrix from MVST object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
getPrecision(.Object)

## S4 method for signature 'Obs'
getPrecision(.Object)

## S4 method for signature 'GMRF'
getPrecision(.Object)

## S4 method for signature 'GMRF_basis'
getPrecision(.Object)

Arguments

.Object

object from which precision matrix will be extracted

Examples

1
2
my_RW <- GMRF_RW(n=10, order=1, precinc =2, name="my_first_RW")
Q <- getPrecision(my_RW)

shazhe/mvst0 documentation built on May 29, 2019, 9:20 p.m.