Detailed API ============ Here, we provide detailed documentation for *many* of the functions that you may find useful when using MRExo. They are organized into the following modules: - :ref:`fit_nd.py ` Contains the main user-facing function for fitting the model. - :ref:`mle_utils_nd.py ` Contains most of the heavy-lifting functions for implementing the model. - :ref:`aic_nd.py ` Contains the functions for running the degree selection using AIC. - :ref:`cross_validate_nd.py ` Contains the functions for running the degree selection using cross-validation. - :ref:`utils_nd.py ` Contains some utility functions (including for logging outputs). .. toctree:: :hidden: api_fit_nd api_mle_utils_nd api_aic_nd api_cross_validate_nd api_utils_nd