dnum.stats

Undocumented in source.

Members

Functions

cmean
Tensor cmean(Tensor t)

Column Mean

cor
double cor(Tensor t1, Tensor t2)

Correlation

cor
Tensor cor(Tensor t, Shape byRow)

Generic Correlation

cov
double cov(Tensor t1, Tensor t2)

Covariance (Only Single Vector)

cov
Tensor cov(Tensor t, Shape byRow)

Covariance Tensor

csum
Tensor csum(Tensor t)

Column Sum

mean
double mean(Tensor t)

Mean (Whole)

psum
double psum(Tensor t)

Parallel Sum - Effective to many row vector

rmean
Tensor rmean(Tensor t)

Row Mean

rsum
Tensor rsum(Tensor t)

Row Sum

std
double std(Tensor t)

Standard Deviation

sum
double sum(Tensor t)

Summation

var
double var(Tensor t)

Variance

Structs

Linear
struct Linear

Simple Linear Regression

Meta