バージョン

NormalDistribution(Vector,Double,Double) メソッド

x の各要素で正規分布の値と共に返します。分布に平均 mu および標準偏差 sigma があります。
シンタックス
'宣言
 
Public Overloads Shared Function NormalDistribution( _
   ByVal x As Vector, _
   ByVal mu As Double, _
   ByVal sigma As Double _
) As Vector
public static Vector NormalDistribution( 
   Vector x,
   double mu,
   double sigma
)

パラメータ

x
Vector。
mu
分布の平均。
sigma
分布の標準偏差。

戻り値の型

正規分布 x。
参照