fit_mle.Binomial: Fit a Binomial distribution to data

View source: R/Binomial.R

fit_mle.BinomialR Documentation

Fit a Binomial distribution to data

Description

The fit distribution will inherit the same size parameter as the Binomial object passed.

Usage

## S3 method for class 'Binomial'
fit_mle(d, x, ...)

Arguments

d

A Binomial object.

x

A vector of zeroes and ones.

...

Unused.

Value

a Binomial object


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