File: bic.Rd

package info (click to toggle)
r-cran-mixturefitting 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: ansic: 518; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\name{bic}
\alias{bic}
\docType{methods}
\title{Bayesian Information Criterion (BIC)}
\description{
    Calculates Bayesian Information Criterion (BIC) for any type of mixture model.
    Log-likelihood function has to be provided.
}
\usage{
    bic( x, p, llf )
}
\arguments{
    \item{x}{data vector}
    \item{p}{vector of mixture model parameters}
    \item{llf}{function calculating log-likelihood, called as llf( x, p )}
}
\value{
    Bayesian Information Criterion value.
}
\author{Andrius Merkys}