Sets the values of undefined parameters in a block to those passed by the user.
Usage
# S3 method for class 'dlm_block'
specify(x, ...)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()
Examples
season <- harmonic_block(rate = 1, period = 12, D = "D.sazo") |>
specify(D.sazo = 0.975)