Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incredible bug fixed: LTSts was not working without intercept. Check
y = 3.14*(1:1000)' + 100*randn(1000,1); out1_int = LTSts(y,'intercept',true); out1_noint0 = LTSts(y,'intercept',false);
- Loading branch information