ml-gsd
    Preparing search index...

    Interface JoinBroadPeaksOptions

    interface JoinBroadPeaksOptions {
        broadRatio?: number;
        broadWidth?: number;
        optimization?: OptimizationOptions;
        shape?: Shape1D;
    }
    Index

    Properties

    broadRatio?: number

    Ratio (relative to the maximum |ddY|) below which a peak is treated as part of a broad signal.

    0.0025
    
    broadWidth?: number

    Maximum x distance between two consecutive peaks for them to still be considered part of the same broad signal.

    0.25
    
    optimization?: OptimizationOptions

    Kind and options of the algorithm used to optimize parameters.

    { kind: 'lm', options: { timeout: 10 } }
    
    shape?: Shape1D

    Shape used for fitting the broad peak.

    { kind: 'gaussian' }