Skip to content

Instantly share code, notes, and snippets.

View tpetricek's full-sized avatar

Tomas Petricek tpetricek

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly><name>Deedle</name></assembly>
<members>
<member name="M:Deedle.Aggregation.WindowWhile``1(System.Func{``0,``0,System.Boolean})">
<summary>
Aggregate data into floating windows where each window ends as soon
as the specified function returns `false` when called with the
first key and the current key as arguments.
#load "C:/tomas/public/deedle/bin/deedle.fsx"
open Deedle
let ``,`` () =
series [0 => 0.0] |> Stats.sum |> ignore