[3bfed4]: / man / loglik_ave.Rd

Download this file

20 lines (18 with data), 389 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/helper_function.R
\name{loglik_ave}
\alias{loglik_ave}
\title{Create log likelihood error}
\usage{
loglik_ave(data, theta)
}
\arguments{
\item{data}{This is a matrix.}
\item{theta}{This is a precision matrix.}
}
\value{
log likelihood error
}
\description{
This function calculates the log likelihood error.
}