dnum.stats

Undocumented in source.

Members

Functions

cmean
Tensor cmean(Tensor t)

Column Mean

cor
Tensor cor(Tensor t, Shape byRow)

Generic Correlation

cor
double cor(Tensor t1, Tensor t2)

Correlation

cov
double cov(Tensor t1, Tensor t2)

Covariance (Only Single Vector)

cov
Tensor cov(Tensor t, Shape byRow)

Covariance Tensor

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

std
double std(Tensor t)

Standard Deviation

sum
double sum(Tensor t)

Summation

var
double var(Tensor t)

Variance

Meta