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

#include <sts_ftest.h>

Public Attributes

Eigen::MatrixXd matFstat
Eigen::MatrixXd matPval
int dfBetween
int dfWithin

Detailed Description

Result structure for F-tests.

Definition at line 67 of file sts_ftest.h.

Member Data Documentation

◆ dfBetween

int STSLIB::StatsFtestResult::dfBetween

Between-groups degrees of freedom.

Definition at line 70 of file sts_ftest.h.

◆ dfWithin

int STSLIB::StatsFtestResult::dfWithin

Within-groups degrees of freedom.

Definition at line 71 of file sts_ftest.h.

◆ matFstat

Eigen::MatrixXd STSLIB::StatsFtestResult::matFstat

F-statistics.

Definition at line 68 of file sts_ftest.h.

◆ matPval

Eigen::MatrixXd STSLIB::StatsFtestResult::matPval

p-values.

Definition at line 69 of file sts_ftest.h.


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