/// Statistical algorithms for analysing datasets.
/// Financial metrics and the means to calculate them over different
/// [`TimeIntervals`](time::TimeInterval).
/// Statistical summaries for financial datasets.
///
/// For example, `TradingSummary`, `TearSheet`, `TearSheetAsset`, `PnLReturns`, etc.
/// TimeInterval definitions used for financial calculations.
///
/// For example, `Annual365`, `Annual252`, `Daily`, etc.