Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
femtotrader committed Apr 27, 2024
1 parent 9b360be commit 357189c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions examples/notebooks/teardown.jl
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ return_year_month_unstacked = unstack(return_year_month, :Year, :Month, :STOCK1_
# ╔═╡ fef0e57c-581b-4b41-b5fb-41c972b12fed
(return_year_month.Year, return_year_month.Month, Matrix(return_year_month_unstacked[!, Not(:Year)]))

# ╔═╡ f1b8f218-c5c9-47af-939c-334af82a22fb
max(abs.(return_year_month_unstacked[!, Not(:Year)]))

# ╔═╡ 92e0d8c6-12ca-46b0-8910-f14dcf10ebb6
begin
ret_monthly_max = max(abs.(return_year_month.STOCK1_sum)...) * 100.0
Expand All @@ -201,12 +198,6 @@ begin
plt
end

# ╔═╡ 265daee9-2342-4dcc-8399-4d7576a4f641
returns.coredata[returns.coredata.Year .== 2010 .&& returns.coredata.Month .== 2, :STOCK1]

# ╔═╡ 1f95e601-f30b-4bf1-a28c-9b3f5b2a8b99


# ╔═╡ Cell order:
# ╠═a1861f50-046e-11ef-348b-cb9f60ea0d1b
# ╠═accbd5bc-4976-48cf-91c1-e12b62a94edf
Expand All @@ -225,8 +216,5 @@ returns.coredata[returns.coredata.Year .== 2010 .&& returns.coredata.Month .== 2
# ╠═0b5eb641-e2c0-430c-bc98-128361cf21e8
# ╠═d5cc1f53-5d20-45e5-a670-477e91311bb1
# ╠═fef0e57c-581b-4b41-b5fb-41c972b12fed
# ╠═f1b8f218-c5c9-47af-939c-334af82a22fb
# ╠═92e0d8c6-12ca-46b0-8910-f14dcf10ebb6
# ╠═c2095548-0103-4ad1-b086-9744256ab9d1
# ╠═265daee9-2342-4dcc-8399-4d7576a4f641
# ╠═1f95e601-f30b-4bf1-a28c-9b3f5b2a8b99

0 comments on commit 357189c

Please sign in to comment.