getFreeParameters: Return the names of the free parameters in the Density...

Description Usage Arguments Value Examples

Description

Return the names of the free parameters in the Density object.

Usage

1

Arguments

x

A Density object.

Value

A vector of character strings.

Examples

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

## End(Not run)

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