RobExtremesConstants {RobExtremes} | R Documentation |
Built-in Constants in package RobExtremes
Description
Constants built into RobExtremes.
Usage
EULERMASCHERONICONSTANT
APERYCONSTANT
Details
RobExtremes has a small number of built-in constants.
The following constants are available:
-
EULERMASCHERONICONSTANT
: the Euler Mascheroni constant\gamma=-\Gamma'(1)
given in http://mathworld.wolfram.com/Euler-MascheroniConstant.html (48);
-
APERYCONSTANT
: the Apéry constant\zeta(3)= \frac{5}{2} (\sum_{k\ge 1}\frac{(-1)^{k-1}}{k^3 {2k\choose k}})
as given in http://mathworld.wolfram.com/AperysConstant.html, equation (8);
These are implemented as variables in the RobExtremes name space taking appropriate values.
Examples
EULERMASCHERONICONSTANT
APERYCONSTANT
[Package RobExtremes version 1.3.0 Index]