View source: R/BetaLambdaLambda.R
BetaLambdaLambda | R Documentation |
By defining the Beta Function in terms of the Gamma Function,
Beta(a,b)=(Gamma(a)*Gamma(b))/Gamma(a+b)
the function can be defined for non-integer negative values of a and b. The special case of this where a=b is needed to calculate the standard errors of the L Moment estimates of the gpd type of the generalised lambda distribution, so this function carries out that calculation.
BetaLambdaLambda(lambda)
lambda |
A vector, each element of which is used for both arguments of the Beta function. |
NaN
is returned for any negative integer elements of lambda
.
A vector the same length as lambda
, containing
Beta(lambda,lambda)
Robert King, robert.king.newcastle@gmail.com, https://github.com/newystats/
Paul van Staden
https://github.com/newystats/gld/
beta
gamma
fit.gpd
GeneralisedLambdaDistribution
BetaLambdaLambda(-0.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.