You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve handling of y with no variance after robustness weighting. This allows early termination if all non-outlier points are the same, and it ensures that outliers do not forcibly inflate MAD estimates during iterations.
Relaxed SortBy methods to accept workspace pointers of different types.
Minor fixes for includes of standard library headers.
Use the subpar library for a centralized parallelization scheme. This sets the WEIGHTEDLOWESS_CUSTOM_PARALLEL macro by default to subpar::parallelize(), with all the associated improvements.
Sprinkle in OpenMP SIMD pragmas for potential efficiency improvements.