gammaScore: Compute score function for Gamma distribution.

View source: R/utils_gamma.R

gammaScoreR Documentation

Compute score function for Gamma distribution.

Description

Compute score function for Gamma distribution.

Usage

gammaScore(x, theta)

Arguments

x

a numeric vector of length n

theta

a numeric vector of length two, containing MLE of parameters in Gamma dist.

Value

Score matrix with n rows and two columns.


gofedf documentation built on Oct. 1, 2023, 5:08 p.m.