View source: R/internal-gaussian_aggregation.R
gaussian_aggregator | R Documentation |
Aggregates numerical data frame column using sufficient statistics for Gaussian samples, into an inla.mdata
object compatible with theagaussian
likelihood in INLA
.
Uses agaussian
.
gaussian_aggregator(y, precision.scale = NULL)
y |
Gaussian column. |
precision.scale |
Scales for the precision of each Gaussian observation. |
Aggregated Gaussian column as an inla.mdata
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.