バージョン

Histogram(Vector,Vector) メソッド

bin edges のシーケンスを使用したデータをビンすることによって Vectorx のデータのヒストグラムを返します。
シンタックス
'宣言
 
Public Overloads Shared Function Histogram( _
   ByVal x As Vector, _
   ByVal edges As Vector _
) As Vector
public static Vector Histogram( 
   Vector x,
   Vector edges
)

パラメータ

x
データの Vector。
edges
edges[n] および edges[n+1] は n 次 bin の境界です。

戻り値の型

x のヒストグラムを含む Vector 。
例外
例外解説
System.ArgumentException 境界が 2 つ未満の場合に発生します。
System.ArgumentException x が空の場合に発生します。
参照