getMean: Get mean vector

Description Usage Arguments Examples

Description

Returns the mean from MVST object.

Usage

1
2
3
4
5
6
7
getMean(.Object)

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

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

Arguments

.Object

object from which mean vector will be extracted

Examples

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

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