-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable other start values #396
Conversation
Code Coverage Summary
Diff against main
Results for commit: 1cf9e9e Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 44 suites 25s ⏱️ Results for commit 1cf9e9e. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit b0144f0 ♻️ This comment has been updated with latest results. |
with different starting values, there is some minor changes to all the current tests. The difference is small and it should be fine. Another possibility is that we add another thing is that I use
all variance and covariance are set to 0 except the residual variance. it is closer to our |
Nice work thanks @clarkliming ! Just a few ideas before diving into detailed review:
|
I will add it now. the example is a bit complicated
for AR1 and AR1H, the
|
with some extra cases, using empirical values can be worse
using emp_start gives worse result. |
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
* use data instead of full_frame in emp * add note for emp_start
Co-authored-by: Daniel Sabanes Bove <danielinteractive@users.noreply.github.com>
…nto 387_emp_cov_init_value
close #387