logp 0.2.1

Information theory primitives: entropy, KL divergence, mutual information (KSG estimator), and information-monotone divergences
Documentation
# Managed by repository-settings/app
# https://github.com/repository-settings/app

repository:
  description: "Information theory primitives"
  homepage: "https://docs.rs/logp"
  private: false
  has_issues: true
  has_wiki: false
  has_downloads: true
  default_branch: main
  allow_squash_merge: true
  allow_merge_commit: true
  allow_rebase_merge: true
  delete_branch_on_merge: true

  topics:
    - divergence
    - entropy
    - information-theory
    - ksg-estimator
    - mutual-information
    - rust
    - statistics