cheminfo-types
    Preparing search index...

    Interface DLSDistributionStats

    Statistical properties of a single distribution type for a detected particle population (e.g. the intensity, volume, or number representation of one peak).

    interface DLSDistributionStats {
        area?: Value;
        mean?: Value;
        standardDeviation?: Value;
    }
    Index

    Properties

    area?: Value

    Area of the peak as a percentage of the total distribution.

    mean?: Value

    Mean value in this distribution.

    standardDeviation?: Value

    Standard deviation of the peak.