the correlation matrix join the pvalue matrix
CorrelationMatrix
01 Syntax
Microsoft.VisualBasic.Math.Matrix.CorrelationMatrix
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | Create a new correlation matrix data |
| GetPvalueQuantile | 1 | note: this method returns the -log10(p.value) |
| Power | 1 | cor ^ exp |
| Sign | 1 | get the sign of the correlation value |
| PositiveMatrix | 1 | just get the positive correlation part of the matrix |
03 Members
#ctor(
Index(Of String), Double()(), Double()())Create a new correlation matrix data
Parameters
| Name | Type | Description |
|---|---|---|
names | Index(Of String) | - |
matrix | Double()() | - |
pvalue | Double()() | - |
GetPvalueQuantile
note: this method returns the -log10(p.value)
Power(
Double)cor ^ exp
Parameters
| Name | Type | Description |
|---|---|---|
exp | Double | - |
Sign
get the sign of the correlation value
PositiveMatrix
just get the positive correlation part of the matrix