sfcheung / semlbci

Find the likelihood based confidence intervals for parameters in structural equation modeling
https://sfcheung.github.io/semlbci/
1 stars 0 forks source link

Use better starting values for `ci_bound_wn_i` #66

Closed sfcheung closed 3 years ago

sfcheung commented 3 years ago

The method used in ci_bound_wn_i has not been updated for a while. The one used in ci_bound_nm_i is better. Adapt this method in ci_bound_wn_i.

DONE. Wrote set_start_wn (dcbe8d1c43fd7fe556624bf252ea38e6bee1a942) and revised ci_bound_wn_i to use this function (7742d4a87fa71e700a1cb0d50c604fb1804d3ac3) . The search is faster now. All available tests passed.