Learn R Programming

algebraic.dist (version 0.9.1)

is_gamma_dist: Test whether an object is a gamma_dist.

Description

Test whether an object is a gamma_dist.

Usage

is_gamma_dist(x)

Value

Logical; TRUE if x inherits from gamma_dist

Arguments

x

The object to test

Examples

Run this code
is_gamma_dist(gamma_dist(2, 1))
is_gamma_dist(normal(0, 1))

Run the code above in your browser using DataLab