Learn R Programming

packDAMipd (version 0.2.0)

find_required_parameter_combs: Function to find the parameters that determine the probability distribution

Description

Function to find the parameters that determine the probability distribution

Usage

find_required_parameter_combs(name_distri)

Arguments

name_distri

name of the probability distribution

Value

the parameters that determine the distribution

Details

For each of the probability distribution we require certain parameters and this function provides that required list of parameters.

Examples

Run this code
# NOT RUN {
find_required_parameter_combs("gamma")
# }

Run the code above in your browser using DataLab