specify.dlm_block function

Specify method for dlm blocks

Specify method for dlm blocks

Sets the values of undefined parameters in a block to those passed by the user.

## S3 method for class 'dlm_block' specify(x, ...)

Arguments

  • x: dlm_block: A undefined dlm_block object from which the undefined parameters shall be substituted.
  • ...: A set of named values for each unknown parameter.

Returns

The initual block, but with the undefined parameters set to the chosen values.

Examples

season <- harmonic_block(rate = 1, period = 12, D = "D.sazo") |> specify(D.sazo = 0.975)

See Also

Other auxiliary functions for structural blocks: TF_block(), block_mult(), block_rename(), block_superpos(), ffs_block(), harmonic_block(), intervention(), noise_block(), polynomial_block(), regression_block(), summary.dlm_block()

  • Maintainer: Silvaneo dos Santos Jr.
  • License: GPL (>= 3)
  • Last published: 2025-03-20