Skip to content

Commit b0b654c

Browse files
Update README with NNS attribution and implementation info
Added attribution and implementation details for NNS.
1 parent da1e316 commit b0b654c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99

1010
NNS is built around partial moments, the lower and upper components of variance, and uses them across nonlinear dependence, correlation, causation, regression, classification, forecasting, stochastic dominance, stochastic superiority, Monte Carlo simulation, and numerical differentiation workflows.
1111

12+
13+
> NNS was created by Fred Viole as the companion R package to Viole, F. and Nawrocki, D. (2013), *Nonlinear Nonparametric Statistics: Using Partial Moments*. **Book (2nd Edition):** https://ovvo-financial.github.io/NNS/book/
14+
>
15+
> **Implementation:** For a direct quantitative finance implementation of NNS, see [OVVO Labs](https://www.ovvolabs.com)
16+
17+
1218
## Package at a glance
1319

1420
| Item | Value |
@@ -192,9 +198,4 @@ The default parity suite is cache-backed and does not require `Rscript`. `Rscrip
192198
Benchmarks compare selected Python paths with installed R NNS 13.0 baselines. Many core operations are faster in Python, while some large stochastic-dominance workloads remain faster in R because the R package uses compiled kernels for those paths. See [benchmarks](docs/benchmarks.md) for current measurements and commands.
193199

194200
## Attribution
195-
196-
NNS was created by Fred Viole as the companion R package to:
197-
198-
Viole, F. and Nawrocki, D. (2013), *Nonlinear Nonparametric Statistics: Using Partial Moments*.
199-
200201
Upstream R package and reference implementation: [OVVO-Financial/NNS](https://github.com/OVVO-Financial/NNS)

0 commit comments

Comments
 (0)