infomeasure 0.1.0-alpha.1

Information theory measures and entropy calculations for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: 2025-2026 Carlson Büth <code@cbueth.de>
//
// SPDX-License-Identifier: MIT OR Apache-2.0

// Exponential-family (kNN-based) estimators and shared utilities
// This module groups shared utilities and specific estimators like Rényi and Tsallis.

pub mod kozachenko_leonenko;
pub mod renyi;
pub mod tsallis;
pub mod utils;