v2.0.0
Loading...
Searching...
No Matches
STSLIB::StatsTtestResult Struct Reference

Per-call output of a Student t-test: t-statistics, p-values and degrees of freedom. More...

#include <sts_ttest.h>

Public Attributes

Eigen::MatrixXd matTstat
Eigen::MatrixXd matPval
int degreesOfFreedom

Detailed Description

Per-call output of a Student t-test: t-statistics, p-values and degrees of freedom.

Result structure for t-tests.

Definition at line 62 of file sts_ttest.h.

Member Data Documentation

◆ degreesOfFreedom

int STSLIB::StatsTtestResult::degreesOfFreedom

Degrees of freedom.

Definition at line 65 of file sts_ttest.h.

◆ matPval

Eigen::MatrixXd STSLIB::StatsTtestResult::matPval

p-values.

Definition at line 64 of file sts_ttest.h.

◆ matTstat

Eigen::MatrixXd STSLIB::StatsTtestResult::matTstat

t-statistics (same shape as input columns).

Definition at line 63 of file sts_ttest.h.


The documentation for this struct was generated from the following file: