mirror of
https://github.com/bspeice/bspeice.github.io
synced 2024-12-21 22:18:07 -05:00
Fix article descriptions
This commit is contained in:
parent
57e87c1103
commit
8aaecc8a75
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}}); My only non-core class this semester has been in Structure Products. We've been surveying a wide variety of products, and the ...">
|
<meta name="description" content="My only non-core class this semester has been in Structure Products. We've been surveying a wide variety of products, and the final project was to pick one to report on. Because these are all very ...">
|
||||||
<meta name="keywords" content="finance, monte carlo, simulation">
|
<meta name="keywords" content="finance, monte carlo, simulation">
|
||||||
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
||||||
|
|
||||||
@ -75,12 +75,6 @@
|
|||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="container content">
|
<div class="container content">
|
||||||
<script type="text/x-mathjax-config">
|
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
|
||||||
|
|
||||||
<p>My only non-core class this semester has been in Structure Products. We've been surveying a wide variety of products, and the final project was to pick one to report on.
|
<p>My only non-core class this semester has been in Structure Products. We've been surveying a wide variety of products, and the final project was to pick one to report on.
|
||||||
Because these are all very similar, we decided to demonstrate all 3 products at once.</p>
|
Because these are all very similar, we decided to demonstrate all 3 products at once.</p>
|
||||||
<p>What follows below is a notebook demonstrating the usage of <a href="http://julialang.com">Julia</a> for Monte-Carlo simulation of some exotic products.</p>
|
<p>What follows below is a notebook demonstrating the usage of <a href="http://julialang.com">Julia</a> for Monte-Carlo simulation of some exotic products.</p>
|
||||||
@ -3856,6 +3850,11 @@ Present value of Phoenix with memory note: $100.09</pre>
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div></p>
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}}); In [1]: import pickle import pandas as pd import numpy as np from bokeh.plotting import output_notebook, figure, show from ...">
|
<meta name="description" content="In [1]: import pickle import pandas as pd import numpy as np from bokeh.plotting import output_notebook, figure, show from bokeh.palettes import RdBu4 as Palette from datetime import datetime ...">
|
||||||
<meta name="keywords" content="data science, weather">
|
<meta name="keywords" content="data science, weather">
|
||||||
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
||||||
|
|
||||||
@ -75,12 +75,6 @@
|
|||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="container content">
|
<div class="container content">
|
||||||
<script type="text/x-mathjax-config">
|
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<div class="cell border-box-sizing code_cell rendered">
|
<div class="cell border-box-sizing code_cell rendered">
|
||||||
<div class="input">
|
<div class="input">
|
||||||
@ -813,6 +807,11 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p>
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}}); In [1]: from bokeh.plotting import figure, output_notebook, show from bokeh.palettes import PuBuGn9 as Palette import pandas ...">
|
<meta name="description" content="In [1]: from bokeh.plotting import figure, output_notebook, show from bokeh.palettes import PuBuGn9 as Palette import pandas as pd import numpy as np from datetime import datetime import pickle ...">
|
||||||
<meta name="keywords" content="weather">
|
<meta name="keywords" content="weather">
|
||||||
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
||||||
|
|
||||||
@ -75,12 +75,6 @@
|
|||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="container content">
|
<div class="container content">
|
||||||
<script type="text/x-mathjax-config">
|
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<div class="cell border-box-sizing code_cell rendered">
|
<div class="cell border-box-sizing code_cell rendered">
|
||||||
<div class="input">
|
<div class="input">
|
||||||
@ -833,6 +827,11 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p>
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom"><title>Bradlee Speice</title><link href="https://bspeice.github.io/" rel="alternate"></link><link href="https://bspeice.github.io/feeds/all.atom.xml" rel="self"></link><id>https://bspeice.github.io/</id><updated>2016-02-26T00:00:00-05:00</updated><entry><title>Profitability using the Investment Formula</title><link href="https://bspeice.github.io/profitability-using-the-investment-formula.html" rel="alternate"></link><updated>2016-02-26T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-02-26:profitability-using-the-investment-formula.html</id><summary type="html"><script type="text/x-mathjax-config">
|
<feed xmlns="http://www.w3.org/2005/Atom"><title>Bradlee Speice</title><link href="https://bspeice.github.io/" rel="alternate"></link><link href="https://bspeice.github.io/feeds/all.atom.xml" rel="self"></link><id>https://bspeice.github.io/</id><updated>2016-02-26T00:00:00-05:00</updated><entry><title>Profitability using the Investment Formula</title><link href="https://bspeice.github.io/profitability-using-the-investment-formula.html" rel="alternate"></link><updated>2016-02-26T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-02-26:profitability-using-the-investment-formula.html</id><summary type="html"><p>
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<div class="cell border-box-sizing text_cell rendered">
|
<div class="cell border-box-sizing text_cell rendered">
|
||||||
<div class="prompt input_prompt">
|
<div class="prompt input_prompt">
|
||||||
</div>
|
</div>
|
||||||
@ -6873,13 +6867,12 @@ JBKJRCJrRTQiRCKRSCQSiUQikUgkElkr/h9yZ17EmpnoFwAAAABJRU5ErkJggg==
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p></summary><category term="algorithmic-trading"></category><category term="python"></category></entry><entry><title>Guaranteed Money Maker</title><link href="https://bspeice.github.io/guaranteed-money-maker.html" rel="alternate"></link><updated>2016-02-03T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-02-03:guaranteed-money-maker.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
<script type="text/x-mathjax-config">
|
||||||
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="algorithmic-trading"></category><category term="python"></category></entry><entry><title>Guaranteed Money Maker</title><link href="https://bspeice.github.io/guaranteed-money-maker.html" rel="alternate"></link><updated>2016-02-03T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-02-03:guaranteed-money-maker.html</id><summary type="html"><p>
|
||||||
|
|
||||||
<p>
|
|
||||||
<div class="cell border-box-sizing text_cell rendered">
|
<div class="cell border-box-sizing text_cell rendered">
|
||||||
<div class="prompt input_prompt">
|
<div class="prompt input_prompt">
|
||||||
</div>
|
</div>
|
||||||
@ -7137,13 +7130,12 @@ Profit: 0.08304813163696423
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p></summary><category term="martingale"></category><category term="strategy"></category></entry><entry><title>Cloudy in Seattle</title><link href="https://bspeice.github.io/cloudy-in-seattle.html" rel="alternate"></link><updated>2016-01-23T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-01-23:cloudy-in-seattle.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="martingale"></category><category term="strategy"></category></entry><entry><title>Cloudy in Seattle</title><link href="https://bspeice.github.io/cloudy-in-seattle.html" rel="alternate"></link><updated>2016-01-23T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-01-23:cloudy-in-seattle.html</id><summary type="html"><p>
|
||||||
|
|
||||||
<p>
|
|
||||||
<div class="cell border-box-sizing code_cell rendered">
|
<div class="cell border-box-sizing code_cell rendered">
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
||||||
@ -7874,13 +7866,12 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p></summary><category term="weather"></category><category term="data science"></category></entry><entry><title>Complaining about the Weather</title><link href="https://bspeice.github.io/complaining-about-the-weather.html" rel="alternate"></link><updated>2016-01-01T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-01-01:complaining-about-the-weather.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="weather"></category><category term="data science"></category></entry><entry><title>Complaining about the Weather</title><link href="https://bspeice.github.io/complaining-about-the-weather.html" rel="alternate"></link><updated>2016-01-01T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-01-01:complaining-about-the-weather.html</id><summary type="html"><p>
|
||||||
|
|
||||||
<p>
|
|
||||||
<div class="cell border-box-sizing code_cell rendered">
|
<div class="cell border-box-sizing code_cell rendered">
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
||||||
@ -8631,13 +8622,12 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p></summary><category term="weather"></category></entry><entry><title>Testing Cramer</title><link href="https://bspeice.github.io/testing-cramer.html" rel="alternate"></link><updated>2015-12-26T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-12-26:testing-cramer.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="weather"></category></entry><entry><title>Testing Cramer</title><link href="https://bspeice.github.io/testing-cramer.html" rel="alternate"></link><updated>2015-12-26T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-12-26:testing-cramer.html</id><summary type="html"><p>
|
||||||
|
|
||||||
<p>
|
|
||||||
<div class="cell border-box-sizing code_cell rendered">
|
<div class="cell border-box-sizing code_cell rendered">
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
||||||
@ -9055,13 +9045,12 @@ S&amp;P 0.585821 0.608209 0.535055 0.535055
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p></summary><category term="futures"></category><category term="data science"></category></entry><entry><title>Autocallable Bonds</title><link href="https://bspeice.github.io/autocallable-bonds.html" rel="alternate"></link><updated>2015-11-27T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-11-27:autocallable-bonds.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="futures"></category><category term="data science"></category></entry><entry><title>Autocallable Bonds</title><link href="https://bspeice.github.io/autocallable-bonds.html" rel="alternate"></link><updated>2015-11-27T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-11-27:autocallable-bonds.html</id><summary type="html"><p>My only non-core class this semester has been in Structure Products. We've been surveying a wide variety of products, and the final project was to pick one to report on.
|
||||||
|
|
||||||
<p>My only non-core class this semester has been in Structure Products. We've been surveying a wide variety of products, and the final project was to pick one to report on.
|
|
||||||
Because these are all very similar, we decided to demonstrate all 3 products at once.</p>
|
Because these are all very similar, we decided to demonstrate all 3 products at once.</p>
|
||||||
<p>What follows below is a notebook demonstrating the usage of <a href="http://julialang.com">Julia</a> for Monte-Carlo simulation of some exotic products.</p>
|
<p>What follows below is a notebook demonstrating the usage of <a href="http://julialang.com">Julia</a> for Monte-Carlo simulation of some exotic products.</p>
|
||||||
<p>
|
<p>
|
||||||
@ -12835,13 +12824,12 @@ Present value of Phoenix with memory note: $100.09</pre>
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div></p></summary><category term="finance"></category><category term="simulation"></category><category term="monte carlo"></category></entry><entry><title>Welcome, and an algorithm</title><link href="https://bspeice.github.io/welcome-and-an-algorithm.html" rel="alternate"></link><updated>2015-12-05T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-11-19:welcome-and-an-algorithm.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="finance"></category><category term="simulation"></category><category term="monte carlo"></category></entry><entry><title>Welcome, and an algorithm</title><link href="https://bspeice.github.io/welcome-and-an-algorithm.html" rel="alternate"></link><updated>2015-12-05T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-11-19:welcome-and-an-algorithm.html</id><summary type="html"><p>Hello! Glad to meet you. I'm currently a student at Columbia University
|
||||||
|
|
||||||
<p>Hello! Glad to meet you. I'm currently a student at Columbia University
|
|
||||||
studying Financial Engineering, and want to give an overview of the projects
|
studying Financial Engineering, and want to give an overview of the projects
|
||||||
I'm working on!</p>
|
I'm working on!</p>
|
||||||
<p>To start things off, Columbia has been hosting a trading competition that
|
<p>To start things off, Columbia has been hosting a trading competition that
|
||||||
@ -13204,4 +13192,9 @@ s.t.\ \ & \vec{1} \omega = 1\\
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div></p></summary><category term="introduction"></category><category term="trading"></category></entry></feed>
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="introduction"></category><category term="trading"></category></entry></feed>
|
@ -1,11 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom"><title>Bradlee Speice</title><link href="https://bspeice.github.io/" rel="alternate"></link><link href="https://bspeice.github.io/feeds/blog.atom.xml" rel="self"></link><id>https://bspeice.github.io/</id><updated>2016-02-26T00:00:00-05:00</updated><entry><title>Profitability using the Investment Formula</title><link href="https://bspeice.github.io/profitability-using-the-investment-formula.html" rel="alternate"></link><updated>2016-02-26T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-02-26:profitability-using-the-investment-formula.html</id><summary type="html"><script type="text/x-mathjax-config">
|
<feed xmlns="http://www.w3.org/2005/Atom"><title>Bradlee Speice</title><link href="https://bspeice.github.io/" rel="alternate"></link><link href="https://bspeice.github.io/feeds/blog.atom.xml" rel="self"></link><id>https://bspeice.github.io/</id><updated>2016-02-26T00:00:00-05:00</updated><entry><title>Profitability using the Investment Formula</title><link href="https://bspeice.github.io/profitability-using-the-investment-formula.html" rel="alternate"></link><updated>2016-02-26T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-02-26:profitability-using-the-investment-formula.html</id><summary type="html"><p>
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<div class="cell border-box-sizing text_cell rendered">
|
<div class="cell border-box-sizing text_cell rendered">
|
||||||
<div class="prompt input_prompt">
|
<div class="prompt input_prompt">
|
||||||
</div>
|
</div>
|
||||||
@ -6873,13 +6867,12 @@ JBKJRCJrRTQiRCKRSCQSiUQikUgkElkr/h9yZ17EmpnoFwAAAABJRU5ErkJggg==
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p></summary><category term="algorithmic-trading"></category><category term="python"></category></entry><entry><title>Guaranteed Money Maker</title><link href="https://bspeice.github.io/guaranteed-money-maker.html" rel="alternate"></link><updated>2016-02-03T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-02-03:guaranteed-money-maker.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
<script type="text/x-mathjax-config">
|
||||||
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="algorithmic-trading"></category><category term="python"></category></entry><entry><title>Guaranteed Money Maker</title><link href="https://bspeice.github.io/guaranteed-money-maker.html" rel="alternate"></link><updated>2016-02-03T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-02-03:guaranteed-money-maker.html</id><summary type="html"><p>
|
||||||
|
|
||||||
<p>
|
|
||||||
<div class="cell border-box-sizing text_cell rendered">
|
<div class="cell border-box-sizing text_cell rendered">
|
||||||
<div class="prompt input_prompt">
|
<div class="prompt input_prompt">
|
||||||
</div>
|
</div>
|
||||||
@ -7137,13 +7130,12 @@ Profit: 0.08304813163696423
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p></summary><category term="martingale"></category><category term="strategy"></category></entry><entry><title>Cloudy in Seattle</title><link href="https://bspeice.github.io/cloudy-in-seattle.html" rel="alternate"></link><updated>2016-01-23T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-01-23:cloudy-in-seattle.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="martingale"></category><category term="strategy"></category></entry><entry><title>Cloudy in Seattle</title><link href="https://bspeice.github.io/cloudy-in-seattle.html" rel="alternate"></link><updated>2016-01-23T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-01-23:cloudy-in-seattle.html</id><summary type="html"><p>
|
||||||
|
|
||||||
<p>
|
|
||||||
<div class="cell border-box-sizing code_cell rendered">
|
<div class="cell border-box-sizing code_cell rendered">
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
||||||
@ -7874,13 +7866,12 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p></summary><category term="weather"></category><category term="data science"></category></entry><entry><title>Complaining about the Weather</title><link href="https://bspeice.github.io/complaining-about-the-weather.html" rel="alternate"></link><updated>2016-01-01T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-01-01:complaining-about-the-weather.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="weather"></category><category term="data science"></category></entry><entry><title>Complaining about the Weather</title><link href="https://bspeice.github.io/complaining-about-the-weather.html" rel="alternate"></link><updated>2016-01-01T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2016-01-01:complaining-about-the-weather.html</id><summary type="html"><p>
|
||||||
|
|
||||||
<p>
|
|
||||||
<div class="cell border-box-sizing code_cell rendered">
|
<div class="cell border-box-sizing code_cell rendered">
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
||||||
@ -8631,13 +8622,12 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p></summary><category term="weather"></category></entry><entry><title>Testing Cramer</title><link href="https://bspeice.github.io/testing-cramer.html" rel="alternate"></link><updated>2015-12-26T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-12-26:testing-cramer.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="weather"></category></entry><entry><title>Testing Cramer</title><link href="https://bspeice.github.io/testing-cramer.html" rel="alternate"></link><updated>2015-12-26T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-12-26:testing-cramer.html</id><summary type="html"><p>
|
||||||
|
|
||||||
<p>
|
|
||||||
<div class="cell border-box-sizing code_cell rendered">
|
<div class="cell border-box-sizing code_cell rendered">
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
<div class="prompt input_prompt">In&nbsp;[1]:</div>
|
||||||
@ -9055,13 +9045,12 @@ S&amp;P 0.585821 0.608209 0.535055 0.535055
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p></summary><category term="futures"></category><category term="data science"></category></entry><entry><title>Autocallable Bonds</title><link href="https://bspeice.github.io/autocallable-bonds.html" rel="alternate"></link><updated>2015-11-27T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-11-27:autocallable-bonds.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="futures"></category><category term="data science"></category></entry><entry><title>Autocallable Bonds</title><link href="https://bspeice.github.io/autocallable-bonds.html" rel="alternate"></link><updated>2015-11-27T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-11-27:autocallable-bonds.html</id><summary type="html"><p>My only non-core class this semester has been in Structure Products. We've been surveying a wide variety of products, and the final project was to pick one to report on.
|
||||||
|
|
||||||
<p>My only non-core class this semester has been in Structure Products. We've been surveying a wide variety of products, and the final project was to pick one to report on.
|
|
||||||
Because these are all very similar, we decided to demonstrate all 3 products at once.</p>
|
Because these are all very similar, we decided to demonstrate all 3 products at once.</p>
|
||||||
<p>What follows below is a notebook demonstrating the usage of <a href="http://julialang.com">Julia</a> for Monte-Carlo simulation of some exotic products.</p>
|
<p>What follows below is a notebook demonstrating the usage of <a href="http://julialang.com">Julia</a> for Monte-Carlo simulation of some exotic products.</p>
|
||||||
<p>
|
<p>
|
||||||
@ -12835,13 +12824,12 @@ Present value of Phoenix with memory note: $100.09</pre>
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div></p></summary><category term="finance"></category><category term="simulation"></category><category term="monte carlo"></category></entry><entry><title>Welcome, and an algorithm</title><link href="https://bspeice.github.io/welcome-and-an-algorithm.html" rel="alternate"></link><updated>2015-12-05T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-11-19:welcome-and-an-algorithm.html</id><summary type="html"><script type="text/x-mathjax-config">
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="finance"></category><category term="simulation"></category><category term="monte carlo"></category></entry><entry><title>Welcome, and an algorithm</title><link href="https://bspeice.github.io/welcome-and-an-algorithm.html" rel="alternate"></link><updated>2015-12-05T00:00:00-05:00</updated><author><name>Bradlee Speice</name></author><id>tag:bspeice.github.io,2015-11-19:welcome-and-an-algorithm.html</id><summary type="html"><p>Hello! Glad to meet you. I'm currently a student at Columbia University
|
||||||
|
|
||||||
<p>Hello! Glad to meet you. I'm currently a student at Columbia University
|
|
||||||
studying Financial Engineering, and want to give an overview of the projects
|
studying Financial Engineering, and want to give an overview of the projects
|
||||||
I'm working on!</p>
|
I'm working on!</p>
|
||||||
<p>To start things off, Columbia has been hosting a trading competition that
|
<p>To start things off, Columbia has been hosting a trading competition that
|
||||||
@ -13204,4 +13192,9 @@ s.t.\ \ & \vec{1} \omega = 1\\
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div></p></summary><category term="introduction"></category><category term="trading"></category></entry></feed>
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script></summary><category term="introduction"></category><category term="trading"></category></entry></feed>
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}}); If you can see into the future, that is.¶My previous class in Stochastic Calculus covered a lot of interesting topics, and ...">
|
<meta name="description" content="If you can see into the future, that is.¶My previous class in Stochastic Calculus covered a lot of interesting topics, and the important one for today is the Gambler's Ruin problem. If you're ...">
|
||||||
<meta name="keywords" content="martingale, strategy">
|
<meta name="keywords" content="martingale, strategy">
|
||||||
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
||||||
|
|
||||||
@ -75,12 +75,6 @@
|
|||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="container content">
|
<div class="container content">
|
||||||
<script type="text/x-mathjax-config">
|
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<div class="cell border-box-sizing text_cell rendered">
|
<div class="cell border-box-sizing text_cell rendered">
|
||||||
<div class="prompt input_prompt">
|
<div class="prompt input_prompt">
|
||||||
@ -340,6 +334,11 @@ Profit: 0.08304813163696423
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p>
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); Profitability using the Investment Formula¶I've previously talked about crafting an Investment Formula that would guarantee ...">
|
<meta name="description" content="Profitability using the Investment Formula¶I've previously talked about crafting an Investment Formula that would guarantee making money if you could predict which direction the stock market was ...">
|
||||||
<meta name="keywords" content="algorithmic-trading, python">
|
<meta name="keywords" content="algorithmic-trading, python">
|
||||||
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
||||||
|
|
||||||
@ -75,12 +75,6 @@
|
|||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="container content">
|
<div class="container content">
|
||||||
<script type="text/x-mathjax-config">
|
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<div class="cell border-box-sizing text_cell rendered">
|
<div class="cell border-box-sizing text_cell rendered">
|
||||||
<div class="prompt input_prompt">
|
<div class="prompt input_prompt">
|
||||||
@ -6950,6 +6944,11 @@ JBKJRCJrRTQiRCKRSCQSiUQikUgkElkr/h9yZ17EmpnoFwAAAABJRU5ErkJggg==
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p>
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}}); In [1]: import requests import pandas as pd import numpy as np from dateutil import parser as dtparser from ...">
|
<meta name="description" content="In [1]: import requests import pandas as pd import numpy as np from dateutil import parser as dtparser from dateutil.relativedelta import relativedelta from datetime import datetime from ...">
|
||||||
<meta name="keywords" content="data science, futures">
|
<meta name="keywords" content="data science, futures">
|
||||||
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
||||||
|
|
||||||
@ -75,12 +75,6 @@
|
|||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="container content">
|
<div class="container content">
|
||||||
<script type="text/x-mathjax-config">
|
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<div class="cell border-box-sizing code_cell rendered">
|
<div class="cell border-box-sizing code_cell rendered">
|
||||||
<div class="input">
|
<div class="input">
|
||||||
@ -500,6 +494,11 @@ S&P 0.585821 0.608209 0.535055 0.535055
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div></p>
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}}); Hello! Glad to meet you. I'm currently a student at Columbia University studying Financial Engineering, and want to give an ...">
|
<meta name="description" content="Hello! Glad to meet you. I'm currently a student at Columbia University studying Financial Engineering, and want to give an overview of the projects I'm working on! To start things off, Columbia ...">
|
||||||
<meta name="keywords" content="introduction, trading">
|
<meta name="keywords" content="introduction, trading">
|
||||||
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
<link rel="icon" href="https://bspeice.github.io/favicon.ico">
|
||||||
|
|
||||||
@ -75,12 +75,6 @@
|
|||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="container content">
|
<div class="container content">
|
||||||
<script type="text/x-mathjax-config">
|
|
||||||
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
|
||||||
|
|
||||||
<p>Hello! Glad to meet you. I'm currently a student at Columbia University
|
<p>Hello! Glad to meet you. I'm currently a student at Columbia University
|
||||||
studying Financial Engineering, and want to give an overview of the projects
|
studying Financial Engineering, and want to give an overview of the projects
|
||||||
I'm working on!</p>
|
I'm working on!</p>
|
||||||
@ -445,6 +439,11 @@ s.t.\ \ & \vec{1} \omega = 1\\
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div></p>
|
</div></p>
|
||||||
|
<script type="text/x-mathjax-config">
|
||||||
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\(','\)']]}});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script async src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML'></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user