target_timeseries_pred {bayfoxr} | R Documentation |
Internal function for 'predict_seatemp()'.
Description
Internal function for 'predict_seatemp()'.
Usage
target_timeseries_pred(d18osw_now, alpha_now, beta_now, tau_now, proxy_ts,
prior_mu, prior_inv_cov)
Arguments
d18osw_now |
Numeric or vector giving seawater d18O. Note, should be in units (‰ VPDB). |
alpha_now |
Numeric, alpha model parameter. |
beta_now |
Numeric, beta model parameter. |
tau_now |
Numeric, tau model parameter. |
proxy_ts |
Numeric or vector of proxy time series (foram d18O). |
prior_mu |
Matrix (n X 1) giving prior mean. |
prior_inv_cov |
Matrix (n X x) giving prior inverse covariance matrix. |
Value
Sample of time time series vector conditional on the other args
[Package bayfoxr version 0.0.1 Index]