File: digamma_approx.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 (24 lines) | stat: -rw-r--r-- 600 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
\name{digamma_approx}
\alias{digamma_approx}
\docType{methods}
\title{Calculate Approximate Value of The Digamma Function.}
\description{
    Calculates approximate value of the digamma function using first
    eight non-zero members of asymptotic expression for digamma(x).
    Implemented according to Wikipedia.
}
\usage{
    digamma_approx( x )
}
\arguments{
    \item{x}{data vector}
}
\value{
    Digamma function value.
}
\references{
    Users of Wikipedia.
    Digamma function.
    \url{https://en.wikipedia.org/w/index.php?title=Digamma_function&oldid=708779689}
}
\author{Andrius Merkys}