gaussian_fit {signalProcessing} R Documentation

Fit time/spectrum/other sequential data with a set of gaussians

Description

by expectation-maximization algoritm.

Usage

gaussian_fit(sig,
    max.peaks = 100,
    max.loops = 10000,
    eps = 1E-05,
    gauss.clr = FALSE,
    sine.kernel = FALSE);

Arguments

sig

-

max.peaks

[as integer]

max.loops

[as integer]

eps

[as double]

gauss.clr

returns the clr raw object of the gauss peaks. [as boolean]

env

[as Environment]

Details

Authors

signalKit

Value

this function returns data object in these one of the listed data types: dataframe, Variable.

clr value class

Examples


[Package signalProcessing version 1.0.0.0 Index]