Click or drag to resize

Welcome

The Novacta.Analytics library provides functionality for data analysis.

The project targets .NET 6, and supports the x86-64 architecture on Windows, Linux, and macOS platforms.

Features

Matrix algebra operations

Matrix data presentation and interaction in application UI

Summary statistics

Multivariate data analysis

  • Represent multi-dimensional, weighted points by taking their coordinates with respect to whatever basis using cloud instances.

  • Project clouds along their principal directions by identifying new, uncorrelated variables whose variances enhance our comprehension of the overall cloud variability, possibly approximating the cloud in a lower dimensional space.

  • Compute the principal components of a matrix, an application of principal projections to the classical context in which matrix rows are interpreted as point coordinates taken with respect to bases depending on specific coefficients assigned to the observed variables.

  • Correspondence analysis of a contingency table.

  • Cluster Analysis

    • Discover optimal clusters in a data set by minimizing the sum of intra-cluster squared deviations.

    • Explain existing clusters selecting features by minimizing the Davies-Bouldin index.

Categorical data sets

Randomization

Optimization

Rare event simulation

Documentation

The current documentation includes the following topics.

Copyrights and Licenses

All source code is Copyright (c) 2018 Giovanni Lafratta, licensed under the MIT license.

This project relies on native dynamic-link libraries obtained via the Intel® oneAPI Math Kernel Library customDLL builder. oneAPI MKL is Copyright (c) 2021 Intel® Corporation and licensed under the ISSL terms.

See Also

Other Resources