OVVO-Financial / NNS

Licence: other
Nonlinear Nonparametric Statistics

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to NNS

Collapse
Advanced and Fast Data Transformation in R
Stars: ✭ 184 (+607.69%)
Mutual labels:  statistics, time-series
CoronaDash
COVID-19 spread shiny dashboard with a forecasting model, countries' trajectories graphs, and cluster analysis tools
Stars: ✭ 20 (-23.08%)
Mutual labels:  time-series, clustering
Choochoo
Training Diary
Stars: ✭ 186 (+615.38%)
Mutual labels:  statistics, time-series
Stldecompose
A Python implementation of Seasonal and Trend decomposition using Loess (STL) for time series data.
Stars: ✭ 130 (+400%)
Mutual labels:  statistics, time-series
hdfe
No description or website provided.
Stars: ✭ 22 (-15.38%)
Mutual labels:  statistics, econometrics
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+8350%)
Mutual labels:  statistics, clustering
FixedEffectjlr
R interface for Fixed Effect Models
Stars: ✭ 20 (-23.08%)
Mutual labels:  clustering, econometrics
Awesome time series in python
This curated list contains python packages for time series analysis
Stars: ✭ 1,245 (+4688.46%)
Mutual labels:  statistics, time-series
SMC.jl
Sequential Monte Carlo algorithm for approximation of posterior distributions.
Stars: ✭ 53 (+103.85%)
Mutual labels:  time-series, econometrics
influxdb-ha
High-availability and horizontal scalability for InfluxDB
Stars: ✭ 45 (+73.08%)
Mutual labels:  time-series, clustering
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (+357.69%)
Mutual labels:  statistics, clustering
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (+34.62%)
Mutual labels:  statistics, time-series
Statespacemodels.jl
StateSpaceModels.jl is a Julia package for time-series analysis using state-space models.
Stars: ✭ 116 (+346.15%)
Mutual labels:  statistics, time-series
Pyflux
Open source time series library for Python
Stars: ✭ 1,932 (+7330.77%)
Mutual labels:  statistics, time-series
Mlr
Machine Learning in R
Stars: ✭ 1,542 (+5830.77%)
Mutual labels:  statistics, clustering
Uci Ml Api
Simple API for UCI Machine Learning Dataset Repository (search, download, analyze)
Stars: ✭ 190 (+630.77%)
Mutual labels:  statistics, clustering
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+3676.92%)
Mutual labels:  statistics, clustering
Fecon236
Tools for financial economics. Curated wrapper over Python ecosystem. Source code for fecon235 Jupyter notebooks.
Stars: ✭ 72 (+176.92%)
Mutual labels:  statistics, time-series
autoplait
Python implementation of AutoPlait (SIGMOD'14) without smoothing algorithm. NOTE: This repository is for my personal use.
Stars: ✭ 24 (-7.69%)
Mutual labels:  time-series, clustering
Fred
A fast, scalable and light-weight C++ Fréchet distance library, exposed to python and focused on (k,l)-clustering of polygonal curves.
Stars: ✭ 13 (-50%)
Mutual labels:  time-series, clustering

packageversion Build Status Licence

NNS

Nonlinear nonparametric statistics using partial moments. Partial moments are the elements of variance and asymptotically approximate the area of f(x). These robust statistics provide the basis for nonlinear analysis while retaining linear equivalences.

NNS offers:

  • Numerical Integration & Numerical Differentiation
  • Partitional & Hierarchial Clustering
  • Nonlinear Correlation & Dependence
  • Causal Analysis
  • Nonlinear Regression & Classification
  • ANOVA
  • Seasonality & Autoregressive Modeling
  • Normalization
  • Stochastic Dominance

Companion R-package and datasets to:

Viole, F. and Nawrocki, D. (2013) "Nonlinear Nonparametric Statistics: Using Partial Moments"

Current Version

NNS is built on doParallel architecture with notable performance enhancements.

NNS is built on data.table architecture with notable performance enhancements.

*Current NNS CRAN version is CRAN_Status_Badge

Installation

NNS requires minimal R version. See https://cran.r-project.org/ or installr for upgrading to latest R release.

require(devtools); install_github('OVVO-Financial/NNS', ref = "NNS-Beta-Version")

or via CRAN

install.packages('NNS')

Examples

Please see https://github.com/OVVO-Financial/NNS/blob/NNS-Beta-Version/examples/index.md for basic partial moments equivalences and hands-on statistics, machine learning and econometrics examples.

Citation

@Manual{,
    title = {NNS: Nonlinear Nonparametric Statistics},
    author = {Fred Viole},
    year = {2016},
    note = {R package version 0.8.5},
    url = {https://CRAN.R-project.org/package=NNS},
  }

Thank you for your interest in NNS!

CRAN downloads

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].