RMrational: Rational function

Description Usage Arguments Value See Also Examples

View source: R/RMmodels.R

Description

Defines a simple rational function.

f(h) = (a_1 + a_2 z(h)) / (1 + z(h))

where

z(h) = h^\top A A^\top h

Usage

1
RMrational(A, a) 

Arguments

A

a d \times d matrix

a

a vector of one or two components; the second component has default value zero.

Value

RMrational returns an object of class RMmodel.

See Also

RMmodel, S10.

Examples

1
# see S10

RandomFields documentation built on Jan. 19, 2022, 1:06 a.m.