Skip to content

Backend Reference

This section documents the internal modules and functions used in the rthor package.

Module Structure

  • rthor: Main user-facing module containing test() and compare() functions
  • _core: Core statistical algorithm implementations
  • _input: Input processing and correlation matrix handling
  • _permutations: Permutation generation and application
  • _validation: Input validation utilities
  • _vectorized: Vectorized numerical operations

Modules prefixed with underscore (_) are internal implementation details. The main rthor module provides the public API.