We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4daac87 commit b9f4cd4Copy full SHA for b9f4cd4
2 files changed
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
- Concrete types of X and y changed to AbstractMatrix{Float64} and AbstractVector{Float64}
4
- Change function signatures from ::Function to ::F where {F <: Function}
5
+- Increase test coverage
6
7
# v0.11.0
8
test/testsummary.jl
@@ -4,7 +4,14 @@
"hs93",
"ks89",
"smr98",
- "lts"
+ "lts",
+ "sat13",
9
+ "sat15",
10
+ "asm20",
11
+ "bch",
12
+ "bacon",
13
+ "imon2005",
14
+ "unknown"
15
]
16
sett = LinRegOutliers.createRegressionSetting(@formula(calls ~ year), phones)
17
result = LinRegOutliers.detectOutliers(sett, methods = methods)
0 commit comments