nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Statistics / statistical_test

statistical_test

Full name Microsoft.VisualBasic.Math.Statistics.Hypothesis.Mantel.statistical_test Assembly Microsoft.VisualBasic.Math.Statistics Members 6

01 Syntax

Microsoft.VisualBasic.Math.Statistics.Hypothesis.Mantel.statistical_test

02 Methods

NameOverloadsSummary
test 1 The Mantel test, named after Nathan Mantel, is a statistical test of the correlation between two matrices.
pmt 1 partial Mantel test
smt 1 simple Mantel test

03 Fields

NameOverloadsSummary
MIN_MAT_SIZE 1
MAX_EXACT_SIZE 1
EXACT_PROC_SIZE 1

04 Members

method test #
test(Model, Double()(), Double()(), Double()())

The Mantel test, named after Nathan Mantel, is a statistical test of the correlation between two matrices. The matrices must be of the same dimension; in most applications, they are matrices of interrelations between the same vectors of objects. The test was first published by Nathan Mantel, a biostatistician at the National Institutes of Health, in 1967.[1] Accounts of it can be found in advanced statistics books (e.g., Sokal & Rohlf 1995[2]).

Parameters
NameTypeDescription
modelModel

-

matADouble()()

-

matBDouble()()

-

matCDouble()()

-

method pmt #
pmt(Double()(), Double()(), Double()(), Result)

partial Mantel test

Parameters
NameTypeDescription
ADouble()()

matrix A pointer, matrix B pointer, matrix C pointer, struct of parameters (see rr.h)

BDouble()()

-

CDouble()()

-

pResult

-

Returns

1 if ok

method smt #
smt(Double()(), Double()(), Result)

simple Mantel test

Parameters
NameTypeDescription
ADouble()()

matrix A pointer, matrix B pointer, struct for results

BDouble()()

-

pResult

-

Returns

1 if ok

field MIN_MAT_SIZE #
MIN_MAT_SIZE
field MAX_EXACT_SIZE #
MAX_EXACT_SIZE
field EXACT_PROC_SIZE #
EXACT_PROC_SIZE