nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.ODEsSolver.Extensions / Extensions

Extensions

Full name Microsoft.VisualBasic.Math.Calculus.Extensions Assembly Microsoft.VisualBasic.Math.ODEsSolver.Extensions Members 4

01 Syntax

Microsoft.VisualBasic.Math.Calculus.Extensions

02 Methods

NameOverloadsSummary
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

method DataFrame #
DataFrame(ODEsOut, String, Int32)

Generates datafram and then can makes the result save data into a csv file.

Parameters
NameTypeDescription
xDispODEsOut

-

fix%String

Formats output by using Math.Round()

method LoadFromDataFrame #
LoadFromDataFrame(String, Boolean)
Parameters
NameTypeDescription
csv$String

-

noVarsBoolean

ODEs Parameter value is not exists in the data file?

method Pcc #
Pcc(ODEsOut)

使用PCC来了解各个变量之间的相关度

Parameters
NameTypeDescription
dfODEsOut

-

method SPcc #
SPcc(ODEsOut)

使用sPCC来了解各个变量之间的相关度

Parameters
NameTypeDescription
dfODEsOut

-