em-gaussian fit of a single data, fit time/spectrum/other sequential data with a set of gaussians by expectation-maximization algoritm.
GaussianFit
01 Syntax
Microsoft.VisualBasic.Math.SignalProcessing.EmGaussian.GaussianFit
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| fit | 2 |
03 Members
fit(
Double(), Int32)Parameters
| Name | Type | Description |
|---|---|---|
samples | Double() | the signal data should be normalized to range [0,1] |
npeaks | Int32 | - |
fit(
Double(), Double(), Int32)