Change names of the *.q functions to *_q

This commit is contained in:
2019-02-08 10:45:55 +01:00
parent 657aaa734d
commit cf80ff9f6a
7 changed files with 100 additions and 73 deletions

17
man/log_q.Rd Normal file
View File

@@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/generalized_log.R
\name{log_q}
\alias{log_q}
\title{Generalized logaritmic function.}
\usage{
log_q(x, q = 1)
}
\description{
\deqn{x \longmapsto 1 : \log(x) \approx x-1}
}
\references{
\insertRef{Tsallis:94:00}{ROBITools2}
}
\author{
Eric Coissac
}