ml-peak-shape-generator
    Preparing search index...

    Interface SplitGaussianClassOptions

    interface SplitGaussianClassOptions {
        fwhmHigh?: number;
        fwhmLow?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    fwhmHigh?: number

    Full width at half maximum of the higher-x half (x > 0).

    500
    
    fwhmLow?: number

    Full width at half maximum of the lower-x half (x <= 0).

    500