Returns a histogram containing a specified number of bins describing a normal/gaussian distribution with a specified mean and standard deviation.
[Visual Basic .NET] Public Function GetNormalDistribution ( _ ByVal nBins As Integer, _ ByVal Mean As Double, _ ByVal StdDev As Double _ ) As IRasterHistogram
[C#] public IRasterHistogram GetNormalDistribution ( int nBins, double Mean, double StdDev );
[C++]
HRESULT GetNormalDistribution(
long nBins,
double Mean,
double StdDev,
IRasterHistogram** ppHistogram
);
[C++]Parameters
nBins [in] nBins is a parameter of type long Mean [in] Mean is a parameter of type double StdDev [in] StdDev is a parameter of type double ppHistogram [out, retval]ppHistogram is a parameter of type IRasterHistogram
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.