Skip to content

Provide simpler-to-use extension methods for time series data #81

@ghost

Description

A financial time series library I was looking at had extension methods such as

series.MovingAverage()
series.MovingAverage(range)
series.Correlation(otherSeries, ...)
series.CrossVolatility(...)

etc. I wonder if Deedle should come with these pre-defined. I felt they were much easier to use than having to think through how to do this with windows, Series.mean etc., and allowed me to think at a higher level of abstraction.

cheers
don

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions