getParameterNames.NegativeBinomialLocation: Return the names of both free and fixed parameters in the...

Description Usage Arguments Value Examples

Description

Return the names of both free and fixed parameters in the Density object.

Usage

1
2
## S3 method for class 'NegativeBinomialLocation'
getParameterNames(x)

Arguments

x

A Density object.

Value

A vector of character strings.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
getParameterNames(
  Gaussian(
    mu    = Gaussian(mu = 0, sigma = 10),
    sigma = 1
  )
)

## End(Not run)

luisdamiano/BayesHMM documentation built on May 20, 2019, 2:59 p.m.