MakeBasis: This function constructs basis functions. It assumes...

View source: R/MakeBasis.R

MakeBasisR Documentation

This function constructs basis functions. It assumes coordinates form a metric.

Description

This function constructs basis functions. It assumes coordinates form a metric.

Usage

MakeBasis(q = q, model.input)

Arguments

q

The desired number of basis functions. Must be an integer greater than or equal to 1.

model.input

A list of output created by running the create.data.R function

Value

A list with

  • K spatial basis functions

  • KtQK which is literally the matrix operation transpose(K) times Q times K, and is the variance of the multivariate #' random effect gamma.


multiocc documentation built on June 18, 2025, 5:08 p.m.