suff_stat.Gamma {distributions3}R Documentation

Compute the sufficient statistics for a Gamma distribution from data

Description

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


[Package distributions3 version 0.2.1 Index]