ourMELONS/man/calculatePopLogml.Rd
Waldir Leoncio fca9caa731 Restyled files
Ran through styler::style_dir() in the R and tests directories in preparation for #23.
2021-11-10 14:25:50 +01:00

18 lines
466 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/calculatePopLogml.R
\name{calculatePopLogml}
\alias{calculatePopLogml}
\title{Calculate log marginal likelihood}
\usage{
calculatePopLogml(points, fii)
}
\arguments{
\item{points}{points}
\item{fii}{fii}
}
\description{
Calculates fuzzy (log) marginal likelihood for a population of
real values using estimate "fii" for the dispersion value, and Jeffreys prior
for the mean parameter.
}