stats/

directory
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2026 License: BSD-3-Clause

README

stats

There are several packages here for operating on tensor, and table data, for computing standard statistics and performing related computations, such as normalizing the data.

  • stats computes standard summary statistics (mean, standard deviation, etc).

  • metric computes similarity / distance metrics for comparing two tensors, and associated distance / similarity matrix functions.

  • cluster implements agglomerative clustering of items based on metric distance / similarity matrix data.

  • convolve convolves data (e.g., for smoothing).

  • glm fits a general linear model for one or more dependent variables as a function of one or more independent variables. This encompasses all forms of regression.

  • histogram bins data into groups and reports the frequency of elements in the bins.

Directories

Path Synopsis
Package metric provides various similarity / distance metrics for comparing tensors, operating on the tensor.Tensor standard data representation.
Package metric provides various similarity / distance metrics for comparing tensors, operating on the tensor.Tensor standard data representation.
Package stats provides standard statistic computations operating on the `tensor.Tensor` standard data representation.
Package stats provides standard statistic computations operating on the `tensor.Tensor` standard data representation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL