Extensions
01 Syntax
Microsoft.VisualBasic.Math.Calculus.Extensions
02 Methods
03 Members
CDF(
Func(Of Double, Double), DoubleRange, Int32, Double, Double(), Double())Cumulative Distribution Function via solve ODE
Parameters
| Name | Type | Description |
|---|---|---|
p | Func(Of Double, Double) | - |
range | DoubleRange | - |
resolution | Int32 | - |
p0 | Double | - |
Solve(
IEnumerable(Of NonlinearVar), ValueTuple(Of Double, Double, Double))Solve the target ODEs dynamics system by using the RK4 solver.
Parameters
| Name | Type | Description |
|---|---|---|
system | IEnumerable(Of NonlinearVar) | - |
Let(
Expression(Of Func(Of var())))Create VisualBasic variables.(使用这个函数来进行初始化是为了在赋值的同时还对新创建的对象赋予名称,方便将结果写入数据集)
Parameters
| Name | Type | Description |
|---|---|---|
list | Expression(Of Func(Of var())) | - |
ECDF(
IEnumerable(Of Double), Int32(), Int32, Double)