https://github.com/aarjaneiro/cronoseries

A fork of Cronos with a focus on being a Time Series class library.

https://github.com/aarjaneiro/cronoseries

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.2%) to scientific vocabulary

Keywords

arima arma csharp garch netcore sarima time-series
Last synced: 6 months ago · JSON representation

Repository

A fork of Cronos with a focus on being a Time Series class library.

Basic Info
  • Host: GitHub
  • Owner: aarjaneiro
  • License: gpl-3.0
  • Language: C#
  • Default Branch: master
  • Homepage:
  • Size: 1010 KB
Statistics
  • Stars: 10
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
arima arma csharp garch netcore sarima time-series
Created about 5 years ago · Last pushed about 5 years ago
Metadata Files
Readme Funding License

README.md

CronoSeries

A Cronos fork focusing only on Time Series Analysis

For the original Cronos project, visit https://archive.codeplex.com/?p=cronos.

Based on the implementation of https://github.com/dsass/ARIMA

This library features models commonly used in time series analysis, including: 1. ARMA 2. ARMAX 3. GARCH (of various types) 4. Vector Autoregressive Models

... and more!

Documentation

Visit https://aarjaneiro.github.io/CronoSeries/

Local documentation can be generated by using DoxyGen. Simply run doxygen DoxyGen and the directory /docs/ will appear. Opening index.html will bring you to the main page (which is mostly empty), though namespaces and classes, etc, are all accessible for the most part.

TODO:

  1. Implement tests.
  2. Add examples.
  3. Fix types (e.g., object → specific type implementations)

Interested in helping out?

Feel free to submit an issue or a pull request!

Owner

  • Name: Aaron Janeiro Stone
  • Login: aarjaneiro
  • Kind: user
  • Location: Toronto, Ontario
  • Company: @alpacahq

Software Engineer @alpacahq

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • nuget 2,455 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
nuget.org: cronoseries

A fork of Cronos with a focus on being a Time Series class library.

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2,455 Total
Rankings
Stargazers count: 5.3%
Forks count: 6.9%
Dependent repos count: 12.7%
Average: 15.6%
Dependent packages count: 19.5%
Downloads: 33.4%
Maintainers (1)
Last synced: 6 months ago

Dependencies

CronoSeries.csproj nuget
  • MathNet.Numerics 4.12.0
  • Microsoft.CodeDom.Providers.DotNetCompilerPlatform 3.6.0
  • System.CodeDom 5.0.0
Tests/Tests.csproj nuget
  • Microsoft.NET.Test.Sdk 16.5.0
  • NUnit 3.12.0
  • NUnit3TestAdapter 3.16.1
Tests/packages.config nuget
  • NUnit 3.5.0