Refines drift and diffusion estimates using iterative Generalized Least Squares, which is more appropriate when heteroscedasticity is substantial.
estimate_sde_iterative(
target,
predictors,
data,
initial_drift = NULL,
max_iter = 10,
tol = 1e-04
)An sde_model object with refined estimates
Numeric vector of target values (derivatives)
Data frame of predictor variables
Full data frame
Initial drift equation (optional)
Maximum number of iterations
Convergence tolerance (RMSE change in coefficients)