File: s_fit_primitive.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 (29 lines) | stat: -rw-r--r-- 913 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\name{s_fit_primitive}
\alias{s_fit_primitive}
\docType{methods}
\title{Estimate Student's t distribution parameters using Batch Approximation Algorithm.}
\description{
    Estimates parameters for univariate Student's t distribution
    parameters using Batch Approximation Algorithm, according to Fig. 2
    of Aeschliman et al. (2010).
}
\usage{
    s_fit_primitive( x )
}
\arguments{
    \item{x}{data vector}
}
\value{
    Vector \code{c( mu, k, ni )}, where
    mu is the center,
    k is the concentration and
    ni is the degrees of freedom of the distribution.
}
\references{
    Aeschliman, C.; Park, J. & Kak, A. C. A
    Novel Parameter Estimation Algorithm for the Multivariate t-Distribution
    and Its Application to Computer Vision
    European Conference on Computer Vision 2010, 2010
    \url{https://engineering.purdue.edu/RVL/Publications/Aeschliman2010ANovel.pdf}
}
\author{Andrius Merkys}