Skip to content

Commit

Permalink
Rel 0.1.1 - Chapter 1 mostly done, working on Pew
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Apr 6, 2022
1 parent cefb366 commit af89c41
Show file tree
Hide file tree
Showing 6 changed files with 32,024 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,9 @@ version = "0.33.16"

[[deps.StatsFuns]]
deps = ["ChainRulesCore", "HypergeometricFunctions", "InverseFunctions", "IrrationalConstants", "LogExpFunctions", "Reexport", "Rmath", "SpecialFunctions"]
git-tree-sha1 = "25405d7016a47cf2bd6cd91e66f4de437fd54a07"
git-tree-sha1 = "72e6abd6fc9ef0fa62a159713c83b7637a14b2b8"
uuid = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
version = "0.9.16"
version = "0.9.17"

[[deps.SuiteSparse]]
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
Expand Down Expand Up @@ -491,7 +491,7 @@ version = "1.4.2"
[[deps.Zlib_jll]]
deps = ["Libdl"]
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
version = "1.2.12+1"
version = "1.2.12+3"

[[deps.libblastrampoline_jll]]
deps = ["Artifacts", "Libdl"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RegressionAndOtherStories"
uuid = "21324389-b050-441a-ba7b-9a837781bda0"
authors = ["Rob J Goedman <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
21 changes: 21 additions & 0 deletions data/Helicopters/helicopters.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Helicopter_ID,width_cm,length_cm,time_sec
1,4.6,8.2,1.64
1,4.6,8.2,1.74
1,4.6,8.2,1.68
1,4.6,8.2,1.62
1,4.6,8.2,1.68
1,4.6,8.2,1.7
1,4.6,8.2,1.62
1,4.6,8.2,1.66
1,4.6,8.2,1.69
1,4.6,8.2,1.62
2,4.6,8.2,1.62
2,4.6,8.2,1.65
2,4.6,8.2,1.66
2,4.6,8.2,1.63
2,4.6,8.2,1.66
2,4.6,8.2,1.71
2,4.6,8.2,1.64
2,4.6,8.2,1.69
2,4.6,8.2,1.59
2,4.6,8.2,1.61
Loading

0 comments on commit af89c41

Please sign in to comment.