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

    Interface GaussianClassOptions

    interface GaussianClassOptions {
        fwhm?: number;
        sd?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    fwhm?: number

    Full width at half maximum.

    500
    
    sd?: number

    The halft width between the inflection points or standard deviation. If it is defined the fwhm would be re-assigned.