Skip to content

Instantly share code, notes, and snippets.

View AlexanderGraf's full-sized avatar

AlexanderGraf AlexanderGraf

View GitHub Profile
@AlexanderGraf
AlexanderGraf / ReadMe.md
Last active December 17, 2015 15:39
Visualization of a Minimum Spanning Tree (MST)

Visualization of a Minimum Spanning Tree (MST) for an undirected and closed small connected graph. The weights (labeled as "values") are indicated by the edge thickness and opacity. A thicker and darker line corresponds to a larger weight. The MST is in red (labeled as the boolean "type"). The MST itself is calculated elsewhere.

@AlexanderGraf
AlexanderGraf / BSESN.json
Last active December 16, 2015 10:09
Multiple Plot Temporal Evolution of a Distribution with QQ (QQ plot portion work in progress)
This file has been truncated, but you can view the full file.
[
{
"date": "1998-07-01",
"equant": -0.35811054934752279,
"frequency": 7.8817606381089579e-45,
"return": -0.10000000000000001,
"snquant": -3.8153863469715947
},
{
"date": "1998-07-01",
@AlexanderGraf
AlexanderGraf / index.html
Last active December 16, 2015 09:59
D3 Line Plot with Multiple Traces. Hover Over Highlights.
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<link rel="stylesheet" type="text/css" href="indfundbyregbytime_style.css">
<title> Index Funds Adjusted Closing Price by Geographical Region </title>
</head>