FitGammaComplete: Gamma Parameter Estimation without Censoring

View source: R/Gamma.R

FitGammaCompleteR Documentation

Gamma Parameter Estimation without Censoring

Description

Paramter estimation for gamma event times without censoring.

Usage

FitGammaComplete(data, eps = 1e-06)

Arguments

data

Data.frame.

eps

Tolerance for Newton-Raphson iterations.

Value

Numeric vector containing the estimated shape and rate parameters.


Temporal documentation built on Sept. 24, 2023, 1:06 a.m.