Gaussian
01 Syntax
Microsoft.VisualBasic.Math.Distributions.Gaussian
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Gaussian | 1 | |
| StandadizedGaussianFunction | 1 | the Gaussian Kernel |
| rnorm | 1 | Returns a vector with specific parameters normal distribution of length n elements. |
| GaussianDistribution | 1 |
03 Members
Gaussian(
Double, Double, Double, Double)Parameters
| Name | Type | Description |
|---|---|---|
x | Double | - |
A | Double | is the height of the curve's peak |
mu | Double | is the position of the center of the peak |
sigma | Double | (the standard deviation, sometimes called the Gaussian RMS width) controls the width of the "bell" |
StandadizedGaussianFunction(
Double, Double)the Gaussian Kernel
Remarks
高斯核函数
Parameters
| Name | Type | Description |
|---|---|---|
diff | Double | - |
devi | Double | the bandwidth |
rnorm(
Int32, Double, Double)Returns a vector with specific parameters normal distribution of length n elements. Distribution data was generated by the n length random seeds as the normal distribution inputs.
Parameters
| Name | Type | Description |
|---|---|---|
n | Int32 | - |
m | Double | - |
sd | Double | - |
GaussianDistribution(
Single, Single)