distrhelpers {joker}R Documentation

Distribution Handling Helpers

Description

This set of functions help handle the distribution classes. See Details.

Usage

get_moment_methods(x)

get_class_abbr(distr)

get_distr_class(distr)

s4_to_list(distr)

get_params(distr, list = TRUE)

get_unknown_params(distr, list = TRUE)

update_params(distr, prm, i)

Arguments

x, distr

an object of class Distribution.

list

logical. Should a list be returned? If FALSE, the return object is wrapped in unlist().

prm, i

A list containing three elements (name, pos, val) and the i-th element of val to be updated as the new parameter. See small_metrics().

Value

Depends on the function. See Details.

Functions

See Also

small_metrics(), large_metrics()


[Package joker version 0.14.2 Index]