Learn R Programming

gbm3 (version 3.0)

create_dist: Create distributions

Description

Creation methods that take an empty distribution object and builds on top of the skeleton.

Usage

create_dist(empty_obj, ...)

Value

an appropriated gbm distribution object

Arguments

empty_obj

An empty distribution object of the correct class.

...

extra parameters used to define the distribution object, see gbm_dist.

Author

James Hickey