# With scale parameter
expValGamma(shape = 3, scale = 4)
# With rate parameter
expValGamma(shape = 3, rate = 0.25)
# With scale parameter
varGamma(shape = 3, scale = 4)
# With rate parameter
varGamma(shape = 3, rate = 0.25)
# With scale parameter
kthMomentGamma(k = 2, shape = 3, scale = 4)
# With rate parameter
kthMomentGamma(k = 2, shape = 3, rate = 0.25)
# With scale parameter
expValLimGamma(d = 2, shape = 3, scale = 4)
# With rate parameter
expValLimGamma(d = 2, shape = 3, rate = 0.25)
# With scale parameter
expValTruncGamma(d = 2, shape = 3, scale = 4)
# With rate parameter
expValTruncGamma(d = 2, shape = 3, rate = 0.25)
# values greather than d
expValTruncGamma(d = 2, shape = 3, rate = 0.25, less.than.d = FALSE)
# With scale parameter
stopLossGamma(d = 2, shape = 3, scale = 4)
# With rate parameter
stopLossGamma(d = 2, shape = 3, rate = 0.25)
# With scale parameter
meanExcessGamma(d = 2, shape = 3, scale = 4)
# With rate parameter
meanExcessGamma(d = 2, shape = 3, rate = 0.25)
# With scale parameter
VatRGamma(kap = .2, shape = 3, scale = 4)
# With rate parameter
VatRGamma(kap = .2, shape = 3, rate = 0.25)
# With scale parameter
TVatRGamma(kap = .2, shape = 3, scale = 4)
# With rate parameter
TVatRGamma(kap = .2, shape = 3, rate = 0.25)
mgfGamma(t = 1, shape = 3, rate = 5)
Run the code above in your browser using DataLab