We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8019a commit 3b899d9Copy full SHA for 3b899d9
2 files changed
Project.toml
@@ -3,6 +3,9 @@ uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
3
authors = ["Milan Bouchet-Valat <nalimilan@club.fr"]
4
version = "1.2.1"
5
6
+[deps]
7
+LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
+
9
[compat]
10
julia = "1"
11
src/StatsAPI.jl
@@ -1,5 +1,7 @@
1
module StatsAPI
2
+using LinearAlgebra
include("statisticalmodel.jl")
include("regressionmodel.jl")
0 commit comments