mu_constant: Constant mean function.

mu_constantR Documentation

Constant mean function.

Description

Constant mean function.

Usage

mu_constant(thetaM, x)

Arguments

thetaM

Vector containing parameter values of mean function.

x

Values at which to calculate the mean function.

Value

Calculates the constant mean functions defined by thetaM at points x.

Examples


## Constant and uniform mean functions to test code
thetaM <- c(H=40)
mu_constant(thetaM, x=0:100)


PRIMER-e/senlm documentation built on Nov. 20, 2022, 2:38 a.m.