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

    Interface Shape1DDerivative

    interface Shape1DDerivative {
        dx: number;
        fct: number;
        parameters: number[];
    }
    Index

    Properties

    Properties

    dx: number

    Partial derivative of fct with respect to x, evaluated at x.

    fct: number

    Value of fct(x).

    parameters: number[]

    Partial derivatives of fct with respect to each shape parameter, in the same order as getParameters().