Description Usage Arguments Value Examples
Return the names of both free and fixed parameters in the Density object.
1 2  | ## S3 method for class 'Dirichlet'
getParameterNames(x)
 | 
x | 
 A   | 
A vector of character strings.
1 2 3 4 5 6 7 8 9  | ## Not run: 
getParameterNames(
  Gaussian(
    mu    = Gaussian(mu = 0, sigma = 10),
    sigma = 1
  )
)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.