Module smartcore::linalg::traits::stats

source ·
Expand description

statistacal tools for DenseMatrix

Various Statistical Methods

This module provides reference implementations for various statistical functions. Concrete implementations of the BaseMatrix trait are free to override these methods for better performance. This methods shall be used when dealing with DenseMatrix. Use the ones in linalg::arrays for Array types.

Traits

  • Defines baseline implementations for various matrix processing functions
  • Defines baseline implementations for various statistical functions