mu_constant | R Documentation |
Constant mean function.
mu_constant(thetaM, x)
thetaM |
Vector containing parameter values of mean function. |
x |
Values at which to calculate the mean function. |
Calculates the constant mean functions defined by thetaM at points x.
## Constant and uniform mean functions to test code thetaM <- c(H=40) mu_constant(thetaM, x=0:100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.