| inla.likelihood {INLA} | R Documentation |
Providing functions for sampling new data, evaluating pdf, cdf, and quantiles for new data.
Description
This function return function to compute the pdf,cdf,quantiles, or samples for new data using the likelihood from a inla-object.
Usage
inla.likelihood(type = c("d", "p", "r", "q", "s"), args)
Arguments
type |
The returned function type. The definition is similar to "rnorm","dnorm","pnorm",and "dnorm". |
args |
It is usually a return value from "inla.likelihood.parser", which specifies parameters, link function and transformation function of hyperparameters. |
Value
value goes here
Author(s)
Havard Rue hrue@r-inla.org
[Package INLA version 25.06.13 Index]