View source: R/MixtureFitting.R
s_fit_primitive | R Documentation |
Estimates parameters for univariate Student's t distribution parameters using Batch Approximation Algorithm, according to Fig. 2 of Aeschliman et al. (2010).
s_fit_primitive( x )
x |
data vector |
Vector c( mu, k, ni )
, where
mu is the center,
k is the concentration and
ni is the degrees of freedom of the distribution.
Andrius Merkys
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 https://engineering.purdue.edu/RVL/Publications/Aeschliman2010ANovel.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.