We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Statistics
src/mean.jl
1 parent 820367b commit d56bc26Copy full SHA for d56bc26
Project.toml
@@ -7,7 +7,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7
Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0"
8
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
9
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
10
-Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
11
12
[compat]
13
Quaternions = "0.5.3, 0.6, 0.7"
src/Rotations.jl
@@ -8,8 +8,6 @@ using StaticArrays
using Random
using Quaternions
-import Statistics
-
include("util.jl")
14
include("core_types.jl")
15
include("unitquaternion.jl")
src/mean.jl
0 commit comments