suff_stat.Gamma: Compute the sufficient statistics for a Gamma distribution...

View source: R/Gamma.R

suff_stat.GammaR Documentation

Compute the sufficient statistics for a Gamma distribution from data

Description

  • sum: The sum of the data.

  • log_sum: The log of the sum of the data.

  • samples: The number of samples in the data.

Usage

## S3 method for class 'Gamma'
suff_stat(d, x, ...)

Arguments

d

A Gamma object created by a call to Gamma().

x

A vector to fit the Gamma distribution to.

...

Unused.

Value

a Gamma object


alexpghayes/distributions documentation built on Feb. 10, 2024, 9:50 a.m.