Module error

Module error 

Source
Expand description

Error types for the linear regression library.

This module provides a comprehensive error type for all failure modes in linear regression operations, including matrix operations, statistical computations, and data parsing.

Enums§

Error
Error types for linear regression operations

Functions§

error_json
Converts an error message to a JSON error string.
error_to_json
Converts an Error to a JSON error string.

Type Aliases§

Result
Result type for linear regression operations.