Added functional learn_simple_partition

This commit is contained in:
Waldir Leoncio 2019-12-16 15:10:56 +01:00
parent 447875bd87
commit 27a296ad00
5 changed files with 115 additions and 0 deletions

18
man/calculatePopLogml.Rd Normal file
View file

@ -0,0 +1,18 @@
% 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.
}

View file

@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/admix1-learn_simple_partition.R
\name{learn_simple_partition}
\alias{learn_simple_partition}
\title{Learn simple partition}
\usage{
learn_simple_partition(ordered_points, fii)
}
\arguments{
\item{ordered_points}{ordered_points}
\item{fii}{fii}
}
\description{
Goes through all the ways to divide the points into two or
three groups. Chooses the partition which obtains highest logml.
}