Skip to content

Commit 4dfdb59

Browse files
committed
Making analytical root finder the default
1 parent 59a8055 commit 4dfdb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tempest/TemporalRooting.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
public class TemporalRooting {
4343

4444
public enum RootingFunction {
45-
HEURISTIC_RESIDUAL_MEAN_SQUARED("heuristic residual mean squared"),
4645
RESIDUAL_MEAN_SQUARED("residual mean squared"),
46+
HEURISTIC_RESIDUAL_MEAN_SQUARED("heuristic residual mean squared"),
4747
// SUM_RESIDUAL_SQUARED("sum squared residuals"),
4848
CORRELATION("correlation"),
4949
R_SQUARED("R squared");

0 commit comments

Comments
 (0)