Skip to content

Instantly share code, notes, and snippets.

{
"metadata": {
"name": "Drawdown cython"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@8one6
8one6 / Drawdown_cython
Last active January 3, 2016 23:09
Drawdown functions using Cython
{
"metadata": {
"name": "Drawdown cython"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@8one6
8one6 / drawdowns.ipynb
Created January 19, 2014 15:36
A review of various functions for computing drawdowns and rolling drawdowns of a given 1-d data structure (numpy array or pandas series).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@8one6
8one6 / README.md
Created May 21, 2013 03:37
Can you find the "true" cluster?

This page shows 55 points. 50 of them are placed randomly uniformly on the canvas. The remaining 5 are placed in a "cluster" somewhere on the canvas such that the expected density of the "cluster" is approximately 3 times higher than the density of the background noise. If you double click anywhere within the region that defines the "true" cluster, the cluster dots will turn red and will be ringed in red. If you miss, your "incorrect" guess region will be highlighted in blue.

@8one6
8one6 / README.md
Created May 21, 2013 03:34
Can you find the "true" cluster?

This page shows 55 points. 50 of them are placed randomly uniformly on the canvas. The remaining 5 are placed in a "cluster" somewhere on the canvas such that the expected density of the "cluster" is approximately 3 times higher than the density of the background noise. If you double click anywhere within the region that defines the "true" cluster, the cluster dots will turn red and will be ringed in red. If you miss, your "incorrect" guess region will be highlighted in blue.