get_predictive_dist_KF_objective_prior | R Documentation |
Updating the predictive distribution of the run length under the objective prior.
get_predictive_dist_KF_objective_prior(cur_input, cur_num_obs,
params, prev_L, d, gamma, model_type, mu, sigma_2, eta, kernel_type)
cur_input |
A value of current observation. |
cur_num_obs |
A value of index for the current observation. |
params |
A list of current Kalman filter parameters. |
prev_L |
A list of previous Kalman filter parameters. |
d |
A value of the distance between the sorted input. |
gamma |
A numeric variable of the range parameter for the covariance matrix. |
model_type |
A numeric variable that can take values of 0, 1 and 2. Model_type=0 stands for a GP model with unknown mean and known variance. Model_type=1 stands for a GP model with known mean and unknown variance. Model_type=2 stands for a GP model with unknown mean and unknown variance. |
mu |
A vector of the mean parameter at each coordinate. Ignored when model_type = 0 or 2. |
sigma_2 |
A vector of the variance parameter at each coordinate. |
eta |
A vector of the noise-to-signal ratio at each coordinate |
kernel_type |
A character specifying the type of kernels of the input. |
get_predictive_dist_KF_objective_prior
returns a list of updated predictive distribution of the run length under the objective prior.
Hanmo Li [aut, cre], Yuedong Wang [aut], Mengyang Gu [aut]
Maintainer: Hanmo Li <hanmo@pstat.ucsb.edu>
Fearnhead, P., & Liu, Z. (2007). On-line inference for multiple changepoint problem. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 69(4), 589-605.
Adams, R. P., & MacKay, D. J. (2007). Bayesian online changepoint detection. arXiv preprint arXiv:0710.3742.
Hartikainen, J. and Sarkka, S. (2010). Kalman filtering and smoothing solutions to temporal gaussian process regression models, Machine Learning for Signal Processing (MLSP), 2010 IEEE International Workshop, 379-384.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.