compare_estimation_methods: Compare OLS and GLS Estimation
Description
Produces a comparison of drift estimates from ordinary least squares
versus iterative GLS.
Usage
compare_estimation_methods(ols_model, gls_model, data)
Value
Invisibly returns comparison statistics
Arguments
- ols_model
SDE model estimated with OLS
- gls_model
SDE model estimated with iterative GLS
- data
Data frame used for estimation