expScore {gofedf} | R Documentation |
Compute score function for Exponential distribution.
Description
Compute score function for Exponential distribution.
Usage
expScore(x, theta)
Arguments
x |
a numeric vector of length n |
theta |
a numeric vector of length two, containing MLE of parameters in Exponential dist. |
Value
Score matrix with n rows and two columns.
[Package gofedf version 0.1.0 Index]