Uses of Class
dev.nm.analysis.function.matrix.R1toMatrix
-
Packages that use R1toMatrix Package Description dev.nm.analysis.function.matrix dev.nm.stat.dlm.multivariate -
-
Uses of R1toMatrix in dev.nm.analysis.function.matrix
Subclasses of R1toMatrix in dev.nm.analysis.function.matrix Modifier and Type Class Description class
R1toConstantMatrix
A constant matrix function maps a real number to a constant matrix: \(R^n \rightarrow A\). -
Uses of R1toMatrix in dev.nm.stat.dlm.multivariate
Constructors in dev.nm.stat.dlm.multivariate with parameters of type R1toMatrix Constructor Description MultivariateObservationEquation(R1toMatrix F, R1toMatrix V)
Constructs an observation equation.MultivariateObservationEquation(R1toMatrix F, R1toMatrix V, NormalRVG rmvnorm)
Constructs an observation equation.MultivariateStateEquation(R1toMatrix G, R1toMatrix W)
Constructs a state equation without control variables.MultivariateStateEquation(R1toMatrix G, R1toMatrix H, R1toMatrix W)
Constructs a state equation.MultivariateStateEquation(R1toMatrix G, R1toMatrix H, R1toMatrix W, NormalRVG rmvnorm)
Constructs a state equation.
-