estimate_one_timecourse_params_tf | R Documentation |
Estimate One Timecourses Parameters
estimate_one_timecourse_params_tf(
one_timecourse,
a_tc_id,
use_prior,
n_initializations,
model,
prior_pars = NULL,
fit_intercept = FALSE,
learning_rate = 0.1,
n_iterations = 100,
verbose = FALSE
)
one_timecourse |
dynamics of a single timecourse including time and abundance variables |
a_tc_id |
timecourse id for the timecourse being fit |
use_prior |
If FALSE, fit least squares. If TRUE, add priors for a MAP estimate. |
n_initializations |
Number of initializations to use for each timecourse. |
model |
model to fit:
|
prior_pars |
Named numeric vector of parameters to use for priors (if use_prior is TRUE)
|
fit_intercept |
If TRUE, the intercept will be fit, if FALSE, the intercept will be constrainted to zero |
learning_rate |
learning rate for the Adams optimizer |
n_iterations |
the number of iterations to run the optimizer |
verbose |
if TRUE then print additional information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.