Extensions
01 Syntax
Microsoft.VisualBasic.Math.Calculus.Extensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| DataFrame | 1 | Generates datafram and then can makes the result save data into a csv file. |
| LoadFromDataFrame | 1 | |
| Pcc | 1 | 使用PCC来了解各个变量之间的相关度 |
| SPcc | 1 | 使用sPCC来了解各个变量之间的相关度 |
03 Members
DataFrame(
ODEsOut, String, Int32)Generates datafram and then can makes the result save data into a csv file.
Parameters
| Name | Type | Description |
|---|---|---|
xDisp | ODEsOut | - |
fix% | String | Formats output by using |
LoadFromDataFrame(
String, Boolean)Parameters
| Name | Type | Description |
|---|---|---|
csv$ | String | - |
noVars | Boolean | ODEs Parameter value is not exists in the data file? |
Pcc(
ODEsOut)使用PCC来了解各个变量之间的相关度
Parameters
| Name | Type | Description |
|---|---|---|
df | ODEsOut | - |
SPcc(
ODEsOut)使用sPCC来了解各个变量之间的相关度
Parameters
| Name | Type | Description |
|---|---|---|
df | ODEsOut | - |